/********************************************************************/
/* site.css                                                         */
/*                                                                  */
/*  This stylesheet includes some styles for the PhotoShelter site. */
/*                                                                  */
/* (c) Copyright 2007, 2008 SCR Studios. All Rights Reserved        */
/********************************************************************/

/* Apply default font to all appropriate HTML elements */
body, td, th, input, select {
	font-family: Garamond, Verdana, Geneva, Arial, Helvetica, sans-serif;

}

/* Remove all margins (spacing) around these HTML elements */


h3, h4 {
	margin: 0;
	padding:10px;
}

body{
	/*background-color: #56595C; */
	border: medium solid #FFFFFF;
	background: url(http://www.scrstudios.com/assets/images/background.jpg);
	width: 970px;
	color: #fff;
	margin-top:	5px;
	margin-left:	auto;
	margin-right:	auto;
	padding: 0px;
}



p {
	font-size: 12pt;
	font-weight:	normal;
	color:	#fff;
}

#container{
	background-color: black;
}

.thrColHybHdr #mainContent{
	background-color: black;
}

.thrColHybHdr #mainContent2{
	background-color: black;
}

/***************** table tag styles *****************/



/*  .input is applied to tables which are used for form input (e.g. the Search form) */
table.input th {
	font-weight:	bold;

}


.alternatingTable th {
	text-align:	center;
	/*background-color: #aaaaaa;*/
	color:	black;
	background-color: #aaaaaa;
	font-weight:	bold;
	padding: 3px 5px;
	font-size: 90%;
}


.alternatingTable td {
	padding: 2px 0px 0px 10px;
	color: 333;
	background-color:#ccc;
	font-size: 90%;
}


.alternatingTable a:link, .alternatingTable a:visited {
	color: black;
}

.alternatingTable a:hover {
	color: #red;
}


.dataTable1 {   // For Tables with Headers in first column
		color: white;
}

.dataTable1 th {
	background-color:	#CCC;
	color: black;
	padding: 5px;
	text-align: right;
}

.dataTable1 td {
	background-color:	#333;
	color: white;
	padding: 5px;
	text-align: left;
}

.dataTable2 {   // For Tables with Headers in first row
		color: white;
}

.dataTable2 th {
	background-color:	#CCC;
	color: black;
	padding: 5px;
	text-align: center;
}

.dataTable2 td {
	background-color:	#333;
	color: white;
	padding: 5px;
	text-align: left;
}

.faqTable {
	width: 100%;
	margin-right: 120px;
	margin-left: 120px;
}

.formTable {
	padding: 0px 10px;
	margin: 0px;
	background-color: white;
	color: black;
}

.formTable.input th {
	font-weight:	bold;
}

.formTable tr {
	border-bottom: medium solid #FFFFFF;
}

.formTable th {
	text-align:	right;
	padding-right: 10px;
	padding-top: 2px;
	/*color:	#98B4BD;*/
	color: black;
	font-weight:	bold;
	/*background-color: #56595c; */
	background-color: white;
}

.formTable td {
	background-color: white;
	color: black;
}

.formTable td p {
	text-align: left;
	color: black;
	/*vertical-align: top;*/
}

.homePageTable {
	padding: 0px;
	margin: 0px;
}

.homePageTable td, tr {
	background-color: black;
	border: none;
	padding: 0px;
	margin: px0;
}

.searchTable {
	background-color: #939495;
	border: 0;
	padding: 0px;
	margin: 0px;
}

.searchTable.input {
	/* vertical-align:	top; */
	padding: 0px;
	margin:	0px;
}

.searchTable td {
	background-color: #939495;
	padding: 0px;
	margin: 0px;
}

.oddRow {
	background-color: #DDDDDD;
}

.evenRow {
	background-color: #ADDAE8;
}

/***************** header tag styles *****************/

h1, h2, h3 {
	color:	#98B4BD;
}

h1 {
	font-size:	150%;
}

h2 {
	font-size:	130%;
}

h3 {
	font-size:	120%;
}

/********** hyperlink and anchor tag styles **********/

a:link, a:visited{
	color: #FFD35F;
	text-decoration: none;
}

a:hover{
	color: #ADDAE8;
}


/******************************************************/
/* Misc                                               */
/******************************************************/

.red {
	color: red;
}

.ltBlue {
	color: #83cee3;
}

.smallFont {
	font-size: small;
}

.centeredText {
	text-align: center;
}

.galleryText {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/******************************************************/
/* Header Divs                                        */
/******************************************************/

#MenuBar {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size:	12px;
}

