/* Start of CMSMS style sheet 'db_main' */
/*css dennis buurman photography*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #A9BAC3;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bkgnd.png);
	background-repeat: repeat-x;
	color: #5A5A4B;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-position: top;
}
p {
	padding: 0 0 1em 0;
}
#main {
	background-repeat: no-repeat;
	width: 820px;
	text-align: left;
	height: 100%;
	margin: 10px auto 0 auto;
	border-bottom: 5px solid #003366;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	background-image: url(../images/hdrbkgnd.png);
	background-repeat: repeat-x;
}
#logo {
	height: 90px;
}
#logo a img {
	border: 0;
}
#menu {
	position: absolute;
	right: 0px;
	top: 60px;
	float: right;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	z-index: 999;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/tabright.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
#menu ul li:hover {
	background-position: 100% -50px;
}
#menu a {
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../images/tableft.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 12px 2px 12px;
	white-space: nowrap;
}
#menu a:hover {
	background-position: 0% -50px;
}
#menu ul li.currentpage {
  background-position:100% -50px;
}
#menu ul li.currentpage a {
	background-position: 0% -50px;
}
#headerimage img {
	padding: 0;
	margin: 0;
}
#content_wrapper {
	padding: 20px 0 30px 0;
	width: 780px;
	left: 30px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#albumtitle {
}
#albumtitle h2 {
	color: #5A5A4B;
	padding: 0 0 10px 0;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 2em;
	text-transform: uppercase;
	font-style: italic;
}
#breadcrumbs {
	clear:left;
	float:right;
	font-size:1.4em;
	font-style:italic;
	position:absolute;
	right:30px;
	top:363px;
	color: #444;
}
#breadcrumbs a {
	color: #444;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
#content_type {
	text-align: left;
	background-color: #FFFFFF;
}
.contentimg {
	margin: 0 10px 0 0;
	padding: 10px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
}
#content_type p {
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.6em;
}
#content_type h1 {
}
#content_type h2 {
}
#content_type h3 {
	font-size: 1.6em;
}
#content_type a {
	text-decoration: underline;
	color: #006699;
	font-style: italic;
}
#content_type blockquote {
	font-size: 1.4em;
	font-style: italic;
	padding: 10px 30px 10px 30px;
	line-height: 150%;
}
.orderform {
	border: 1px solid #006699;
	width: 600px;
	background: #FFFFCC;
	padding: 20px;
	margin: 0 auto;
	font-size: 1.4em;
}
.orderform td {
	padding: 0 5px 0 0;
}
.error_message {
	padding-left: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 1.4em;
	color: #FF0000;
}
.error_message ul {
	padding: 0 0 10px 0;
}
.error_message ul li {
	list-style-type: none;
}
/* album starts */
.album {
	float: left;
	width: 228px;
	height: 240px;
	padding: 10px 10px 0 10px;
	margin: 0 5px 10px 5px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	line-height: 100%
}
.album img {
	border: 1px solid #999999;
}
.album h3 {
	padding: 5px 0;
	margin: 0;
}
.album h3 a:link, a:visited {
	padding: 5px 0 5px 0;
	text-decoration: none;
	color: #5A5A4B;
}
.album h3 a:hover {
	color:#62A0BF
}
.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc {
}
.albumdesc small {
}
/* album ends */

/* image thumbs starts */
.imagebox {
	float: left;
	/*width: 228px;*/
	padding: 10px;
	margin: 0 5px 10px 5px;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
	line-height: 100%
}
.imagebox p {
	font-size: 1.1em;
	padding: 0;
        line-height: 1.25em;
}
.imagethumb {
	/*border: 1px solid #999999;*/
	padding: 0 0 10px 0;
}
.imagethumb a:visited {
}
.imagethumb a:hover {
}
.imagethumb {
}

/* image thumbs ends */
#footer {
	margin: 0 auto 10px auto;
	padding: 20px 0;
	width: 780px;
	font-size: 1.1em;
	color: #006699;
}
#footer a {
	text-decoration: underline;
	color: #006699;
	margin: 0 10px 0 0;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clear {
	clear: both;
}
/* misc */
img {
	border: 0;
}
/* zenphoto */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/gallery/themes/db_theme/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(/gallery/themes/db_theme/images/prev.gif) left 53% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover { background: url(/gallery/themes/db_theme/images/next.gif) right 53% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	height: 38px;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left;	}			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	text-align:left;
	}
/* zenphoto ends */

/* End of 'db_main' */

