/*
Based on the design chic02 by rfeldbauer from Open Source Web Design
http://www.oswd.org/design/preview/id/3375
*/

* {
margin: 0;
padding: 0;
}

body {
background: #333 url("media/bg.jpg") repeat;
text-align: center;
font: normal 12px/18px georgia, palatino, times new roman, serif;
color: #000000;
padding-top: 40px;
}

a
{
	color: #000066;
	text-decoration: none;
	font-weight: bolder;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #339;
border-width: 0
0 1px 0;
border-style: none none dotted none;
}

#header {
width: 680px;
/*
height: 210px;
*/
height: 180px;
background: #000 url("media/large_logo.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 680px;
background: #fff url("media/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

/*
h1:first-letter {
color: #f00;
text-decoration: underline;
}
*/

h2.greybg {
width: 519px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

h2.plaindarkblue {
	color: #000066;
	line-height: 24px;
}

h3.plaindarkblue {
	color: #000066;
	line-height: 24px;
}

h3.blogtitle
{
	color: #000066;
	line-height: 24px;
	font: "verdana," arial, tahoma, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}


#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("media/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 500px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

p.plain {
margin-bottom: 20px;
}

p.byline {
	color: #000066;
	padding-top: 5px;
	padding-bottom: 5px;
}

blockquote{
	margin: 0px 25px 15px 25px;
	padding: 0px 20px 0px 20px;
	background: #E8E8E8;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	


#footer {
text-align: center;
clear: both;
width: 400px;
margin-left: 163px;
}
