@charset "UTF-8";
body {
	font: 16px Gill Sans, GillSans, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #111111;
	background-image: url(../images/background_tile_red.jpg);
}

h1 {
	font-size: 30px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-size: 26px;
	text-decoration: none;
	display: inline;
	color: #000000;
	font-family:Gill Sans, GillSans, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5;
}

h3 {
	font-size: 18px;
	text-decoration: none;
	display: inline;
	color: #000000;
	font-family:Gill Sans, GillSans, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5;
}

hr {
	text-align:center;
	width:95%;
	height: 2px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	border: 1px solid #AAAAAA;
	}

A:link {
	text-decoration: none;
	color: #650A04;
}
A:visited {text-decoration: none; color: #650A04;}
A:active {text-decoration: none; color: #650A04;}
A:hover {
	text-decoration: underline;
	color: #650A04;
}


.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	height:101px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top:10px;
	background-image:url(../images/look_10_03.jpg);
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #links {
	text-align:right;
	color:#cccccc;
	font-size:13px;
	position: relative;
	top: 20px;
}
#links A:link {color:#cccccc;}
#links A:visited {color:#cccccc;}
#links A:hover {text-decoration: none; color:#ffffff;}

.oneColFixCtrHdr #headerFade {
	margin:0px;
	padding:0px;
	height:44px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin-top: 0px;
	background: #EAEAEA;
	padding-top: 0px;
	padding-bottom: 0;
	float: left;
	margin-bottom: 0px;
	width: 800px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 50px;
	padding-right: 50px;
}
.oneColFixCtrHdr #sideContent {
	float:right;
	margin-left:20px;
	margin-top:20px;
	text-align:right;
	font-size:11px;
	color:#222222;
	clear: left;
	width: 195px;
	line-height: 1.15;
}

#sideContent A:link {color:#222222;}
#sideContent A:visited {
	color:#222222;
}
#sideContent img {
	border: solid white 3px;
}

.oneColFixCtrHdr #footer {
	padding: 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#250100;
	color: #DDDDDD;
	font-size:12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	width: 900px;
	text-align: center;
}

#footer A:link {color:#DDDDDD;}
#footer A:visited {color:#DDDDDD;}

.oneColFixCtrHdr #footer p {
	margin-bottom: 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#videoPlayer{
	width:480px;
	margin-left: auto;
	margin-right: auto;
}

.newsDate {
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #444444;
}
.moreNews {
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	color: #620A03;
}

.oneColFixCtrHdr #projectsBox {
	margin-left:0px;
	text-align:left;
	font-size:12px;
	color:#222222;
	clear: left;
	font-weight: normal;
}

input.projectButton
{
	font-size:17px;
	font-family:Gill Sans, GillSans, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	text-align:left;
	color:#222222;
	width:267px;
	height:35px;
	background-color:#ECECEC;
	border-style:none;
	outline:none;
}

.projectStatus {
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #444444;
}
.projectCredits {
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	color: #444444;
}
.projectBottomLink {
	width:325px;
	float: left;
}
.projectTopLink{
	width:200px;
	right: 0px;
	text-align: right;
	margin-left: auto;
	visibility: hidden;
}
.projectInfoBlock{
}
.projectWriteup{
}
.smallPoster{
	font-size:11px;
	line-height:11px;
	display:block;
	float: left;
	margin-right: 25px;
	margin-bottom: 5px;
}
.smallPoster img{
	border-color:#BBBBBB;
	border-width:3px;
}
.smallPoster A:hover img{
	text-decoration:none;
}

.imageLink{
	border:none;
	outline:none;
}

.videoBorder{
	border:solid white 3px;
	display: block;
	line-height: 1;
	height: 302px;
	width: 480px;
}

.homePosterContainer{
	margin-bottom:10px;
	line-height: 1;
	font-size: 13px;
}
.homePosterContainer img{
	border: solid #FFF 3px;
}
.homePosterContainer A:hover img{
	border: solid #CCC 3px;
}
.homeProjectInfoBlock{
	padding:5px;
}
.homeProjectTitle{
	margin-bottom:10px;
	margin-top: 5px;
}
#homePageBanner{
	margin-bottom:20px;
}
#homePageBanner img{
	border:solid #bbb 3px;
}
.italics {
	font-style: italic;
}

