/*
Theme Name: Seduce The Sunlight
Description: A theme based on seducethesunlight.be
Version: 2.0
Author: Geoffrey
Author URI: http://www.wsaweb.be
*/


/*##############################################################*/
body {
	margin:0 auto;
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 12px;
	color:#666;
	background-image:url(images-blog/bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	/*min-height: 768px;*/
	height: auto;
}
img { border: none; }
/*##########################################################################menu sluiten */

.submenu {
	width: 480px;
	height: 45px;
	padding-left: 10px;
	float: left;
}

/*##########################################################################submenu openen */
.submenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.submenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.submenu ul li a{
display: block;
width: auto; /*Width of top level menu link items*/
height: 32px;
padding-top: 13px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
border-right: 1px solid #FFF;
border-left-width: 0;
text-decoration: none;
color: #FFF;
font-weight: bold;
font-size: 12px;
}
	
.submenu ul li a:hover{
	/*background-color: #e95e27; /* oranje kleur*/
	background-image:url(images-blog/button-hover.jpg);
	background-repeat:repeat-x;
	color: #FFF;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Hack for IE \*/
* html .submenu ul li { float: left; height: 1%; }
* html .submenu ul li a { height: 1%; }
/* End */
/*##########################################################################submenu sluiten */

#banner {
	margin-top: 1px;
	width: 960px;
	height: 200px;
}


/*##############################################################*/
/*body {
	margin: 75px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font: 15px Arial, Helvetica, sans-serif;
	color: #666666;
}*/

body {
	margin:0 auto;
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: 12px;
	color:#666;
	background-image:url(images-blog/bg.jpg);
	background-repeat: repeat-x;
}

form {
	margin: 0;
	padding: 0;
}

input {
	padding: 5px;
	background: #FEFEFE url(images/img13.gif) repeat-x;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #004c98;
}

h1 {
	letter-spacing: 0px;
	font-size: 16pt;
	color: #004c98;
}

h2 {
	letter-spacing: 0px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ol, ul {
	margin-bottom: 2em;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a:link, a:visited, a:active {
	color: #e95e27;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 960px;
	margin: 0 auto;
	height: 42px;
}

#logo h1, #logo p {
	float: left;
	text-transform: lowercase;
}

#logo h1 {
	font-size: 2.4em;
	padding: 0px 0 0 0px;
}

#logo p {
	margin: 0;
	padding: 18px 0 0 4px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #222426;
}

#logo p a {
	color: #222426;
}

#menu {
	float: right;
	margin-top: 5px;
}

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

#menu li {
	display: block;
	float: left;
	height: 42px;
}

#menu a {
	display: block;
	padding: 2px 20px 2px 20px;
	background: #3CB7FF;
	margin-top: 10px;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu .last {
	margin-right: 0;
	padding-right: 0;
}

#menu a:hover {
	background: #1B2025;
	color: #FFFFFF;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	background: #1B2025;
	color: #FFFFFF;
}

#banner {
	margin-top: 1px;
	width: 960px;
	height: 200px;
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
/* Content */

#content {
	width: 620px;
	float: right;
	padding: 0 0px 0 0px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}

.post .title h2 {
	padding: 0px 30px 5px 0px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16pt;
	color: #e95e27;
	border-bottom: 1px #c1c1c1 dashed;

}

.title h2 a {
	color: #e95e27;
}

.post .title p {
	margin: 0;
	padding: 10px 0 10px 20px;
	background: url(images/img02.gif) no-repeat left center;
	line-height: normal;
	color: #e95e27;
}

.post .title p a {
	color: #e95e27;
}

.post .entry {
	padding: 0;
}

.post .postedby {
	padding-top: 3px;
	height: 17px;
	background-color:#bfbfbf;
	color: #FFF;
	font-size: 11px;
	width: 380px;
	float:left;
	padding-left: 20px;
}

.post .postedby_single {
	padding-top: 3px;
	height: 17px;
	background-color:#bfbfbf;
	color: #FFF;
	font-size: 11px;
	width: 600px;
	float:left;
	padding-left: 20px;
}


.post .voegtoe {
	padding-top: 3px;
	height: 17px;
	background-color:#bfbfbf;
	color: #e95e27;
	font-size: 11px;
	width: 100px;
	float:left;
	text-align: right;
}

.post .reacties {
	padding-top: 3px;
	height: 17px;
	background-color:#bfbfbf;
	color: #e95e27;
	font-size: 11px;
	width: 70px;
	float:left;
	padding-right: 20px;
	padding-left: 30px;
}

.post .voegtoe a:link, .post .voegtoe a:active, .post .voegtoe a:link {
	color: #e95e27;
	font-size: 11px;
	text-decoration: none;
}

.post .voegtoe a:hover {
	color: #e95e27;
	font-size: 11px;
	text-decoration: underline;
}

.post .links {
	padding: 5px 0;
	margin-top: 10px;
	text-align: left;
}

.post .links a {
	font-weight: bold;
}

.post .links a:hover {
}

.post .links .more {
	padding: 0 0 0 20px;
	background: url(images/img04.gif) no-repeat left 50%;
}

.post .links .comments {
	margin-left: 20px;
	background: url(images/img05.gif) no-repeat left 50%;
	padding: 0 0 0 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
}

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

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 0 0px 40px 30px;
}

#sidebar li li {
	margin: 0;
}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:active, #sidebar ul li ul li a:visited {
	color: #004c98;
	padding-left: 30px;
	background: url(images-blog/pijltje.gif) no-repeat 5px 50%;
	text-decoration: none;
}

#sidebar ul li ul li a:hover {
	color: #004c98;
	background: url(images-blog/pijltje.gif) no-repeat 15px 50%;
	text-decoration: underline;
}


#sidebar h2 {
	padding: 0px 30px 10px 30px;
	font-weight: normal;
	font-size: 16pt;	
	color: #004c98;
}


/* Search */

#search {
	padding: 20px 30px 40px 30px;
}

#search input {
	padding: 0;
	width: 70px;
	height: 29px;
	font-weight: bold;
}

#search #s {
	padding: 5px;
	width: 150px;
	height: auto;
	border: 1px solid #626262;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#search br {
	display: none;
}

/* Categories */

#sidebar #categories li {
}

/* Calendar */

#calendar_wrap {
	padding: 0 30px 40px 30px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {
	background: #F1F1F1;
}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #FFF3A7;
	border: 1px solid #EB1400;
	font-weight: bold;
	color: #EB1400
}

/* Footer */

#footer {
	border-top: 2px #004c98 solid;
	color: #004c98;
	font-size: 9px;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: 9px;
	background: #FFF;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #004c98;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .rss {
}

#footer .xhtml {
}

#footer .css {
}

#footer .legal a {
	padding: 0;
}
/*#####################################opmaak form############################*/
#commentform label {
width: 200px;
float:left;
}

#commentform input{
border: 1px solid #dbd8d3;
width: 225px;
font-family:Tahoma, Geneva, sans-serif;
font-size: 12px;
}

#commentform textarea {
border: 1px solid #dbd8d3;
width: 300px;
font-family:Tahoma, Geneva, sans-serif;
font-size: 12px;
}

#commentform label.error{
font-size: 11px;
margin-left: 200px;
background: #fbfcda url(images-blog/cancel.gif) no-repeat left;
border:1px solid #dbdbd3;
width:215px;
margin-top:4px;
padding-left:20px;
margin-bottom: 5px;
color: #E95E27;
}

#commentform .but_form {
	border: 1px solid #dbd8d3;
width: 95px;
margin-left: 200px;
background-color:#CCC;
color: #004c98;
}
