/*  
Theme Autor: Magdalena Trzeciak
Theme Name: Photo Theme
www.magdalenatrzeciak.com/webdesign
*/

/*************************************
 +Containers
 *************************************/

body{
	background:#31251c url(./images/bg.jpg) fixed center;
	color:#fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	background:#574031;
	margin:0 auto;
	padding:0 ;
	text-align:left;	
	width:1000px;
}
#content{
	font-size:1.1em;
	float:left;
	margin:0 5px;
	width:990px;
}
#sidebar{
	background:#35241a;
	border-top:2px solid #644c3d;
	border-bottom:none;
	color:#eee;
	float:right;
	margin:0 px;
	padding:0 px;
	width:1000px;
}
#sidebar a{
color:#b3cFc1;
}
#sidebar a:hover{
color:#eda;
}
#sidebar .sec-a{
	float:left; 
	width:400px;
	padding:0 20px;
margin-top:10px;
}
#sidebar .sec-b{
	float:right;
	width:400px;
	padding:0 20px;
margin-top:10px;
}

#footer{
	background:#170f0a;
	border-top:1px solid #777;
	clear:both;
	color:#888;
	font-size:0.9em;
	padding:5px;
}
.navigation{
	margin-bottom:10px;
	padding:5px;
	text-align:center;
}

/*************************************
 +Header
 *************************************/
h1, h2, h3{
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header{
	background: url(./images/header.jpg) no-repeat;
	height:500px;
	text-align:right;
	width:1000px;
	padding:0;
	text-indent: 1000;
}
#header h1{
	font-size:2em;
	margin:0;
	margin-top:120px;
}
#header h1 a{
	color:#82bd19;
	text-decoration:none;
}
#header h1 a:hover{
	color:#82bd19;
	text-decoration:none;
}
#header p{
	color:#82bd19;
	font-size:1em;
	margin-top:-0.5em;
}
#header h1, #header p{
	margin-right:30px;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:25px;
padding:5px 10px;
font-size:12px;

}
.entry img, .entry1 img {
text-align:center;}
img {
border:10px solid #fff;
}
img a,
img a:hover {
border:10px solid #fff;}

.entrymeta{
	font-size:0.9em;
color:#90c729;
text-align:center;
}
.entrymeta a{
color:#90c729;
}
.entrymeta a:hover{
color:#90c729;
}
.entrytitle h2{
	color:#90c729;
	font-size:2.2em;
	text-decoration:none;
	text-align:center;
}
.entrytitle h2 a{
color:#90c729;
text-decoration:none;
}
.entrytitle h2 a:hover{
	color:#90c729;
	text-decoration:none;
}
.entrytitle h3{
	color:#b6947e;
	font-size:13px;
	text-align:center;
}
.postedby{
	color:#b6947e;
	font-size:12px;
	text-align:center;
}
.filedto{
	color:#b6947e;
	padding-left: 15px;
}
.commentslink{
	color:#b6947e;
	padding-left:15px;
}
body#home .entry-1
{

font-size:1em;
}
body#home .entry-1 .entrymeta{

margin:-5px -10px;
padding:5px 10px;
}
/*************************************
 +Sidebar
 * note: sidebar is actually featured 
 * on the bottom.
 *************************************/

#sidebar h3{
	color:#aaa;
	font-size:1.5em;
	font-weight:bold;
	margin:10px 0;
}
#sidebar ul li{
	border-bottom:1px dotted #414141;
	margin-bottom:3px;
	padding:3px;
}
/*************************************
 +Nav
 *************************************/
#nav{
	background:#302015;
	border:0px ;
	border-top:1px solid #644c3d;
	font-size:14px;
	margin-bottom:20px;
	padding:0;
	width:1000px;
	margin-top:0px;
}

