body {
	font-family: Arial, Helvetica, sans-serif;
	background: black url(images/shared/bg.jpg) top center repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:  Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
  outline: none;
}

#wrapper {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#header {
		height: 70px;
}

#title {
	float: left;
	width: 300px;
	margin-top: 20px;
	background: transparent url(images/shared/logo.png) 24px 5px no-repeat;
}

#title h1 {
	text-indent: -9000px;
	text-decoration: none;
	overflow: hidden;
}

#title h1 a {
	display:block;
	color: white;
}

/*#title h1 a:hover {
	display:block;
	background: transparent url(/images/shared/newish_logo_hover.gif) no-repeat;
}*/

#topRight {
	float: right;
	width: 395px;
}

#miniNav {
	float: left;
	width: 195px;
	margin-top: 25px;
	margin-right: 7px;
}

#miniNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#miniNav li {
	float: left;
	text-align: center;
}

#miniNav li a{
	font-size: 9px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #222;
	text-shadow: #222 2px 2px 2px;
	display: block;
}

#miniNav li.last a {
	border-right: none;
}

#miniNav li a:hover{
		color: #fff;
}

#search {
	padding-top: 20px;
}

#search_wrap {
	background: transparent url(images/search/searchbox_wrap_bg.gif) top left no-repeat;
	float: left;
	height: 18px;
	width: 190px;
}

#query_field {
	width: 141px;
	background: transparent url(images/search/searchbox_left.gif) top left no-repeat;
	border: 0;
	margin: 0;
	padding: 4px 0 0 9px;
	height: 18px;
	display: block;
	float: left;
	color: #909495;
	font-size: .6em;
}


#nav {
	height: 27px;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #000000;
	background-image: url(images/shared/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 27px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 95px;
}

#nav li a{
	text-decoration: none;
	display: block;
	color: #ccc;
	text-shadow: #111 2px 2px 2px;
	background-image: url(images/shared/nav_rollover_bg.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 7px;
	padding-right: 17px; /*20px;*/
	padding-bottom: 0px;
	padding-left: 17px; /*20px;*/
	margin-top: 0px;
	height: 20px;
	text-align: center;
}

#nav li a:hover{
	color: #fff;
	background-position: center -27px;
	cursor: pointer;

}
#nav li a#selected{
	text-shadow: none;
	color: #666;
	background-position: center -54px;
	cursor: default;
	
}

.clearing {
	clear: both;
}

#white {
	background-color: #FFFFFF;
	clear: both;
}
#whiteHeader {
	height: 83px;
}
#whiteHeaderRight {
	float: right;
	min-width: 300px;
	width: 420px;
	text-align: right;
	padding-right: 6px;
}
#topInfoRight {}


#whiteHeaderLeft {
	padding-top: 20px;
	padding-left: 23px;
}
#whiteHeaderLeft h6 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #4c4c4c;
}
#dropdowns {
	padding-top: 12px;
	padding-bottom: 0px;
	padding-right: 18px;
	margin: 0px;
}


#dropdowns select{
	margin-left: 5px;
	margin-bottom: 8px;
}

#dropdowns form{
	display: inline; /*added due to needing two separate forms*/
	padding: 0px;
	margin: 0px;
}

#whiteHeaderLeft h6 a{
	color: #9aabac;
	text-decoration: none;
}
#whiteHeaderLeft h6 a:hover{
	color: #4ccfff;
	text-decoration: underline;
}


#footer_wrap {
	background-color: #333;
	background-image: url(images/shared/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 65px;
	text-align: center;
	margin: 29px 0px 10px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	font-size: .7em;
	color: #666;
}

#footer_wrap a {
	color: #999;
	text-decoration: none;
}
#footer_wrap a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer {
	padding-top: 23px;
	margin: auto;
	width: 710px;
}

#copyright, #rss_subscribe, #mailing_list, #mailing_list_form {
	float: left;
}
	
#rss_subscribe, #mailing_list {
	border-left: 1px dotted #404040;
}

#copyright, #rss_subscribe, #mailing_list {
	padding-right: 10px;
	padding-top: 4px;
}

#rss_subscribe, #mailing_list {
	padding-left: 10px;
}

#footer input {
	
}

#list_name_field, #list_email_field {
	background: transparent url(images/search/list_bg.gif) repeat;
	border: 0;
	height: 17px;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
	color: #999;
	font-size: .9em;
}

#list_name_field {
	width: 97px;
	display: block;
	float: left;
	margin-right: 2px;
}

#list_email_field {
	width: 127px;
	display: block;
	float: left;
}


