/**************************************************
*
* CSS Stylesheet for DRF Photo
* Author: Ben Hays / Eighth Floor Creative
* Date: March 2009
*
***************************************************/

/* 
BASE BLUE #001f80 
LIGHT BLUE #0056b5
*/

body {
	background: url(../images/bg_body.png) left 101px repeat-x; 
	margin-top: 3em;
}
h1, h2, h3, h4, h5 {
	color: #001f80;
}
a {
	color: #001f80;
	text-decoration: underline;
}
a:hover {
	color: #0056b5;
	text-decoration: underline;
}
#content {
	margin: 1.5em 0;
}

/**** HEADER ****/
#header {
	position: relative;
}
#header h1 {
	background: url(../images/bg_header.png) -4px top no-repeat;
	text-indent: -9999px; 
}
#header h1 a {
	display: block;
	height: 50px;
}
#header #userinfo {
	left: 710px;
	position: absolute;
	text-align: right;
	top: 18px;
}
#userinfo h3 {
	color: #001f80;
	margin-bottom: 0;
}
#userinfo ul {
	list-style: none;
	margin: 0;
}
#lbx_cart {
	background: #fff;
}
/**** NAVIGATION ****/
#nav ul {
	margin: 0;
	overflow: hidden;
}
#nav li {
	background: #001f80 url(../images/bg_nav_border.png) left top repeat-y;
	float: left;
	list-style: none;
	padding-left: 2px;
}
#nav li a {
	background: url(../images/bg_nav.png) left -5px repeat-x;
	color: #fff;
	display: block;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: .2px;
	padding: 13px 14px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover, #nav li a.selected {
	background-position: left -65px;
}
#nav li#search_form {
	background: none;
	padding-left: 0;
}
#nav li form {
	padding: 13px 10px;
}
#nav li form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#nav li form input#query {
	background: #fff url(../images/icons/magnify.png) 4px 2px no-repeat;
	border: 1px solid #001f80;
	color: #001f80;
	font-size: 1.2em;
	padding-left: 26px;
	
}
/**** HOME PAGE ****/
#homephotos {
	height: 300px;
	list-style: none;
	margin: 0;
	overflow: hidden;
}
#homephotos li {
	margin-bottom: 1em;
}
#homeinfo blockquote {
	margin: 0 1.5em;
}
#homeinfo blockquote p{
	color: #006600;
	font-size: 1.2em;
}
#homeinfo h3, #homeinfo p {
	color: #001f80;
}

/**** PHOTO PAGE ****/
#photo {
	float: right;
	margin: 0;
	text-align: center;
}
#photo img {
	margin-bottom: 1.5em;
}
#photo h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
}
#photo_details dd {
	margin: 0 0 .75em 0;
}
#image_options {
	list-style: none;
	margin-left: 0; 
}
#image_options li a {
	background: url(../images/bg_buttons.png);
	display: block;
	height: 46px;
	text-indent: -9999px;
}
#image_options li a.contactImage {
	background-position: -3px -3px;
}
#image_options li a.contactImage:hover {
	background-position: -217px -3px;
}
#image_options li a.addLightbox {
	background-position: -3px -53px;
}
#image_options li a.addLightbox:hover {
	background-position: -217px -53px;
}
#image_options li a.remLightbox {
	background-position: -3px -103px;
}
#image_options li a.remLightbox:hover {
	background-position: -217px -103px;
}
#image_options li a.downloadComp {
	background-position: -3px -153px;
}
#image_options li a.downloadComp:hover {
	background-position: -217px -153px;
}

#image_options li span a {
	display: inline;
}

/**** SEARCH RESULTS ****/
#search_results {
	margin: 0 0 1.5em 0;
	overflow: hidden;
}
#search_results li {
	height: 185px;
	width: 158px;
}
#search_results li span {
	display: block;
	text-align: center;
}
#search_results li span a {
	display: block;
	padding-top: 1em;
}
#search_results li ul {
	margin: 0;
}
#search_results li ul li {
	float: none;
	height: auto;
	list-style: none;
	padding: 0;
	width: auto;
}
#search_results li ul li.icons a {
	width: 22px; 
}

