/*   
Theme Name: ConRep 1.0
Theme URI: http://www.consolerepairs.nl
Description: WordPress theme
Author: jasper@jmstudio.nl
Author URI: http://www.mbknetworks.nl
Version: 1
.
&copy; 2009 Maarten G
Designed and constructed by Jasper
.
*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background: #FFF url(http://www.consolerepairs.nl/wp-content/themes/console/images/wallpaper.jpg) top left repeat-x;
	color: #1e1e1e;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
}

/* headings */
h1,h2,h3,h4,h5,h6 {
	font-family:  Helvetica, 'Trebuchet MS', Arial, sans-serif;
color: #93CB2A;
}
h1, h2 {
	font-size: 22px;
	font-weight: 100;
	margin-bottom: 10px;
}
h3,h4,h5,h6 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
} 

/* links, paragraphs and lists */
a {
	color: #93cb2a;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a img {
	border: 0;
}


/* general classes */
.alignleft {float: left; margin: 5px 5px 0 0;}
.alignright {float: right; margin: 5px 0 0 5px;}
.aligncenter {margin: 0 auto; text-align: center;}
.float_left {float: left;}
.float_right {float: right;}
.clear{ clear: both;}
.ico {vertical-align: middle;}
.none {display: none;}

/* site specific styling */
#container {
	width: 1002px;
	min-height: 100%;
	background: url(http://www.consolerepairs.nl/wp-content/themes/console/images/header.jpg) top center no-repeat;
	margin: 0 auto;
}
#header {
	height: 150px;
}
	#header h1, #header h2 {
		display: none;
	}
#left {
	width: 250px;
	min-height: 400px;
	background: url(http://www.consolerepairs.nl/wp-content/themes/console/images/menu_left.jpg) left top repeat-x;
	float: left;
	display: inline;
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 35px;
}

	#left ul.list_pages, #left ul.list_pages li, #left ul.list_pages li a {
		display: block;
		width: 250px;
	}
	#left ul.list_pages li a {
		text-indent: 20px;
		height: 38px;
		line-height: 38px;
		vertical-align: middle;
		color: #000;
		text-decoration: none;
	}
	#left ul.list_pages li a:hover, #left ul.list_pages li.current_page_item a {
		background: url(images/left_hover.gif) left center no-repeat;
		color: #93cb2a;
		text-decoration: none;
	}
	
		#adres {
			margin-top: 35px;
			border-top: 1px solid #888;
			padding: 20px;
			line-height: 1.4;
		}
		#adres h1 {
			margin-bottom: 0;
		}
		

.sidebar {
	list-style: none;
	padding: 20px;
	border-top: 1px solid #888;
}

ul.tweets {
	list-style: none;

}
ul.tweets li {
	margin-bottom: 10px;
}

.timesince {padding-left: 4px;}
	
#right {
	width: 655px;
	float: left;
	margin-right: 35px;
	display: inline;
	padding-top: 40px;
}
	#right p {
		line-height: 1.5;
		margin-bottom: 20px;
	}
	#right ul, #right ol {
		margin-left: 15px;
		margin-bottom: 20px;
	}
#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}


form table td {padding: 5px 5px 5px 0;}
input.ymtext {padding: 2px; width: 200px;}





/* contactform */
ol.cf-ol {list-style: none !important; margin-left: 0 !important; padding-left: 0 !important;}
.cf-ol label {
width: 300px;
display: block;
padding-top: 5px;
}
.cf-ol input.single, textarea.area, input.secinput {
width: 300px;
padding: 3px;
font-size: 14px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
}
textarea.area {
height: 230px;
}
input.sendbutton {
width: auto;
margin-top: 5px;
padding: 0 10px;
}
.captcha-reset {width: 12px; height: 12px;}
fieldset, legend {
display: none;
}
.cf-ol img {vertical-align: middle; margin-left: 5px;}
 
.reqtxt, .emailreqtxt {
padding-left: 5px;
font-size: 11px;
vertical-align: top;
}
 
.failure {color: #C61100; color: red;}
.success {font-weight: bold; color: green;}
.cf_error {border: 1px solid #C61100;}
.linklove, #linklove, .ll, #ll {display: none;}