/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: #36393D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D1E9A3;
}
/*url(images/img01.gif) repeat-x*/
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}
img { border: 0;}
a img {
border: 2px solid #F33491;
margin: 5px;
}

/* Header */

#header {
	width: 980px;
	height: 140px;
	margin: 0 auto;
	background: #D1E9A3 url(images/img02.gif) repeat-x;
}

#logo {
	float: left;
	height: 100px;
	padding: 0 0 0 115px;
	background: url(images/img03.gif) no-repeat;
	color: #fff;
}

#logo h1 {
	padding: 20px 0 0 0;
text-decoration: underline;
color: #fff;

}

#logo p {
position: relative;
left: 7em;
}

#logo a {
	text-decoration: none;
	color: #eaeaea;
}



#menu {
	clear: both;
	height: 40px;
	background: url(images/img09.gif) no-repeat right bottom;
}

#menu ul {
	height: 28px;
	padding: 12px 0 0 20px;
	background: url(images/img08.gif) no-repeat left bottom;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	background: url(images/img06.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #36393D;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: url(images/img07.gif) no-repeat left center;
	color: #B42600;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#back2top {
	height: 72px;
	background: url(images/img19.gif) no-repeat left bottom;
}

#back2top a {
	display: block;
	width: 40px;
	padding: 27px 0 0 25px;
	text-decoration: none;
	text-align: center;
}

#back2top a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

.post {
	padding: 20px 0;
}

.post .title {
	font-size: 1.8em;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	border-bottom: 1px dotted #000000;
}

.post .byline {
	margin-bottom: 2em;
}

.post .date {
	display: block;
	float: left;
	width: 69px;
	height: 64px;
	margin-top: 7px;
	background: #2B2C2E url(images/img14.jpg) no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #BF3600;
}

.post .date .month {
	display: block;
	height: 16px;
	padding: 1px 0 0 0;
	background: #36393D url(images/img14.jpg) no-repeat;
	color: #FFFFFF;
}

.post .date .day {
	height: 47px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
color: #F33491;
}

.post .date .year {
	margin-top: -8px;
	display: block;
	text-indent: -9999px;
}

.post .entry {
	margin: 0 20px 0 90px;
	margin-bottom: 1.6em;
	padding-bottom:40px;
	line-height: 180%;
	list-style-position: inside;
}

.post .comments {
	margin: 0 20px 0 10px;
	margin-bottom: 1.6em;
	padding-bottom:40px;
	line-height: 180%;
	list-style-position: inside;
}

.post .commentbody {
	margin: 20px 0 20px 10px;
}
.post .entry p, .post .entry ol, .post .entry ul {
	margin-bottom: 1.6em;
	line-height: 180%;
	list-style-position: inside;
}

.post .links {
	height: 22px;
	padding: 5px 0 0 10px;
	background: url(images/img15.gif) no-repeat;
}

#center {
	text-align:center;
}

.post .links a {
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	padding-left: 15px;
	background: url(images/img16.gif) no-repeat 0 5px;
}

.post .links .comments {
	padding-left: 15px;
	background: url(images/img17.gif) no-repeat 0 6px;
}

.post .links .rss {
	padding-left: 15px;
	background: url(images/img18.gif) no-repeat 1px 6px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 320px;
}

#sidebar ul {
	background: #36393D url(images/img10.gif) repeat-y;
	list-style: none;
	color: #36393D;
}

#sidebar li {
	background: url(images/img12.jpg) no-repeat left bottom;
}

#sidebar li ul {
	padding: 10px 20px 30px 20px;
	line-height: 200%;
	background: none;
}

#sidebar li li {
	padding: 0 0 0 10px;
	background: url(images/img13.gif) no-repeat left center;
}

#sidebar h2 {
	height: 42px;
	padding: 8px 0 0 10px;
	background: #E402BE url(images/img11.jpg) no-repeat;
	font-size: 1.6em;
}