#MenuBar a:link, #MenuBar a:visited{
	color: #FFF;
	text-decoration: none;
}



#header {
	margin:	0px;
	height:	155px;
	background-color: #939495;
}



#headerSupport {
	margin:	0px;
	height: 25px;
	width:	440px;
}

#headerBranding {
	margin:	0px;
	height: 125px;
	width:	970px;
}

#headerLogo {
	margin:	0px;
	height: 125px;
	width:	530px;
	padding: 12px 0px 13px 5px;
}

#headerBannerSupport {
	margin:	0px;
	height:	115px;
	width:	440px;
	margin-left:	515px;
	position: relative;
	top: -150px;
	font-size: medium;
	font-weight: bold;
	padding: 5px 10px 5px 5px;
}

.supportStyle {
	font-size: 90%;
}

#headerSupportLinks {
	margin:	0px;
	height:	25px;
	width:	430px;
	padding-left: 10px;
	text-align: right;
	position: relative;
	top: -160px;
	left: 500px;
}

#headerSupportLinks p {
	font-size:	medium;
	width:	100%;
	font-weight: bold;
	color: #CCCCCC;
}

#headerSupportLinks img{
	margin-bottom: -2px;
}

#headerSearch {
	width: 375px;
	height: 12px;
	margin:	0px;
	padding: 0px;
	position: relative;
	top: -60px;
	left: 635px;
	/*font-size: 80%;*/
}

#headerSearch a {
	background-color: #939495;
}

#headerSearch img{
	margin-top: 10px;
}

#headerSearch fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#headerSearch td{
		background-color: 939495;
}

#headerSearch td.input{
	background-color: 939495;
}

#headerBanner {
	margin:	0px;
	height:	90px;
	width:	430px;
	padding-left: 15px;
}

#headerBanner img {
	border: medium solid #767A7D;
}

#headerNavBar {
	background-color:#939495;
	height: 32px;
	width:	990px;
}

#headerNavBar img {
	border:	none;
}

#headerNavBar form {
	padding: 0;
	margin: 0;
	height: 26px;
}

#headerNavBar fieldset {
	border:	none;
	height:	26px;
	padding: 1px;
	font-size:	80%;
}

fieldset {
	/* vertical-align:	middle; */
}

#headerNavBar input {
	/* vertical-align:	top; */
	padding: 0;
	margin:	0;
}

#headerNavBar.input a {
	/* vertical-align:	bottom; */
}

/******************************************************/
/* Dropdown Menu Divs                                 */
/******************************************************/

/** 1st Tier Navigation **/

#menu, #menu ul {  /* all lists */
	float:	left;
	width:	620px;
	w\idth: 620px;
	list-style:	none;
	line-height:	1;  /* used for setting the top margin in 3rd level and higher dropdown menus to -1em because of no absolute positioning */
	background-color:#939495;
	font-weight:	bold;
	padding: 0px 0px 0px 0px;
	border-width:	1px 0;
	margin:	0;
	color: #fff;
}

#menu a {
	display:	block;
	width:	auto;
	w\idth:	auto;
	color: #fff;
	text-decoration:	none;
	padding: 0.25em 5px;
}

#menu a.daddy { /** All menu list items that have dropdowns from them */
	background: url(http://www.scrstudios.com/images/rightarrow.gif) center right no-repeat;
color: #fff;
	}

#menu li {  /* all list items */
	float:	left;
	padding: 0px;
	width: auto;
	color: #fff;
}

#menu li.separator {
	list-style-image:	url(http://www.scrstudios.com/images/symbol2.gif);
	margin:	0px 0px 0px 10px;
}


#menu li:hover ul, #menu li.menuHover ul { /* Display 1st level menu on hover */
	left: auto;
}

/** 2nd Tier Navigation **/

/** 2nd Tier placement **/

#menu li ul {  /* second-level lists */
	position:	absolute;
	left:	-999em;  /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height:	auto;
	width: 210px;
	w\idth:	210px;
	font-weight:	bold;
	border-width: thin;
	border-color:	#fff;
	border:	thin solid #fff;
	margin:	0px;
	padding: 0px;
	z-index: 1000;
	color: #fff;
}

/** 2nd Tier styleing **/

#menu li li {
	width:	100%;
	w\idth:	100%;
	float: left;
}

#menu li ul a {
	width:	100%;
	w\idth:	100%;
	border-top: thin solid #ccc;
	padding: 0;
	left: 10px;
	text-align: center;
color: #fff;
	}

#menu li:hover ul ul, #menu li.menuHover ul ul { /* Hide 2nd level menu */
	left:	-999em;
	color: #fff;
}

