/*
    Theme Name: Rick Honig Fotografie Dark Theme
    Theme URI: http://www.rickhonig.nl
    Description: Omschrijving van je wordpress theme.
    Version: 1.0
    Author: Ronny Rook / www.justrightwebdesign.nl
    Author URI: http://www.justrightwebdesign.nl
*/

/* 
	Dit is het stijlblad voor Rickhonig.nl
	*Indeling*

		1. Typografie en kleuren
		2. Structuur opbouw website
		3. Menu
		4. Kopteksten en titels
		5. Afbeeldingen
		6. Lijsten
		7. Tags en classes
*/


/* Typografie en kleuren */
html {
	background-color: #303030;
	width: 100%;
}

body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background: #303030;
	color: #fff;
	text-align: center;
}

#page {
	background-color: #303030;
	text-align: left;
}

#content {
	font-size: 1.2em;
}

#content a, #content a:link, #content a:visited {
	color: #980000;
	text-decoration: none;
}

#content a:hover {
	color: #980000;
	text-decoration: underline;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
	color: #fff;
}

h2.pagetitle {
	font-size: 1.6em;
	color: #fff;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	font-size:12px;
	color: #777;
}
		
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}
/* Typografie en kleuren */

/* Structuur opbouw website */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	background-color: #303030;
	margin: 0px auto;
	padding: 0;
	width: 998px;
}

#slider {
	width: 998px;
	height: 200px;
	border-bottom: 1px solid #989898;
	border-top: 1px solid #989898; 
}

.narrowcolumn {
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0;
	width: 998px;
}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 5px 0 0 0px;
	width: 998px;
}

.post {
	margin: 0 0 0;
	text-align: justify;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 0px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	background-color: #303030;
	border-top: 1px solid #989898; 
	width: 998px;
	clear: both;
}

#footer p {
	padding-top: 5px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
}

#footer p a, #footer p a:link, #footer p a:visited {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Structuur opbouw website */

/* Menu */
#menu {
	width: 998px;
	height: 50px;
	border-bottom: 1px solid #989898;
}

				.menu_home {
					display: -moz-inline-block;
					display: inline-block;
					zoom: 1;
					*display: inline;
					width: 115px;
					height: 50px;
					background-image: url(images/menu/home.jpg);	
				}
				
				.menu_portfolio {
					display: -moz-inline-block;
					display: inline-block;
					zoom: 1;
					*display: inline;
					width: 146px;
					height: 50px;
					background-image: url(images/menu/portfolio.jpg);	
				}
				
				.menu_gastenboek {
					display: -moz-inline-block;
					display: inline-block;
					zoom: 1;
					*display: inline;
					width: 156px;
					height: 50px;
					background-image: url(images/menu/gastenboek.jpg);	
				}
				
				.menu_contact {
					display: -moz-inline-block;
					display: inline-block;
					zoom: 1;
					*display: inline;
					width: 130px;
					height: 50px;
					background-image: url(images/menu/contact.jpg);	
				}
				
				.menu_links {
					display: -moz-inline-block;
					display: inline-block;
					zoom: 1;
					*display: inline;
					width: 115px;
					height: 50px;
					background-image: url(images/menu/links.jpg);	
				}
				
									.menu_home:hover {
										display: -moz-inline-block;
										display: inline-block;
										zoom: 1;
										*display: inline;
										width: 115px;
										height: 50px;
										background-image: url(images/menu/home_hover.jpg);
									}
									
									.menu_portfolio:hover {
										display: -moz-inline-block;
										display: inline-block;
										zoom: 1;
										*display: inline;
										width: 146px;
										height: 50px;
										background-image: url(images/menu/portfolio_hover.jpg);
									}
													
									.menu_gastenboek:hover {
										display: -moz-inline-block;
										display: inline-block;
										zoom: 1;
										*display: inline;
										width: 156px;
										height: 50px;
										background-image: url(images/menu/gastenboek_hover.jpg);
									}
									
									.menu_contact:hover {
										display: -moz-inline-block;
										display: inline-block;
										zoom: 1;
										*display: inline;
										width: 130px;
										height: 50px;
										background-image: url(images/menu/contact_hover.jpg);
									}	
									
									.menu_links:hover {
										ddisplay: -moz-inline-block;
										display: inline-block;
										zoom: 1;
										*display: inline;
										width: 115px;
										height: 50px;
										background-image: url(images/menu/links_hover.jpg);
									}
												
				#menu ul { 
					padding: 0;
					margin: 0;
				}
				
				#menu ul li {
					display: -moz-inline-block;
					display: inline-block;
					zoom: 1;
					*display: inline;
				}
				
				#menu ul li a, #menu ul li a:link, #menu ul li a:visited{  
					text-decoration: none;    
				}	
/* Menu */
		
/*	Kopteksten en titels */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 10px 0 0;
	color: #fff;
	text-align: left;
}

h2.pagetitle {
	margin-top: 10px;
	text-align: left;
	color: #fff;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* Kopteksten en titels */

/* Afbeeldingen */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* Afbeeldingen */

/* Lijsten */
html>body .entry {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* Lijsten */

/* Tags en classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* Tags en classes */