/*
Theme Name: CHPhotography 2010 Dark Theme
Author: Urs Weishaupt
*/

/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* GENERAL */

body {
	background: #3c3c3c url(images/backgroundBody.png) repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #ebebeb;
	text-shadow: 1px 1px 2px #000;
	overflow-x: hidden;
}

a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
	color: #fff;
}

#centerdiv {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	background-color: #3c3c3c;
}

#canvas {
	width: 900px;
	height: 700px;
	background: url(images/canvas.png) no-repeat left top;
	position: absolute;
	left: 50%;
	top: -350px;
	margin-left: -450px;
	visibility: visible;
	background-color: #3c3c3c;
	text-align: left;
}

#sidebar {
	width: 200px;
	height: 600px;
	background: url(images/sidebar.png) no-repeat left top;
	position: absolute;
	top: 50px;
	left: 50px;
	z-index:1;
}

#content {
	width: 600px;
	height: 600px;
	/* background: white; */
	position: absolute;
	top: 50px;
	left: 250px;
	overflow: hidden;
}

#gallery #content {
	width: 800px;
	height: 600px;
	/* background: white; */
	position: relative;
	top: 50px;
	left: 50px;
}



#post {
	width: 260px;
	height: 470px;
	padding: 0px 20px 0 20px;
	position: absolute;
	top: 110px;
	left: 300px;
	overflow: auto;
}

.contact {
	width: 260px;
	height: 530px;
	padding: 20px;
	position: absolute;
	top: 30px;
	left: 300px;
}

.pic {
	position: absolute;
	left: 0px;
	width: 300px;
	height: 600px;
	overflow: hidden;
}



#post ul {
	margin-bottom: 16px;
}

#post ul li {
	font-weight: bold;
	text-transform: uppercase;
}

#post ul ul {
	margin: 10px 0 16px 0;
}

#post ul ul li {
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 6px;
	background: url(images/list.png) no-repeat left 5px;
	padding-left: 8px;
}

#post p {
	margin-bottom: 16px;
}



h1 a {
	display: block;
	width: 200px;
	height: 120px;
	text-indent: -9000px;
}

ul.navigation {
	width: 200px;
	position: absolute;
	bottom: 15px;
	
	background: url(images/navi.png) no-repeat left top;

	height: 123px;
	display: block;
}

ul.navigation li {
	margin-bottom: 1px;
}

ul.navigation li a {
	display: block;
	height: 30px;
	width: 200px;
	background: url(images/navi.png) no-repeat left top;
	text-indent: -9000px;
}

ul.navigation li.page-item-5 a {
	background-position: left top;
}

ul.navigation li.page-item-6 a {
	background-position: left -31px;
}

ul.navigation li.page-item-7 a {
	background-position: left -62px;
}

ul.navigation li.page-item-8 a {
	background-position: left -93px;
}

ul.navigation li.page-item-9 a {
	background-position: left -124px;
}

ul.navigation li.page-item-5 a:hover {
	background-position: 50% top;
}

ul.navigation li.page-item-6 a:hover {
	background-position: 50% -31px;
}

ul.navigation li.page-item-7 a:hover {
	background-position: 50% -62px;
}

ul.navigation li.page-item-8 a:hover {
	background-position: 50% -93px;
}

ul.navigation li.page-item-9 a:hover {
	background-position: 50% -124px;
}

ul.navigation li.page-item-5.current_page_item a,
ul.navigation li.page-item-5.current_page_item a:hover {
	background-position: right top;
}

ul.navigation li.page-item-6.current_page_item a,
ul.navigation li.page-item-6.current_page_item a:hover {
	background-position: right -31px;
}

ul.navigation li.page-item-7.current_page_item a,
ul.navigation li.page-item-7.current_page_item a:hover {
	background-position: right -62px;
}

ul.navigation li.page-item-8.current_page_item a,
ul.navigation li.page-item-8.current_page_item a:hover {
	background-position: right -93px;
}

ul.navigation li.page-item-9.current_page_item a,
ul.navigation li.page-item-9.current_page_item a:hover {
	background-position: right -124px;
}





/* ALBUM */

.ngg-albumoverview {
	width: 600px;
	height: 600px;
	overflow: hidden;
	position: absolute;
	left: 200px;
	top: 0px;
}

.ngg-album-compact {
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
}

.ngg-album-compact h2,
.ngg-album-compact h3 {
	text-indent: -9000px;
}

.ngg-album-link a img.pixel {
	position: absolute;
	z-index: 1000;
	width: 150px;
	height: 150px;
}


/* SINGLE IMAGE */

div.scroll { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 800px; 
    height:600px;
    float: left; 
} 

