/*
Theme Name: ClockWorkMint
Theme URI: http://clockworkblogger.com/theme-clockworkmint/
Description: A simple, fresh theme featuring comment numbering, author comment highlighting, subscribing to new comments, a built-in breadcrumb and social bookmarking links wrapped up in an elegant shell by <a href="http://clockworkblogger.com">ClockWorkBlogger</a>. Please use the <a href="http://clockworkblogger.com/theme-clockworkmint/">ClockWorkMint theme</a> page to submit your comments and suggestions.
Version: 1.1.2
Author: Lukasz Sobek
Author URI: http://sobek.pl
Tags: fixed width, 2 columns, two columns, widgets, widget ready, valid CSS, simple, right sidebar, white, blue, black, green, orange, clean, 3 columns, three columns, valid XHTML, breadcrumb, author highlight, gravatars, count
*/

* 					{margin: 0; padding: 0; font-family: arial,sans; font-size: 13px;}

body
{
	background: #F0F6DE;
	/*background-image: url(images/background.jpg);
	background-repeat: repeat;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a 					{text-decoration: none;}
a:hover 				{text-decoration: underline;}

img					{border: none;}

em, i
{
	font-size: 100%;
	font-style: italic;
}

#wrapper
{
	margin: 20px auto;
	width: 950px;
	padding: 10px 0 10px 0;
	background: #F0F6DE; 
	/*border: 5px solid #C4CF07;
	background-image: url(images/background.jpg);
	background-repeat: repeat;*/
}

/* ---- Header part */

#topmenu
{
	margin: -15px 0 10px 0;
	/*border-bottom: 1px dotted #C4CF07;
	border-top: 1px dotted #C4CF07;*/
	/*min-height: 30px;*/
	padding-bottom: 10px;
	/*display: block;*/
}

/*#topmenu  .descri	{color: #666; padding: 6px 0 0 5px; }*/

#topmenu ul			{list-style: none; float: left;}
#topmenu ul li			{display: inline;}

#topmenu a
{
	/*display: block;
	float: left;*/
	padding: 6px 10px;
	color: #DD6E40;
	/*border-right: 2px solid #fff;*/
	font-weight: bold;
	font-size: 12px;
}
#topmenu a:hover 	{color: #647F0A; text-decoration: underline;}
#topmenu a.feed 		{background: #f57100; color: #fff;}
#topmenu a.feed :hover{background: #f57100; color: #fff; text-decoration: underline;}


#topmenu2
{
	/*margin: -30px 0 10px 0;*/
	/*border-bottom: 1px dotted #C4CF07;
	border-top: 1px dotted #C4CF07;*/
	/*min-height: 30px;*/
	padding-bottom: 10px;
	/**/
	float: left;
	/*border: 3px #666 solid;*/
	display: block;
	background-color: #FFF;
}

/*#topmenu  .descri	{color: #666; padding: 6px 0 0 5px; }*/

#topmenu2 ul			{list-style: none; float: left;}
#topmenu2 ul li			{display: inline;}

#topmenu2 a
{
	/*display: block;
	float: left;*/
	padding: 6px 10px;
	color: #647F0A;
	/*border-right: 2px solid #fff;*/
	font-weight: bold;
	font-size: 12px;
}
#topmenu2 a:hover 	{color: #DD6E40; text-decoration: underline;}
#searchform
{
	/*padding-bottom: 5px;*/
	display: block;
	float: right;
	padding-bottom: 5px;
	/*display: block;*/
	margin: 10px 10px 0 0;

}


/* ---- */

#header { margin: 0 0 10px 0; }

/*#header h1			{background: #e6f4e0; padding: 5px 10px;}

#header h1,
#header h1 a			{color: #647F0A; letter-spacing: -1px; text-decoration: none; font-size: 30px;}*/



#s					{padding: 3px; border: 2px solid #ccc; width: 300px; color: #333;}
#s:hover			{border: 2px solid #DEEBB5;}

/* ---- */

#topimage			{height: 200px; background: #fff url('images/banner.jpg') top left no-repeat; border: 1px solid #333;}

#topimage h1.blogname, h1.blogname a
{
	color: #FFC;
	font-size: 28px;
	font-weight: bold;
	background: none;
	padding-left: 10px;
	margin: 0px;
	text-decoration: none;
}

#topimage h1.blogname a:hover
{
	text-decoration: underline;
}

.descri
{
	color: #FFf;
	font-size: 16px;
	font-weight: bold;
	/*padding-right: 100px;*/
	padding-left: 30px;
	background: none;
	/*max-width: 200px;
	float: left;*/
}

.banner_ad
{
	/*float: right;*/
	/*padding-top: 50px;*/
	padding: 20px;
}

.banner_ad img
{
	/*float: right;*/
	/*padding-top: 50px;*/
	padding: 7px;
	background-color: #F57038;
}

/* ---- */

#teaser 				{font-weight: bold; color: #666; padding: 5px; /*border-top: 1px solid #333;*/ border-bottom: 1px dotted #ccc; margin-bottom: 10px;}
#teaser a			{color: #647F0A; text-decoration: none; }
#teaser a:hover		{color: #DD6E40; text-decoration: underline;}


/* ---- Content */

#content
{
	width: 540px;
	/*border-right: 10px #FDD3C1 solid;*/
	/*border-right: 5px #DEEBB5 solid;*/
	line-height: 140%;
	font-size: 14px;
	color: #222;
	background-color: #FFF;
	padding: 10px;
}

