/* @override http://www.gerardhenninger.nl/themes/gerardhenninger/css/gerardhenninger.css */

/* 	Gerard Henninger	CSS Stylesheet
	File				gerardhenninger.css
..................................................................................*/

/*	=Main Styles
..................................................................................*/
body {
	background: #000 url("http://www.gerardhenninger.nl/themes/gerardhenninger/images/concrete.jpg") repeat-x fixed center 0;
	color: #858585;	
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1.1px;
	margin: 0;
	padding: 0;
	text-align: center;
}

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

ul, ol { list-style:none; }

img { border: 0; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*	=Header
..................................................................................*/
#header {
	background: transparent url("http://www.gerardhenninger.nl/themes/gerardhenninger/images/header_tile.png") 0 0 repeat-x;
	height: 45px;
	left: 0;	
	padding: 0;
	position: relative;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}
#header h1 {
	float: left;
	height: 36px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 320px;
}
#header h1 a {
	background-image: url(http://www.gerardhenninger.nl/themes/gerardhenninger/images/gh_logo.gif);
	display: block;
	height: 36px;
	padding: 0;
	margin: 0;
	width:320px;
}
#header h1 a:hover {
	background-image: url(http://www.gerardhenninger.nl/themes/gerardhenninger/images/gh_logo.gif);
	background-position: 0px -36px;
	height: 36px;
	margin: 0;
	padding: 0;
	width: 320px;
}

/*	=topBar
..................................................................................*/
#topBar {
	float: right;
	height: 36px;
	margin: 0;
	padding: 0;
	width: 280px;
}
#topBar ul {
	border: 0 solid #0e8000;	
	height: 36px;
	margin: 0 auto; 
	margin: 10px 0 0 0;
	padding: 0;
	width: 280px;
}
#topBar ul li {
	color: #777;
	float: left;
	margin-left: 3px;
	padding: 0px; 
	text-decoration: none;
}
#topBar ul li a {
	color: #777;
	float: left;
	margin: 0;
	margin-right: 3px;
	padding: 0px; 
	text-decoration: none;
}
#topBar ul li a.active { color: #fff; }
#topBar ul li a:hover { color: #b5053f; }

