/*
Theme Name: pzs-lifestream
Version: 1.1.0
Author: marcin wójcik
Author URI: http://krakoff.info
*/
body {
background: #333;
}

*		{
			margin: 0; 
			padding: 0; 
			font-family: arial,sans; 
			font-size: 12px; 
			
		}

a 					{text-decoration: none;}
a:hover 				{text-decoration: underline;}

img					{border: none;}

#wrapper 			{margin: 10px auto 0 auto; width: 950px; background: #fff; }

/* ---- Header part */

#header 				{ }

/* ---- top menu */

.topmenu 			{margin: 0 0 0;}
.topmenu ul			{color:list-style: none;}
.topmenu ul li			{display: inline;}

.topmenu a 			{display: block; float: left; padding: 5px 10px 2px 20px; color: #999; }
.topmenu a:hover 	{color: #666;}
.topmenu .feed		{color: #666; margin-left:440px; }

/* ---- search box */

#s					{padding: 3px; border: 1px solid #ddd; width: 250px; color: #999;}
#s:hover			{border: 1px solid #000;}

#searchsubmit		{padding: 2px 5px; border: 1px solid #327eb0; background: #327eb0; color: #fff;}
#searchsubmit:hover 	{background: #40a2e3;}

/* ---- Header box */

#headerbox			{ height: 124px; width: 950px; text-align: center; background: url('images/pzs-head.jpg') no-repeat;}

#headerbox h1,
#headerbox h1 a			{color: #fff; letter-spacing: -1px; text-decoration: none; font-size: 30px;}

#headerbox .descri		{color: #b6daf2;}
#headerbox .about		{width: 350px; height: 50px; padding: 0 50px; border-left: 1px solid #2382c4; color: #134567;}
#headerbox .about a		{color: #fff;}

/* ---- teaser */

#teaser 				{color: #999; padding: 10px 5px; margin-bottom: 20px;}
#teaser a			{color: #777777; font-size: 11px; font-weight: bold;}

/* ---- Content */

#content 			{margin-left: 30px; width: 550px; padding-right: 20px;  line-height: 160%; color: #222; padding-top: 25px;}

#content ul			{margin: 10px 0 10px 10px; list-style: none;}
#content ul li			{background: url('images/bullet_new.gif') 0 5px no-repeat; margin: 5px 0; padding-left: 15px; }

#content ol			{margin: 10px 0 10px 10px; list-style: decimal inside;}
#content ol li			{margin: 5px 0;  }

#content p			{margin: 10px 0; }

#content a			{color: #2D6B2D; }

#content blockquote	{padding-bottom: 20px; }

#content .indicator 	{float: left; margin-left: -30px; font-size: 30px; color: #999;}

#content h1,
#content h1 a,
#content h2 a 		{color: #2D6B2D;  text-decoration: none;}

#content h1,
#content h1 a			{font-size: 14px; }

#content h2,
#content h2 a			{ margin-bottom: 10px;}

#content h1 a:hover,
#content h2 a:hover	{color: #000; background: #fff; text-decoration:underline;}

#content h2			{margin-top: 10px; }

#content h3			{font-size: 14px; margin-top: 10px; color: #666; }

#content .metadata	{color: #999; margin: 2px 0 20px 0;}

#content .m_date ,
#content .m_author,
#content .m_comments	{}

#content .m_date  	{}
#content .m_author  	{}
#content .m_comments {border-right: none;}

#content .entry		{margin-bottom: 50px; }
#content .lifestream  { margin-top: 30px;  }

/* ---- Comments */

#content .comments-template {margin-top: 20px;}
#content .commentlist 	{list-style: none; margin: 10px 0 0 0;}

#content .commentmetadata { padding: 5px 10px; background: #eee; margin: 5px 0; line-height: 170%;}
#content .commentmetadata img	{float: left; padding: 2px; margin: 5px 10px 5px 0; border: 1px solid #000; }

#content .authorcomment	{background: #2382c4 url('images/grad_top.png') top left repeat-x; margin: 5px 0 5px -30px; color: #fff;}
#content .authorcomment a {color: #fff;}

/* ---- Sidebar */

#sidebar 			{width: 280px; float: right; padding-right: 30px; line-height: 180%; color: #999;}

#sidebar .leftbar	{width: 150px;}
#sidebar .rightbar	{float: right; width: 150px;}

#sidebar a			{color: #666; }
#sidebar a img		{padding: 20px; border: none; }

#sidebar h4,
#sidebar h5			{color: #fff; margin: 25px 0 5px 0; padding-left: 20px; font-weight: normal;}

#sidebar h4			{font-size: 14px; background: #F83128; }

#sidebar h5			{font-size: 13px;}

#sidebar ul			{margin: 10px 0 10px 5px; list-style: none;}
#sidebar ul li			{background: url('images/bullet_pale.gif') 0 5px no-repeat; padding-left: 15px;}
#sidebar ul.new li		{background: url('images/bullet_new.gif') 0 5px no-repeat; padding-left: 15px;}

#sidebar ol			{margin: 10px 0 10px 5px; list-style: decimal inside;}

/* ---- subfooter */

#subfooter			{color: #2382c4; padding: 10px 15px; background: #2382c4 url('images/grad_top.png') top left repeat-x; border: 1px solid #2382c4; margin-top: 30px;}
#subfooter a			{color: #fff; padding: 0 10px;}

/* ---- Footer */

#footer a			{color: #333;}
#footer a.authorlink {color: #999;}

/* ---- comments */

#author, #email, #url, #comment { border: 1px solid #ccc; padding: 5px; margin-top: 5px;}

#author 				{width: 250px; }
#email 				{width: 250px; }
#url 				{width: 250px; }
#comment 			{width: 500px; }
#submit 				{background: #e35c00; color: #fff; padding: 10px; border: 1px solid #ccc; margin-top: 10px;}

/* ---- Required by WordPress */

img.alignright {float:right; margin:5px 0px 12px 20px;}
	
img.alignleft {float:left; margin:5px 20px 12px 0px;}

.aligncenter,
div.aligncenter 		{display: block; margin: 0 auto;}

.alignleft 			{float: left;}

.alignright 			{float: right;}

.wp-caption 			{border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px;
				/* optional rounded corners for browsers that support it */
		   		-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

.wp-caption img 		{border: 0 none; }

.wp-caption p.wp-caption-text 	{ font-size: 11px; line-height: 17px; padding: 0 4px 5px; }

#footer {background:white; text-align:center; height:25px; padding:0 140px;}
#footer p {color:#000000; font-size:0.9em; margin-top:20px}
#footer img {float:right; margin-top:-10px}