#content ul		{margin: 10px 0 10px 10px; list-style: none;}
#content ul li		{background: url('images/bullet.gif') 0 5px no-repeat; margin: 5px 0; padding-left: 15px; font-size: 14px; }

#content ol		{margin: 10px 0 10px 10px; list-style: decimal inside;}
#content ol li		{margin: 5px 0; font-size: 14px; }

#content p		{margin: 10px 0; font-size: 14px;}

#content a		{color: #647F0A; font-weight: bold;}
#content a:hover
{
	color: #DD6E40;
	text-decoration: underline;
}

#content blockquote
{
	border-left: 2px #647F0A solid;
	margin: 15px 20px 15px 20px;
	padding: 5px;
	background: #F0F6DE;
	font-size: 95%;
	border-top: 1px #647F0A solid;
	border-right: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
}

#content .indicator 	{float: left; margin-left: -15px; font-size: 30px; color: #DEEBB5;}

#content h1,
#content h2
{
	/*background: #e6f4e0;*/
	margin-left: -15px;
	padding: 5px 0 5px 15px;
}

#content h1,
#content h2,
#content h1 a,
#content h2 a 				{color: #F87942; letter-spacing: -1px; text-decoration: none;}

#content h1,
#content h1 a					{font-size: 18px; }

#content h1 .numbercomments a	{font-size: 12px; color: #647F0A;}

#content h2,
#content h2 a					{font-size: 16px; margin-bottom: 10px;}

#content h1 a:hover,
#content h2 a:hover			{color: #647F0A; text-decoration:underline;}

#content h2					{margin-top: 10px; }

#content h3					{font-size: 14px; margin-top: 10px; color: #666; }

#content .metadata			{color: #666; margin: 5px 0 15px 0; padding: 5px; border-bottom: 1px dotted #ccc;}
#content .metadata_bottom	{color: #666; padding: 5px; }

#content .entry		{margin-bottom: 20px; }

/* ---- Comments listing  */

#content .comments-template 			{margin-top: 50px;}
#content .commentlist 				{list-style: none; margin: 10px 0 0 0;}
#content .commentmetadata 			{padding: 5px 10px; background: #e6f4e0; margin: 5px 0 5px -15px; }
#content .commentmetadata img			{float: left; padding: 2px; margin: 5px 10px 5px 0; border: 1px solid #000;}

#content .commentmetadata_author 	{padding: 5px 10px; background: #e6f4e0; margin: 5px 0 5px -15px; border-right: 3px solid #f57100;}
#content .commentmetadata_author img	{float: left; padding: 2px; margin: 5px 10px 5px 0; border: 1px solid #000; }

#content .commentnumber				{color: #fafcf8; font-size: 30px; font-weight: bold; float: right; font-style: italic;}

/* ---- Sidebar */

#sidebar 			{width: 370px; float: right; line-height: 140%; color: #333;}

#sidebar .leftbar	{width: 160px;}
#sidebar .rightbar	{float: right; width: 160px; }

#sidebar a			{color: #647F0A; }
#sidebar a img		{padding: 5px; border: none; }

#sidebar h4,
#sidebar h5			{color: #647F0A; letter-spacing: -1px; margin: 25px 0 5px 0;}

#sidebar h4			{font-size: 14px;}

#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: 5px;
	list-style-type: none;
}
#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: #ccc; background: #fff; padding: 5px 10px; margin: 15px 0 20px 0;}

#subfooter a			{color: #647F0A; font-weight: bold;}
#subfooter a:hover	{color: #DD6E40;}

/* ---- Footer */

#footer 				{border-top: 1px dotted #ccc; color: #666; padding: 5px 5px 10px 5px; margin-bottom: -15px;}

#footer a			{color: #333; text-decoration: underline;}
#footer a:hover		{text-decoration: none;}

#footer a.authorlink 		{color: #666; text-decoration: none;}
#footer a.authorlink:hover 	{text-decoration: underline;}

/* ---- Comments form */

#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;}

/* ---- Social bookmark icons */

#content .socialize  		{border: 1px dotted #ccc; border-left: none; border-right: none; padding: 5px; font-weight: bold; text-align: center;}
#content .socialize span	{text-align: left;}
#content .socialize  a	{display:block; padding:4px 0; padding-left:21px; display: inline; margin-right: 10px; background-position: left 5px; background-repeat: no-repeat;}
 
#content .digg 		{background-image: url('images/digg.png'); }
#content .delicious	{background-image: url('images/delicious.png');}
#content .technorati	{background-image: url('images/technorati.gif');}
#content .google		{background-image: url('images/google.gif');}
#content .stumbleupon{background-image: url('images/stumbleupon.gif');}
#content .yahoo		{background-image: url('images/yahoo.png');}

/* ---- Required by WordPress */

.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; }

.subscribe-to-comments p{
padding: 0px;
}
.comment_form{
padding: 0px;
}
#sidebar .wp-tag-cloud { 
list-style: none !important;
list-style-type: none !important; }
#sidebar .wp-tag-cloud ul { list-style: none !important;
list-style-type: none !important; }
#sidebar .wp-tag-cloud ul li { list-style: none !important;
list-style-type: none !important; }

.twitter,.twitter-item, a.twitter-link
{
	font-size: 10px;
	line-height: normal;
}