html
{
	margin: 0;
	padding: 0;
	color: #000000;
	background: url(shared/bg.jpg);
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Links */

a:link { text-decoration: none; color: #335577; border-bottom: 1px dotted #335577; font-weight: bold; }

a:visited { text-decoration: none; color: #3f7e86; border-bottom: 1px dotted #3f7e86; font-weight: bold; }

a:hover, a:active { color: #990000; border-bottom: 1px solid #990000; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 10px 0; padding: 0; }

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{ 
	font-weight: normal; 
	border-bottom-width: 0; 
}

h1 { font-size: 28px; }

h2 { font-size: 26px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

ul, ol, blockquote, pre
{
	color: #444444;
	padding: 10px 10px 10px 30px;
	line-height: 1.8em;
}

ul { list-style-type: square; }

blockquote, pre { background-color: #eaeadf; border: 1px solid #cfcfcf; }

ins { text-decoration: none; color: #9e624a; }

del { color: #555555; }

table
{
	width: 90%; 
	color: #333333;
	margin: 10px 10px 20px;
	border-left: 1px solid #cbcbb4;
	border-top: 1px solid #cbcbb4;
}


table caption 
{ 
	margin: 10px 0 5px; 
	font-weight: bold;
}

th, td
{
	border-right: 1px solid #cbcbb4;
	border-bottom: 1px solid #cbcbb4;
	padding: 2px 10px;
}

img { margin:0px; padding:0px display:inline;}

th { background-color: #e0e0cf; }

tr.alt td { background-color: #eaeadf; }
tr.chapter td { background-color: #e3e9ed; font-weight: bold; text-align: center; padding-left : 6px;}
tr.holiday td { background-color: #e9d8e2; font-weight: bold; text-align: center; }
td.holiday { background-color: #e9d8e2; font-weight: bold; text-align: center; }
td.week { background-color: transparent; font-weight: normal; text-align: center; width: 45px}
div.chapter { font-weight:bold;background-color:#e3e9ed;width:100%;padding-left:10px; }
div.week { font-weight:bold;text-decoration:underline }

table.head
{
 width: 100%;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
 border-width: 0px;
 border-collapse: collapse;
 border-style: none;
 position:absolute; 
 left:0px;
 top:150px;
 background-color:#e9d8e2;
 border-bottom: 1px solid #cfcfcf;
}
td.head 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding 0px;
}	

/* Structure */

body 
{ 
	width: 100%; 
	margin: 0; 
	padding: 0; 
}

#topnav
{
	float: left;
	width: 100%;
}

#header
{
	float: left;
	width: 100%;
	clear: both;
	color: #f9f9f9;
	background-color: #3e362f;
	border-bottom: 1px solid #000000;	
}

#navigation
{
	float: left;
	width: 100%;
	clear: both;
	color: #555555;
	background-color: #e9d8e2;
}

#wrapper
{
	clear: both;
	margin: 0 auto;
}

#content-wrapper
{
	width: 600px;
	float: left;
	line-height: 1.8em;
}

#content
{
	float: none;
	width: 100%;
	padding: 10px;
	margin-right: 40px;
	margin-left: 10px;
}

#sidebar-wrapper
{
	float: right;
	padding-left: 10px;
	padding-right: 0px;
	margins: 0px;
}

#sidebar
{
	width: 330px;
	height: 600px;
	float: right;
	text-align: left;
	margin-left:10px;
	margin-right:20px;
	padding-right:0px;
	padding-top:40px;
	padding-bottom:0px;
	padding-left:20px;
	overflow: auto;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	color: #000000;
	text-align: center; 
	background-color: #e3e9ed;
}

/* Top-Nav */


#nav a:link,
#nav a:visited
{
	color: #93427f;
	padding: 0 10px;
	margin: 3px 0;
	font-weight: bold;
	border-bottom-width: 0;
}

#nav a:hover,
#nav a:active
{
	color: #000000;
}

/* Header */

#header a:link { color: #f1efe3; border-bottom-color: #f1efe3; }

#header a:visited { color: #eae7d2; border-bottom-color: #eae7d2; }

#header a:hover, #header a:active { color: #ffffff; border-bottom-color: #ffffff; }

#header h1 { padding: 20px 10px;  color: #FFFFFF }

/* Navigation */

#navigation ul
{
	margin: 0;
	width: 95%;
	float: left;
	padding: 0 10px; 
	list-style-type: none;
}

#navigation li { float: left; }

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	margin: 8px 2px;
	color: #3f3126;
	display: block;
	padding: 5px 8px;
	border-bottom-width: 0;
}

#navigation li a:hover,
#navigation li a:active
{
	color: #ffffff;
	background-color: #57384a;
}

body#bmain li#lmain a,
body#binstructors li#linstructors a,
body#binfo li#linfo a,
body#bschedule li#lschedule a,
body#bproblems li#lproblems a,
body#bresources li#lresources a,
body#bstudy li#lstudy a,
body#bexams li#lexams a,
body#babout li#labout a,
body#bmatlab li#lmatlab a,
body#bcontact li#lcontact a
{
	color: #000000;
	background-color: #c7a2b7;
}

/* Sidebar */

#sidebar ul { margin: 0 0 10px; line-height: 2.5em; padding: 15px 15px; }

#sidebar ul#announcements { line-height: 1.8em; list-style-type: none; margin: 0; padding: 0; }

#sidebar ul#announcements li
{
	padding: 5px 10px; 
	border-bottom: 1px dotted #aaaaaa;
}

#sidebar ul#announcements li.alt
{
	background-color: #f0ede8;
}

#sidebar ul#announcements li .date,
#sidebar ul#announcements li .entry
{ display: block; }

#sidebar ul#announcements li .date { color: #af735b; font-size: 11px; }

/* Footer */

#footer a:link
{
	color: #000000; border-bottom-color: #cc3333; 
}

#footer a:visited
{
	color: #000000; border-bottom-color: #cc3333; 
}

#footer a:hover, #footer a:active
{
	color: #bfb2a6; border-bottom-color: #bfb2a6;
}

#footer ul, #footer ol { color: #7a7062; line-height: 2.5em; }

#footer #additional-info
{
	width: 850px;
	margin: 0 auto;
}

#footer #additional-info ul
{
	margin: 0; padding: 0;
}

#footer #additional-info h6 
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#footer #recent-blog
{
	width: 33%;
	float: left; 
	text-align: left;
}

#footer #recent-news
{
	width: 33%;
	float: left;
	text-align: left;
}

#footer #about
{
	width: 33%;
	float: left;
	text-align: left; 
}

#footer #site-info
{
	clear: both;
	float: left;
	width: 100%;
}


.fName { padding-left:20px }
.fData { text-align:center }
