/*
Theme Name: CMS theme	
Theme URI: http://www.bos89.nl/1088/
Description: Demonstration of CMS capabilities of Wordpress
Version: 1.1
Author: Martijn Stegink
Remarks: navigation styling is in separate files
*/

/* GENERAL ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .75em;
	color: #111;
	background: #2f4e70 url(img/bg.gif) repeat-x top;
	line-height: 150%;

}

H1, H2, H3 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
}

H1 {
	font-size: 130%;
}

H2 {
	color:#006600;
	font-size: 120%;
}

H3 {
	font-size: 110%;
}

.strap {
	font-size: 150%;
	line-height: 150%;
	color: #006699;
}

p, ul {
	margin: 4px 0 10px 0;
}

ul, ol {
	margin-left: 17px;
}

a {
	color: #214872;
}

a:hover {
	text-decoration: none;
	color: #ff0000
}

code {
	font-family: "Courier New";
	font-size: 130%;
	display: block;
}

.links li {
	display:inline;
}

/* STRUCTURE */

#container {
	width: 760px;
	margin: 5px auto;
	background: #FFF;
	border: 10px #fff solid;
	text-align: left;
}

#page, #weblog, #search, #archive, #sidebar {
	padding: 30px 10px 20px 10px;
}

/*#page {	
	position: relative;
	background-color:#FF00FF;
	top: 24px;
	padding: 10px 0px 20px 10px;
	width: 750px;
}

#search {
	padding: 10px 0px 20px 10px;
	position: absolute;
	top: 210px;
	width:750px;
}

#archive {
	padding: 10px 0px 20px 10px;
	position: absolute;
	top: 210px;
	width:750px;
}
*/

br.clear {
	clear: both;
}


#googlemap-8, #googlemap-9, #googlemap-10, #googlemap-11, #googlemap-12, #googlemap-13{
margin: 0 auto;
border: 2px;
border-style: solid;
border-color: #999999;
}


/* HEADER */

#header {
	width: 760px;
	height: 170px;
	background: url(img/header.jpg);
}

#header h1 {
	padding: 30px 0 10px 20px;
	font-size: 190%;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header p {
	padding: 0px 20px 10px;
	margin: 0;
	font-size: 130%;
}

#topsearch {
	position:absolute;
	color:#FF00FF;
	top: 140px;
	float: left;
	/*margin: 0px 0px 0px 0px;*/
	padding: 10px;
}

#searchsubmit {
	/*display: none;*/
}

#s {
	width: 120px;
}

#searchform label {
display: none;
}

/* SIDEBAR */

#sidebar {
	/*position:relative;*/
	background-color:#CCCCCC;
	width: 150px;
	height: 400px;
	/*top:30px;*/
	margin-left:5px;
	padding: 30px 5px 0px 5px;
	float: right;
}

#sidebar ul {
	margin-left: 0;
	/*margin-top:  0;*/
}

#sidebar li {
	list-style: none;
}

/* SIDEMENU */

#sidemenu ul {
	margin-left: 0;
	margin-top:  0;
}

#sidemenu li {
	list-style: none;
}

/* SPECIAL PAGE STYLING */

img {
	padding: 10px;
	border: 0px;
}

img.right {
	float: right;
	margin: 2px 0 10px 10px;
}

img.left {
	float: left;
	margin: 2px 10px 10px 0;
}


/* NEWS */

#news {
	background-color:#CCCCCC;
	width: 180px;
	float: right;
	margin: 20px 0px 0px 20px;
	padding: 10px 10px 0px;
	/*z-index:3000;*/
}

#news a {
	font-size: 120%;
	color:#009900;
	font-weight:400;
}

#news img {
 	 background-color: #fff;
	 border: 1px solid #a9a9a9;
	/* display: block;*/
	 margin: 5px 5px 10px 5px;
	 padding: 4px;
	 position: relative;
}

#news h1 {
	font-size: 140%;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* WEBLOG */

.post {
	margin-bottom: 30px;
}

.edit {
	float: right;
}

/*#weblog {
	position: relative;
	top: 24px;
	width: 750px;
	padding-top:10px;
	padding-bottom:20px;
}*/

#weblog h1 {
	margin-bottom: 2px;
	font-weight: bold;
}

#weblog h1 a {
	text-decoration: none;
}

/* COMMENTS */

#comment {
	width: 520px;
}

#commentlist {
	margin: 0;
}

#commentlist li {
	list-style-type: none;
}

.commenttext {
	background: #e5f5fd;
	border-top: #D3ECF9 2px solid;
	padding: 8px;
	margin-top: 10px;
	color: #333;
}

/* ARCHIVE */

#archive li {
	list-style-type: none;
}

/* FOOTER */

#footer {
	width: 760px;
	height: 116px;
	background: url(img/footer.jpg);
	margin-top:20px;
	margin-bottom:10px;
	font-size: smaller;
	color: #fff;

}

ul#footer {
	list-style: none;
}

#footer li { 
	float: left;	
	list-style: none;
}

#footer a { 
	/*display: block;
	text-decoration: none;*/
	padding: 3px 3px;
	color: #ffffff;
}

#footer a:hover {
	color: #FFFF00;
}

#footer p { 
	padding: 20px;
	text-align: center;
}

/* LINKS */

#content {
padding: 30px 20px 10px 10px;

}

#linkcat-2 h2 {
	/*display:none;*/
	color:#006600;
	font-size: 120%;
	list-style: none;
}

#content widecolumn h2 {
display: none;
}
