/*  
Theme Name: SADS
Theme URI: http://www.veldwerkmedia.nl/
Description: WP Theme met custom index.php. Aangepaste post-lists en sub-pages (inclusief exclude pages etc...).
Version: 0.1
Date: 28-01-2009
Author: Bas in 't Veld
Author URI: http://www.veldwerkmedia.nl/

*/

/* padding&margin = top right bottom left */
/* background-position = horizontal vertical (ex. 40px 20px, left top) */

/* mac hide\*/
html, body {
	height:100%
}
/* end hide */
html>body #outer {
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

body {
	padding:0;
/*	text-align:center; centreert de pagina */
	min-width:960px;/* for mozilla*/
	height: 100%;
	min-height: 100%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin: 0;
}

#outer {
	height:100%;
	min-height:100%;/* for mozilla*/
	width:920px;
	color: #000000;
	text-align:left;
	position:relative;
	padding-left: 20px;
}

#header {
	height:117px;
	background-image: url(/cms/wp-content/themes/sads/images/header.jpg);	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 12px;
}

#menuBar {
	height: 34px;
	line-height: 42px;
	font-weight: bold;
}

#menuBar a {
	color: #FFFFFF;
	padding: 2px 20px 2px 10px;
	margin-left: 15px;
	text-decoration:none;
	background-image: url(/cms/wp-content/themes/sads/images/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#menuBar a:hover {
	background-color: #333333;
	text-decoration:none;
}

#menuBar li {
float: right;
	padding: 0;
	list-style: none;
margin: 0;
}

#left {
	position:relative;
	float:left;
	width: 204px;
	display: block;
	margin-top: -27px;
	margin-left: 1px;
	margin-right: 15px;
}

#left h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 5px;
	padding-left: 10px;
}

#left li {
	margin-left: -6px;
	background-image: url(/cms/wp-content/themes/sads/images/list.gif);
	background-position: 8px 6px;
	background-repeat: no-repeat;
	list-style: none;
	margin-top: 2px;

	list-style-position: outside;
	padding-left: 15px;
}

#left .current_page_item {
	font-weight: bold;
}

#left li.page_item ul {

	padding: 0;
	margin: 0;

}
#dealers {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #CCC;
	padding-top: 12px;
	padding-bottom: 20px;
	font-size: 11px;
}

#dealers .redTitle{
	color: #CC0000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold; 
}


#dealers a {
	color: #CCC;
}

#dealers li {
	margin-left: -2px;
	background-image: url(/cms/wp-content/themes/sads/images/list_grey.gif);
	background-position: 4px;
	background-repeat: no-repeat;
	list-style-type: none;
	color: #CCC;
	margin-top: 2px;
}

#right {
	width: 550px;
	position:relative;
	float:left;
	color: #FFF;
	text-align: justify;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFF;
}

#right .datum {
	font-size: 11px;
} 

#right .title {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}

#right .tekst {
	position: relative;
	top: -14px;
}

#right img{
	border: 1px solid #FFF;
}

#right img.alignright {
	margin: 0 0 4px 12px;
	float: right;
}

#right img.alignleft {
	margin: 0 12px 4px 0;
	float: left;
}

#right a {
	color: #CC0000;
}

#right ul {
	padding: 0;
	margin: 0;
}

#right li {
	padding-left: 8px;
	background-image: url(/cms/wp-content/themes/sads/images/list.gif);
	background-position: 2px left;
	background-repeat: no-repeat;
	list-style-type: none;
	margin-left: 20px;
}

#right .flag {
	width: 16px;
	height: 11px;
	border: none;
	margin-right: 4px;
	margin-bottom: -1px;
}
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
color: #000000;
}
/* End captions */


#bar1, .bar1 {
	background-color:#CC0000;
}

#bar2, .bar2 {
	background-color:#FF9900;
}
#bar3, .bar3 {
	background-color:#336633;
}

.colorBar {
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	height: 13px;
	margin-left: 220px;
	margin-bottom: 12px;
}

.barspecs {
	border: 1px solid #FFF;
	border-bottom: none;
/*	background-color:#CC0000;*/
	color: #FFFFFF;
}

.barspecs a {
	color: #FFFFFF;
	text-decoration: none;
}

.barspecs a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

.toggler {
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	cursor: pointer;
}

.element {
	PADDING-LEFT: 10px;
	MARGIN: 0;
	line-height: 24px;
	height: 24px;
	background-color: #000000;
	background-image: url(/cms/wp-content/themes/sads/images/elementBg.gif);
}

#clearfooter {
	width:100%;
	height:40px; /* geeft ruimte aan de footer */
	clear: both;
}

#footer {
	color: #333333;
	font-size: 11px;
	line-height: 31px;
	height: 31px;
	clear: both;
	bottom: 0;
	width: 920px;
	border-top: 1px solid #333333;
	position: absolute;
}

#footer a {
	color: #333333;
	text-decoration: none;
}
