/* 
Theme Name: Aad Hoogendoorn
Theme URL: http://www.aadhoogendoorn.nl
Description: Aad Hoogendoorn theme
Author: Jonas Vorwerk
Author URI: http://www.jonasvorwerk.com
Version: 1.0
*/


body { 
   margin: 0 auto;
   font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
   color: #fff;
   font-size: 11px;
   background-color: #ccc;
   line-height: 16px;
   overflow: auto;
}


#bgimg{
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;

}

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

a IMG{
	border: 0px;
}

#logo{
	position: fixed;
	z-index: 20;
	left: 10px;
	top: 10px;
}

.post {
	margin: 0px 15px 10px 0px;
	padding: 0px;
	float: left;
	width: 100px;
	height: 120px;
	overflow: hidden;
	position: relative;
}

.thumb {
	position: relative;
}

.thumb img{
	width: 100px;
	height: 100px;
}

	div#loader {
	    width: 100%;
	    height: 200px;
	    overflow: hidden;
	}
	div#loader.loading {
	    background: url(images/loading.gif) no-repeat center center;
	}


#header{
	position: fixed;
	z-index: 10;
	width:100%;
	padding: 10px 0px 0px 0px;
	border-bottom: #fff solid 1px;
	/*background-image: url(images/bg30.png);*/
}

h1{
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: lighter;
}

h2{
	font-size: 12px;
	margin: 0px;
}

h3{
	font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: lighter;
	margin: 0px;
}

p{
	margin-top: 0px;
}


#menu{
	width: 950px;
	margin: 0 auto;
}

#Table_01{
	float: right;
}

#content {
    width: 100%;
    position: fixed;
    top: 141px;
    z-index: 2;
    padding-top: 20px;
    background-image: url(images/bg80.png);
}

#content_inner{
 	width: 950px;
 	margin: 0 auto;
}

#content_single{
	width: 310px;
	float: left;
	margin-right: 20px;
}

#content_home{
	width: 450px;
	float: left;
}

#content_thumbs{
	width: 550px;
	float: right;
}

#content_thumbs ul {
	margin:0;
	padding:0;
	list-style:none;
}

#content_thumbs li{
	float: left;
	padding-right: 10px;
}

#content_thumbs li img{
	float: left;
	width: 100px;
	height: 100px;
}

#slider {
    width: 100%;
    position: fixed;
    top: 160px;
    z-index: 2;
    visibility: hidden;
}

.scroll {
    width: 950px;
    margin: 0 auto;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    color: #fff;
}

.scrollContainer div.panel {
    width: 950px;
    vertical-align: bottom;

}

.hide {
    display: none;
}

#footer{
	z-index: 5;
	width: 100%;
	border-top: #fff solid 1px;
	padding-top: 5px;
	background-image: url(images/bg30.png);
	height: 125px;
	margin: 0 auto;
	position: fixed;
	bottom: 0px;
}

#footer_inner{
	width: 950px;
	margin: 0 auto;
}

.footer_box{
	float: left;
	width: 150px;
	margin-right: 115px;
}

#footer ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px; 
}

#footer u ul{
}

#footer ul li{
	display:block;
}

#footer h2 {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
}

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

.last{
	margin-right:  0px;
}

.aligncenter,div.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft { float:left; border:0; margin-right:10px; }
.alignright { float:right; }
.wp-caption { border:1px solid #ddd; text-align:center; background-color:#f3f3f3; padding-top:4px; margin:10px; }
.wp-caption img { margin:0; padding:0; border:0 none; }
.wp-caption p.wp-caption-text { font-size:11px; line-height:17px; padding:0 4px 5px; margin:0; }

/* Wordpress.com stats smiley remover */
img#wpstats{display:none}

/*gallery*/
.gallery { margin: auto; }
.gallery-item { float: right; margin:0px 0px 10px 10px; text-align: center; }
.gallery img { border: 0px; }
.gallery-caption { margin-left: 0; }