/*  
Theme Name: website de VIP bus
Theme URI: http://www.devipbus.nl/
Description: wordpress theme for de VIP bus
Author: Marten Timan
Author URI: http://www.atypisch.nl
*/

/* basic elements */
html, body { 
	font: 12px Arial, Sans-serif, Verdana; 
	color: #000; 
	margin: 0; 
	padding:0;
	text-align: left;
	background: #fff url(images/bg.gif);
	line-height: 15px;
	}
	
h1 { 
	font-weight: bold;
	font-size: 22px; 
	color: #005ca9; 
	margin: 0; 
	padding: 10px 0 0 0;
    text-transform: uppercase;
	line-height: 22px;
}	
	
h2 { 
    font-weight: bold;
	font-size: 16px; 
	color: #005ca9; 
	margin: 0; 
	padding:  10px 0 0 15px;
    text-transform: uppercase;
	line-height: 18px;
}

h3, h4, h5, h6 { 
    font-weight: bold;
	margin: 0; 
	padding:  10px 0 0 15px;
}

h3.respond {
	float: left;
	padding: 10px 0 0 10px;
}
    
p.postmetadata {
	clear: both;
	color: #005ca9;
} 
	
a:link, a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #005ca9;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #89b2ea;
	}	
	
small {
    font-size: 10px;
	margin: 0;
	padding: 0; 
}

blockquote {
	float: left;
	padding: 10px 0 10px 10px;
	margin:0;
	background: #f4f4f4;
}

.black { color: #000; }
.green { color: #a7bc26; }
.white { color: #fff; }
.blue { color: #005ca9; }
	
/* specific divs */
/* styles for IE 5 Mac article: http://www.hicksdesign.co.uk/journal/30/vertical-centering-with-css */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 5px;
	left: 0px;
}
 
 /* following rules are invisible to IE 5 \*/
#horizon {
	top: 5px;
	left: 0px;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	min-width: 900px; 
}
 /* end IE 5 hack */ 

#container { 	
	padding: 0; 
	border: 0;
	text-align: left; 
	width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	}
	
/* een absolute-positioned container om de andere items (links etc) ook absolute te kunnen positioneren */	
#container_abs { 
    position: absolute;
	top:0px;	
	padding: 0 0 20px 0; 
	border: 0;
	text-align: left; 
	width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	}
	
#wrap {
	float: left;
    border: 0;
	padding:0;
	margin: 0;
	width: 900px;
}

#header {
	float: left;
	padding: 0; 
	margin: 0;
	border: 0;
	text-align: left; 
	width: 900px; 
	height: 193px;
	background: url(images/header.png) no-repeat top;
}

#header_text {
	position: absolute;
	top: 47px;
	left: 610px;
	width: 115px;
	height: 50px;
	padding: 0;
	margin: 0;
	color: #fff;
}

#backtohome {
	float: left;
	padding:0;
	margin:0;
	border:0;
	width: 595px;
	height: 183px;
	background: url(images/logo.png) no-repeat;
	}	
	
#backtohome a {
	float: left;
	width: 595px;
	height: 183px;
	padding: 0;
	margin:0;
	border: 0;
	}		
	
#content {  
	float: left;
	padding: 0; 
	margin: 0;
	text-align: left; 
	width: 900px; 	
	background: url(images/bg_content.gif) repeat-y;
}

#content a img, #content img a,
.post a img, .post img a {
	border: 0;
	padding: 0;
	margin: 0;
}


/* HOMEPAGE Specific */
#content_home {  
	float: left;
	padding: 0; 
	margin: 0;
	text-align: left; 
	width: 900px; 	
	background: url(images/bg_content_home.gif) repeat-y;
	color: #fff;
}

#content_home h1 {
	color: #fff;
}

#content_home h2 { padding: 0 0 15px 15px; }

#content_blank {  
	float: left;
	padding: 0; 
	margin: 0;
	text-align: left; 
	width: 900px; 	
	background: transparent;
}

/* Google map app divs */

#Gmap {
	float: left;
	width: 360px;
	height: 480px;
	padding: 10px;
	margin: 0;
	background: #fff;
}

#map_canvas {
	float: left;
	width: 360px;
	height: 480px;
	padding: 0;
	margin: 0;
	background: #d6d6d6;
}

#event_cats, #people_cats {
	float: left;
	width: 250px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#event_cats img, #people_cats img {
	border: 0;
}

