/*
Theme Name: SDT.pl
Theme URI: http://sdt.pl/
Description: The default SDT theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: reotaksja.pl
Author URI: http://reotaksja.pl/
*/

html, body {height: 100.1%}


body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: left;
	margin: 0px auto;
	margin-top: 1px;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	}

#page
{
 width: 940px;
 margin: 0px auto;
 padding: 10px;
 border: 1px solid #333;
 height: 600px;
}

#page img {border: 0;}

#header {margin-bottom: 0px;}
#header img {border: none;}



#navcontainer ul
{
padding: 0;
margin: 0;
margin-bottom: 20px;
background-color: #a8261e;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 10px 15px 10px 15px;
background-color: #a8261e;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
font-size: 14px;
}

#navcontainer ul li a:hover
{
background-color: #d3928e;
color: #fff;
cursor: pointer;
}


#content
{
	
}


#left220
{
	width: 220px;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
}

#right220
{
	width: 220px;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
}

#center460
{
width: 458px;
float: left;
padding: 0px 10px 0px 10px;
margin-top: 10px;
border-left: 1px solid #dedede;
border-right: 1px solid #dedede;
}



#footer
{

border-top: 1px solid #a8261e;
font-size: 11px;
color: #333;
padding-top: 5px;
margin-top: 20px;


}


.clearBoth {clear: both;}


h1, h2, h3 {margin: 0px 0px 5px 0px;}

h1
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #a8261e;
}

h2, h2 a
{
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

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

a:hover {color: #000;}




#date { color: #999;}



.post
{
	
}

.category-wazne
{
	background: #f2e4e3 url('images/wazne.gif') top right no-repeat; 
	padding: 3px;
}

hr
{
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	border: 0;
	

}

#navcontainer2 { width: 220px; }

#navcontainer2 ul
{
margin-left: 0;
padding-left: 0;
margin-top: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer2 a
{
display: block;
padding: 3px;
width: 214px;
background-color: #f6e9e8;
border-bottom: 1px solid #fff;
}

#navcontainer2 a:link, #leftMenu a:visited
{
color: #666;
text-decoration: none;
}

#navcontainer2 a:hover
{
background-color: #d3928e;
color: #fff;
}
#navcontainer2 ul#leftMenu li ul li ul li a {padding-left: 20px; width: 197px;}


.more-link {display: block; float; text-align: right;}

#wazneInfoList
{
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}


#wazneInfoList li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
