/*
Theme Name: Shades of Wood
Theme URI: http://templates.arcsin.se/
Version: 1.0
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
Author URI: http://arcsin.se/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a { text-decoration: none; }
body {
	background: #111 url(img/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode", sans-serif;
}
p, blockquote, ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
blockquote { font: bold 1.2em sans-serif; }
code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}
img { border: none; }
ul { margin-left: 2em; }
h1 { font: normal 2.4em sans-serif; }
h2 {
	font: bold 1.6em Verdana, sans-serif;
	padding-bottom: 4px;
}
/* misc */
.clearer { clear: both; }
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {
	float: left;
	width: 550px;
}
.srodek { float: center; }
.right {
	float: right;
	width: 190px;
}
.righter {
	float: right;
	display: none;
}
/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
	/* adas */
	background-image: url(img/osb_head+.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;/* adas */
}
.header span { padding-left: 32px; }
.header a:hover {
	background: #191919;
	color: #BBB;
	background-image: url(img/osb_head.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}
.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left { width: 64%; }
.main .right { width: 36%; }
.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}
/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.post h1 a {
	color: #EEE;
	text-decoration:none;
}
.post h1 a:hover {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	text-decoration:none;
}
.post h1 a :visited {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
	text-decoration:none;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover { color: #CCC; }
/* navigation */
.nav { background: #191919 url(img/nav.gif); }
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana, sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover { background: #191919 url(img/nav_hover.gif); }
.nav ul { display: inline; }
.nav li {
	list-style: none;
	float: left;
}
/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;
	padding: 12px;
}
.subnav h1 {
	padding-top: 4px;
	font-size: 1.4em;
	font-weight: bold;
	background-color: #222;
	margin: 4px;
	border: 4px solid #222;
}
.subnav ul { margin: 0; }
.subnav li {
	/* 	background: url(img/li.gif) no-repeat left bottom; */
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 28px;
	text-decoration: none;
}
.subnav li a:hover { color: #BBB; }
/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a { color: #666; }
.footer a:hover {
	color: #BBB;
	background: #222;
}
.col3, .col3center {
	float: left;
	width: 31%;
}
.col3center { margin: 0 3%; }
.col4, .col4center {
	float: left;
	width: 23%;
}
.col4center { margin: 0 3%; }
/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a { color: #888; }
.post { margin:0 0 25px 0; }
.post .info {
	padding: 4px 6px;
	border:1px solid #272727;
	background-color: #222;
	color: #777;
}
/* Comments Styling */
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}
#commentform {
	margin: 1em 0;
	background: #303030;
	width: 280px;
}
#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform textarea:hover {
	background: #FFFFFF;
	border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
	background: #ffffff;
	border: 1px solid #939793;
}
#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
}
#commentform input { margin-bottom: 3px; }
.content ul li { margin-left:10px; }
.content ol li {
	margin-left:20px;
	padding-bottom:5px;
}
.qtrans_language_chooser { list-style-type:none }
.qtrans_language_chooser li {
	float:left;
	margin-right:3px
}
a.st-tags {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.st-tag-cloud { text-decoration: none; }
#tag-link-1 { color: #CC0000; }
#tag-link-2 { color: #FF9900; }
#tag-link-3 { color: #FF9900; }
#tag-link-4 { color: #FF9900; }
#tag-link-5 { color: #FF9900; }
#tag-link-6 { color: #FF9900; }
#tag-link-7 { color: #9F0000; }
#tag-link-8 { color: #A80000; }
#tag-link-9 { color: #B30000; }
#tag-link-10 { color: #CC0000; }
#tag-link-11 { color: #FF0000; }
.descr {
	coluor:#fff;
	color: #666666;
}

.bannerad {
	width:960px;
	background: #999999;
}