.select_icon {
	padding: 0 ;
	vertical-align:bottom;
	float:left;
	margin: 0 0 0 25px;
}

/* content for google map application (textballoons etc) */
.info_win_contentbox {
	width:230px;
	text-align:left;
}

.info_win_titel {
	font-size:14px;
	font-weight:bold;
	color:#A1B424;
	text-align:left;
}

.info_win_date {
	font-size:12px;
	font-weight:bold;
	color:#0D4797;
	text-align:left;
}

.info_win_location {
	font-size:12px;
	font-style:italic;
	color:#A1B424;
	text-align:left;
}

.info_win_descr {
	font-size:12px;
	color:#000000;
	text-align:left;
}


/* Column template */
#content_columns {  
	float: left;
	padding: 0; 
	margin: 0;
	text-align: left; 
	width: 900px; 	
	background: url(images/bg_content_columns.gif) repeat-y;
}


/* AGENDA + NEWS ITEMS */

.agenda_item, .news_item {
	float: left;
	width: 250px;
	height: auto;
	padding: 0;
	margin: 0;
}

.news_item a:link, .news_item a:visited{
	float: left;
	width: 198px;
	padding: 2px 15px 2px 37px;
	margin: 0;
	background: #fff url(images/mini_ster.gif) no-repeat 15px 4px;
}

.news_item a:hover, .news_item a:active{ 
	background: #005ca9 url(images/mini_ster_blauw.gif) no-repeat 15px 4px;
	cursor: pointer;
}

.agenda_item a:link, .agenda_item a:visited {
	float: left;
	width: 220px;
	height: auto;
	padding: 2px 15px 2px 15px;
	margin: 0;
}

.agenda_item a:hover, .agenda_item a:active { 
	background: #005ca9;
	cursor: pointer;
}


.agenda_item li, .agenda_item ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 250px;
	height: 25px;
}

.agenda_item ul {
	padding: 10px 0 0 0;
}

.agenda_item li a:link, .agenda_item li a:visited, .agenda_item li a:hover, .agenda_item li a:active {
	width: 230px;
	padding: 5px 5px 5px 15px;
	height: 15px;
	margin: 0;
}

.agenda_item_date {
	float: left;
	width: 50px;
	padding: 0 10px 0 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #a7bc26;
}

.agenda_item_title {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #000;
}

.content_left_wrap {
	float: left;
	padding: 0;
	margin: 0;
	height: auto;
	width: 650px;
}

.content_right {  
	float: right;
	padding: 0; 
	margin: 0;
	text-align: left; 
	width: 640px;
}

.content_mid {  
	float: right;
	padding: 0; 
	margin: 0;
	text-align: left; 
	width: 380px;
}

.content_mid .post  {
	float: left;
	padding: 0; 
	margin: 0;
	text-align: left; 
	width: 380px;
}

.content_black .post  {
	float: left;
	padding: 0; 
	margin: 0;
	text-align: left; 
	width: 290px;
	height: 250px;
	background: #000;
	color: #fff;
}

/* 3PX off in comparison with other DIVS, check WHY */
.content_mid .post h1 {
	text-align: left; 
    padding: 18px 15px 20px 15px;
    width: 350px;
	}	
	
.content_right .post  {
	float: left;
	padding: 0; 
	margin: 0;
	text-align: left; 
	width: 640px;
}

.content_right .post h1 {
	text-align: left; 
    padding: 15px 15px 20px 15px;
    width: 610px;
}

.post_blue {
	background: #d1e8fc;
}

.post img {
    padding: 8px;
}    
	
.post p {
	text-align: left; 
    padding: 0 20px 15px 15px;
	margin: 0;
}

.separator {
	clear: both;
	border-top: 1px solid #000;
	padding:0;
	margin:0;
}

.wrap_rightspace {
	float: left;
	width: auto;
	height: auto;
	padding: 0 10px 0 0;
	margin: 0;
	border: 0;
}	

.sidebar {
	float: left;
	width: 250px;
	padding: 0;
	margin: 0;
	background: #fff;
}

.sidebar_star {
	float: left;
	width: 250px;
	padding: 0 0 10px 0;
	margin: 0;
	background: #fff url(images/ster.png) no-repeat 200px 10px;
}

.sidebar_stars {
	float: left;
	width: 250px;
	padding: 0 0 10px 0;
	margin: 0;
	background: url(images/sterretjes.gif) no-repeat 25px 0;
}

