﻿

body {
	background: #000000 url(images/background.jpg) center repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Sets default font size to 14px */;
	color: #000000;
}

* {
	margin: 0;
	padding: 0;
	color: #000000;
}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration: none;
	color: #FFB60D;
}
a:hover {
	text-decoration:none;
	color:#0000FF;
	}

#wrapper {
	margin:0 auto;
	width:600px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	background: center;
	height: 150px;
	backgroundcolor: 6EA6CC; /*	background:url(images/h150-beetle_1.jpg) left no-repeat;	*/;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14; /* Sets default font size to 10px */;
	color: #FFB60D;
}
#menu {
	background-position: #A8ADE0;
	height: 30px;
	width: 365px;
	background: #A8ADE0;
	text-align: center;
	bottom: auto;
	color: #ffB60d;
	text-decoration: none;
	font-weight: normal;
	font-size: medium;
/*	clip: rect(auto, auto, auto, auto);*/
	vertical-align: middle;
	margin-bottom: 0;
}
#menu a:link, #menu a:visited {
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 0px;
	color: #000000;
	border-right: 1px solid #fff;
	border-bottom: 0;
	font-weight: bold;
}

#menu a:hover {
	background: #9198E1;
	border-right: 1px solid #fff;
	text-decoration: none;
	border-bottom: 0;
}
#menu ul {
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0;
	float: left;
	height: 30px;
	padding: 0;
}
#sidebar {
	float:right;
	width:180px;
	background:#ffffff;
	margin-right:10px;
	margin-top: 60px;
	}
#sidebar a:hover {
	background:#9198E1;
	borde-right: 1px solid #fff;
	text-decoration: none;
	border-bottom: 0;
}
#sidebar a:link, #sidebar a:visited {
	display: block;
	float: right;
	color: #000000;
	border-right: 1px solid #fff;
	border-bottom: 0;
	font-weight: bold;
}
#content {
	float:left;
	width:550px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:30px;
	background:#A8ADE0;
	}

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size: xx-large;
	font-weight: bold;
	letter-spacing: -1px;
}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}

#sidebar ul {
	list-style-type:none;
	margin-top:5px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#2E3192;
	padding-left:5px;
	border-bottom:1px dotted #2E3192;
	}
#sidebar li a:hover {
	color:#0000FF;
	}
#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}
