@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
#container {
	width: 855px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#container_home {
	width: 275px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	font-family: Helvetica, Verdana, sans-serif;
}
#title {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#title_left {
	background-color: #00AAEF;
	height: 85px;
	width: 85px;
	padding: 5px;
	margin-right: 5px;
	line-height: 85px;
	font-size: 0.7em;
	color: #FFF;
	float: left;
}
#title_right {
	padding: 5px;
	height: 85px;
	width: 85px;
	float: right;
	font-family: Helvetica, Verdana, sans-serif;
	line-height: 85px;
	color: #FFF;
}
.title_right_design {
	background-color: #6C0;
}
.title_right_film {
	background-color: #F39;
}
.title_right_default {
	background-color: #F93;
}
#title_right a:link,#title_right a:visited {
	color: #FFF;
	text-decoration: none;
}
#title_right a:hover,#title_right a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
.title_right_selected {
	font-weight: bold;
	font-size: 0.8em;
}
.title_right_link {
	font-size: 0.7em;
}
#nav {
	clear: both;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#nav ul li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}
#nav a {
	font-size: 0.7em;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
#nav a:link,#nav a:visited {
	color: #666;
	text-decoration: none;
}
#nav a:hover,#nav a:active {
	color: #39F;
}
#sixapart .nav-sixapart,
#yalelaw .nav-yalelaw,
#lockerbie .nav-lockerbie,
#jailing .nav-jailing,
#yaleinfo .nav-yaleinfo,
#vt .nav-vt,
#dbh .nav-dbh,
#datebook .nav-datebook,
#ubw .nav-ubw,
#constructivist .nav-constructivist,
#me .nav-me,
#next .nav-next,
#carwreck .nav-carwreck,
#everyone .nav-everyone,
#book .nav-book,
#ic .nav-ic,
#faay .nav-faay,
#stagestruck .nav-stagestruck,
#cwos .nav-cwos,
#apa .nav-apa,
#trans .nav-trans,
#rock .nav-rock,
#mwu .nav-mwu,
#apview .nav-apview,
#simulacra .nav-simulacra,
#news .nav-news,
#me_film .nav-me_film,
#me_about .nav-me_about,
#familiar .nav-familiar,
#play .nav-play,
#drive .nav-drive,
#blindspot .nav-blindspot {
	font-weight: bold;
}
.navhead {
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.navindent {
	padding-left: 20px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	margin: 0px;
	padding: 10px;
}
#sidebar_home {
	float: right; /* since this element is floated, a width must be given */
	width: 60px;
	height: 85px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#biocontact {
	height: 85px;
	border-left-style: solid;
	border-left-color: #666;
	border-left-width: 1px;
	margin-bottom: 30px;
	padding: 5px;
}
#biocontact2 {
	margin-top: 48px;
	font-family: Helvetica, Verdana, sans-serif;
	color: #666;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.6em;
}
#biocontact2 a:link,#biocontact2 a:visited {
	color: #666;
	text-decoration: none;
}
#biocontact2 a:hover,#biocontact2 a:active {
	color: #39F;
}

#mainContent {
	margin: 0 215px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent a:link,#mainContent a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover,#mainContent a:active {
	color: #39F;
	text-decoration: none;
}
.content_subhead {
	font-weight: bold;
	font-family: Helvetica, Verdana, sans-serif;
	padding-top: 1em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	line-height: 1.25em;
}
h1 {
	font-size: 1em;
	color: #666;
	line-height: 1em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Helvetica, Verdana, sans-serif;
}
h2 {
	font-size: 0.7em;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
	line-height: 1em;
	margin: 0px;
	padding-top: 0.6em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Helvetica, Verdana, sans-serif;
}
#image {
	padding-top: 135px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#pagination {
	margin: 0px;
	color: #999;
	font-size: 0.7em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Helvetica, Verdana, sans-serif;
}
#pagination a:link,#pagination a:visited {
	color: #999;
	text-decoration: none;
}
#pagination a:hover,#pagination a:active {
	color: #39F;
	text-decoration: none;
}
.pagination_current {
	font-weight: bold;
	color: #666;
}