#nav ul{
	list-style-type:none;
}
#nav ul li{

	float:left;
	letter-spacing:1px;
	margin-bottom:0px;
	margin-right:10px;
	padding:10px 10px;
}
#nav ul li a{
	color:#fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;

}
#nav ul li a:hover{
	color:#c0d448;
	text-decoration:none
}
#menu {
z-index:1000;
	list-style:none;
	margin:0 auto;
	padding:0 0 0px 15px;	
	height:1%;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:8px 30px 0px 30px;
	float:left;

}
#menu li a {
	height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
}
#menu li.hover a,
#menu li:hover a,
#menu li.hover,
#menu li:hover {
	position: relative;
}
#menu li.hover ul,
#menu li:hover ul {
	display: block;
}
#menu ul {
	padding:14px 0 6px;
	margin:0;
	list-style:none;
	width:147px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#442f21;

	
}
#menu ul li {
	padding:0 10px 0 17px;
	width:120px;
}
#menu ul li a {
	text-align:left;
	width:100%;
	color:#7a7a7a;
	line-height:18px;
	height:auto;
	display:block;
	
}
#menu ul li a:hover {color:#fff;}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;
font-size:1.1em;

}
.commentsblock textarea{
	width:410px;
background:#6a5141;
}
.commentsblock input, .commentsblock textarea{
	border:1px dotted #a38b7c;
}
.commentsblock textarea:focus{
	background:#6a5141;
	border:1px dotted #a38b7c;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#6a5141;
	border:1px dotted #a38b7c;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#6a5141;
	border:1px dotted #a38b7c;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}



/*************************************
 +Misc
 *************************************/

ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
a{
	color:#90c729;
	text-decoration:underline;
}
a:hover{
	color:#90c729;
	text-decoration:none;
}
.clearfix:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix {height: 1%;}

.commentlist{
background:#685243;
border:1px dotted #a1826d;
padding:10px;
	max-height:60px;
	overflow:auto;
	margin:0;
	text-align:left;}


ol.commentlist { list-style:none; margin:0 0 ; padding:10px; text-indent:0; 	line-height:0,5;	}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {color:#c7afa0;}
ol.commentlist li.comment { color:#c7afa0;padding:0em;}
ol.commentlist li div.comment-author {color:#f6e4cd;font-weight:bold;	display:inline;}
ol.commentlist li div.vcard { font:inherit;color:#f6e4cd; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-weight:bold;}
ol.commentlist li div.vcard cite.fn a.url {color:#f6e4cd; font-weight:bold;text-decoration:none;}
ol.commentlist li div.vcard cite.fn a.url {text-dekoration:underline;}
ol.commentlist li div.vcard img.avatar { border:3px solid #dcdcdc; float:left; margin:0em 1em 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {	text-indent: -3000px;
}
ol.commentlist li div.span.says {	text-indent: -3000px;
}
ol.commentlist li div.commentmetadata {font-style:italic;}
ol.commentlist li div.comment-meta { float:right; font-size:10px; font-family: inherit; font-style:italic;}

ol.commentlist li div.comment-meta a { color:#f6e4cd;text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { text-decoration:underline; }
ol.commentlist li p { font-size:12px; margin:5px; 0em 0em 0em; 	display:inline; }
ol.commentlist li ul { font-size:12px; list-style:square; margin:0em 0em 0em 0em; }
ol.commentlist li div.reply { font-size:11px; margin:0em 0em 0em 0em; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:0em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor { font-weight:bold;}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #707070; margin:0 0 5px 5px; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #6a6a6a; margin:0 0 5px 5px; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #969696; margin:0 0 5px 5px; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:; }
ol.commentlist li.odd { background:; }
ol.commentlist li.parent { border-left:5px solid #cdad83; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em;}
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/*Komentarze - formularz*/
.commentbox input{
background: #6a5141;
border:1px dotted #a1826d;
padding:3px;
color:#f6e4cd ;} 

.commentbox textarea{
background: #6a5141;
border:1px dotted #a1826d;
margin-top:10px;
color:#f6e4cd;
font-size:12px;
 } 

.commentbox a {
background: #6a5141;}


.comments-body {
background:#685243;
border:1px dotted #a1826d;
padding:10px;!important
	max-height:60px;
	overflow:auto;
	margin:0;
	text-align:left;
}

.comment {
	padding:.47em;
	line-height:1.2em;
}
.comment-time {
	color:#fff;
	margin:0 0 0 10px;
}
.comments-body p, 
.comments-body p a {
	font-size:11px;  
	font-family:Arial, Helvetica, sans-serif;  
	font-style:normal;  
	  
}
.comments-body p {
	 
}
.comments-body p span.comment-author,
.comments-body p.alt span.comment-author,
.comments-body p a:link,
.comments-body p.alt a:link,
.comments-body p a:visited,
.comments-body p.alt a:visited,
.comments-body p a:hover,
.comments-body p.alt a:hover {
	color: #e3a61c; 
	 
}

.comments-body p span.comment-author,
.comments-body p.alt span.comment-author,{
font-weight:bold;!important
color:#;}

.comments-body p a:link,
.comments-body p.alt a:link,
.comments-body p a:visited,
.comments-body p.alt a:visited {
	text-decoration:none; 
}
.comments-body p a:hover,
.comments-body p.alt a:hover {
	text-decoration:underline; 
}
.comments-header p  {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.comments-header p a {
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.comments-header p a:link {
	text-decoration:none;
}
.comments-header p a:visited {
	text-decoration:none;
}
.comments-header p  a:hover {
	text-decoration:underline;
}
.comment {
	border:0px;
}
.entry-comments .alt {
		 
}
.entry-comments .bypostauthor {
		}
.entry-comments .unapproved {
	font-style:italic; 
	 
}
hr {
border:1px dashed #644c3d;
margin-left:-26px;
margin-right:-26px;
}
.entry-comments a {
	text-decoration:none;
font:bold;}
.separator {
	background: url(./images/separator.gif) no-repeat center transparent;
	width:183px;
	height:87px;
	margin:0 auto;
	padding:10px ;
	border-top:border:1px solid #644c3d;
	border-bottom:border:1px solid #644c3d;
}
