
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: 75%/1.5 'Lucida Grande',sans-serif;
	color: #444444;
	background: #202f4b url('../images/bg.png') repeat fixed top left;
	
}

/*Main components*/

#container {
	width: 870px;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
	position: relative;
}

#header
{
	background-color: #c3ced7;
	padding-right: 30px;
	text-align: right;
	-moz-border-radius: 0px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#content
{
	width: 700px;
	background: #FFFFFF;
	padding: 15px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-bottomleft: 0px;
	-webkit-borderbottom-left-radius: 0px;
}

table.columns
{
	background-color:  #c3ced7;
	margin-bottom: 0px;
}

table td.column {
	padding: 0;
	vertical-align: top;
}

/*Footer*/

#footer {
	background-color: #c3ced7;
	text-align: center;
	padding: 10px;
	font-size: 80%;
	height: 1em;
	color: #000000;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
}

#footerTextRight
{
	text-align: right;
	float: right;
	margin-right: 10px;
}

#footerTextLeft
{
	text-align: left;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
/*Headings*/

h1, h2, h3
{
	padding: 5px;
}

#side h1, h2 h3
{
	padding: 0px;
}

/*Grades Table*/

#grades
{
	margin-left: 40px;
	margin-right: 40px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#grades td
{
	padding-left: 5px;
	padding-right: 5px;
}

#grades td.grade
{
	text-align: right;
}

#grades td.equiv
{
	text-align: left;
}

/*Random things*/

a 
{ 
	color: #202f4b; 
}

a img {
	border: 0;
}

ul {
	list-style: none;
}

.columns {
	width: 100%;
}

p
{
	margin: 10px 10px 10px 20px;
}

/*Navigation*/

#navigation
{
	text-align: center;
	height: 1.5em;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.1);
	font-size: 90%;
	border: 1px solid rgba(255,255,255,0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#navigation li {
	display: inline;
	padding: 0 0 0 9px;
}

#navigation a
{
	text-decoration: none;
	color: #CCCCCC;
}

#navigation a:hover
{
	color: #EEEEEE;
}

/*Sidebar */

#side 
{
	background-color: #c3ced7;  
	width: 199px; 
	line-height: 1.2;  
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px; 
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#side div.last 
{
	border-top: 1px solid #666666;
}

#side form
{
	margin-bottom: 5px;
	margin-top: 5px;
}

#side form input
{
	color: #FFFFFF;
	border: 1px solid #202f4b;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(30, 51, 98, 0.1); 
}

#side div.section {
	padding: 10px;
}

#side div.section-header h1 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
	color: #202f4b;
}

#side div.thumbs img {
	width: 40px;
	height: 40px;
	float: left;
	padding: 2px;
}

/*Tab Menu*/

ul#tabMenu a 
{
	color: #202f4b;
	display: block;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

#tabMenu li 
{
	border-top: 1px solid #666666;
}

#tabMenu li:hover
{
	background-color: rgba(255, 255, 255, 0.3);
}

#tabMenu li.active
{
	background-color: #FFFFFF;
	margin-left: -2px;
	border-left: 2px solid #FFFFFF;
	// border-right: 1px solid #666666;
}

/*Blog*/

#blogpost
{
	width: 90%;
	border: 2px solid #c3ced7;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 30px auto 25px auto;
}

#blogpost div.date
{
	width: 50px;
	height: 50px;
	float: right;
	background-color: white;
	border: 1px #000000 solid;
	margin: -35px -30px 5px 5px;
	text-align: center;
	color: #000000s;
}

#blogpost div.day
{
	font-size: 180%;
}

#blogpost div.month
{
	font-size: 90%;
}

#blogpost div.title
{
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px solid #c3ced7;
	margin-bottom: 10px;
}

/*Ja ...*/

#error
{
	color: #ff6666;
	background-color: #ffcccc;
	text-align: center;
	font-size: 150%;
	margin: 30px;
	padding: 30px;
	border: 1px solid #ff6666;
}

#display
{
	width: 50%;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 150%;
	margin: 10px auto 10px auto;
	padding: 10px;
	border: 1px solid #666666;
}

div.course
{
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #CCCCCC;
}

table.sortable
{
	width: 90%;
}

table.sortable th
{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}

form.float
{
	float: left;
}

p.quote
{
	margin-left: 40px;
	margin-right: 40px;
	font-style: italic;
	background-color: #f8f8f8;
	border: 1px solid #CCCCCC;
	padding: 20px;
}

div.colorblock
{
	width: 10px;
	height: 10px;
	border: 1px solid #000000;
	margin-right: 2px;
	float: left;
}

span.left
{
	float: left;
	text-align: left;
}

span.right
{
	float: right;
	text-align: right;
}

div.right
{
	float: right;
}

div.clear
{
	clear: both;
}

#content ul
{
	margin-left: 20px;
}
