/*   
Theme Name: Droomover
Theme URI: http://droomover.nl
Description: The Dutch Dream Registry
Author: Harry Bosma
Author URI: http://droomover.nl
*/

/* begin of main block level items */

* {margin:0; padding:0;}
body{margin-left:0px; margin-right:0px;
	padding:0;
	background-color:#666666; 
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;}
#outsider{width:910px; margin:auto; 
	padding:10px;
	background-color: #10364B;
	font-size: 0.8em;}
#wrapper{width:890px; margin:auto; 
	padding-top:0; 
	background-color: #E1F0D0;}
#header{width:890px; 
	background-color: #FFFFFF;}
#main{width:890px; margin-top:10px; 
	padding:0px; 
	background-color: #E1F0D0; text-align:left;}
#lcontainer{width:230px; float:left;
	background-color: #E1F0D0;}
.litem{margin: 4px; padding: 10px; 
	background-color: #FFFFFF}
#rcontainer{width:656px; float:left; margin-left: 4px; margin-top: 0px;
	padding: 0px; 
	background-color: #E1F0D0;}
.news{width:656px; margin-left: 0; margin-top: 0px; margin-right:0px; margin-bottom: 4px; 
	padding-top: 1px; padding-bottom: 1px;
	background-color: #E1F0D0;}
.nitem{margin: 4px; padding: 4px; 
	background-color: #FFFFFF;}
#blog{width:656px; margin-left:0px; margin-bottom: 4px; 
	padding: 0px; 
	background-color: #E1F0D0;}
#entries{width:440px; float:left; margin-left: 0px; margin-right: 4px; margin-bottom: 10px; 
	padding-left: 0px; 
	background-color: #E1F0D0; font-size:0.9em;}
.post{margin: 4px; padding: 10px; 
	background-color: #FFFFFF}
#sidebar{width:212px; float:left; margin-bottom: 10px; 
	background-color: #E1F0D0;}
.sbitem{margin: 4px; padding: 4px; 
	background-color: #FFFFFF}

/* end of main block level items */


a:link, a:visited{
	color: #669900; 
	text-decoration:none; 
	font-weight:bold;
}
a:hover{
	color: #0066CC;
}

.HeaderNav {
	background-color: white;
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
	padding-top: 3px;
	padding-bottom: 3px;
}

.HeaderNav ul.Navigation {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
.HeaderNav ul.Navigation li {
	border-right: 1px solid Gray;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
}

.HeaderNav ul.Navigation li.NavLeft {
	padding-left: 1px;
	padding-right: 1px;
	width: 10px;
}

ul.Navigation li a {
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
}
ul.Navigation li a.CurPage {
	background-color: #10364B;
	color: White;
}

.litem p {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.nitem p {
	margin-left: 0em; margin-right: 1em;
	margin-top: 0.4em; margin-bottom: 0.4em;
}

.post p {
	margin-left: 0.5em; margin-top: 0.5em; margin-bottom: 0.5em;
}

.feather {
	margin-right: 1px;
	padding: 0px;
	border-width: 0px;
}


.postcontent {
	text-align: justify;
}
.divider {
	font-style: italic;
	margin-top: 1.2em;
	margin-bottom: 0.8em;
	text-align: center;
}
.excerpt {
	font-size: 0.95em;
	font-weight: bold;
	text-align: left;
}
.postcontent ul {
	margin-left: 1.25em; 
	padding-left: 1.25em;
	margin-right: 1.25em; 
	padding-right: 1.25em;
}

.commentlist li {
	margin: 15px 0 3px; 
	padding: 5px 10px 3px; 
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}
#commentform input {
	width: 170px; 
	padding: 2px; 
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%; 
	padding: 2px;
}
#commentform #submit {
	margin-top:1em; 
	margin-bottom:0;
}

#sidebar h3 {
	font-size: 115%;
}
.sbitem {
	font-size: 0.9em;
}
.sbitem li {
	margin-left: 0.8em;
	list-style: none;
	list-style-position: outside;
}



/* begin css tabs by Joshua Kaufman */

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 0.5em 0 0.5em 0; /* set margins as desired */
	font-size: 0.95em; /* set font as desired */
	border-bottom: 1px solid #ccc; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
	display: inline;
}

ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #7AA621; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #E9F1F5; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
	background: #fff; /* set desired hover color */
}

div#tab1, div#tab2, div#tab3 {
	background-color: white;
	margin-left:5px; margin-right:5px;
	margin-top: 4px;
	padding-left:10px; padding-right:10px;
	padding-top:1px; padding-bottom:1px; 
}

div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3 { /* settings for selected tab */
	border-bottom: 1px solid white; /* set border color to page background color */
	background-color: white; /* set background color to match above border color */
	font-weight: bold;
	font-size: 1.2em;
}

div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a { /* settings for selected tab link */
	background-color: #fff; /* set selected tab background color as desired */
	color: #000; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

/* end css tabs */
