body {
	font-size: 8pt;
	font-family: "tahoma", Arial, Verdana, Helvetica;
	color: #444444;
	text-align: center;
	background: #ffffff;
	margin: 0px 0 20px 0;
	line-height: 1.6em;
}

a, a:link, a:active, a:visited {
	color: green;
	text-decoration: none;	
}

a:hover {
	text-decoration: none;
	background: lightgreen;
	color: darkgreen;
}

h4, h5 {
	margin: 0;
	padding: 0;
}

h1, h3 {
	margin-top: 10px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: darkgreen;
	background: lightyellow;
	border: 1px solid darkgreen;
}

h2 {
	margin-top: 10px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: darkgreen;
	background: lightyellow;
	border: 1px solid darkgreen;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed darkgreen;
}

blockquote {
	margin: 15px 25px 0 15px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 2px solid lightgreen;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#cvtop h1, #cvtop h2 {
	text-align: center;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: inherit;
	font-weight: inherit;
	background: inherit;
	border: 0;
}



#container {
	font-family: Tahoma, Arial, Verdana, Helvetica;
	text-align: justify;
	background: #ffffff;
	width: 700px;
	margin: 0px auto;
	font-size: 8pt;
	line-height: 1.6em;
}

#header {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	margin: 0px auto;
	height: 140px;
	text-align: right;
	width: 680px;
	background: #FFFFFF;
}

#header h1, #header h1 a {
	color: darkgreen;
	font-size: 36pt;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
	font-family: Trebuchet ms, tahoma, arial, helvetica;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: right;
	border: 0;
}

#header h1 a:hover {
	background: inherit;
}

.desc {
	color: darkgreen;
	font-size: 11pt;
	font-weight: bold;
	font-family: trebuchet ms, tahoma, arial;
	text-align: right;
	padding-left: 10px;
}

a.nav, a.nav:link, a.nav:active, a.nav:visited {
	color: darkgreen;
	font-size: 11pt;
	font-weight: bold;
	font-family: trebuchet ms, tahoma, arial;
	background: lightyellow;
	border: 1px solid darkgreen;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}

a.nav:hover {
	background: lightgreen;
}

#content-post {
	float: left;
	padding: 0px 10px 10px 20px;
	margin: 0;
	width: 430px;
	overflow: hidden;
	background: #ffffff;
}

.post-title h3 a{
	font-family: trebuchet ms, tahoma, arial;
	color: darkgreen;
	font-size: 13pt;
}
.post-title {
	border-bottom: 1px solid darkgreen;
}

.date-header {
	margin-top: 10px;
	font-size: 7pt;
	font-weight: bold;
	color: darkgreen;
	text-align: right;
	border: 1px solid darkgreen;
	padding: 2px 2px 2px 2px;
	background: lightyellow;
	letter-spacing: 0.1em;
}

.post-footer {
	color: #666666;
}

#sidebar {
	padding: 0 15px 10px 15px;
	margin: 0;
	width: 210px;
	float: right;
	background: #ffffff;
	font-size: 8pt;
	text-align: justify;
}

.menu-title {
	margin-top: 10px;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: darkgreen;
	background: lightyellow;
	border: 1px solid darkgreen;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin-left: 15px;
	padding: 0;
	list-style-type: square;
}

#sidebar li {
	margin-left: 15px;
	padding: 0;
	list-style-type: square;
}


.clear {
	clear: both;
}

#footer {
	margin: 0px auto;
	padding-top: 5px;
	background: #ffffff;
	text-align: justify;
	width: 690px;
	border-top: 1px dotted #cccccc;
}