#menu li li:hover ul, #menu li li.menuHover ul { /* Display 2nd level menu on hover */
	left:	auto;
	color: #fff;
}

#menu li:hover, #menu li.menuHover {
	background:	#9FB4BA;
	color: #fff;
}

/** 3rd Tier Navigation **/

#menu li ul ul { /* All dropdowns after the first one */
	margin: 0 0 0 191px;
	top: 0px;
}

#menuold li:hover ul ul ul, #menu li.menuHover ul ul ul {  /* Hide 3rd level menu */
	left: -999em;
	color: #fff;
}

#menuold li li li:hover ul, #menu li li li.menuHover ul {
	left:	auto;
	color: #fff;
}

/******************************************************/
/* Search Divs                                        */
/******************************************************/

#search {
	margin:	0px;
	padding: 0px;
	height: 15px;
	width:	360px;
	float:	right;
	position:	relative;
	top: -1.5em;
	/* vertical-align: middle; */
}

#search img {
	border:	none;
	/*margin-left:	2px;
	position: relative;
	top:	2px; */
}

#search input {
	/* position:	relative;
	top:	-35px;
	vertical-align:	bottom; */
}

/*************************************************************************************************/
/* Sidebars                                                                                 */
/*************************************************************************************************/

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/
.thrColHybHdr #sidebar1 {
	float: left;
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px; /* top and bottom padding create visual space within this div */
	background-color: #57595d;
	background-image: url(images/verticalGradiantBackground.gif);
	margin-top: 5px;
}
.thrColHybHdr #sidebar2 {
	float: right;
	width: 11em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px; /* top and bottom padding create visual space within this div */
	background-color: #57595d;
	background-image: url(images/verticalGradiantBackground.gif);
	margin-top: 5px;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}

/******************************************************/
/* Main Divs                                          */
/******************************************************/

#main {
	margin:	0px;
	padding: 0px;
	top: 0px;
}

#mainNoNav {
	margin: 50px;
	padding: 0px;
	top: 0px;
}


#leftNav {
	margin-top:	0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:	auto;
	padding: 0px;
	width:	171px;
	float:	left;
	background-color: #77797B;
	text-align:	center;
	/* min-height: 550px; */
}

#leftNav a {
	font-weight:	bold;
	color:	#fff;
	text-align: left;
}

#leftNav ul {
	list-style:	none;
	padding:	0px;
	margin: 0px;
}


#leftNavnew ul li {
	padding: 5px 30px;
	width:	111px;
	w\idth:	111px;
	float:	left;
	}
	
#leftNav ul li {
	float:	left;
}

#leftNavnew ul li:hover {
	display:		block;
	background-color:	#9FB4BA;
	padding: 	    5px 30px;
}

#leftNav li:hover ul ul, #leftNav li:hover ul ul ul, #leftNav li.menuHover ul ul, #leftNav li.menuHover ul ul ul {
	left: -999em;
}

#leftNav li:hover ul, #leftNav li li:hover ul, #leftNav li li li:hover ul, #leftNav li.menuHover ul, #leftNav li li.menuHover ul, #leftNav li li li.menuHover ul {
	left: auto;
}

#leftNav ul li a {
	padding: 5px 30px;
	width:	111px;
	w\idth:	111px;
	float:	left;
}

#leftNav ul li a:hoover {
	display:		block;
	background-color:	#9FB4BA;
	padding: 	    5px 30px;
}

#leftNav li a:hover {
	color:	#fff;
	background-color:	#9FB4BA;
	width: 111px;
}

#leftNav img {
	display:	block;
	margin-left:	auto;
	margin-right:	auto;
	border:	none;
}

/******************************************************/
/* Content Divs                                       */
/******************************************************/

#mainContent {
	margin-top: 10px;
	background-color: #56595C;
}

#mainContent2 {
	margin-top: 10px;
	padding: 20px 20px 10px 20px;
	background-color: #56595C;
}

#content {
	margin-left: 171px;
	margin-top: 10px;
	padding: 20px 20px 10px 20px;
}

#leftPhoto {
	float:	left;
	border: medium solid #767A7D;
	margin: 0px;
	padding: 0px;
}

#bio {
	margin:	0px 10px;
	padding: 0px 10px;
}

/******************************************************/
/* Footer Divs                                        */
/******************************************************/

#footer {
	background-color: #939495;
	color:	#ccc;
	text-align:	center;
	font-size:	80%;
	padding: 0px 0px 5px 0px;
	clear:	both;
}

#footer a:link, #footer a:visited {
	color:	#fff;
	font-size: 90%;
}