/*	=Content
..................................................................................*/
#contentContainer {
	background: transparent url("http://www.gerardhenninger.nl/themes/gerardhenninger/images/opaque_30.png") 0 0 repeat;
	margin: 50px auto 0px auto;
	padding-top: 10px;
	overflow: auto;
	position: relative;
	text-align: center;
	width: 850px;
	line-height: 1.5em;
}
.content h2 {
	line-height: 1.2em; margin: 0 0 1em 0;
}
.contentLeft {
	border: 0 solid #0e8000;
	color: #666;
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	padding: 5px;
	text-align: left;
	width: 250px;
}
.contentLeft a, .contentExtra a{ color: #888; font-weight: bold; text-decoration: none; }
.contentLeft a:hover, .contentExtra a:hover { color: #b5053f; font-weight: bold; text-decoration: none; }
.contentLeft h3, .contentExtra h3 {
	color: #b5053f;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;	
}
.contentLeft h4, .contentExtra h4 {
	color: #b5053f;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
}
.contentLeft li, .contentExtra li { margin: 0; padding: 0; }
.contentExtra {
	border: 0 solid #0e8000;
	color: #666;
	float: left;
	margin-top: 0;
	padding: 5px;
	text-align: left;
	width: 170px;
}
.contentExtra ul { margin: 0 1.1em 1.1em 0; padding: 0; list-style-type: none; }

/*	=About
..................................................................................*/
#aboutContainer { 
	margin: 0 auto; 
	min-width: 1000px;
	max-width: 1000px; 
	padding-top: 0px;
	overflow: auto;
	position: relative;
	text-align: center;
	width: 960px;
 }

.aboutContent {
	background: transparent url("http://www.gerardhenninger.nl/themes/gerardhenninger/images/opaque_30.png") 0 0 repeat;
	line-height: 1.5em;
	margin: 60px 0 50px 0;
	padding: 5px 30px 10px 10px;
	position: relative;
	text-align: left;
	float: left;
	width: 960px;
}

.aboutContent img, .aboutContent object, .aboutContent embed { display: block; margin: 10px auto 10px auto; }
.aboutContent h3, .aboutContent h4, .aboutContent h5 { margin: 2em 0 1em 0; }
.aboutContent blockquote { background: #000; margin: 2em; padding: .1em 1.5em; position: relative; }
.aboutContent blockquote cite { display: block; font-style: normal; text-align: right; }
.aboutContent h2 a { text-decoration: none; }
.aboutContent h2 { font-size: 25px; font-weight: bold; line-height: 1.2em; margin: 0 0 0.5em 0;}
.aboutContent h3 { font-size: 1.3em; font-weight: normal; line-height: 1.2em; }
.aboutContent h4 { font-size: 1.2em; font-weight: normal; line-height: 1.2em; }
.aboutContent h5 { font-size: 1.1em; font-weight: normal; line-height: 1.2em; }
.aboutContent h2, .aboutContent h3, .aboutContent h4, .aboutContent h5 { color: #d5d5d5; }
.aboutContent h2 a:link, .aboutContent h2 a:visited { color: #d5d5d5; }
.aboutContent h2 a:hover, .aboutContent h2 a:active, .aboutContent h2 a:focus { color: #b5053f; }
.aboutContent a:link, a:visited { color: #d5d5d5; }
.aboutContent a:hover, a:active, a:focus { color: #b5053f; }
.aboutContent img { border: 1px solid #424242; }
.aboutContent h4 { color: #b5053f; font-weight: bold;}
.aboutContent h2 { color: white; font-size: 20px; font-weight: bold; line-height: 1.2em; margin: 10px 0 0px 0;}

.aboutContent ul.list {
	list-style-type: square;
	list-style-position: outside;
	margin: 0px 0px 20px 15px;
}

.aboutContent ul.list li {
	margin-top: 5px;
}

.aboutLeft {
	border: 0 solid #0e8000;
	color: #666;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 5px;
	text-align: left;
}
.aboutExtra {
	border: 0 solid #0e8000;
	color: #666;
	float: left;
	margin-top: 0;
	padding: 5px;
	text-align: left;
}


.aboutLeft li, .aboutExtra li { 
	margin: 0px 0px 0px -30px; 
	padding: 0px 0px 0px 0px; 
}

/*
#aboutClients {
	display: none;
}
#aboutFAQ {
	display: none;
} */

/*	=Topbox / Twitter
..................................................................................*/
.topbox {
	background: transparent url("http://www.gerardhenninger.nl/themes/gerardhenninger/images/opaque_30.png") 0 0 repeat;
	height: 40px;
	line-height: 40px;
	padding: 2px 10px 0;
	position: relative;
	/* text-transform: uppercase; */
	top: 50px;
}
.topbox h3, .topbox blockquote { float: left; margin: 0; padding: 0; }
.topbox h3, .topbox h3 a { color: #b5053f; font-size: 13px}
.topbox h3 img { margin: 5px 0px 0px 0px; padding: 0; }
.topbox h3 a:hover { color: #d5d5d5; font-size: 13px}
.topbox blockquote { margin-left: 15px; }
.topbox blockquote:before, .topbox blockquote:after { content: '"'; } 
.topbox ul { list-style: none; margin: 0; }
.topbox li { display: inline-block; float: left; margin-left: 15px; margin-top: 0px; font-size: 13px; font-weight: normal}
.topbox li, .topbox li a {color: #ccc;}
.topbox li.active a {color: #fff;}
.topbox li.active_clients a {color: #fff;}
.topbox li.active_gh a {color: #fff;}
.topbox li.active_faq a {color: #fff;}
.topbox li:hover, .topbox li a:hover { color: #911039; }
.topbox a {color: #fff;}
.topbox a:hover{color: #b5053f;}

/*	=Photo navigation
..................................................................................*/

#navPhoto {
	margin: 50px 0px 10px 0px;
	padding: 0 4px 0 4px;
	color: #999;
}

#navPhoto ul li.special {
	display: inline;
	margin: 0px;
	color: #f62448;
	padding: 0 4px 0 4px;
}

#navPhoto ul {
	margin: 0;
	padding: 0;
	font-size: .9em;
	font-weight: normal;
}

#navPhoto ul li {
	display: inline;
	margin: 0;
	padding: 0 4px 0 4px;
	/* border-right: 1px solid #333; */
}

#navPhoto ul li.last {
	display: inline;
	margin: 0;
	padding: 0 4px 0 4px;
	/* border-right: 0px solid #666; */
}

#navPhoto a {
	display: inline;
	margin: 0;
	padding: 0 4px 0 4px;
	text-decoration: none;
	color: white;
}

#navPhoto a:hover {
	display: inline;
	margin: 0;
	padding: 0 4px 0 4px;
	text-decoration: none;
	color: #ccc;
}


/*	=Photo info and comments
..................................................................................*/	
 
#infoPhoto h2 {
	padding: 0px;
	color: #adadad;
	font: bold 20px/0px "Myriad Pro","Myriad Set","Myriad Apple",Myriad,"Helvetica Nueue",Arial,Verdana,Sans-serif;
	letter-spacing: 1px;
}

#infoComments {
	display: block;
	padding-bottom: 10px;
	color: #666;
	font-size: .9em;
	font-weight: normal;
}

#infoComments a {
	text-decoration: none;
	color: #666;
}

#infoComments a:hover {
	text-decoration: none;
	color: #fff;
}

#browseWrapper {
	width: 850px;
	margin: 50px auto 0 auto;
	text-align: center;
}


/*	=Portfolio Categories
..................................................................................*/
#categories {
	float: left;
	text-align: right;
	margin-top: 40px;
	margin-left: -55px;
	margin-right: 5px;
	padding-left: 45px;
	padding-right: 0;
	color: #666;
}

#categories h2 {
	margin: 0;
	padding: 10px 15px 5px 0;
	font-size: .9em;
	text-align: right;
	color: #ccc; /*#cfa546;*/
	border-top: 0px solid #666;
	border-bottom: 0px solid #666;
}

#categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: .9em;
}

#categories ul li {
	padding: 1px;
}

#categories a {
	color:#999;
	font-weight: normal;
	text-decoration: none;
}

#categories a:hover {
	color:#fff;
}

/*	=Thumbs
..................................................................................*/
#thumbsNavigation {
	width: 650px;
	height: 30px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
}

