﻿/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #fff; text-decoration:underline;}
a:hover {color: #fff; text-decoration:none;}

body {
	background: #000 url(img/all.png) top repeat-x;
	color: #444;
	font: normal 62.5% sans-serif, Tahoma;
}

p,code,ul {padding-bottom: 10px;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1.1em sans-serif;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin: 4px 0 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	padding-left: 26px
}

big {font-size: 1.1em;}

h1, h2, h3 {padding-top: 6px;}

label {
	display: block;
	font-size: 0.9em;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

.all {
  width: 780px;
  padding: 2px;
  margin: 10px auto 0px auto;
  background: #333;
  font-size: 1.2em;
  text-align: left;
}
.header {
  margin: 0px auto;
  padding: 0;
  background: #000 url(img/header.jpg) top no-repeat; 
  text-align: center;
  height: 150px;
  width: 780px;
}

.navigation {
  padding: 0;
  background: #fff; 
  text-align: center;
  width: 780px;
}
.navcontainer{
  text-align: center;
  width: 780px;
  margin: 0px auto;
  background:#e6e0e0 url('img/nav.gif');
	height: 41px;
}
.navlist ul {
	float: left;
	margin: 0;
	display: block;
	}
.navlist li {
	float: left;
	margin: 0;
	display: block;
	}

.navlist li h3{
	font: bold 12px Tahoma, Verdana, Arial, Sans-serif;
	padding: 10px 5px;
	color: #ffffff;
}

.navlist li a, .navlist li a:link {
	background: #e6e0e0 url('img/nav.gif');
	border-left: 1px solid #999;
	color: #9C0425;
	display: block;
	float: left;
	text-decoration: none;
	font: bold 1em sans-serif;
	line-height: 41px;
	padding: 0 50px 0 49px;
}

.navlist li a:hover {background-position: left bottom; color: #000000;}


/* main */
.main {
  width: 780px; 
}


/* content */
.content {
	float: left;
	margin: 0;
	width: 780px;
	background: #000;
	color: #cccccc;

}
.mycontent{
  padding: 0 16px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 0px;
}
.content li {
	background: url('img/li.gif') no-repeat 0 30%;
	padding: 1px 0 1px 16px;
}
.content p {font-family: Tahoma, sans-serif;}

/* footer */

.footer {
  width: 780px;
  padding: 5px;
  margin: 3px auto;
  background: #000;
  font-size: 1.1em;
  text-align: left;
  font-family: Tahoma, sans-serif;
  color: #ccc;
}

.footer a, .footer a:hover {color: #FFF;}

.counters {
 clear: both;
 width: 780px;
 text-align: center;
    padding-top: 20px;
}

.counters img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); /* IE 5.5+*/
    -moz-opacity: 0.1; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.1; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

/* posts */
.post h1 {    	font-family: 	"Trebuchet MS", Tahoma, serif;
		color:#ffffff;
		margin: 5px 0px 20px 0px;	}

.post h1 a {text-decoration:none;}
.post h1 a:hover {text-decoration:underline;}

.post {margin: 16px 0px 16px 0px;}
.post .info{
	padding: 5px 10px;
	border: 1px solid #E3E4E4;
	background:#F5F5F5;
	color: #555;
	margin: 2px 0 4px;
}
.post img {border: 2px solid #DDD; margin: 15px;}
.post a img {border: 1px solid #333;}
.post a:hover img {border-color: #ffffff;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {list-style: none; background: none;}

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
	list-style: none;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 280px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {color: #664;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

a img {border:none;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.sidenav table caption {border-bottom-color:#000;}

.sidenav table thead tr {
  border-bottom-color:#000;


  color:#A53512;
}

.sidenav table th {border-bottom-color:#000;}

.sidenav table td#today {
  border-color:#000;
  color:#A53512;
}

.sidenav table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.sidenav table tfoot {border-top-color:#000;}

.sidenav table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.sidenav table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.sidenav table thead tr {border-bottom:1px solid;}

.sidenav table th {border-bottom:1px solid;}

.sidenav table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.sidenav table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.sidenav table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.sidenav table tfoot {border-top:1px solid;}
.sidenav table tfoot a {
  border: none;
  font-weight: bold;
}
.sidenav table tfoot #prev a {text-align:left;}
.sidenav table tfoot #next a {text-align:center;}

#searchform {padding:10px;}