#breadcrumbs h2{
	font-size: 32px;
	font-weight: normal;
	color: #999;
	letter-spacing: -2px;
}

#breadcrumbs h2 a{
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 13px;
	background-image: url(images/shared/dots_breadcrumbs.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#breadcrumbs h2 a:hover{
	text-decoration: underline;
	color: #4ccfff;
}
#breadcrumbs span {
	display: none;
}

#viewAll {
	float: right;
	padding-left: 10px;
	background-image: url(images/shared/dots_viewall.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 12px;
	font-size: 9px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

#viewAll a {
	color: #9aabac;
	text-decoration: none;
}

#viewAll a:hover {
	color: #00bcff;
	text-decoration: underline;
}



#contentContainer{
	text-align: center;
}

.thumbWrapper {
	background-color: #fff;
	margin: 0px 5px 5px 0px;
	height: 343px;
	width: 299px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/shared/preloader.gif);
	background-repeat: no-repeat;
	background-position: center 11px;
	float: left;
}

.thumbWrapperBlank {
	background-color: #ccc;
	margin: 0px 5px 5px 0px;
	height: 343px;
	width: 299px;
	border: 1px solid #bebebe;
	text-align: center;
	font-size: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	background-image: url(images/shared/x.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}


.thumbWrapper:hover {
	background-color: #151515;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	height: 343px;
	width: 299px;
	border: 1px solid #000000;
	background-image: url(images/shared/graydient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	cursor: pointer;
}

.thumb {
	width:275px;
	height:275px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
}

.thumb img {
	display:none
}

.thumb a {
	height:275px;
	display: block;
	margin: -8px;
	border: 8px solid #fff;
	
}

.thumb a h6{
	height:275px;
	margin: 0px;
	padding: 0px;
	text-indent: -100em;
	overflow: hidden;

}

.thumbWrapper:hover .thumb a h6{
	height:275px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/shared/overlay_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -100em;
	overflow: hidden;
}

.thumbWrapper h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin: 0px;
	padding: 12px 0px 0px;
	line-height: 19px;
}

.thumbWrapper h2 a{
	color: #4e4e4e;
	text-decoration: none;
}

.thumbWrapper h5 {
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: normal;
}
.thumbWrapper:hover h2{
	color: #ccc;
	text-decoration: none;
}

.thumbWrapper:hover h2 a{
	color: #ccc;
	text-decoration: none;
}


.thumbWrapper #overlay {
	background-color: #009966;
	position: relative;
	z-index: 5;
	height: 20px;
	width: 20px;
}
#thumbClear {
	clear: both;
	padding: 0px;
	margin: 0px;
}

#fixedWidthContent {
	
}

#shadowTop {
	height: 17px;
	background-image: url(images/shared/shadow_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#shadowMiddle {
	background-image: url(images/shared/shadow_middle.gif);
	background-repeat: repeat-y;
	background-position: center center;
	padding-left: 23px;
}


#shadowBottom {
	background-color: #FFFFFF;
	height: 12px;
	background-image: url(images/shared/shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
	margin: 0px;
}

.wideImageContainer {
	width: 887px;
	background-color: #fff;
	padding: 13px;
	float: left;
	margin-bottom: 5px;
}
.tallSmallImageContainer {
	width: 275px;
	background-color: #fff;
	padding: 13px;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

.tallBigImageContainer {
	width: 342px;
	background-color: #fff;
	padding: 13px;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.squareSmallImageContainer {
	width: 428;
	background-color: #fff;
	padding: 13px;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.squareBigImageContainer {
	width: 514px;
	background-color: #fff;
	padding: 13px;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

/* ////// Additions ////// */

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

a:hover, a:active{
	color: #00bcff;
	text-decoration: underline;
}	


#shadowBottom, #shadowBottomSub {
	background-color: #FFFFFF;
	height: 12px;
	background-image: url(images/shared/shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
	margin: 0px;
}

#shadowBottomSub {
	padding: 0; margin: 0; height: 12px;
}

#aboutNav {
	margin: auto; text-align: left;
	background: #ffffff url(images/shared/gradient_top.jpg) repeat-x;
	padding: 14px; height: 21px; width: 886px; clear: both;
	font-size: 21px; color: #454545;
}

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

#aboutNav li, #aboutNav #first{
	float: left;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	padding: 0 7px 4px 7px;
}

#aboutNav #first{
 border: none;
}

#aboutNav li a{
	color: #00bcff;
	text-decoration: none;
	display: block;
}

#aboutNav .aboutNavActive{
	background: url(images/about/about_over.gif) no-repeat bottom;
}