#footer a:hover {
	color: #ADDAE8;
}

.footerNav {
	background-color: #939495;
	color:	#fff;
	font-size:	120%;
	position: relative;
	padding: 5px;
	margin:  0px;
}

/******************************************************/
/* Home Page Divs                                     */
/******************************************************/

#homePagePhoto {
	background-color: white;
	width: 575px;
	height: 350px;
	position: relative;
	left: 200px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#slideShow {
	border: red thick double;
	background-color: #CC0000;
}

#homePageQuote {
	text-align:	center;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/******************************************************/
/* Bio Page Divs                                      */
/******************************************************/

.photoLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

.bookTitle {
	color:	#98B4BD;
}

.bookDescription {
	font-size:	0.8em;
}


/******************************************************/
/* Site Map Page Divs                                 */
/******************************************************/

.indent1 {
	padding-left: 20px;
}

.indent2 {
	padding-left: 40px;
}


/*************************************************************************************************/
/* Portfolio Divs                                                                                */
/*************************************************************************************************/

.portfolioTable {
	font-size: 120%;
	/*background-color: #939495;*/
}

.portfolioTable tr {
	/*padding: 10px;*/
}

.portfolioTable td {
	/*vertical-align: top;*/
}

.pictureRow {
	height: 700px;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 80px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 0;
	margin: 5px;
	background-color: #333333;
	width: 310px;
	height: 580px;
	/*position: relative;
	top:	-600px;
	left: 580px;*/
}

#thumbnails {
	clear: both;
	/*margin: 5px auto;*/
	margin: 5px 5px 0px 0px;
}

#thumbnails div {
	position: relative;
	width: 50px;
	height: 50px;
	float: left;
	margin: 5px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 50px;
	height: 50px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}

#picture {
	padding: 5px;
	width: 550px;
	height: 580px;
	/*float: left;*/
	/*position: relative;
	left: 0;
	top: 0;*/
	/*background-color: #333333;*/
}

#picture img {
	border: 1px solid #999;
	/*vertical-align: middle;*/
}

#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}


.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

/* Spry Validation Widgets Demo*/
#MovieList{
  height: 600px;
  overflow: auto;
}

/*************************************************************************************************/
/* Spry Form Validation                                                                          */
/*************************************************************************************************/

.checkboxRequiredState .checkBoxRequiredMsg, .checkboxMaxSelectionState .checkboxMaxSelectionMsg, .selectRequiredState .selectRequiredMsg, .textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg, .textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState, .textfieldInvalidFormatMsg, .radioRequiredState .radioRequiredMsg {
	border: 0px;
	padding-left: 22px;
	margin-left: 4px;
	background-image: url(images/error.gif);
	background-repeat: no-repeat;
}

.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg, .radioValidState .validMsg {
	display: inline;
}

#okmessage {
	margin-top: 10px;
	color: green;
	display: none;
}

.validMsg {
	width: 16px;
	height: 16px;
	margin-left: 6px;
	margin-top: 2px;
	display: none;
}

/******************************************************/
/* Override PhotoShelter Gallery Divs                 */
/******************************************************/

A.gallery_collection_list_name {
	color: #fff;	
}

A.gallery_list_name {
	color:	#FFF;
}


/* "UL.thumbs" is used for all thumbnail displays with PhotoShelter */

ul.thumbs {
	width: 870px;
}


ul.thumbs li {
	/*background-color: #56595C; */
	/* background-color: #333; */
	background-color:	#333;
	margin: 2px;
	height: 175px;
	width: 115px;
}


ul.thumbs li table td {
	/* color: #fff; */  /* Title of Gallery */
	background-color: #333;
	border: none;
	color:	#fff;
	font-size: 10pt;
	text-align:	center;
}

ul.thumbs li table td.slide {
	background-color:	#f6f6f6;
	border-top:	1px solid #fff;
	border-right:	1px solid #BFBFBF;
	border-left:	1px solid #ccc;
	border-bottom:	1px solid #999;
	padding:	5px 0px;
	width: 100px;
	height: 120px;
}

ul.thumbs li table td.slide:hoover {
	background-color: #56595C;
}

ul.thumbs li table td.slide img {
	/* border: medium solid #fff; */
}

ul.thumbs li div.thumb_links {
	padding: 2px;
	width: 97%;
	text-align:	right;
	position:	absolute;
	bottom:	0;
	left:	0;
}

/* PhotoShelter Keywords Styles */

form.image_keywords ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 10pt;
}

form.image_keywords ul li {
	float:	left;
	padding: 0;
	margin: 0;
	font-size: 10pt;
}

/* End Stylesheet */