/* leave some in the bottom for the stars - background image */
.sidebar_left {
	float: left;
	width: 250px;
	padding: 0 0 50px 0;
	margin: 0;
	color: #fff;
	background: url(images/sterretjes.gif) no-repeat bottom;
}

.sidebar_right {
	float: right;
	width: 250px;
	padding: 0;
	margin: 0;
	color: #fff;
}

.sidebar_left .post h1, .sidebar_right .post h1, .sidebar .post h1, .sidebar_star .post h1, .content_black .post h1   {
	float: left;
	width: 220px;
	padding: 15px 15px 20px 15px;
	margin: 0;
	text-align: left;
	line-height: 22px;
}

/* add a bit more widt to .content_black .post h1  */
.content_black .post h1  {
	width: 260px;
}
/* more definition for the single post headings in the content */
.content_right .post h1, .content_right .post h2, .content_right .post h3  {
	text-align: left;
	line-height: 22px;
	padding: 15px 15px 20px 15px;
	color: #000;
}

.content_right .post h2 { line-height: 18px; }
.content_right .post h3 { line-height: 16px; }

.sidebar_right .post p, .sidebar .post p {
	float: left;
	width: 220px;
	padding: 0 15px 15px 15px;
	margin: 0;
	text-align: left;
}

.space {
	float: left;
	width: 900px;
	height: 10px;
	padding: 0;
	margin: 0;
}

.space_small {
	float: left;
	width: 250px;
	height: 10px;
	padding: 0;
	margin: 0;
}


/* WIDGETS */
.widget {
	float: left;
	width: 230px;
	height: auto;
	padding: 10px; 
}

.widget h1.title_widgets {
	float: left;
	width: 230px;
	height: auto;
	padding: 0 0 10px 0;
	margin:0;
	background: transparent;
}

.widget ul {
	padding: 10px 0 10px 20px;
	margin:0;
}

.flickr-photos img {
	width: 74px;
	height: 74px;
	padding: 0;
	margin: 0;
	border: 0;
}

#footer {
    float: left;
    width: 880px;
	text-align: center;
	padding: 0 10px 0 10px;
	font-size: 10px;
	color: #9d9d9d;
}

.navigation {
	float: left;
	width: 500px;
	padding: 20px 0 20px 0;
	margin: 0;
	border: 0;
}

.navigation_wide {
	float: left;
	width: 640px;
	padding: 20px 0 20px 0;
	margin: 0;
	border: 0;
}

/* align images  */

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

img.alignright {
	padding: 0 0 0 8px;
	margin: 0;
}

img.alignleft {
	padding: 0;
	margin: 0
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End align Images */


/* start forms */

#comment {
	float: left;
	border: 1px solid #000;
}

#commentform {
	float: left;
	width: 230px;
	padding: 5px 10px 5px 10px;
	margin: 0;
}

textarea {
    border: 1px solid #000;
}

.commentlist {
	float: left;
	width: 200px;
	padding: 10px 0 0 10px;
	margin: 0;
}
 	
.commentlist li {
	float: left;
	width: 230px;
	padding: 10px 0 10px 0;
	list-style: none;
}

.commentlist li p {
	float: left;
	padding: 0;
	margin: 0;
}

input {
	border: 1px solid #000;
	padding: 3px;
}

.submit {
    clear: both;
	height: 23px;
    color: #000;
    cursor: pointer;
	padding: 0 3px 2px 3px;
	margin:0;
    font-size: 12px;
    font-weight: normal;
	border: 1px solid #000;
	background: #a7bc26;
}

/* Nextgen gallery */
.ngg-galleryoverview {
	clear: both;
	width: auto;
	padding: 15px;
	margin: 0;
	text-align: left;
}

.post-image {
	padding: 0px 5px 0px 5px;
}

.post-image img, .post img {
	max-width: 610px;
}

/* FORMS */

.ddfm {
	float: left;
	padding: 20px 0 0 0;
	margin: 0;
}

label {
	float: left;
	width: 120px;
}

.ddfm .submit {
	float: right;
	background: transparent;
	border: 0;
	padding: 0 20px 0 0;
}

.ddfm input, .ddfm .fmtextarea {
	width: 165px;
	padding: 3px;
}

.ddfm .submit input {
	width: 100px;
}
