﻿/*=================================================*\

			COKING.COM STYLESHEET DOCUMENT
	
	Name: coking_main.css
	Author: Jeremy Mattocks
	Date: January 1st, 2008
	
	Description:
		This stylesheet has been created in an
		attempt to improve the way stylesheets
		are handled on Coking.com. This document
		will allow for easier editing of site-wide
		styles.
		
	Edit Comment (01/01/08):
		In time, the styles in style_10.css will
		migrate here and undergo improvements.
		As of now, this document is an additional
		CSS document. New styles should be created
		here according to W3C standards.
		
	Currently Linked Pages:
		- http://www.coking.com/SeminarEUR/Attending.asp

\*=================================================*/



/*=================================================*\
                HTML TAG DEFINITIONS 
\*=================================================*/

body {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}

p {
	margin: 10px;	
}


/*=================================================*\
                   PAGE ELEMENTS 
\*=================================================*/


#left-nav { /* Sidebar navigation cell */
	text-align: left;
	vertical-align: top;
	width: 150px;
	background-color: #000;
}

#main-content {
	width: 774px;
	background-color: #FFF;
	border: none;
	border-collapse: collapse;
}

	#main-content p {
		font-size: 12px;
	}
	
	#main-content h2 {
		font-size: large;
	}
	
	#main-content h3 {
		font-size: 13px;
		text-align: left;
		margin: 15px 10px 5px 10px;
	}
	
	#main-content #sub-header {
		margin-bottom: 25px;
	}

#black-sidebar { /* Used for the right column when black */
	width: 250px;
	background-color: #000;
	color: #FFF !important;
	font-size: 12px !important;
	padding-top: 10px;
}

	#black-sidebar a {
		color: yellow;
		text-decoration: none;
		border-bottom: solid 1px #00F;
	}
	
	#black-sidebar h3 {
		font-weight: bold;
		font-size: 13px;
		margin: 2px 5px;
		padding: 0;
		color: #FFF;
		text-align: left;
	}
	
	#black-sidebar .quote {
		color: #9CF;
		margin: 15px;
	}
	
#SeminarContacts a {
	color: #FFF;
	border: none !important;
	text-decoration: underline;
}
	
#footer {
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

	#footer a {
		font-weight: bold;
		text-decoration: none;
		color: #F00;
	}

	#footer p {
		text-align: center;
		margin-bottom: 25px;
	}

#seminar-nav a {
	color: #50ACFF;
	text-decoration: none;
	margin-left: 5px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

	#seminar-nav a:hover {
		color: #00FFFF;
		text-decoration: underline;
	}

	#seminar-nav a:visited {
		color: #C0E0FF;
	}
	
	#seminar-nav a:active {
		color: #FF0000;
	}
	
#bottom {
	text-align: center;
	margin-bottom: 20px;
	color: #DDD;
	font-size: small;
}
	
	#bottom a {
		color: #50ACFF;
		text-decoration: none;
		margin-left: 5px;
		line-height: 150%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
	}
	
		#bottom a:hover {
			color: #00FFFF;
			text-decoration: underline;
		}
	
		#bottom a:visited {
			color: #C0E0FF;
		}



#right-col {
	background-color: #C0C0C0;
	color: #000;
}

/*=================================================*\
                   PAGE CLASSES 
\*=================================================*/

p.quote {
	color: #00F;
	font-style: italic;
}