.scroll .pics { 
    /* this cannot be too large */ 
    width:20000em; 
    background: #565656;
    position:absolute; 
    clear: both;
} 

.pics .singlepic {
	float: left;

	width: 600px;
	margin: 0 300px 0 0;
	position: relative;
	padding-left: 200px;
}

.pics img.pixel,
.pic img.pixel {
	position: absolute;
	z-index: 1000;
	width: 600px;
	height: 600px;
}

#gallerytitle {
	width: 156px;
	z-index: 1000;
	padding: 10px 22px;
	position: absolute;
	bottom: 320px;
	left: 0px;
	/* text-transform: uppercase; */
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px #000;
	color: #fff;
	text-align: left;
	background: #474747;
	
}

.image-meta-data {
	width: 156px;
	text-align: left;
	z-index: 1000;
	padding: 18px 0 18px 22px;
	position: absolute;
	top: 285px;
	left: 0px;
	font-size: 11px;
	line-height: 14px;
	cursor: default;
	background: #565656;
}

.image-meta-data h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 12px;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px #000;
}

.image-meta-data p.keys {
	position: absolute;
	top: -9000px;
	left: -9000px;
}

.navi {
	position: absolute;
	top: 390px;
	left: 20px;

}

.navi a {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	margin-right: 0px;
	background-image: url(images/imagenavi.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

a#nav0 {
	background-position: left top;
}
a#nav1 {
	background-position: -23px top;
}
a#nav2 {
	background-position: -46px top;
}
a#nav3 {
	background-position: -69px top;
}
a#nav4 {
	background-position: -92px top;
}
a#nav5 {
	background-position: -115px top;
}
a#nav6 {
	background-position: -138px top;
}

a#nav0:hover {
	background-position: left 50%;
}
a#nav1:hover {
	background-position: -23px 50%;
}
a#nav2:hover {
	background-position: -46px 50%;
}
a#nav3:hover {
	background-position: -69px 50%;
}
a#nav4:hover {
	background-position: -92px 50%;
}
a#nav5:hover {
	background-position: -115px 50%;
}
a#nav6:hover {
	background-position: -138px 50%;
}

a#nav0.active,
a#nav0.active:hover {
	background-position: left bottom;
}
a#nav1.active,
a#nav1.active:hover {
	background-position: -23px bottom;
}
a#nav2.active,
a#nav2.active:hover {
	background-position: -46px bottom;
}
a#nav3.active,
a#nav3.active:hover {
	background-position: -69px bottom;
}
a#nav4.active,
a#nav4.active:hover {
	background-position: -92px bottom;
}
a#nav5.active,
a#nav5.active:hover {
	background-position: -115px bottom;
}
a#nav6.active,
a#nav6.active:hover {
	background-position: -138px bottom;
}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 8px;
background-color: #888;
cursor: pointer;

}
.vscrollerbar {
width: 8px;
background-color: #666;
cursor: default;

}

/* INPUTS */

input, textarea {
	border: 1px solid #565656;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px;
	width: 250px;
}

textarea {
	max-height: 100px;
	height: 100px;
	max-width: 250px;
	width: 250px;
	
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
	border:1px solid #ccc;
	
}
input:focus,
textarea:focus {
	background: #fffbe3;
}

input[type=submit] {
	width: 100px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	color: #fff;
	background:#757575;
	border:0px;
	cursor: pointer;
	padding: 6px;
	font-size: 16px;
	margin: 15px 0;
	float: right;
	font-family: Arial, sans-serif;
}

input[type=submit]:hover,
input[type=submit]:focus {
	color: #fff;
	background:#398f14;
}


div.wpcf7 {
	margin: 20px 0 0 0;
	padding: 0;
	overflow: hidden;
	font-weight: bold;
}

div.wpcf7 p {
	margin-bottom: 10px;
}

div.wpcf7-response-output {
	clear: both;
	text-align: right;
	line-height: 16px;
}

div.wpcf7-mail-sent-ok {
	clear: both;
	color: #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
	clear: both;
	color:#e52f15;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	color:#e52f15;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	width: 250px;
	text-shadow: none;

}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

p.caratage {
	font-size: 10px;
	margin: 10px 0 0 0;
	position: absolute;
	bottom: 5px;
	right: 20px;
	text-shadow: none;
}


/* the overlayed element */ 
.my_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333;  
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 

/* close button positioned on upper right corner */ 
.my_overlay .close { 
    background-image:url(images/buttonOverlayClose.png); 
    position:absolute; 
    right:-23px; 
    top:-23px; 
    cursor:pointer; 
    height:46px; 
    width:46px; 
}
