/*
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: "Lucida Grande", Verdana, sans-serif;
	font-size: .75em;
	color: #111;
	background: #ffffff url(img/gradbgrd.gif) repeat-x top;
	line-height: 150%;

}

H1, H2, H3 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	color:#5CA605;
}

H1 {
	font-size: 120%;
}

H2 {
	font-size: 160%;
}

H3 {
	font-size: 100%;
}

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;
}

/* STRUCTURE */

#container {
	width: 760px;
	margin: 0px auto;
	/*background: #fff;
	border: 0px #fff solid;*/
	text-align: left;
}


#page, #weblog, #search, #archive, #links {
	width:560px;
	min-height: 400px;
	background-color: #FFFFFF;
	margin: -15px 0px 0px 15px;
	padding: 15px 15px 15px 15px;
	border-top: 4px solid #333333;
}

/* for Internet Explorer only */
* html #page, #weblog, #search, #archive, #links {height:400px}

/*
#sidebar {
  width:155px;
}
*/

br.clear {
	clear: both;
}

/* HEADER */

#header {
	height: 128px;
	background: url(img/headerimg.jpg) repeat-x;
	border-bottom: 4px solid #333333;
}

#header h1 {
	display:none;
	/*padding: 30px 0 10px 20px;
	font-size: 190%;*/
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header p {
	margin: 50px 50px 0px 0px;
	float:right;
	/*background-color:#FF00FF;*/
	color: #FFF;
	font-size: 140%;
}

#topsearch {
	/*width: 100px;
	height: 60px;*/
	color:#FF00FF;
	float: right;
	margin: 80px 15px 0px 0px;
	padding: 0px;
}

#searchsubmit {
	display: none;
}

#s {
	width: 120px;
}

#searchform label {
	color: #fff;
	display: block;
}

/* SIDEBAR */

#sidebar {
	width: 155px;
	float:right;
	padding: 0px 0px 0 0px ;
}

#sidebar ul {
	margin-left: 0;
	margin-top:  0;
}

#sidebar li {
	list-style: none;
}

/* SIDEMENU */

#sidebar a {
  list-style:none;
  margin-bottom:0px;
  margin-top:0px;
}

#sidebar p {
  list-style:none;
  margin-bottom:0px;
  margin-top:15px;
}

#sidebar ul {
  list-style: none;
  margin-left:10px;
  padding:0px 0;
}

#sidebar ul li a {
  list-style: none;
  color: #0060b6;
  text-decoration:none;
/*margin:0;*/
}

#sidebar ul li a:hover {
  background:#0060b6;
  color:#ffffff;
  padding:2px;
}

/* SPECIAL PAGE STYLING */

img {
	padding: 5px;
	border: 1px #ccc solid;
	margin: 5px;
}

img.aligncenter {
	border: 1px #ccc solid;
	display:block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	border: 1px #ccc solid;
	padding: 5px;
	margin: 5px;
	display: inline;
	}

img.alignleft {
	border: 1px #ccc solid;
	padding: 5px;
	margin: 5px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* NEWS */

#news {
	width: 140px;
	float: right;
	margin: 0 10px 0 20px;
}

#news h1 {
	font-size: 120%;
	margin-bottom: 5px;
}

/* WEBLOG */

.post {
	margin-bottom: 30px;
}

.edit {
	float: right;
}

#weblog {
	width: 560px;
}

#weblog h1 {
	margin-bottom: 2px;
	font-weight: normal;
}

#weblog h1 a {
	text-decoration: none;
}

/* COMMENTS */

#comment {
	width: 420px;
}

#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 {
	padding: 0;
	margin: 0 auto;
	background-color:#675bd5;
	border-top: 2px solid #333333;
	width: 760px;
	height:25px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 30px 0;
	text-align: center;
	}

#footer a { 
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

#footer a:hover {
	color: #0060b6;
}
*/

.notice-odd {
}

.notice-odd td {
  padding:5px;
}

.notice-even {
  background:none repeat scroll 0 0 #EFEFEF;
  border:1px solid black;
}

.notice-even td {
  padding:5px;
}
