/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #F4F4F4 url(images/img01.jpg) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #336600;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	color: #336600;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

blockquote {
	border: 1px dashed #CCCCCC;
	padding: 17px 4px 4px 4px;
	background-image: url(images/quotes.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
}

/* Header */

#logo {
	width: 1000px;
	height: 108px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
	background-image: url(images/logo.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#logo h1 {
	padding: 30px 0 0 65px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
	margin-top: 10px;
}

#logo p {
	text-transform: uppercase;
	padding: 52px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	padding-left: 0px;
	padding-top: 5px;
	background: #565656 url(images/img03.jpg) repeat-x left top;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-align: left;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 -8px;
	/*background: url(images/img02.gif) no-repeat left 50%;*/
	padding: 10px 15px 10px 0px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	margin: 0 3px 0 -8px;
	padding: 10px 15px 10px 0px;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: none;
	margin: 0 3px 0 -8px;
	padding: 10px 15px 10px 0px;
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
	/*background: url(images/tapete.gif) repeat;*/
	background-color: #336600;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 10px 5px 10px;
	background-color: #FFFFFF;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #8D8D8D;
}

/* Content */

#content {
	float: left;
	width: 758px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 200%;
	background-color: #F3F3F3;
}

.post h1 {
	font-weight: normal;
	font-size: 24px;
}

.post h2 {
	font-size: 18px;
}

.post img {
	border:1px solid #3F780D;
}

.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

.byline {
	border-top: 1px dashed #8D8D8D;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.entry {
	text-align:justify;
}

.links {
	/*border-bottom: 1px dashed #8D8D8D;*/
	font-size: 11px;
	margin-left: -5px;
}

.links a {
	display: block;
	border: none;
	color: #FFFFFF;
	margin-right: 2px;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	padding-right: 15px;
	background: #3F780D url(images/img04.jpg) no-repeat left 50%;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 25px;
	padding-right: 15px;
	background: #3F780D url(images/img04.jpg) no-repeat left 50%;
	text-transform: uppercase;
}
/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 21px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 5px 0px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px dashed #8D8D8D;
	font-size: 16px;
	font-weight: normal;
	color: #336600;
}

.sidebar img {
	display:block;
	margin:0 0 3px 0;
}

/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	background: #565656 url(images/img03.jpg) repeat-x left top;
	height: 100px;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/* Nucleus CMS stuff. Edited and modified by Suvoroff (http://nucleus.com.ru) */

.commentsblock {
	margin-top:10px;
	border-top: 1px dashed #8D8D8D;
	border-right: 1px dashed #8D8D8D;
	border-bottom: 1px dashed #8D8D8D;
	border-left: 1px dashed #8D8D8D;
}

.commentcast {
	margin: 0;
	text-transform: uppercase;
	padding-left: 5px;
	font-weight: bold;
}

.commentbody {
	margin: 0 0 30px 0;
	text-align: justify;
	padding: 5px;
}


/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

.searchform .formfield {
	margin: 0;
	padding: 4px 2px;
	width: 115px;
	border: 1px solid #3F780D;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

.searchform .formbutton {
	margin: 0;
	padding: 2px 5px;
	height: 23px;
	border: none;
	background: #3F780D;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.formbutton {
	margin: 0;
	padding: 2px 5px;
	height: 23px;
	border: none;
	background: #3F780D;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.formfield {
	margin: 0;
	padding: 2px 2px;
	border: 1px solid #3F780D;
	background: #FFFFFF;
	color: #000000;
}

.login {
	padding:5px 15px 0 0;
}

.loginform .formfield {
	display:block;
	margin: 0;
	padding: 2px 2px;
	width: 160px;
	height: 18px;
	border: 1px solid #3F780D;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#nucleus_cf_remember, #nucleus_lf_shared {
	border: 1px solid #3F780D;
	padding:0;
	margin:2px 2px 2px 0;
}

* html #nucleus_cf_remember, * html #nucleus_lf_shared {
	margin:2px 2px 0 -4px;
	padding:0;
	border:0;
	background:#f4f4f4;
}

#nucleus_cf_body {
	width:300px;
}

#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email, #nucleus_cf_verif, #nucleus_mmf_frommail {
    width: 300px;
    height:20px;
}

.commentform .formfield, .commentform .formbutton, .loginform .formbutton, .mailform .formfield {
	display: block;
}

.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield {
    width: 300px;
    margin-right: 105px;
    margin-bottom:3px;
}

.error {
	color: red;
	font-weight: bold;
}

.pageswitch {
	text-align:center;
	padding:0 20px 10px 20px;
	margin:0 0 10px 0;
}

.itemswitch {
	text-align: center;
	color: #646464;
	padding: 12px 10px 10px 10px;
	height: 48px;
	background: url(images/img06.gif) no-repeat center top;
}

.itemswitch a, .itemswitch a:active, .itemswitch a:visited, .itemswitch a:hover {
	color: #003300;
}

.padding {
	padding:8px 10px;
}

.counters {
	padding:10px 15px 0 0;
}

.leftbox {
	float: left;
	margin: 9px 15px 0 0;
}

.rightbox {
	float: right;
	margin: 9px 0 0 15px;
}