/* Style sheet for Photoshelter Manual Customization  */
/* ---------------------- */

/* General style options*/
/* ---------------------- */
/* main backgroup color */
body {
background:url("http://www.clarenceholmesphotography.com/wp-content/uploads/p2/blog_bg_1279512064.jpg") repeat fixed 0 0 #454746;
}
/* overall font */
body, td, th, input, select {
	font-family:Verdana,Tahoma,sans-serif;
	color:#000000;
}	
span.gallery_collection_list_num_galleries {
	color:#000000;
}
/* text color for text with links */
a,#footer a {
	color:#2f4697;
	text-decoration:none;
}
a:hover, #footer a:hover, ul.links li a:hover {
	color:#3eb44a;
text-decoration:underline;
}
/* text color for headers */
h1, h2, h3, h4 {
	color:#000000;
	border-color:#cccccc;
}
h2 {
	border-bottom:1px solid;
	border-color:#cccccc;
}
/* color for page range */
div.pageRange {
	color:#000000;
}
/* set left margin = (980 - 217*4)/2 = 36px */
/* gallery thumbnails, collection list, image */
UL.gallery_list,UL.gallery_collection_list, UL.thumbs { 
	margin-left:36px;
}
/* drop shadow around outside edge*/
#outerwrapper {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://www.clarenceholmesphotography.com/wp-content/themes/prophoto2/images/dropshadow994.png) repeat-y scroll 0 0;
	margin:0 auto;
	width:994px;
}
/* ---------------------- */
/* Header block style */
/* ---------------------- */
#logo img {
	border:none
}
/* header formatting */
#header {
	margin:5px auto 0px;
	padding:0 0px;
	width:980px;
}
/* nav menu bar formatting */
#navbar {
	background:#181818;
}
#header #nav div {
	border-right:0px solid; /* line between options */
	float:left;
	line-height:15px;
	padding-left:0px;
	padding-right:19px;
	padding-bottom:10px;
	padding-top:10px;
}
/* nav menu text*/
#nav {
	font-size:14px;
	margin-left:35px;
}
#header #nav a {
	color:#cccccc
}
#header #nav a:hover {
	color:#ffffff;
}
/* ---------------------- */
/* content area formatting */
/* ---------------------- */
#main, #mainTop, #mainBot, #footer {
	background:#ffffff;
}
#mainTop, #mainBot {
	width:980px;
	height:14px;
	margin:0 auto;
}
/* remove left and right rounded corners */
#mainTop div.l, #mainTop div.r {
	background-image:none;
}
#mainBot div.l, #mainBot div.r {
	background-image:none;
}
/* remove borders */
#mainTop div.m, #mainBot div.m {
	border:none;
}
#main {
	border-left:0px solid;
	border-right:0px solid; 
	margin:0 auto;
	padding:0 10px;
	width:960px;
}
/* ---------------------- */
/* Footer block style */
/* ---------------------- */
#footer {
	color:#333333;
	font-size:11px;
	margin-top:0px;
	margin-bottom:0;
	padding-bottom:35px;
	padding-top:10px;
	text-align: center;
	width:940px;
}
/* thumbnail design */
/* increase dimensions based on 200px thumbs vs default 100px */
UL.thumbs LI {
	width: 210px;
	height: 265px;
	position:relative;
}
UL.thumbs LI TABLE TD {
	width: 200px;
}
UL.thumbs LI TABLE TD.slide {
	width: 200px;
	height: 200px;
	border:0px solid #aaaaaa;
}
/* formatting for thumbnail slides */
ul.thumbs li {
/*	background-color: #ffffff;*/
	border:1px solid #000000;
}
ul.thumbs li table td.slide {
	background-color: transparent;
	vertical-align:middle;
}
DIV.thumb_links {
	text-align:center
}
img.add2lightbox, img.add2cart {
	width:80px; 
	height:26px; 
	hspace:2px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px; 
	border: 0px solid #ffffff;
	position:absolute;
	z-index:500;
}
img.add2lightbox {
	left:10px;
	bottom:4px;
}
img.add2cart {
	right:10px;
	bottom:4px;
}


/* mouse-over thumbnail color */
ul.thumbs li:hover {
	background-color: #cccccc;
	border:1px solid #cccccc;
}

/* text color for unlinked thumbnail text */
td.gallery_thumbs.text {
	color:#000000;
}
/* social media buttons */
div.buttons img {
margin:0px 0px 10px 0px;
display:block;
border:0px;
}
