
* {
	margin: 0;
	padding: 0;
}

body {
	margin:0;
	background: #fff url(images/bgbody.jpg) repeat-y;
	background-position:center;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

form {
}



h1, h2, h3 {
	color: #4F7FA9;
}

h1 {
	font-size: 3em;
	padding-top: 10px;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #4F7FA9;
	padding-top: 10px;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #4F7FA9;

}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #4F7FA9;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #3C7BCF;
}

#main
{
width: 960px;
margin:auto;
}

/* Header */

#header {
	width: 960px;
	height: 143px;
	margin:auto;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

#menu {
	height:15px;
	margin:auto;
	margin-bottom:15px;
}

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

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 15px;
	width: 75px;
	text-align:center;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #13222f;
	padding-top: 15px;
}

#menu a:hover {
	color: #ff8800;
}

/* Page */

#page {
	width:100%;
	margin:auto;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 20px;
}


#content H2
{
color: #13222f;
font-size: 24px;
font-weight: bold
}

#content H4
{
padding: 0px;
}

#content H4 a
{
color: #13222f;
font-size: 16px;
test-decoratopn: underline;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	padding: 20px 0  0 15px;
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #13222f;
}

.post .meta a {
	color: #13222f;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}

#content .date2 {
	float: left;
	width: 81px;
	height: 93px;
	padding-top: 5px;
	background: url(images/date.gif) no-repeat;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color:#FFF;
}

#content .date2 b {
	display: block;
	margin-top: 5px;
	font-size: 40px;
	color: #13222f;
}


#content .date
{
text-align: right
}


#content ul, #content ol
{
margin-left: 30px;
}

/* Sidebars */

.sidebar {
	float: right;
}

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

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
	width: 230px;
	padding-left:20px;
}

#sidebar2 {
	width: 240px;
	padding: 0px 20px 20px 20px;
}

#sidebar2 h3 {
	margin: 0 0 1em 0;
	background: url(images/title.png) no-repeat left top;
	padding: 13px 0  0 13px;
	color:#FFF;
	height: 46px;
}

#sidebar2 li ul {
	line-height: normal;



}

#sidebar2 li li {
	padding: 5px;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
	font-size: 11px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}



/* Footer */

#footer {
	width:960px;
	margin:auto;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	text-align: center;
	font-size: .8em;
	color:#FFF;
	height: 75px;
	padding-top: 28px;
}

#footer a
{
color: #FFFFFF
}



#calendar1
{
	padding: 0 10px 20px 10px;
}

#calendar table, #sidebar2 #wp-calendar
{
	width: 90%;
	text-align: center;
}

#calendar thead ,  #sidebar2 #wp-calendar thead
{

}

#calendar tbody td , #sidebar2 #wp-calendar tbody td
{
	border: 1px solid #F1F1F1;
}

#calendar #prev , #sidebar2 #wp-calendar #prev
{
	text-align: left;
}

#calendar #next , #sidebar2 #wp-calendar #next
{
	text-align: right;
}

#calendar tfoot a, #sidebar2 #wp-calendar tfoot a
{
	text-decoration: none;
	font-weight: bold;
}

#calendar #now, #sidebar2 #wp-calendar #now
{
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}



input[type="submit"] 
{
	background-image: url(images/submit.gif) repeat-x;
	border:1px #666 solid;
	padding:3px;
	color:#13222f;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
}

ul#commentlist
{
	list-style-type:none;
}

ul#commentlist li
{
	clear:both;
}

ul#commentlist div.numberbox
{
	width: 73px;
	height: 62px;
	padding: 25px 5px 5px 0px;
	background: url(images/date.gif) no-repeat;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	font-size:24px;	
}

ul#commentlist .commentbox, .txtcomment
{
	display:block;
	width:480px;
}

ul#commentlist
{
	list-style-type:none;
}

ul#commentlist li
{
	clear:both;
}

ul#commentlist div.numberbox
{
	float: left;
	width: 73px;
	height: 62px;
	padding: 25px 5px 5px 0px;
	background: url(images/date.gif) no-repeat;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	font-size:24px;	
}

ul#commentlist .commentbox
{
	display:block;
	width:400px;
}

div.leftnav
{
	float:left;
}

div.rightnav
{
	float:right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#commentlist
{
width: 650px;
}

#content .categor
{
padding: 5px;
background: #E8E8E8;
}

#commentlist .gavatar 
{
float: left;
margin: 10px;
margin-top: 0px;
}

#commentlist .numberbox
{
float: left;
}

#commentlist .commentbox
{
padding-bottom: 60px;
line-height: 20px;
}