/**** PAGINATION & PER PAGE ****/
#pagination ul, #per-page ul {
	list-style: none;
	margin: 0 auto;
}
#pagination ul li, #per-page ul li {
	float: left;
	margin: 0 3px;
}
#pagination ul li span, #per-page ul li span {
	border: 1px solid #d2d2d2;
	display: block;
	color: #001f80;
	font-weight: bold;
	padding: 2px 8px;
}
#pagination ul li span.current, #per-page ul li span.current {
	background: #e3e3e3;
	border: 1px solid #001f80;
}
#pagination ul li a, #per-page ul li a {
	text-decoration: none;
}
#pagination ul li a span, #per-page ul li a span {
	color: #999;
	display: block;
	text-decoration: none;	
}
#pagination ul li a:hover span, #per-page ul li a:hover span {
	background: #e3e3e3;
	color: #001f80;
}
#per-page {
	text-align: right;
}
#per-page span {
	color: #999;
	float: left;
	font-weight: bold;
	padding: 2px 8px;
}

/**** WHATS NEW ****/
#whatsnew {
	list-style: none;
	margin: 0;
}
#whatsnew li {
	float: left;
	height: 150px;
	overflow: auto;
}
#whatsnew li h3 a {
	text-decoration: none;
}

/**** LIGHTBOX ****/
#lightbox li {
	height: 170px;
	padding-top: .5em;
	width: 158px;
}
#lightbox li ul li {
	float: none;
	height: auto;
	list-style: none;
	padding-top: 0;
	width: auto;
}
#lightbox li.general {
	float: none;
	height: auto;
	list-style: disc;
	padding: .25em;
	text-align: left;
	width: auto;
}
#lightbox h4 {
	font-weight: bold;
	margin-bottom: .25em;
}
#lightbox li.general h4 {
	display: inline;
}

/**** PORTFOLIO ****/
#portfolio li {
	height: 155px;
	width: 177px;
}
#portfolio li.horiz a img{
	padding-top: 20px;
}
#portfolio li a {
	display: block;
}
#portfolio h3 {
	margin-bottom: 0;
	vertical-align: bottom;
}
#portfolio h3 a {
	text-decoration: none;
}

/**** CONTACT FORM ****/
#contactForm {
}
form fieldset {
	border: 0;
	padding: 0;
}
form fieldset ol {
	list-style: none;
	margin: 0;
}
form fieldset ol li {
	border-bottom: 1px solid #e3e3e3;
	padding: .5em 0;	
}
form fieldset ol li label {
	float: left;
	margin: 2px 1em 0 0;
	width: 120px;
}
form fieldset ol li label.error {
	color: #900;
	float: none;
	margin-left: 1em;
}
#contactForm #output {
	background: #f0f0f0;
	border: 2px solid #7d0406;
	color: #7d0406;
	display: none;
	padding: 1em;
}
#contactForm img.loading {
	display: none;
	vertical-align: bottom;
}
#contactForm textarea {
	height: 115px;
}

