/* 
Style Sheet for Early Light Photography Web Site
Init Date: Nov. 21, 2005.
Author: J.Cousins www.inhouselogic.com
All rights reserved. Copyright 2005 Early Light Photo.
*/


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
body {
	background-color: #000044;
	margin-left: 50px;
	margin-top: 25px;
	margin-right: 50px;
	margin-bottom: 20px;
}
a:link {
	color: #C59489;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C59489;
}
a:hover {
	text-decoration: none;
	color: #667F99;
}
a:active {
	text-decoration: underline;
	color: #F4A175;
}
h1 {
	font-size: x-large;
	color: #667F99;
	letter-spacing: 0.3em;
	line-height: 1.1em;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
h2 {
	font-size: large;
	color: #AA6254;
}
h3 {
	font-size: medium;
	color: #667F99;
}
h4 {
	font-size: medium;
	color: #CC6666;
}
h5 {
	font-size: small;
	color: #CC6666;
}
h6 {
	font-size: x-small;
	color: #CC6666;
}
#navcontainer {
	background-image:  url(../imgs/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
	display: block;
	padding: 5px 10px;
	width: 205px;
	color: #fff;
	background-color: #010101;
	text-decoration: none;
	border-bottom-color: #000044;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#navcontainer a:hover
{
	color: #fff;
	background-color: #000000;
	text-decoration: none;
	border-bottom-color: #FF9966;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
	display: block;
	padding: 5px 5px 5px 30px;
	width: 190px;
	color: #fff;
	background-color: #036;
	text-decoration: none;
	font-size: 12px;
	border-bottom-color: #003366;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#navcontainer ul ul a:hover
{
	color: #fff;
	background-color: #69C;
	text-decoration: none;
	border-bottom-color: #000044;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.masthead {
	background-image:  url(../imgs/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 3;
}
.logo {
	z-index: 1;
	left: 0px;
	top: 0px;
}
.footer {
	background-image:  url(../imgs/footer.jpg);
	background-repeat: repeat-x;
}
.footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
#main_text_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 110%;
	color: #CCCCCC;
	padding: 15px;
	width: 95%;
}
.td_main_text_cell {
	background-color: #444444;
}
#container {
	border: 3px double #CCCCCC;
}
#design {
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}
#masthead_contact {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	text-align: right;
}
#masthead_contact a{
text-decoration:none;
color: #FFFFFF;
}
.masthead_head {
	color: #FFFFFF;
	float: left;
	z-index: 2;
}
.button {
	color: #FFFFCC;
	background-color: #9999AA;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.caption {	font-size: 11px;
	color: #666666;
}
.form_label {
	font-size: 12px;
	color: #9999AA;
	font-weight: bold;
}
.input {
	font-size: 11px;
	color: #666666;
	background-color: #9999AA;
	border-color: #A79281;
	border-style: solid;
	border-width: 0;
}
.textarea {
	font-size: 11px;
	color: #666666;
	background-color: #9999AA;
	border-color: #A79281;
	border-style: solid;
	border-width: 0;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
.error_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
}
#right_text_area {
	float: right;
	height: 350px;
	margin-left: 15px;
	color: #E1E1E1;
	width: 35%;
	padding: 4px;
	border-left-color: #555555;
	border-left-style: dotted;
	border-left-width: 1px;
}
#right_text_area h1, #right_text_area h2, #right_text_area h3, #right_text_area h4  {
	color: #AA6254;
	width: 90%;
	border-left-color: #111111;
}
#right_text_area a:link, #right_text_area a:visited {
	text-decoration:none;
}
#right_text_area a:hover, #right_text_area a:active {
	text-decoration:underline;
}

