
* {
	margin: 0px;
	padding: 0;
}

body {
    margin:auto;
	background: #12397d url(bg.jpg) no-repeat center top fixed;
	font-family: tahoma;
	font-size: 14px;
	color: #ffffff;
}

h1, h2, h3 {
	margin-bottom: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 130%;
}

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

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	font-weight: bold;
	color: #89bbd2;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
    font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
}

strong {
	color: #ffffff;
	font-size: 12px;
    font-weight: bold;	
}

img.left {
	float: left;
	margin: 5px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}

#over_menu{
	background-image:url(menu_bg.jpg);
	height: 42px;
	width:100%;
}
#menu {
	height: 42px;
	width:980px;
	text-align:center;
	margin: auto;
}

#menu ul {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-transform: none;
}

#menu li {
	float: left;

}

#menu a {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	display: block;
	width:108px;
	height:27px;
	background: url(menu1.jpg) no-repeat;
	background-position: 2px 98%;
	border: 0;
	text-align: center;
}
#menu a:hover {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width:108px;
	height:30px;
	background: url(menu1.jpg) no-repeat;
	background-position: 2px 0px;
	border: 0;
    text-align: center;
}

#logo{
	background: url(logo.png) no-repeat 0px 2px;
	width: 226px;
	height: 558px;
	float: left;
	display: block;
}
.post {  
	padding: 20px 20px 0px 20px;
}

.post .title {
	height: 41px;
	display: block; 
	color: #ffffff;
	font-weight: normal;
}

.post .title h2 {
	float: left;
	padding: 20px 0px 0px 20px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}

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

.post .title h2 a:hover {
	color: #ffffff;
}

.post .title p {
	float: right;
	padding: 0px 10px 0px 0px;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}

.post .entry {
    
	padding: 20px 0px 0px 0px;
}

.post .meta {
	height: 70px;
	clear: left;
	margin: 0px 23px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #000000;
}

.post .meta .credit {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .links .more {
	padding-left: 17px;
	background: url(img05.gif) no-repeat left center;
}

.post .meta .links .comments {
	padding-left: 19px;
	background: url(img04.gif) no-repeat left center;
}

/* Footer */

#footer {
     width: 753px;
	 height: 108px;
     background: url(footer.jpg) no-repeat right top;
	 margin: 0px;
	padding: 0px;
	float: right;
}


#footer a {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#gora {
	width: 753px;
	height: 40px;
	padding-top: 20px;
}

#dol { height: 60px;
	   width: 753px;
}

#left p{
    width: 505px;
    float: left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
    font-size: 11px;
	text-transform: none;
	color: #2175c4;

}

#right p{
    width: 220px;
    float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
    font-size: 11px;
	text-align: left;
	text-transform: none;
	color: #ffffff;
}
 #stopka {
     width: 753px;
	 height: 20px;
     background: #030059;
	 margin: 0px;
	padding: 0px;
	float: right;
	text-align: center;
}

ul.tagi, ul.tagi li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #27C !important;
}

ul.tagi li {
	display: inline !important;
	white-space: nowrap;
	margin-left: 15px;
	color: #27C;
	font-size: 10px !important;
}
ul.tagi a, ul.tagi a:hover{
color: #27C !important;
font-size: 10px !important;
}
ul.tagi a:hover
{
text-decoration: underline !important;
}