#thumbsTitle {
	float: right;
	text-align: right;
	display: block;
	color: #999;
	font-weight: bold;
	font-size: 20px;
	text-transform: capitalize;
	margin-top: 10px;
} 

#pagesNav {
	float : left;
	text-align : left;
	color: #666;
	margin-top: 15px;
	margin-left: 5px;
	font-size: .9em;
	font-weight: normal;

} 

#pagesNav a {
	color:#666;
	font-weight: normal;
	text-decoration: none;
	text-align : center;
	margin-left : 5px;
	padding: 5px 10px 5px 10px;
	background : #000;
}

#pagesNav a:hover { 
	color:#fff;
	font-weight: normal;
	text-decoration: none;
	text-align : center;
	margin-left : 5px;
	padding: 5px 10px 5px 10px;
	background : #000;	
}

#pagesNav strong {
	color:#fff;
	font-weight: normal;
	text-decoration: none;
	text-align : center;
	margin-left : 5px;
	padding: 5px 10px 5px 10px;
	background : #b5053f;
}

#thumbsContainer {
	float: left;
	width: 750px;
	margin: 10px 0 0 0;
	padding: 0;
}

#thumbsContainer a {
	padding: 2px;
	background-color: #171717;
	display: block;
	float: left;
	margin: 3px;
}

#thumbsContainer a:hover {
	padding: 2px;
	background-color: #333;
}

.thumbnails {
	margin: 0px;
	padding: 0;
	border: 0px solid #171717; /*#505050*/
	height: 100px;
}

/*	=Footer
..................................................................................*/
#footer {
	bottom: 0;
	display: block;
	height: 30px;
	left: 0;
	position: fixed;
	text-decoration: none;	
	width: 100%;
	z-index: 4;
}
#footer p {
	color: #8b8b8b;
	font-size: 9px;
	margin: 0;
	padding: 6px 10px 0 10px;
}
#footer p#left { float: left; text-align: left; width: 300px; }
#footer p#right { float: right; text-align: right; width: 300px; }
#footer a { color: #c5c5c5; text-decoration: none; }
#footer a:hover { color: #fff; }
.c {  clear: both; height: 0; font-size: 0; line-height: 0; }

/*	=Forms
..................................................................................*/
.textarea { 
	background-color: #dcdcdc;
	border: 1px solid #2f2f2f;
	color: #000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	height: 200px;
	margin: 0 0 2px 0;
	padding: 1px;
	width: 480px;
}
	
.input {
	background-color: #dcdcdc;
	border: 1px solid #2f2f2f;
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 17px 0;
	padding: 1px;
	width: 300px;
}

.checkbox { margin-left: -3px; }

.input-text, textarea { border: none; font-size: 1em; padding: .3em; }

label { font-size: 1em; margin: 0px 0px 0px 0px; }

p.input-submit { text-align: right; }

#search-form label { position: absolute; top: -99999px; }
#search-form #submit { margin: 0 0 0 5px; padding: 1px 13px; }

/*	=Navigation
..................................................................................*/
#navigation {
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#prev, #next {
	display: block;
	height: 100%;
	overflow: hidden;
	outline: none;
	padding: 0;
	text-indent: -10000px;
	top: 0;
	width: 110px;
}

#prev {
	background: transparent url("http://www.gerardhenninger.nl/themes/gerardhenninger/images/prev.png") no-repeat -1500px center;
	float: left;
	left: 0;
}
#prev.visible, #prev:hover{ background-position: left; }

#next {
	background: transparent url("http://www.gerardhenninger.nl/themes/gerardhenninger/images/next.png") no-repeat 93px center;
	float: right;
	right: 0;
}
#next.visible, #next:hover { background-position: right; }


