@charset "ISO-8859-2";
/*  
Theme Name: Elendilion
Author: Thalion
Author URI: http://www.thalion.ovh.org/
Description: Szablon wykonany na specjalne życzenie serwisu elendilion.pl. Szata graficzna została przygotowana przez Thaliona. Radek wykonał pocięcie, portowanie do wordpressa oraz testowanie. Athrandir wysyłał plik na serwer. :P
Version: 1.1
All rights reserved.
.
*/

body {
	background: #b4ab8f url(gfx/bg.png) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#layout {
	width: 824px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background: #ffffff url(gfx/con-bg.png) repeat-y;
}

#top {
	background: url(gfx/top.jpg) no-repeat;
	height: 313px;
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	margin-left: 116px;
	margin-top: 20px;
	width: 622px;
	height: 23px;
}

#slogan {
	position: absolute;
	margin-left: 118px;
	margin-top: 49px;
	width: 570px;
	height: 10px;	
}

#content {
	width: 540px;
	margin-left: 34px;
	margin-top: 22px;	
	border: 2px solid #d4d2ce;
	background-color: #f3efe3;
	margin-bottom: 20px;
	float: left;
}

#content .post {
	margin-top: 13px;
	margin-left: 17px;
	margin-right: 5px;
	margin-bottom: 50px;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #336633;
	margin-bottom: -10px;
}

#content .postmeta {
	font-size: 10px;
	color: #a49a8c;
}

#content .right {
	float:right;
}

#content p {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	
}

#content p.center {
	text-align: center;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	text-decoration: none;
	color: #336633;
} 

#content ul, #content ol, #content li {
	font-size: 12px;
	color: #333333;
}

#content img {
	border: 3px solid #a4998a;
	float: left;
	margin-right: 5px;
}

#comments {
	margin-left: 14px;
}

#comments .comment{
	margin-bottom: 40px;
}

#comments .gravatar{
	width: 32px;
	height: 32px;
	float: right;
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 3px;
	border: 1px solid #336633;
}

#comments .commentmeta {
	font-size: 10px;
	color: #a49a8c;
}

#comments h2 {
	font-size: 16px;
	font-weight: normal;
	color: #336633;
}

#comments img {
	border: 0;
}

#comments .ff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #336633;
	background-color: #D4CDBB;
	color: #131313;
	padding: 4px 4px 4px 4px;
	font-size: 12px;
}

#comments .ff:focus {
	background-color: #F3EFE3;
}

#comments .tf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #336633;
	background-color: #D4CDBB;
	color: #131313;
	padding: 4px 4px 4px 4px;
	font-size: 12px;
}

#comments .tf:focus {
	background-color: #F3EFE3;
	background-image: none;
}

#sidebar {
	width: 200px;
	float: right;
	margin-right: 32px;
	margin-top: 22px;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:hover, #sidebar a:active {
	text-decoration: none;
	color: #336633;
} 

#sidebar .menu {
	border: 5px solid #a4998a;
	margin-bottom: 15px;
	background: #d4cdbb no-repeat bottom url(gfx/menu-bg.png);
}

#sidebar h2 {
	color: #434343;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	text-align: center;
}

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

#sidebar li {
	font-size: 10px;
	color: #336633;
	line-height: 25px;
	margin-left: 18px;
}

#sidebar .searchbox {
	width: 160px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 12px;
	border: 1px solid #336633;
	background-color: #ffffff;
	color: #131313;
	padding: 4px 4px 4px 4px;
}	

#footer {
	background: url(gfx/footer.png) center no-repeat;
	width: 824px;
	height: 30px;
	clear: both;
	font-size: 10px;
	color: #a49a8c;
	text-align: center;
	line-height: 30px;
}

img {
	border: 0;
}

blockquote {
	font-style: italic;
}