
body {
	margin: 20px 0;
	padding: 0;
	background: #3399FF url(images/img01.png) repeat-y center;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}



#header {
	width: 924px;
	height: 24px;
	margin: 0 auto;
}


#logo {
	float: left;
	width: 260px;
	height: 160px;
	background: url(images/img02.gif) no-repeat;
}

#logo h1 {
	padding: 40px 0px 0px 30px;
	letter-spacing: -.05em;
	font-size: 4em;
	font: 4em "Comic Sans", Comic Sans MS, fantasy;
}

#logo h2 {
	padding-left: 30px;
	font-size: 1.8em;
}

#logo a {
	text-decoration: none;
	color: #3399FF;
}


#menu {
	float: right;
	width: 431px;
	height: 50px;
	margin: 40px 120px 0 0;
	background: #99CC00 url(images/img05.gif);
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: .5em .6em;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 1.5em;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FF9900;
}


#content {
	width: 924px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 600px;
	padding: 0 40px 0 0px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 35px 5px;
	color: #FF8400;
	text-align: center;
	text-transform: none;
}

.post .title a{
	color: #FF8400;
	text-decoration: none;
}

.post .title a:hover{
	color: #3399FF;
}

.post .meta {
	margin-left: 10px;
	padding: 10px 20px;
	background: url(images/img06.gif) no-repeat;

}

.post .meta a {
	text-decoration: none;
	color:#999999;
}
.post .meta a:hover{
	color: #FF8400;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 20px;
	line-height: 120%;
}

.post .story4 {
	line-height: 120%;
}

.post .ad {
	float:right;
	padding-right: 1px;
	width: 220px;
}

.post .ad2 {
	float:right;
	padding-right: 1px;
	width: 300px;
}

.post .story2 {
	padding: 20px 20px 20px 10px;
	line-height: 120%;
	border-bottom: 1px dashed #999999;
}

.post .story3 {
	float:left;
	margin: 0 20px 0 0;
	padding: 0 10px 0 40px;
	line-height: 120%;
}

.post .story4 {
	margin: 0 20px 0 0;
	padding: 0 10px 0 40px;
	line-height: 120%;
}

.post .story a{
	color:#999999;
	text-decoration: none;
}

.post .story2 a{
	color:#999999;
	text-decoration: none;
}

.post .story3 .ime{
	position: relative;
	bottom: 60px;
	left: 70px;
	font-weight: bold;
}

.post .story3 .igrano{
	position: relative;
	bottom: 55px;
	left: 70px;
	font-weight: bold;
}

.post .story3 .reit{
	position: relative;
	bottom: 50px;
	left: 70px;
	font-weight: bold;
}

.post .story3 a{
	color:#999999;
	text-decoration: none;
}

.post .story a:hover{
	color: #FF8400;
}

.post .story2 a:hover{
	color: #FF8400;
}

.post .story3 a:hover{
	color: #FF8400;
}

.post .story li{
	font-size: 140%;
	line-height: 200%;
}

.post .ws {
	white-space:pre;
}

#sidebar {
	float: left;
	width: 240px;
}

/* Boxed */

#sidebar .boxed {
	width: 240px;
	padding: 0 0 3em 0;
	background: #FFCC00 url(images/img04.gif) no-repeat left bottom;
}

#sidebar .boxed h2 {
	height: 40px;
	padding: 10px 0 0 30px;
	background: url(images/img03.gif) no-repeat;
	font-size: 2em;
	color: #FFFFFF;
}

#sidebar .boxed .content {
	color: #FFFFFF;
}

#sidebar .boxed ul {
}

#sidebar .boxed li {
	text-transform: uppercase;
	line-height:140%;
}

#sidebar .boxed a {
	text-decoration: none;
	color: #3399FF;
}

#sidebar .boxed a:hover {
	color: #FF9900;
}


#tagcloud {
}

#tagcloud .content {
	padding: 1em;
	text-align: justify;
	font-size: .8em;
}

#tagcloud .content a {
	color: #FFFFFF;
}

#tagcloud .content a:hover {
	color: #3399FF;
}



#footer {
	clear: both;
	width: 200px;
	margin: 0 auto;
	padding: 10px 720px 0 20px;
}

#footer p {
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/* Coded by Rix 2011 */