#aboutNav li a:hover{
	color: #00bcff;
	text-decoration: underline;
	background: none;
}

#aboutBioCol {
	width: 494px;
}

#aboutSubCol3, #aboutSubCol4 {
	/*width: 750px;*/
	width: 494px;
}

#aboutBioCol, #aboutSubCol, #aboutSubCol2, #aboutSubCol3, #aboutSubCol4, #aboutSubCol5 {
	
	color: #797979; font-size: 12px; line-height: 18px;  text-align: left;
  	margin-left: 45px; margin-top: 15px; padding-bottom: 20px;
}

#aboutBioCol h1, #aboutSubCol h1, #aboutSubCol2 h1, #aboutSubCol3 h1, #aboutSubCol4 h1, #aboutSubCol5 h1, #projLeftCol h1, #projRightCol h1 {
	font-size: 9px;
	font-weight: bold;
	color: #373737;
	text-decoration: none;
	text-transform: uppercase;
}

#aboutSubCol4 label {
	display: block;
	font-weight: bold;
}

#aboutSubCol, #aboutSubCol2, #aboutSubCol5 { 
	float: right; 
	margin-left: 0;
}

#aboutSubCol {
	margin-right: 5px;
	width: 155px;
}

#aboutSubCol2 {
	margin-right: 20px;
	width: 200px;
}	

#aboutSubCol5 {
	clear: right;
	margin-right: 80px;
	width: 300px;
}

span.breaker {
	display: block;
}

#aboutSubCol ul, #aboutSubCol2 ul, #projLeftCol ul, #aboutSubCol3 ul, #aboutSubCol4 ul{
	margin: 0px; padding: 0px;
	list-style-type: none;
}

#aboutSubCol li, #aboutSubCol2 li, #aboutSubCol3 li, #aboutSubCol4 li {
	margin: 0;
}

#aboutSubCol4 li {
	margin-bottom: 10px;
}

#aboutSubCol li.first_item, #aboutSubCol2 li.first_item, #aboutSubCol3 li.first_item, #aboutSubCol4 li.first_item {
	margin-top: 10px;
}

#projLeftCol ul{
	margin-left: 21px;
}

#projLeftCol{
	width: 283px; margin-left: 27px; float: left; margin-top: 15px;
	color: #797979; font-size: 12px; line-height: 18px; 
}

#projRightCol{
	color: #1f1f1f; font-size: 15px; line-height: 23px;  text-align: left;
	width: 580px; margin-left: 331px; padding-bottom: 20px; margin-top: 15px;
}

#projLeftImage{
	width: 240px; height: 240px; margin: 0; padding: 20px 22px 22px 21px; background: url(images/projects/proj_shadow.jpg) no-repeat;
}

.projQuote{
	color: #797979; font-size: 12px; line-height: 18px;  text-align: left; padding-left: 110px; margin-top: 30px; min-height: 96px;
}

.projQuoteImage{
	width: 74px; height: 74px; padding: 11px 11px 11px 10px; float: left; background: url(images/shared/thum_shadow.jpg) no-repeat; margin-left: -110px; margin-top: -5px;
}

.projAuthor{
	color: #343434; font-size: 9px; line-height: 18px; text-transform: uppercase;
}

#photoTools, #projectTools {
	background: transparent url(images/shared/infoWrapperBg.gif) right top no-repeat;
	/*height: 30px;*/
	padding: 14px 18px 14px 0;
}

#projectTools {
	width: 890px; margin:auto; text-align: left; background: none;
	border-top: 1px dotted #cccccc; padding-top: 18px; margin-bottom: -27px;
}

#projectTools h5 .pagination{
width: 700px;
}

#photoTools h5, #photoToolsBottom h5, #projectTools h5 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#photoTools h5 a, #photoToolsBottom h5 a, #projectTools h5 a {
	/*color: #9aabac;*/
	/*border: 1px solid #cbd4d4;*/
	/*color: #6d6c6c; blue: 00bcff*/
	color: #7a9799; 
	padding: 2px 5px;
	text-decoration: none;
	border: 1px solid #bfcecf;/*this is a dark-teal-gray*/
}

#photoTools h5 .disabled, #photoToolsBottom h5 .disabled, #projectTools h5 .disabled, span.current {
	/*display: none;*/
	color: #8b8b8b;
			padding: 2px 5px;
			text-decoration: none;
			border: 1px solid #e4e4e4;
			background-color: #efefef;
}

#photoTools h5 a:hover, #photoToolsBottom h5 a:hover, #projectTools h5 a:hover {
	/*border: 1px solid #00bcff;
		color: #00bcff;*/
	border: 1px solid #00bcff;
	color: white;
	background-color: #00bcff;
}

