/*
 *  Teach Film Study
 *	Cascading Style Sheet
 *  PivotPoint, LLC
*/

/*	COLORS      
 *  YELLOW:		#F0B813
 *  TAN:		#CAB57F;
 *	BROWN:		#2F0D0C;
*/


html * {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #EFE3C2;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
}

p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

ul, ol {
	font-size: 1.2em;
	line-height: 1.2em;
}


a:link, a:visited {
	font-weight: bold;
	color: #724900;
	text-decoration: none;
}

a:hover, a:active {
	color: #724900;
	text-decoration: underline;
}


body#home a#navHome, 
body#standards a#navStandards, 
body#filmStudy a#navFilmStudy, 
body#litToFilm a#navLitToFilm, 
body#mediaProduction a#navMediaProduction, 
body#webLessons a#navWebLessons, 
body#webLinks a#navWebLinks {
	color: #724900;
	text-decoration: none;
}

div#page {
	width: 750px;
	border: 1px solid #724900;
	padding: 0;
	margin: 0 auto;
	border-collapse: collapse;
}
img#header {
	border-bottom: 1px solid #FFF;
}

table#torso {
	
}

td#nav {
	width: 160px !important;
	background-color: #FDB813;
	color: white;
}


td#nav ul {
	list-style-type: none;
	padding: 0;
	margin-top: 24px;
	margin-bottom: 24px;
}

td#nav ul li {
	font-size; 1.1em;
	text-transform: uppercase;
	line-height: 2em;
	margin-left: 12px;
}

td#nav a {
	color: white;
	text-decoration: none;
}

td#nav a:hover {
	text-decoration: underline;
}


td#content {
	width: 590px;
	background-color: #FFF;
	padding: 24px;
	padding-right: 36px;
}

td#content h1 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 12px;
	color: #FDB813;
	letter-spacing: 0.05em;
}

td#content h2 {
	color: #333;
	font-size: 1.2em;
	margin-bottom: 4px;
}

span.lastUpdate {
	padding-left: 12px;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
}


td#content ul, td#content ol {
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
}

td#content ul li, td#content ol li {
	margin-bottom: .5em;
}


table.lessons {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.lessons td.photo {
	width: 125px;
}

table.lessons img {
	margin-bottom: 18px;
}

table.lessons td.title {
	height: 24px;
	background-color: #EFE3C2;
	padding: 3px 6px;
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
}

ul.links {
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
	width: 175px;
	
}

ul.links li {
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	border: 1px solid #724900;
	font-weight: bold;
}

ul.links li a {
	display: block;
	padding: 4px 8px;
	background-color: #FDB813;
}

ul.links a:hover {
	background-color: #724900;
	color: white;
	text-decoration: none;
}



div#foot {
	width: 750px;
	border-top: 1px solid #FFF;
	background-color: #CAB57F;
	padding-top: 24px;
	padding-bottom: 24px;
}

div#foot p {
	font-size: 1.1em;
	margin-left: 180px;
}