/**** FOOTER ****/
#footer_wrap {
	background: url(../images/bg_footer.png) left top repeat-x;
	padding-top: 3em;
}
#footer address {
	font-style: normal;
	float: left;
	text-align: left;
}
#footer #phone {
	text-align: left;
}
#footer ul {
	margin-top: 3em;
	text-align: center;
}
#footer p {
	clear: both;
	margin-bottom: .75em;
	text-align: center;
}
#footer p img {
	float: none;
	margin: 0 .5em;
	vertical-align: bottom;
}
#footer p a {
	text-decoration: none;
}
/**** AUTO COMPLETE ****/
.ac_results {
	background-color: Window;
	border: 1px solid WindowFrame;
	overflow: hidden;
	padding: 0px;
	z-index: 9999;
}
.ac_results ul {
	list-style-position: outside;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	filter:mask();
	height:3000px;
	left:0;
	position:absolute;
	top:0;
	width:3000px;
	z-index:-1;
}
.ac_results li {
	color: #001f80;
	cursor: pointer;
	display: block;
	font-size: 1.25em;
	margin: 0px;
	overflow: hidden;
	padding: 2px 5px;
	width: 100%;
}
.ac_loading {
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/**** MISC CLASSES ****/
.icon { padding-left: 22px; }
.viewImage { background: url(../images/icons/magnify.png) left 2px no-repeat; }
.addLightbox { background: url(../images/icons/plus.png) left 2px no-repeat; }
.remLightbox { background: url(../images/icons/minus.png) left 2px no-repeat; }
.contactImage { background: url(../images/icons/mail.png) left 2px no-repeat; }
.viewImage { background: url(../images/icons/magnify.png) left 2px no-repeat; }
.modelRelease { background: url(../images/icons/tick.png) left 2px no-repeat; }
.credit { background: url(../images/icons/information.png) left 2px no-repeat; }
.imageId { background: url(../images/icons/image.png) left 2px no-repeat; }
.caption { background: url(../images/icons/note.png) left 2px no-repeat; }
.keywords { background: url(../images/icons/keywords.png) left 2px no-repeat; }
ul.bullet { list-style: disc; }
.hover { background: #e3e3e3; }
.hoverInfo li { list-style: disc; }
.loginReminder {
	border: 1px solid #001f80;
	background: #f3f3f3;
	padding: 1em;
}
.description img {
	float: none;
	display: inline;
	margin: 0 .25em;
	vertical-align: bottom;
}
span a {
	display: inline;
}
ul.display {
	list-style: none;
	margin: 0;
	text-align: center;
}
ul.display li {
	float: left;
	width: 158px;
}

/**** FLAT NAVIGATION ****/
.flatnav {
	padding:0;
	margin:0 0 1.5em;
}
.flatnav li {
	display:inline;
	padding:0;
	margin:0;
}
.flatnav li.active a {
	font-weight: bold;
	text-decoration: none;
}
.flatnav li:before {
	content:"| ";
}
.flatnav li:first-child:before {
	content:"";
}
/*IE workaround*/	
/*All IE browsers*/
* html .flatnav li {
	border-left:1px solid #000;
	padding:0 .4em;
	margin:0 .4em 0 -.4em;
}
/*Win IE browsers - hide from Mac IE\*/
* html .flatnav {
	height:1%;
}
* html .flatnav li {
	display:block;
	float:left;
}	
/*End hide*/	
/*Mac IE 5*/
* html .flatnav li:first-child {
	border-left:0;
}

/**** CLUETIP STYLE ****/
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
.cluetip-arrows {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: none;
  height: 22px;
  left: -11px;
  position: absolute;
  top: 0;
  width: 11px;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip ul {
	margin: 0;
}
.cluetip-jtip li {
	list-style: none;
}
.cluetip.jtip li a {
	display: block;
	padding-bottom: 3px; 
	padding-top: 3px;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  background-color: #ccc;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 5px;
  padding: 2px 5px;
  text-align: center;
}

.cluetip-jtip #cluetip-inner {
  display: inline-block;
  padding: 0 5px 5px;
}
.cluetip-jtip #cluetip-inner a {
	display: block;
}
.cluetip-jtip div#cluetip-close { 
  color: #900;
  margin: 0 5px 5px;
  text-align: right;
}

/* jtip arrows */
.clue-right-jtip .cluetip-arrows {
  background-image: url(../images/cluetip/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(../images/cluetip/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(../images/cluetip/arrowdown.gif);
  height: 11px;
  left: 50%;
  margin-left: -11px;
  top: 100%;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(../images/cluetip/arrowup.gif);
  height: 11px;
  left: 50%;
  margin-left: -11px;
  top: -11px;
  width: 22px;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}