#photoToolsBottom {
	padding: 17px 24px 7px 0;
	text-align: right;
}

#newsContent{
	margin-top: -17px;
}

.newsItem{
	margin: auto; text-align: left; border-bottom: 1px dotted #cccccc; width: 905px;
	padding-top: 17px; padding-bottom: 17px;
}

.newsImage{
	width: 171px; padding: 20px 22px 22px 20px; float: left;
	background: url(images/news/news_shadow.jpg) no-repeat;
	color: #616161; font-size: 9px; font-weight: bold;
}

.newsImage img{
	margin-bottom: 10px;
}

.newsBody{
	width: 655px; margin-left: 232px;
	font-size: 12px; line-height: 18px; color: #797979;
}

.newsBody h1{
	padding-top: 10px;
	color:#454545; font-size: 21px; line-height: 24px; font-weight:normal;
}

.newsBody .date{
	color:#c3c3c3; font-size: 9px; font-weight:bold;
}

.tooltip {
	/*font-weight: normal;*/
	margin: 0;
	padding: 0;
	font-size: .85em;
	background: transparent url(images/shared/photo_notes_bg.png);
	color: #fff;
}
.tooltip p {
	margin: 10px;
}
#client_notes_wrap {
	margin: 0 25px;
	padding: 0;
}
#client_notes {
	margin: 0;
	padding: 9px 50px 9px 28px;
	color: #6d6c6c;
	background: #f5f5f5 url(images/shared/notes_icon.gif) 7px 6px no-repeat;
	border-top: 2px solid #f0f0f0;
	border-left: 2px solid #f0f0f0;
}
#client_notes p {
	margin: 0;
	padding: 0;
	font-size: .8em;
}
/* FieldHints */
label.hintText {
  display: none;
}

.fieldWithHint {
  color: silver;
}

/* hCard */

div.vcard {}

#contact_content {
	margin-left: 27px;
	text-align: left;
	font-size: .8em;
	color: #3c3c3c;
	line-height: 1.5em;
}

#contact_content h2 {
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 20px;
	letter-spacing: -.05em;
	color: #565656;
}

#contact_producer, #contact_representation, #contact_website_credits  {
	height: 159px;
	margin-bottom: 20px;
}

#contact_bottom_cats  {
	clear: both;
	border-top: 1px dotted #d6d6d6;
	width: 904px;
}

#contact_billing, #contact_syndication {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 159px;
}

#contact_producer, #contact_billing  {
	width: 185px;
}

#contact_representation, #contact_syndication, #contact_website_credits  {
	border-left: 1px dotted #d6d6d6;
	padding-left: 20px;
}

#contact_representation, #contact_syndication  {
	width: 233px;
}

#contact_website_credits  {
	width: 444px;
}

#contact_producer, #contact_representation, #contact_website_credits, #contact_billing, #contact_syndication {
	float: left;
}

#contact_bottom {
	height: 60px;
	clear: both;
}

.fn {
	font-weight: bold;
}

.proper_noun {
	font-style: italic;
}

#contact_website_credits ul {
	margin: 0;
	padding: 0;
}

#contact_website_credits li {
	list-style: none;
}

#contact_website_credits .fn {
	font-weight: normal;
}

#contact_website_credits div.vcard {
	display: inline;
}

#content_links { 
	clear: both;
	margin: 20px 25px 10px 25px;
	text-align: left;
	background: #ffffff url(images/shared/gradient_top.jpg) repeat-x;
	padding: 14px; 
	color: #454545;
	font-size: .8em;
	border-top: 1px dotted #d6d6d6;
}

#content_links h2 {
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 20px;
	letter-spacing: -.05em;
	color: #565656;
}

#content_links h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 0;
}

#content_links p, #content_links li {
	color: #8b8b8b;
}

#content_links p {
	margin-top: .5em;
}

#content_links ul {
	margin: 0;
	padding: 0;
}

#content_links li {
	list-style: none;
	margin-bottom: .2em;
}

.links_block {
	border-top: 1px dotted #d6d6d6;
	margin: 0 0 0 0;
	padding: 20px 0;
}
.first_links_block {
	padding-bottom: 20px;
}

#tag_text_list {
	padding: 20px 50px 50px 50px;
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -.025em;
	min-height: 300px;
}

#tag_text_list a.first {
	color: #333;
}

#tag_text_list a.second {
	color: #666;
}

#tag_text_list a.third {
	color: #999;
}

#tag_text_list a:hover {
	color: #00bcff;
}

