/*

	CSS Styles for Socratic Learning.com - Created by Todd Cowden
	July 29,2004
			
*/

/* Basic Default Styles */
body {
	background: #006D00; 
	margin: 10px;
	padding: 0px;
	text-align: centered;
}

a:link {
	text-decoration: none;
	color: #FFDE5D;
}

a:visited {
	text-decoration: none;
	color: #FFDE5D;
}

a:hover, a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/* the big page holder */
#container {
	margin: 0 auto; /* center */
	text-align: left;
	position: relative; /* EI hack */
	width: 736px;
	background: #C57B00 url(images/background_chalkboard.jpg) no-repeat top left; /* this is the image for the all pages accept the socrates page which will have an override on that page */
	/* Could also use margin-left and -right: auto
		but IE 5 PC doesn't like that */
	border: 2px solid #FECB01;
}

#header {
	float: left;
	margin: 0;
	padding: 0;
}

#Login {
	float: left;
	width: 190px;
	background: url(images/loginEdges.gif);
	background-repeat: repeat-y;
	margin-left: 5px;
	margin-top: 40px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: center;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#mainBody {
	float: left;
	color: #FFFFFF;
	font: 12px/24px Arial, Helvetica, sans-serif;
	width: 305px;
	margin-left: 20px;
	padding: 0px;
}

#mainBody1 {
	float: left;
	color: #FFFFFF;
	font: 12px/24px Arial, Helvetica, sans-serif;
	width: 410px;
	margin-left: 20px;
	padding: 0px;
}

#featuresList {
	float: left;
	color: #442A00;
	font: 10px/14px Arial, Helvetica, sans-serif;
	background: url(images/loginEdges.gif);
	background-repeat: repeat-y;
	width: 200px;
	margin-left: 10px;
	padding-top: 10px;
}

#featuresList li {
	list-style-position: outside;
	list-style-image: url(images/LIArrow.gif);
	margin-left: -10px;
	padding-right: 20px;
}

#featuresList ul {
	margin-top: 5px;
}

#featuresList a {
	color: #442A00; /* for Firefox */
}

div.rightColumn {
	float: left;
	width: 200px;
	text-align: center;
}

div.high {
	margin-top: 0px;
}

div.low {
	margin-top: 290px;
}

h1 {
	color: #FECB01;
	font: 24px "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: -17px;
	padding: 0px;
}

h2 {
	color: #FFE173;
	font-style: italic;
	font: 16px "Times New Roman", Times, serif;
}

/* FOOTER OBJECT AND CHILDREN */
/* shows examples of specific children having different properties than the master parent "a;link...etc" */
#footer { 
	clear: both;
	height: 50;
	background: url(images/footer_ornament.gif) no-repeat top; 
	text-align: center;
	color: #000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}
