
body {
	margin: 0px;
	padding: 0px;
	background: #333333; 
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

ol, ul {
	margin-bottom: 0.7em;
	line-height: 160%;
}

p {
	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

a.actual{
	font-weight: bold;
	font-size: 1.1em;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	background: #669966; 
	background: #336da6; 
	background: #1c3d5c;
	background: #244c73;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #404040;
	background: #336633;
	background: #18324d;
}

#menu .active a {
	background: url(../img/img02.gif) no-repeat 100% -40px;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

#header-pic-wrap {
	width: 900px;
	height: 210px;
	position: relative;
}

#header-pic1 {
	background: url(../img/title1.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	width: 299px;
	height: 200px;
}

#header-pic2 {
	background: url(../img/title2.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 300px;
	width: 300px;
	height: 200px;
}

#header-pic3 {
	background: url(../img/title3.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 601px;
	width: 299px;
	height: 200px;
}

/* Content */

#content {
	float: right;
	width: 600px;
}

#content p{
	margin-bottom: 1em;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title, #content h1 {
	margin: 0px;
	background: #444444 url(../img/img02.png) no-repeat left 50%;
	background: #669966 url(../img/img02.png) no-repeat left 50%;
	background: #244c73 url(../img/img02.png) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

#content h2 {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 1em;
}

#content h3 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em;
}

.post .title h1 {
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 270px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background: url(../img/img03.jpg) no-repeat left bottom;
}

#sidebar-content {
	background: url(../img/img01.jpg) repeat-y left top;
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px 0 5px 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(../img/img04.jpg) no-repeat left 50%;
	text-align: left;
}

#sidebar li li.action {
	line-height: 25px;
	background: url(../img/img04.jpg) no-repeat left 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: #444444 url(../img/img02.png) no-repeat left 50%;
	background: #669966 url(../img/img02.png) no-repeat left 50%;
	background: #244c73 url(../img/img02.png) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}

#sidebar h2 a {
	color: #fff;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 10px auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

#breadcrumbs{
	margin: 10px 0px;
}

div.comment_head{
	padding: 3px 5px 5px; 
	background-color: #336da6;
	color: #ffffff;
}

div.comment_item{
	border: 1px solid #336da6; 
	text-align: left; 
	width: 100%; 
	margin-left:0px;
	margin-top: 10px;
}

div.comment_text{
	padding: 3px;
}

span.comment_date{
	float: right;
	font-size: 95%;
	text-align: right;
	color: #ffffff;
}

span.comment_subject{
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
}

img.smile{
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

div#comment_new{
	display: none;
	margin-top: 10px;
}

.clear, .clear_float{
	clear: both;
	margin: 0;
}

