/*  
Theme Name: UZA
Theme URI: http://www.uza.lt
Description: UZA.lt default theme
Version: 0.4
Author: Paulius Uza
Author URI: http://www.uza.lt
*/



/* Begin Typography & Colors */
h1,h2,h3 {
	font-family: Tahoma,Geneva,sans-serif;
	font-weight: normal;
}
h1 {
	font-size:1.4em;
	line-height:1.4em;
	padding:0px;
	margin:7px 0px 6px 0px;

}
h2 {
	font-size:1.3em;
	line-height:1.3em;
	padding:0px;
	margin:5px 0px 4px 0px;

}
h3 {
	font-size:1.2em;
	line-height:1.2em;
	padding:0px;
	margin:5px 0px 4px 0px;
}

html, body {
	height:100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:0.85em;
	background-image:url('img/bg.jpg');
	background-repeat:repeat-x;
	background-color:#2b2211;
	padding:0px;
	margin:0px;
	line-height:1.2em;
}

#navigation {
	float:left;
	width:100%;
	margin-top: 50px;
}

#navigation ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#navigation ul .right {
	float:right;
	margin-right:0px;
	margin-left:10px;
}

#navigation ul li {
	float:left;
	background-color:#ffffff;
	padding:4px 8px 4px 8px;
	margin-right:10px;
	border-bottom:1px #222222 solid;
	border-right:1px #444444 solid;
	font-weight:bold;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	color:#111111;
	text-decoration:none;
}

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

#navigation img {
	margin-bottom: -2px;
}

#container {
	position: relative;
	margin:0px auto;
	width:750px;
}

#innerbar {
	float:left;
	margin-top: 10px;
	background-color:#ffffff;
	width:510px;
	padding:20px;
	border-bottom:1px #111111 solid;
	background-image:url('img/inner_bg.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
}
#innerbar a:active, #innerbar a:visited, #innerbar a:link {
	color:#669900;
	text-decoration:none;
	border-bottom: none;
}

#innerbar a:hover {
	color:#000000;
	text-decoration:none;
        border-bottom:1px #000000 solid;
}

#sidebar {
	float:right;
	width:200px;
	margin-top: 10px;
	background-image:url('img/sidebar_bg.gif');
	background-color:#CCCCCC;
}
#sidebar span {
	font-size:0.8em;
	display:block;
	padding-right:22px;
	padding-left:20px;
}

#sidebar a img {
	border:1px #C0C0C0 solid;
}

#header {
	margin-top:0px;
	height:70px;
}
#logo {
	float:left;
	background-image:url('img/Uza.gif');
	width:200px;
	height:70px;
}
#sidebar_header{
	background-image:url('img/sidebar_top.jpg');
	width:200px;
	height:130px;
}
#sidebar_footer {
	background-image:url('img/sidebar_bottom.gif');
	width:200px;
	height:32px;
}
#sidebar ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#sidebar ul li {
	padding:0px;
	margin:0px;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	text-decoration: none;
	color: #018CBA;
}

#sidebar a:hover {
	text-decoration:underline;
	color: #6CB8F0;
}

/* End Various Tags & Classes*/

#comment {
	width:484px;
}

.postmetadata {
	margin: 25px -20px 25px -20px;
	padding:20px;
	background-color:#efefef;
}

#footer {
	float:left;
	width:510px;
	padding:20px;
	background-color:#333333;
	background-image:url('img/footer_bg.gif');
	background-position:top left;
	background-repeat:no-repeat;
	color:#999999;
	font-size:0.7em;
	border-bottom:1px #111111 solid;
}

.comment_count {
	float:right;
	margin-top:-6px;
	padding:6px;
	border:1px #cccccc solid;
	border-bottom:1px #999999 solid;
	background-color:#f0cb00;
	background-image:url('img/comment_button_bg.gif');
	background-repeat:repeat-x;
}

.comment_count a {
	font-size:0.8em !important;
}

.comment_count a:link, .comment_count a:visited, .comment_count a:active {
	color:black !important;
	border-bottom: 0px !important;
}

.comment_count a:hover {
	color:#808080 !important;
	border-bottom: 1px #808080 !important;
}

.commentlist {
	padding:0px;
	margin-left:20px;
}

.commentlist li {
	padding-left:10px;
	padding-right:10px;
	border-left:1px #CCCCCC solid;
}

.commentlist .alt {
	border-left:1px #FFCC00 solid;
}

.ch_code_container {
	background-color: #f0f0f0;
	border: 1px solid #C3CED9;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
	font-size:1.00em;
	overflow:auto;
}
.ch_code_container .head
{
	color: #808080;
	font-weight: bold;
	background-color: #f0f0ff;
	border-bottom: 1px solid #d0d0d0;
	padding: 2px;
	width:100%;
}

.igBar {
	width:491px !important;
}

.syntax_hilite {
	width:480px !important;
}

html > body .ch_code_container {
	width:100%;
}

.app_submenu {
	margin:20px 0px 0px 0px;
	padding:0px;
}
.app_submenu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.app_submenu ul li {
	margin:0px;
	padding:0px;
}

.app_submenu p {
	margin-top:5px;
}
.metatext {
	float:right;
	font-size:0.7em;
	text-align:right;
}
.dowloads_table {
	background-color:#fdfdfd;
	border:1px #C0C0C0 solid;
	padding:10px;
	height:16px;
	margin-bottom:4px;
}

.dowloads_table div {
	float:left;
}

.dowloads_table a {
	float:right;
}

#s {
	margin-bottom:4px;
}

#taw0 div {
	padding: 20px;
}

#ads {
	background-color:#2b2210;
	padding:20px;
}

.ad img {
border:none !important;
}

a.ad:hover, a.ad:active {
text-decoration:none !important;
border:none !important;
}

.the_date {
display:block;
text-align: center;
float:right;
font-family: Arial, Helvetica, sans-serif;
background: url(/images/dateicons/green5.gif) no-repeat;
width:60px;
}

.date_m {
display:block;
font-size: .6em;
margin:0;
padding:0px 0px 5px 0px;
font-weight: bold;
text-align:center;
}

.date_d {
display:block;
font-size:1.2em;
margin:0;
padding:0 0 0.6em 0;
text-align: center;
}