body {
	background-color: black;
	color: white;
	font-family: 'Coustard', serif; 
	font-weight: normal;
	height: 100%; 
	width: 100% !important;
}

@font-face {
  font-family: 'Social';
  src: url('http://www.watersphoto.com/img/SocialNetworkingIcons-Regul.ttf');
}

a {text-decoration : none;}
a:link, a:visited {color: white;}
a:hover { color: white; }

h1#neal-waters-photography { 
	position: absolute;
	float: right;
	top: 40px;
	right: 40px;
	font-family: 'Coustard', serif; 
	font-weight: normal;
	color: white; 
	background: url('http://www.watersphoto.com/img/neal-waters-photography.png') no-repeat;
	width: 310px;
	height: 105px;
}

h1#neal-waters-photography span { visibility: hidden; }

#about {
	position: absolute; 
	top:50%; 
	left: 50%;
	height:240px; 
	width: 500px;
	margin:-120px auto 0 -250px; /* negative half of the height */
	padding: 15px 25px;
	background: url('/img/white-80.png');
	display: none;
	z-index: 10;	
}

#about p { 
	margin: 6pt 0 0 0; 	
	font-size: 11pt;
	color: #333;
	line-height: 1.5;
}

#contact   { margin-left: 5px; }
#contact p { padding: 10px 13px !important; font-size: 10pt; color: white; }

#email a:link, 
#email a:visited,
#email a:hover {color: white;}

.qtip, .qtip-defaults, .qtip-active { font-size: 10px; }

#social-logos {
	position: fixed;
	left: 5px;
	top: 50%;
	width: 24px;
	margin: -75px 0 0 -40px; /* negative value of footer height */
	clear:both;
	font-family: 'Social';
	font-size: 20px;
	font-weight: normal;
	color: white;
	list-style: none;
} 

/* photoshelter css */
#ps-nav {
	position: relative;
	top: 20px;
	left: 505px;
	width: 300px;
	height: 30px;
	text-align: center;
}

#ps-nav ul {
	width: 500px;
	list-style-type: none;
	list-style-image: none;
}

#ps-nav li {
	float: left;
	display: inline;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding: 0 15px;
}

#ps-nav a {
	text-decoration: none;
}

#ps-nav a:hover {
	color: #aaa;
}

#ps-nav a:active	{
}

#content { margin-top: 95px; padding: 0 0 20px 0;}

#content h1 { 
	font-size: 16px;
	width: 800px;
	margin: 150px auto 5px auto;
	padding: 8px;
	background-color: #333;
	color: white;
	font-weight: normal;
}

#img_info {
	float: right;
	margin: -400px 0 0 0;
	padding: 0;
	width: 260px;
}

#img_info h2 { font-size: 14px; font-weight: normal; text-align: center; }

td { font-size: 12px; } 

.td-left { text-align: right; font-weight: normal; vertical-align: top; color: #aaa; }
.td-right { color: white; }

#footer {
	width: 100%;
	margin: 150px auto 0 auto;
	padding: 0;
	position: relative;
	font-size: 6pt;
	text-align: center;
	color: #ddd;
}

.clear { clear: both; }

#front_galleries {
	position: relative;
	width: 920px;
	left: 50%;
	top: 40px;
	margin-left: -460px;
	height: 100%;
}

#feature_galleries {
	position: relative;
	width: 400px;
}
.feature_galleries { padding: 0; margin: 0; width: 400px; }
.feature_galleries_name { padding: 4px 0 0 6px; height: 20px; background-color: #222; color: white; }

#subfeature_galleries {
	position: relative;
	left: 445px;
	margin: -320px 0 0 0;
	padding: 0;
	width: 500px;
}

#subfeature_galleries ul.thumbs {
	width: 500px;
}

#search_box_advanced {
	width: 550px;
	margin-left: 55px;
}

#search_tips {
	padding: 10px;
	background-color: #222;
	color: white;
	width: 220px;
	margin-left: 20px;
}

#search_results,
#gallery_display,
#gallery_image_display { 
	width: 900px;
	margin: 0 auto 0 auto;
}

#gallery_info { margin: 5px 0 10px 10px; }

#gallery_display h1,
#gallery_image_display h1 { 
	font-size: 16px;
	width: 100%;
	padding: 8px;
	background-color: #333;
	color: white;
	font-weight: normal;
}

#gallery_description  { 
	width: 600px;
	margin: 20px 0 0 75px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

ul.thumbs { width: 800px; margin: 0 auto 0 auto; }

#screenimg { margin: 10px 0 0 10px; }
#screenimg img { border: 2px solid white;}

#psMainCustom { 
	width: 90%; 
	margin: 0 auto 0 auto;
}

#psMainCustom H1 {
	background: none;
}

#buy { margin: 20px auto 20px auto; }

a.add_to_lightbox_link,
a.add_to_cart_link { float: left; }

a.add_to_lightbox_link,
a.add_to_cart_link,
a.buy_rights_managed, 
a.buy_prints, 
a.download_link{
	display: block;
	width: 100px;
	text-align: center;
	padding: 8px 20px;
	background-color: #222;
	color: white;
	font-size: 14px;
	margin: 10px 0;

    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px;  
    border-radius: 6px;  
  
  
    background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#222));  
    background: -moz-linear-gradient(#777, #222);  
    background-color: #222;  
    
    -webkit-user-select: none;  
    -moz-user-select: none;  
    cursor: pointer;  

}

a.add_to_lightbox_link {
	float: left;
	width: 125px;
	margin: 0 10px;
}

.addthis_default_style {
	height: 25px;
	padding: 10px 0 0 0;
	margin: 20px 0;
}

.gallery_list_name { 
	display: block; 
	font-size: 10px; 
	width: 150px; 
	height: 15px; 
	background-color: #222; 
	padding: 5px 0 0 5px;
	text-align: left;
}

.carrot { background-image: none; font-weight: normal; margin-left: 10px;}
.slide { vertical-align: top; }

.caption { font-size: 10pt; }
.copyright{ font-size: 8pt; color: grey; }

.keywords {
	border: 2px groove threedface;
	margin: 0;
	padding: 0.35em 0.75em 0.625em;
	width: 230px;
}

.keywords ul { list-style: none; margin: 0; padding: 0; }

.keywords ul li {
	float: left;
	font-size: 10px;
	margin: 0;
	padding: 1px;
	width: 110px;
	display: list-item;
}