#sidebar li p {
	padding: 10px 20px 30px 20px;
	line-height: 140%;
	background: none;
font-size: 80%;
color: #CA3E00;
}


#sidebar a {
	text-decoration: none;
	color: #BA3300;
}

#sidebar a:hover {
	text-decoration: underline;
}
#sidebar img {
	margin: 0 0 2px 65px;
}
#sidebar .counters {
	margin:5px 0;
}
	
/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 10px 20px 30px 20px;
}

#calendar table {
	width: 200px;
	border-collapse: collapse;
	text-align: center;
margin: 10px 60px;
}

#calendar caption {
	padding: 2px 0;
	font-weight: bold;
	color: #BA3300;
}

#calendar thead th {
	padding: 2px 0;
	border-top: 2px solid #BFD19A;
	border-bottom: 2px solid #BFD19A;
}

#calendar tbody td {
	padding: 4px 0;
}

#calendar tfoot td {
	padding: 2px 0;
	border-top: 2px solid #BFD19A;
	font-weight: bold;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}

#today {
	background: #BFD19A;
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	padding: 50px 0;
	background: #000 url(images/cat2.gif) no-repeat 98.5%;
	font-size: 11px;
	color: #666666;
}
/*url(images/img20.gif) repeat-x*/
#footer p {
	text-align: center;
	line-height: 2em;
}

#footer a {
	color: #666666;
}

/* Nucleus CMS stuff. Author - Suvoroff (http://nucleus.com.ru) */
#search {
	float: right;
	width: 200px;
	padding: 0 20px 0 0;
	background: url(images/img04.gif) no-repeat right top;
}

#search form {
	height: 25px;
	padding: 65px 0 0 25px;
	background: url(images/img05.gif) no-repeat 0 60px;
}

#search fieldset {
	border: none;
}

#search legend, #search-submit {
	display: none;
}

.searchform form {
	height: 25px;
	padding: 65px 0 0 25px;
	background: url(images/img05.gif) no-repeat 0 60px;
}

.searchform .formfield, .searchform .formfield:focus {
	width:160px;
	border: none;
	background:#fff;
}

.searchform .formbutton {
	display: none;
}
	
.formbutton {
	font: bold 12px Arial, Sans-serif; 
	height: 20px;
	margin: 2px 5px 2px 0px;
	padding:1px 5px;
	background-color:#646464;
	border:1px solid #A1A1A1;
	color:#f0f0f0;
}
.formbutton:hover {
	background-color:#747474;
	border:1px solid #A1A1A1;
	color:#f0f0f0;
}

.formfield {
	background-color:#f4f4f4;
	border:1px solid #afafaf;
	padding:3px 1px;
	font: 12px Verdana;
}

.formfield:focus {
	background-color:#ffffff;
	border:1px solid #000000;
	font: 12px Verdana;
	padding:3px 1px;
}

#nucleus_lf_pwd {
	width:100px;
	font-size:10px;
	margin:2px;
}

#nucleus_lf_name {
	width:100px;
	font-size:10px;
	margin:2px;
}

#nucleus_lf_shared {
	margin:2px;
}

#nucleus_cf_body {
	width:300px;
}

#nucleus_cf_remember {
	margin:0px 3px 2px 0px;
}
* html #nucleus_cf_remember {
	margin:0px 3px -2px -3px;
}
#nucleus_cf_name, #nucleus_cf_mail {
    width: 300px;
    margin-right: 225px;
}

.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield {
    width: 300px;
    margin-right: 225px;
    margin-bottom:3px;
}

.mailform {
	font-size:11px;
	font-family:Verdana;
}

.loginform {
	padding:3px;
}

.error {
	color: red;
	font-weight: bold;
}

.pageswitch {
	text-align:center;
	padding:3px;
	font-family: verdana, arial, sans-serif;
	color: #666666;
	margin-bottom:30px;
}