/*
Theme Name: naam
Theme URI: http://www.brommobiel-info.nl
Description: Custom theme for RAI Vereniging brommobielen
Author: Techniek: Kaan Parr (www.parr.nl) Ontwerp: Servion 
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
	color:#2c3337;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* Text elements */

ul {
	list-style:disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}



/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


body{
	background-color: #39393b;	
}

p{
	margin: 0 0 1em 0;	
}

#body-container {
	max-width:960px;	
	min-width:760px;
	margin: 0 auto;
}


#navigatie-container-outer {
	position: absolute; 	
	width:100%;
	z-index:99;	
	left:0;
	background-image:url(images/trans-boven.png);
	/*border:dotted red 1px;*/
}

#navigatie-container-inner {
	position: relative; 
	margin: 0 auto;
	max-width:960px;
	min-width:760px;
    padding: 0;
    width: 100%;
	overflow:hidden;	
}



#logo {
	width:80px;
	height:80px;
	display:block;
	text-indent:-9999px;
	background-image:url(images/logo.png);	
	float:left;
	margin: 20px 0 0 20px;
		
}

.menu-hoofdmenu-container {
	float:right;	
	margin-top:20px;
	margin-right:20px;
}

ul#menu-hoofdmenu  {  
    list-style-type: none;  
}  

ul#menu-hoofdmenu li  {  
    display: inline;  
    margin: 0;  

} 

ul#menu-hoofdmenu li a{ 
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
	padding:0.1em 0.6em;	
	
}

ul#menu-hoofdmenu li a:hover, li.current-menu-item a{ 
	background-color:#5cb0c7;
	
}


#content-container{
	background-color:#fff;	
}

#content {
	padding:2em;	
}

#content a {
	color:#FF0056;
	text-decoration:none;	
}

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

#content .titel {
	text-align:left;
	border-bottom: 0.1em solid #0083a8;
	margin-bottom:1em;	
	font-weight:normal;
	padding-bottom:1em;
	color:#0083a8;
	font-size:1.8em;
	font-weight:normal;
}




.opsomming_spacer {
	clear:both;
	margin-bottom:30px;	
}
.opsomming_getal {
	float:left;	
	width:24px;
	height:59px;
	background-image:url(images/opsomming_bol.png);
	color:#fff;
	font-size:40px;
	padding: 8px 26px;
	margin-right:20px;;
	font-weight:bold;
}
.opsomming_inhoud {
	float:left;
}

.opsomming_inhoud h1{
	color:#ff0056;
	font-weight:normal;
	font-size:1.8em;
}

.opsomming_afbeelding {
	float:right;
}

.borden-tabel td {
	border: 1px solid #000000;	
	width:180px;
	padding:5px;
	text-align: center;
	
}

.borden-tabel tr.afbeelding-row td {
	vertical-align:middle;
}

.borden-tabel tr.bovenschrift-row, .borden-tabel tr.onderschrift-row {
	font-size:0.8em;
	text-align:center;
}



#logo-footer-container {
	background-color:#99cedc;	
	height:112px;
}

#logo-footer{
	padding-top:5px;	
}
#logo-footer img {
	margin: 0 11%;	
}

#footer-container {
	background-color:#5cb0c7;	
}

#footer {
	padding:1em;
	float:right;
}


