/*
-----------------------------------------------
blueheronfilms base screen style
author:    chris ilias
version:   2004.04.28
----------------------------------------------- */



/* Page Structure
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 69%/1.7em "Lucida Grande", tahoma, "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	background: #3E75AE url("/images/filmstrip-and-shadow.gif") top center repeat-y;
	/*min-width: 720px;*/
	color: #333;
	}

#wrapper {
	width: 690px;
	margin: auto;
	margin-bottom: 20px;
	text-align: left;
	}

#filmstrip {
	width: 120px;
	float: right;
	display: inline; /* IE/Win needs this (even though it makes no sense) or it will double the margin in the direction of the float */
	margin-top: 116px;
	margin-right: 64px;
	margin-left: 24px;
	/*border: 1px red solid;*/
	}

#contentpane {
	width: 447px;
	float: right;
	margin-left: 35px;
	}

#logolink {
	display: block;
	width: 235px;
	height: 175px;
	margin: 10px 0 0 0;
	background: #fff url("/images/logo.gif") top center no-repeat;
	}

#logolink span {
	/*text-indent: -1000em;*/
	display: none;
	}

#maincontent {
	width: 400px;
	margin-left: 0px;
	}

.sectionbody {
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	}

#footer {
	width: 400px;
	height: 30px;
	font-size: 0.9em;
	color: #777;
	border-top: 1px solid #ccc;
	padding-top: 2px;
	line-height: 1.3em;
	}



/* Navigation
----------------------------------------------- */
#navlist {
	border-bottom: 1px solid #ccc;
	margin: 15px 0 25px 0px;
	padding-bottom: 19px;
	padding-left: 10px;
	}

#navlist ul, #navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#navlist a:link, #navlist a:visited {
	background: #E8EBF0;
	border: 1px solid #ccc;
	color: #666;
	float: left;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	}

#navlist a:hover#navhome,
#navlist a:hover#navprojects,
#navlist a:hover#navabout,
#navlist a:hover#navevaluation,
#navlist a:hover#navcareers,
#navlist a:hover#navcontact {
	color: #F6F6F6;
	background-color: #516A94;
	/*border: 1px solid #666;
	border-bottom: 1px solid #ccc;*/
	}

/* current nav rules */
body#home #navhome,
body#projects #navprojects,
body#about #navabout,
body#evaluation #navevaluation,
body#careers #navcareers,
body#contact #navcontact {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	color: #222;
	}



/* Text
----------------------------------------------- */
p {
	margin: 0 0 1.5em 0;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}

h1 {
	font: bold 2.0em "lucida grande", georgia, times, serif;
	margin-bottom: 10px;
	color: #3F4F6A;
	font-variant: small-caps;
	}

h2 {
	font: bold 1.3em georgia, times, serif;
	margin-bottom: 0px;
	line-height: 1.8em;
	color: #3F4F6A;
	}

h3 {
	font-size: 1.1em;
	}

.title {
	font: bold 0.95em "Lucida Grande", "Trebuchet MS", verdana, sans-serif;
	color: #75B371;
	}

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

a:hover {
	color: #363;
	text-decoration: underline;
	}



/* Lists
----------------------------------------------- */
#filmstrip ul, #filmstrip li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#filmstrip li {
	margin-bottom: 12px;
	line-height: 0;
	}

#filmstrip li img {
	display: block;
	width: 120px;
	height: 84px;
	}



/* Forms
----------------------------------------------- */
.button {padding: 0 .5em;}

.button:hover {
	cursor: pointer;
	background: #aaa;
	}

.button, .textblank, textarea {
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	font-family: "Lucida Grande", tahoma, "Trebuchet MS", sans-serif;
	font-size: 1.0em;
	}

.textblank, textarea {
	margin-bottom: 1em;
	padding: 0 0 0 3px;
	}

.textblank {
	height: 1.5em;
	width: 200px;
	}

textarea {width: 380px}

#searchblank {margin: 0;}

legend {display: none}

fieldset {
	margin: 0;
	padding: 0;
	border: 0 solid; /* Opera7 displays the border if the solid value isn't in place */
	}

label {display: block;}



/* Images
----------------------------------------------- */
img {
	border: 0;
	margin: 0;
	padding: 0;
	}

#filmstrip img {
	width: 120px;
	height: 84px;
	}

.photowide {
/*	width: 370px;*/
	height: 90px;
	padding: 1px;
	border: 1px solid #666;
	margin-bottom: 10px;
	}

.photosmall {
	padding: 1px;
	border: 1px solid #666;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	}

.mugshot {
	width: 99px;
	height: 150px;
	padding: 1px;
	border: 1px solid #666;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	}



/* QuickTime Movies
----------------------------------------------- */
.quicktime {background-color: #fff;}

/* hides the second object from all versions of IE */
* html object.mov {display: none;}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {display: inline;}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {display/**/: none;}



/* Miscellaneous
----------------------------------------------- */
.clearer {clear: both;}