/*
Theme Name: epitafium.com.pl
Theme URI: http://lukasztyszko.pl/
Description: The default WordPress theme based on the expierience.
Version: 1.0.0
Author: Lukasz Tyszko
Author URI: http://www.lukasztyszko.pl/
Tags: brown, customized

*/

* {
	margin: 0;
	padding: 0;
	color: #fff;
	font: 14px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #4B403A;
}

a {
	text-decoration: none;
}

a:hover {
	
}

a img {
	border: 0;
}

a span {
	color: #333;
}
span.hidden {
	display: none;
}

strong {
	font-weight: bold;
}


div#page {
	width: 960px;
	margin: 0 auto;
}

div#head {
	overflow: auto;
	background: #443933;
	padding: 10px;
}

div#top {
	height: 120px;
}

div#logo {
	width: 480px;
	height: 100px;
	float: left;
}

div#logo a img {
	margin: 5px 0 0 0;
}

div#logo h1, div#logo h2, div#logo h3 {
	color: #fff;
	font-size: 26px;
	width: 320px;
	font-family: Georgia;
	font-weight: normal;
	padding: 0 20px;
	line-height: 36px;
	text-align: center;
}

div#logo h1 {
	padding-top: 15px;
	letter-spacing: 3px;
}

div#logo h2 {
	color: #019DBE;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 2px;
}

div#logo h3 {
	letter-spacing: 8px;
	padding-bottom: 15px;
}

div#motto {
	width: 460px;
	float: right;
	padding: 10px 0;
}

div#motto p {
	text-align: right;
	padding: 5px 20px;
}

div#menu {
	height: 20px;
	text-align: right;
	clear: both;
	margin: 10px 0 0 0;
}

div#menu ul {
	margin: 0;
	padding: 0;
	margin-right: 20px;
}

div#menu ul  li {
	display: inline;	
	line-height: 22px;
	margin: 0 0 0 2px;
}

div#menu a {
	line-height: 22px;
	padding: 4px 0 4px 5px;
	background: #eee url('images/tab_left_bg2.jpg') top left no-repeat; 
}

div#menu span {
	line-height: 22px;
	font-weight: bold;
	padding: 4px 15px 4px 10px;
	background: #eee url('images/tab_right_bg2.jpg') top right no-repeat; 
}

div#menu a:hover {
	background: #eee url('images/tab_left_bg.jpg') top left no-repeat;
}

div#menu a:hover span {
	background: #eee url('images/tab_right_bg.jpg') top right no-repeat; 
	text-decoration: underline;
}

div#middle {
	background: #fff url('images/screen_bg.jpg') top center repeat-x;
	overflow: auto;
	padding: 0 0 20px 0;
}

div#middle * {
	color: #212121;
}

div#sidebar {
	float: left;
	margin: 20px 0 20px 20px;
	width: 300px;
}

div#sidebar ul {
	background: #e7e7e7;
}

div#sidebar ul li {
	list-style-type: none;
	padding: 5px 0 5px 40px;
	border-bottom: 1px solid #443933;
	background: url('images/li_bg.png') 10px center no-repeat;
}

div#sidebar ul li a:hover {
	text-decoration: underline;
}

	div#middle div#sidebar h2, div#middle div#sidebar h2 a {
		font: 16px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color: #443933;
		padding: 0 15px 2px 15px;
		font-weight: bold;
		border-bottom: 1px solid #443933
	}

div#content {
	float: right;
	margin: 0 20px 0 0;
	width: 580px;
}
	
	
	div.post {
		padding: 20px 0;
	}
	
	div.post p {
		margin: 0 0 10px 0;
	}
	
	div#middle div.post h1, div#middle div.post h1 a {
		font: 20px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		color: #443933;
		padding: 0 0 10px 0;
		text-decoration: underline;
	}
	
	div#content ul {
	}
	
	div#content ul  li {
		margin: 0 0 10px 0;
		list-style-type: none;
	}
	
	div#content ol  li {
		margin: 0 0 10px 20px;
		list-style-type: decimal;
	}

div#bottom {
	padding: 10px 0;
}

div#bottom div.address {
	float: left;
	border-left: 1px solid #fff;
	padding: 0 20px 0 10px;
}

div#tail {
	padding: 5px 0; 
	text-align: right;
	font-size: 12px;
	color: #ccc;
}

div#tail p, div#tail p a {
	font-size: 12px;
	padding: 0 10px;
	color: #eee;
}

div#tail p a {
	padding: 0;
}