@import url("../courses_global.css");

/* text blocks */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #fff;
	background-image:  url(../../images/bg_arabesque_w.jpg);
	color: #4A251F;
}
p, ul, dl, ol 	{ line-height: 1.5em; margin-top: 3px; }

div#nav ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
	color: #000;
}
.subhead {
	padding-left: 10px;
}

.inline {     /* wrap text around images */
	float: left; 
	margin-right: 10px;
	margin-left: 0px; 
}
div#content ul {
	list-style-image: url(../../images/bullet_chevrons2.gif);
}
div#contact-info ul {
	list-style-type: none;
	margin-left: 0px;
}

.head_shot {
	font-size: 10px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* end text blocks */

/* positioning */

#wrapper {
 }

#course-header {
	border: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
	width: auto;
	color: #B42E11;
}
	
#page-header {
	border: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
	width: auto;
	color: #DC3707;
}

#wrap-text {
	margin: 0;
	border: 0;
	padding: 0;
	width: 550px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice_family: inherit;
	width: 500px; /* Actual value for conformant browsers */
}
html>wrap-text {
	width: 500px; /* Be nice to Opera */
	}

#content {
	border: 0;
	margin: 0;
	padding: 0 35px 0 15px;
	margin-left: 200px;
	width: auto;
	min-height: 600px;
}

#nav { font-size: 15px;
}

#footer {
	font-size: x-small;
	color: #999;
	margin-top: 25px;
	clear: both;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #003300;
}

/* new rules*/
#course-header {
	color: #F0BE08;
}

#sidebar {
	background-color: #DC3707;
	}

#footer {
	color: #999;
	border-top: 1px groove #366;
}
/* new rules*/
#date {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}

/* end positioning */
/* tables */

th           {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #366;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #DC3707;
	padding-top: 1em;
}

#schedule {
	font-size: 0.9em;
}
#schedule { font-size: 14px; }

#schedule td { 
	vertical-align: top; 
	font-weight: bold; 
	text-align: right; 
	padding-right: 10px;
}
#schedule td + td { font-weight: normal; text-align: left;  }

.row-header {  }



#roll { margin-top: 25px; 
}
table#roll td { font-size: .8em }
table#roll th { font-size: .8em }

/* end tables */

/* headers*/

h1, h2, h3     {
	font-style: normal;
	color: #DC3707;
	font-family: tahoma, verdana, helvetica, sans-serif
}
               
h1 	{ font-weight: normal;  font-size: 28px; margin-bottom: 15px; margin-top: 15px  }
h2	{ font-weight: normal; font-size: 18px; margin-bottom: 5px; margin-top: 15px   }
h3 	{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0px;
}

/* end headers */

/* links */

a:link, a:visited { 
	text-decoration: underline; 
	font-weight: normal; 
	color: #303; 
}
a:hover {
	text-decoration: underline;
	color: #DC3707;
	background: transparent;
}
a:active { 
	text-decoration: none; 
	color: #366; 
	background: transparent; 
}

div#nav a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #4A251F;
} 
div#nav a:visited    { 
	text-decoration: underline; 
	color: #303; 
	font-weight: normal 
}
div#nav a:hover {
	text-decoration: underline;
	color: #590202;
	background-color: #F4ED55;
}
div#nav a:active {
	text-decoration: none;
	color: #366;
	background: #366
}

div#footer a:link { 
	text-decoration: underline; 
	font-weight: normal; 
	color: #999; 
} 
div#footer a:visited { 
	text-decoration: underline; 
	font-weight: normal; 
	color: #999; 
} 
div#footer a:hover { 
	text-decoration: underline; 
	color: #609; 
}
div#footer a:active { 
	text-decoration: underline; 
	color: #609; 
}

/* end links */
.long_list {
	font-size: x-small;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
#prompts th  {
	text-align: center;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#prompts td li {
	font-size: small;
	line-height: normal;
}

