/* 
Theme Name: European blue
Theme URI: http://www.rikverbeek.nl/
Description: Europe by train
Version: 1.0
Author: Rik Verbeek
Author URI: http://www.rikverbeek.nl/

*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #2945b3;
	text-align: left;
}

#overallcontent {
	width: 700px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	
}

a {
	color: #fbce1d;
}
/*
#overallcontent a {
	color: black;
	text-decoration: underline;
}

#overallcontent a:hover{
	color: black;
	text-decoration: underline overline;
}
*/

#header {
	height: 256px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #888;
	background: #2945b3 url('images/header.jpg') repeat-x;
	
	border: none;
}

#header_space {
	height: 20px;
	width: 100%;
}
#menu {
	height: 34px;
	width: 700px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #2945b3;
	/*background: #fff url('images/.jpg') repeat-x top;*/
}

#menucenter {
	height: 28px;
	width: 680px;
	margin: 0px;
	margin-left: 5px;
	float: left;
	padding: 0px;
	padding-right: 5px;
	text-align: center;
	text-decoration: none;
	color: black;
	margin-top: 5px;
}

.menuitem {
	margin-left: 25px;
	font-size: 1.5em;
}

#menucenter a{
	font-family: Arial;
	/*text-decoration: none;
	color: black;*/
}

#menucenter a{
	text-decoration: none;
}

#menucenter a:hover{
	text-decoration: underline overline;
}

#menustart {
	width: 2px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	float: left;
	/*background: #fff url('images/.jpg') no-repeat top;*/
}

#menuend {
	width: 2px;
	height: 34px;
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
	float: right;
	/*background: #fff url('images/.jpg') no-repeat top;*/
}

#menu ul {
	margin-left: 0;
	display: inline;
}

#menu ul il {
	margin-left: 0;
	list-style: none;
	list-style-image: none;
}

#sidebar {
	position: relative;
	width: 200px;
	height: 420px;
	border: none;
	float: left;
	background-color: #2945b3;
	/*background: #be0000 url('images/.jpg') top no-repeat;*/
}

#sidebar ul {
	display: inline;
	margin: 0;
	padding: 0;
	
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	list-style: none;
	list-style-image: none;
}

#sidebar ul li h2 {
	padding-top: 3px;
	padding-left: 35px;
	background: #2945b3 url('images/item_header_no_star.jpg') top no-repeat;
}

#content {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 496px;
	border: none;
	float: right;
}

#pagecontent {
	background-color: #bbb;
}

#searchform {
	text-align: right;

	position: absolute;
	left: 500px;
	top: 230px;
}

#searchfield {
	/*background-color: white;*/
}

#searchsubmit {
	/*background-color: red;*/
}

#posts {
	color: black;
}

#posts h2 a {
	color: black;
	text-decoration: none;
}

#posts a {
	/*color: black;*/
	text-decoration: underline;
}

#posts a:hover {
	text-decoration: underline overline;
}

.apost {
	margin: 4px;
	padding: 0px;
	padding-bottom: 10px;
}

#posttitle {
	padding-left: 10px;
}

#comment {
	width: 400px; 
}

.navigation {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline;
}

#footer {
	height: 62px;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #2945b3; 
	background: url('images/footer_2_stars_no_shadow.jpg') repeat-x top; 
	clear: both;
}

#footercenter {
	height: 62px;
	width: 680px;
	float: left;
	padding: 0px;
	margin-top: 13px;
	text-align: center;
	
}

#footerstart {
	width: 2px;
	height: 62px;
	margin: 0px;
	padding: 0px;
	float: left;
	/*background: #fff url('images/.jpg') no-repeat top;*/
}

#footerend {
	width: 2px;
	height: 62px;
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
	float: right;
	/*background: #fff url('images/.jpg') no-repeat top;*/
}


