/* -------------------------------------------------

AUTHOR          :  	Aart den Braber
WEBSITE         :   http://www.denbraberwebdesign.nl/
DATE            :   23-11-2011

--------------------------------------------------- */

/* ------------------------------------------------
   HTML ELEMENTS
--------------------------------------------------- */

/* import Colorbox's CSS */
@import url("colorbox.css");

/* Top Elements */
* { margin: 0; padding: 0; outline: 0; }

html { overflow-y:scroll; }

body {
	position: relative;
	font: 14px "Lucida Sans Unicode", "Verdana", sans-serif;
	/*font: 12px/1.75em Verdana, Tahoma, arial, sans-serif;*/
	color: #000000; 
	text-align: center;
	margin: 0 0 15px 0;	
	background: #4F83FF url(gradient-bg.png) repeat-x center top;
	-o-background-size: 100% 750px;
	-moz-background-size: 100% 750px;
	-webkit-background-size: 100% 750px;
	background-size: 100% 750px;
	width:100%;
	overflow-x:hidden;
	padding:0;
}

a, object, input, textarea {
	position: relative;
	z-index: 9999;
}
#colorbox * {
	z-index: 99999;
}
#colorbox *:before {
	content: none;
}
/* links */
a, a:visited {	
	color: #326ea1; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 2px solid #dbd5c5;
}

/* headers */
h1, h2, h3 {
	font-weight: Bold; 	
	color: #2364FF;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}
a.admintext, .sidemenu li a.admintext {
	color:#999;
	font-size: 130%;
}
a:hover.admintext, .sidemenu li a:hover.admintext{
	color:#666;
	text-decoration:none;
	border:none;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}


/* images */
img {
	border:none;	
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

hr {
   color: #dadada;
   background-color: #dadada;
   border:none;
   height: 1px;
   width: 99%;
}
/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	color: #333;
}
tr {
	height: 20px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	background: #F5F5F5;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/********************************************
   LAYOUT
********************************************/ 
#notenbalkLinks {
	background: url(notenbalk-links.png) bottom no-repeat;
	height:310px;
	width:232px;
	position:absolute;
	left:-202px;
	top:-70px;
}
#notenbalkRechts {
	background: url(notenbalk-rechts.png) bottom no-repeat;
	height:310px;
	width:232px;
	position:absolute;
	left:880px;
	top:-70px;
}

#wrap {
	position:relative;
	width:910px;	
	margin:0 auto;
	text-align:left;
}
#content-wrap {
	width: 850px;
	margin: 0 0 0 30px;
    border-top: 5px solid #fff;
    padding: 0;
    text-align: left;
    background: #fff;
	
	/* -moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333; */
}
#top {
	width: 850px;
	height: 14px;
	margin: 40px 0 0 30px;	
    padding: 0;
	background: url(top.png) no-repeat center;
}
#bottom {
	width: 850px;
	height: 14px;
	margin: 0px 0 0 30px;	
    padding: 0;
	background: url(bottom.png) no-repeat center;
}

#header {
	position: relative;
	height: 210px;
	width:910px;	
	padding: 0;	
	color: #fff;	
}
#header h1 {
	position: absolute;
	margin: 0; padding: 0;
	font-size:40px;
	font-weight:normal;
	text-transform: none;
	color: #fff;
	z-index:5;
	
	top: 60px; left: 250px;		
}
#header h2 {
	position: absolute;
	margin: 0; padding: 0;
	font-size:23px;
	font-weight:normal;
	text-transform: none;
	color: #fff;
	//z-index:5;
	
	top: 113px; left: 430px;		
}
#header h2.adminloggedin {
	position: absolute;
	margin: 0; padding: 0;
	font-size:18px;
	font-weight:bold;
	text-transform: none;
	color: #000;
	z-index:9999;
	
	top: 113px; left: 550px;		
}

/* header-photo */
#header-bar {
	//z-index:2;
	position: absolute;
	clear: both;
	margin: 0px -20px;
	height: 112px;
	width: 890px;
	background: url(header-bar.png) repeat-x center;
	top: 50px;
	left: 0px;
	
	-moz-box-shadow: 0px 3px 10px #333;
	-webkit-box-shadow: 0px 3px 10px #333;
	box-shadow: 0px 3px 10px #333;
}
#header-logo a {
	z-index:3;
	position:absolute;
	
	top: 8px; left: 40px;
	border:none;
}
#header-pic-rechts {
	z-index:3;
	position:absolute;
	
	top: 35px; left: 700px;
	border:none;
}


/* Main Column */
.two-col #main {
	margin: 10px 5px 0 200px;
	padding:0;
}
#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em;
	color: #2465FF;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}

#sitemap {
	margin: 10px 5px 0 20px;
	list-style-type:none;
}
#sitemap h1 {
	margin: 10px 10px 0 0px;
	font: normal 1.8em;
	color: #2364FF;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}
#sitemap ul li {
	list-style-type:none;
	margin-left: -20px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 17px;	
	font-size:16px;
	line-height: 13pt;
}	
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 0 0 15px;
	padding: 5.2px 10px 0 0;
	font: normal 1.4em;
	color: #2465FF; 		
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;	
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	/* border-bottom: 1px solid #E5E5E5; */
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #222222; 
	border: none;		
	display:block;
}
ul.sidemenu li a.current, ul.sidemenu > li a:hover {	
	cursor:pointer;
	color: #2364FF;
	border: none;
}
ul.sidemenu li.current a, ul.sidemenu li:hover{
	color: #2364FF;
}
ul.sidemenu li ul li a {
	margin: 0 -30px;	
	width:153px;
}
ul.sidemenu li ul li.current a { 
	color: #2364FF;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 14px;
	text-align: left;	
}
#footer-wrap a {
	text-decoration: none;
	color: #444;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #111;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}
#footer .footer-right {
	float:right;
	text-align:right;
	padding-right:40px;
}
#footer img { 
	height: 15px; 
	/*
	-moz-box-shadow: 0px 0px 10px #222;
	-webkit-box-shadow: 0px 0px 10px #222;
	box-shadow: 0px 0px 10px #222;
	*/
}

/* footer */
#footer {
	clear: both;
	color: #333;	
	margin: 4px auto 0 auto; 
	width: 850px;
	padding-left:40px;
	padding-top:-1px;
	background:url(footerbg.png) center center no-repeat;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