#left_text_area {
	color: #999999;
	border-color: #666666;
}
#outside_image_block img {
border:0px;
}
#outside_image_block a:link, #outside_image_block a:visited, #outside_image_block a:hover, #outside_image_block a:active {
border:0px;
color:#000000;
}
.bkgndcolor {
	font-size: 8px;
	color: #000044;
	text-decoration: none;
	border-bottom: 0px;
}
.floatright {
	float: right;
}
.button {
	color: #FFFFCC;
	background-color: #667F99;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.caption {	font-size: 11px;
	color: #9999AA;
}
.form_label {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
.input {
	font-size: 11px;
	color: #000000;
	background-color: #9999AA;
	font-weight: bold;
}
.textarea {
	font-size: 11px;
	color: #000000;
	background-color: #9999AA;
	border: 0px;
	font-weight: bold;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	padding-left: 10px;
}
.error_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993300;
}
fieldset {
	border: 1px solid #9999AA;
}
.padleft15 {
	padding-left: 15px;
}
.oddrow {
	background-color: #999999;
	color: #000000;
	font-size: small;
}
.evenrow {
	background-color: #BBBBBB;
	color: #000000;
	font-size: small;
}
#left_text_area img {
	border: 0px none #000000;
}

/* ***************************************************** */
/*                 IHL GALLERY EDITS                     */
/* ***************************************************** */

#block-core-ItemInfo giInfo { 
 font-size:10px;
 color:red;
}
#gs_NavBar {
border-bottom:2px solid eee;
}
#gsNavBar {
border-bottom: 3px solid #555;
font-size: 10px;
font-variant: small-caps;
text-align:right;
}
#gsSidebarCol {
border-right: 1px solid #333;
background-color: #555;
padding-left: 4px;
}
#gsSidebar h3 {
font-weight: bold;
font-size: 13px;
}
#gsSidebar a:link, #gsSidebar a:visited{
color: #9999AA;
text-decoration: none;
font-size: 12px;
}
#gsSidebar a:hover, #gsSidebar a:active{
color: #ccc;
text-decoration: none;
font-size: 12px;
}
#gsThumbMatrix {
border-top: 1px solid black;
margin-top: 15px;
margin-bottom: 20px;
}
.block-core-ItemInfo  { /* author credits, views, new item text */
 font-size:10px;
 color:#999999;
}
.one-image  {
font-size:10px;
color:#999999;
}
.block-core-PeerList  a {
	font-size: 12px;
 	display: block;
}
.current {
font-size: 12px;
padding-top: 110%;
padding-bottom: 110%;
}
.giAlbumCell  {
padding-top: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #555;
padding-left: 5px;
}
.giDescription {
color: #ddd;
line-height: 1em;
font-size: 0.9em;;
}
.giTitle {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 3px;
	font-variant: small-caps;
}
.giItemCell {
padding-top: 20px;
padding-bottom: 25px;
border-bottom: 1px solid #555;
}
.block-core-Navigator {
border: 0px;
margin-top: 10px;
margin-bottom: 20px;
font-size: 11px;
}
.gbNavigator img{
border: 0px;
padding-right: 3px;
padding-left: 3px;
}
.block-core-PhotoSizes, giInfo{
display: block;
font-size: 11px;
}
.block-core-Navigator a{
text-decoration: none;
}
.next-and-last, no-previous {
text-align: right;
float: right;
}
.last, .next {
padding-left: 5px;
font-size: 10px;
}
.first, .previous {
text-align: right;
padding-right: 5px;
font-size: 10px;
}
.size summary {
display: block;
}
.datesummary {
display: block;
}
.ownersummary {
display: block;
}
.gbBreadCrumb {
padding-top: 10px;
font-weight: bold;
font-size: 16px;
padding-bottom: 15px;
color:#ffffff;
text-align:left;
}
.gbBreadCrumb a {
padding-right: 12px;
color:#CCCCCC;
}


.block-search-SearchBlock, gbBlock {
padding-top: 20px;
}
.gbBlock {
padding: 0 0 0 18px;
}
.block-albumselect-AlbumSelect, gbBlock {
padding-bottom: 20px;
}
#gsSidebar select, #gsSidebar .select {
color: black;
background-color: #777;
border: 1px solid #555;
font-size: 10px;
}
#gsSidebar input, #gsSidebar.input {
color: black;
background-color: #777;
border: 1px solid black;
font-size: 10px;
}
.current {
font-size: 12px;
padding-top: 5px;
padding-bottom: 5px;
}
.block-exif-ExifInfo {
font-size: 9pt;
}
.gbDataTable {
font-size: 9pt;
}
.gbEven, .gbOdd {
font-size: 10pt;
}
.block-core-ItemLinks a { 
display: block;
width: 100%;
}
.under-masthead {
	background-image: url(../imgs/masthead.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
