/*
Theme Name: Ustalosty.net
Theme URI:
Description:
Version: 1.0
Author: Smith
Author URI: http://artobstrel.org/

*/



/* Begin Typography & Colors */
body {
	font: 14px Trebuchet MS, Arial;
	background: #ffffff url(images/bg.jpg) no-repeat top center;
	color: #747373;
	margin: 0 auto;
	padding: 0;
	}

a {	color: #3c3c3c;	text-decoration: underline; }
a:hover { color: #434343; text-decoration: underline; }

h1, h2, h3, h4 { padding: 0px; margin: 0px; }

h1 {
    font: 16px Arial;
	color: #3372c8;
	padding-bottom: 10px;
	font-weight: bold;
}

#content a {
	color: #3372c8;
}

#cntr img {
	border: 0px;
}

h2 { font: 14px Arial; color: #8F8F8F; }

h2 { text-decoration: underline; }

#page {
	margin: 0px auto;
	padding: 0px;
    width: 980px;
}

#header {
	width: 980px;
	height: 201px;
}

#header #logo {
    float: left;
	width: 220px;
	height: 80px;
}

#nav {
    background: url(images/nav.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	width: 960px;
	height: 50px;
}

#nav li {
    list-style: none;
    float: left;
	margin: 0px;
	padding: 0px;
}

#nav .page_item a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	height: 35px;
	margin: 0px;
	padding: 15px 20px 0px 20px;
	font-size: 16px;
}

#nav .page_item a:hover {
	text-decoration: none;
	background: url(images/hovernav.gif) repeat-x;
	color: #5c9bee;
}

#content {
	float: right;
	width: 700px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}

.post {
    width: 700px;
}

.post h2 {
    font: 18px Arial;
}

.post h2 a { color: #1665d4; text-decoration: none; }
.post h2 a:hover { color: #1665d4; text-decoration: underline; }

.entry {
    width: 700px;
	padding-top: 5px;
	padding-bottom: 20px;
}


#sidebar {
    float: left;
	width: 210px;
	padding-top: 20px;
}

#sidebar a.menu{
    text-decoration:none;
}

#sidebar ul {
    margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar ul li {
    margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar .widgettitle {
    font: 14px Arial;
	color: #3372c8;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
text-decoration: none;
}

#sidebar .widget {
	padding-bottom: 30px;
}

#sidebar ul li ul li {
    padding-bottom: 6px;
	padding-left: 15px;
}

#tag_cloud a { text-decoration: none; }

#searchform #s {
	background:#FBFBFB;
	border: 1px solid #CDCDCD;
	width: 275px;
}

#searchform #s:focus {
    background:#FFFFFF;
}


.commentlist {
    width: 530px;
	padding: 0px;
}

.commentlist li {
	list-style: none;
	margin: 30px 0px 0px 0px;
	padding: 10px;
	border-top: 5px solid #F7F7F7;
}

.commentlist .comm-author {
    border: 1px solid #FF0000;
	height: 50px;
}

.commentlist li .avatar { 
	float: left;
	padding-right: 15px;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	}
	
.commentlist .commentmetadata {
    font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#commentform p {
	margin: 5px 0;
	}
#commentform input{
	width: 153px;
	background: #FBFBFB;
	border: 1px solid #CDCDCD;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 500px;
	height: 115px;
	background:#FBFBFB;
	border: 1px solid #CDCDCD;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: #FFFFFF url(images/submit.gif);
	font: 20px Arial, Helvetica, sans-serif;
	border: none;
	width: 506px;
	height: 60px;
	cursor: pointer;
}





#footer {
    background: url(images/footer.jpg) no-repeat;
	width: 980px;
	height: 173px;
}

#infooter {
    padding-top: 80px;
    padding-left: 170px;
	width: 220px;
	height: 50px;
}

#count {
    float:right;
	text-align: right;
	font-size: 10px;
	color: #000000;
	padding-top: 125px;
	padding-right: 10px;
}



#tbl { font-size: 12px; }
#tbl #topl { background: url(images/tbl/topl.gif) no-repeat; width: 21px; height: 21px; }
#tbl #topr { background: url(images/tbl/topr.gif) no-repeat; width: 21px; height: 21px; }
#tbl #topc { background: url(images/tbl/topc.gif) repeat-x; height: 21px; }
#tbl #text { text-align: center; height: 21px; color: #000000; }
#tbl #cntr { background: url(images/tbl/center.gif) repeat-y; padding: 0px 21px 0px 21px; }
#tbl #btm  { background: url(images/tbl/bottom.gif) no-repeat;  height: 21px; }

img.alignleft {
	float:left;
	margin-right:10px;
}


