/* Layout ******************/
html {
	height:100%;
}

body {
	background-color: #f0f0f0;
	margin: auto;
	clear: both;
	padding: 0;
	width: 1000px;
	min-height: 100%;
	position: relative;
}

* html body {
  height:100%;
}

#title {
	background: url('top.jpg') no-repeat;
	height: 100px;
}

#nav {
	padding:0px 0px 4px 0px;
	margin:7px 0 5px 0;
	width:1000px;
	clear:both;
}

#nav a {
	background-color:#2b6ca8;
	text-decoration:none;
	padding:4px 35px 4px 35px;
	border:1px solid #163f76;
}

#nav .selected,#nav a:hover {
	background-color:#ffffff;
	text-decoration:none;
	padding:4px 35px 4px 35px;
}

#season {
	background: url('osen.jpg') no-repeat;
	height: 136px;
}

#content {
   overflow:hidden;
	width:1000px;
	clear:both;
}

#main {
  float:left; width:71%;
  margin: 0 10px 0 5px;
}

#l_pic {
	width: 200px;
	height: 255px;
	background: url('l_pic.jpg') no-repeat;
	margin: 10px 10px 0 0;
	position:relative;
	float:left;
}

#lenta {
	padding-top:1px;
	margin-left: 215px;
}

#rside {
  float:right; width:25%;
  margin: 0 5px 0 0px;
}

#footer {
	width:1000px;
	clear: both;
    height: 20px;
    padding: 0 10px;
}

h1 {
 margin-bottom: 10;
}

.alt {
	background: #EEEEEE;
	padding: 3px 5px;
}

.comment  {
	padding: 3px 5px;
}

/*** navigation.php ***/

.navigation {
	height: 22px;
	position: relative;
	margin: 0 10px;
}

.nav_center {
	text-align: center;
}

.nav_left {
	float: left;
	text-align: left;
}

.nav_right {
	float: right;
	margin-top: -1px;
	text-align: right;
}



/* Fonts *******************/
body {
	font-family: Verdana,sans-serif;
	font-size: small;
	text-align: justify;
}

#nav {
    font: normal bold small Verdana, sans-serif;
}

h1 {
    font: normal bold large Verdana, sans-serif;
}

h2 {
	font: normal 900 medium Verdana, sans-serif;
}

h3 {
	font: normal bold small Verdana, sans-serif;
	text-decoration: none;
}

h3 a {
	font: normal bold small Verdana, sans-serif;
	text-decoration: none;
}

.hidden {
	font: normal 900 medium Verdana, sans-serif;
}

p {
    font: normal small Verdana, sans-serif;
}

small {
	font: normal x-small Verdana, sans-serif;
}

.postmetadata a {
	text-decoration: none;
} 

.postmetadata a:hover {
	text-decoration: none;
} 

/* Colors ******************/
#nav a {
    color: #ffffff;
}

#nav .selected,#nav a:hover {
	color:#163f76;
}

#footer {
    color: #ffffff;
    background-color:#b6cf57;
}

h1, h2, h2 a {
 color: #3366CC;
 text-decoration: none;
}

h3 {
	color:#000000;
}

.hidden {
    color:#b6cf57;
}

.postmetadata a {
	color: #3366CC;
	text-decoration: none;
} 

.postmetadata a:hover {
	color: #3366CC;
	text-decoration: underline;
} 


/* sidebar ******************/

#rside ul {
	list-style: none;
	text-align: left;
	margin-left: 0;
}

#rside ul li {
	padding-bottom: 4px;
}

/* Misc ********************/


