/*
Theme Name: ClockWorkMint
Theme URI: http://clockworkblogger.com/theme-clockworkmint/
Description: A simple, fresh theme featuring comment numbering, author comment highlighting, a built-in breadcrumb and social bookmarking links wrapped up in an elegant shell by <a href="http://clockworkblogger">ClockWorkBlogger</a>. Please use the <a href="http://clockworkblogger.com/theme-clockworkmint/">ClockWorkMint theme</a> page to submit your comments and suggestions.
Version: 1.0.1
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: #fff url('images/bg.gif') top left;*/
	background: #BBD2BB;
}

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

#wrapper
{
	margin: 10px auto;
	width: 950px;
	padding: 30px;
	/*background: #fff; border: 5px solid #E1F3BE;*/
}

/* ---- Header part */
#top
{
	margin: -30px 0 5px 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	padding-bottom: 5px;
}

#top  .descri
{
	color: #666;
	padding: 6px 0 0 5px;
}

#topmenu
{
	margin: 5px 0 5px 0;
	/*border-bottom: 1px dotted #ccc;*/
	background: #fff;
	padding-bottom: 27px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

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

#topmenu ul li { display: inline; }

#topmenu a
{
	display: block;
	float: left;
	padding: 4px 4px 4px 4px;
	color: #666;
	border-right: 1px dotted #666;
	border-bottom: 1px dotted #666;
	font-weight: bold;
	font-size: 12px;
}

#topmenu a:hover
{
	background: #e6f4e0;
	color: #000;
	text-decoration: underline;
}

#topmenu a:active
{
	background: #e6f4e0;
	color: #000;
	text-decoration: none;
}

#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;*/
	margin-top: -24px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	/**/
	float: left;
	/*border: 3px #666 solid;*/
	display: block;
	background-color: #FFF;
	width: 100%;
}

/*#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: 4px 6px 4px 6px;
	color: #090;
	border: 1px solid #060;
	font-weight: bold;
	font-size: 12px;
	background-color: #fff;
	margin-right: 3px;
	margin-left: 3px;
}

#topmenu2 a:hover
{
	color: #000;
	text-decoration: underline;
}

#topmenu2 a:active
{
	color: #000;
	background-color: #e6f4e0;
	text-decoration: none;
}

/* ---- */
#header
{
	margin: 0 0 5px 0;
	background: #56834F;
	/*border-top: 1px solid #060;border-bottom: 1px solid #060;*/
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

#header h1
{
	padding: 5px 10px;
	/*background-image: url(images/head_bg.gif);
	background-repeat: repeat;
	background-color: #060;*/
}

#header h1,
#header h1 a
{
	color: #FEE298;
	text-decoration: none;
	font-size: 30px;
	font-family: "Palatino", "Times New Roman", serif;
}

#searchform
{
	float: right;
	margin: 10px 10px 0 0;
	font-size: 11px;
}

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

#s:hover { border: 2px solid #999; }

/* ---- */
#topimage
{
	height: 145px;
	background: #fff url('images/header.jpg') top left no-repeat;
	border-top: 1px solid #060;
	border-bottom: 1px solid #060;
}

/* ---- */
#teaser
{
	font-weight: bold;
	color: #000;
	padding: 5px;
	/*border-top: 1px solid #333;*/
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	background: #fff;
}

#teaser a
{
	color: #000;
	text-decoration: underline;
}

#teaser a:hover { text-decoration: none; }

/* ---- Content */
#content
{
	width: 620px;
	padding-right: 5px;
	/*border-right: 5px solid #e6f4e0;*/
	background: #fff;
	line-height: 140%;
	font-size: 14px;
	color: #222;
	padding-left: 10px;
	margin-right: 10px;
	min-height: 300px;
	border-right: 1px solid #060;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

#content ul
{
	margin: 10px 0 10px 10px;
	/*list-style: none;*/
	list-style-type: square;
	list-style-position: inside;
}

#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: #375A32;
	font-weight: bold;
}

#content a:hover { color: #40a2e3; }

#content blockquote
{
	border-left: 2px solid #BBD2BB;
	margin: 5px 20px 5px 20px;
	padding: 5px;
	font-style: italic;
	/*background: #ddd;*/
}

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

#content h1,
#content h2
{
	margin-left: -10px;
	margin-right: -5px;
	padding: 5px;
	background-color: #E6F4E0;
	border-bottom: 1px solid #ccc;
	/*border-top: 1px solid #ccc;*/
}

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

#content h2
{
	margin-left: 0px;
	background-color: #fff;
	border: none;
	color: #090;
}

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

#content h1
{
	min-height: 51px;
	background-image: url(images/hooppine.jpg);
	background-repeat: no-repeat;
	padding-left: 55px;
	background-position: 2px 2px;
}

#content h1 .numbercomments a
{
	font-size: 13px;
	color: #999;
}

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

#content h2 a { color: #090; }

#content h1 a:hover,
#content h2 a:hover
{
	color: #000;
	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 10px 0;
	padding: 5px;
	/*border-bottom: 1px dotted #ccc;*/
}

#content .metadata_bottom
{
	color: #666;
	padding: 5px;
}

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

/* ---- 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 -30px;
}

#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 -30px;
	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: 300px;
	float: right;
	line-height: 140%;
	color: #333;
	background: #fff;
	padding-left: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #060;
	border-left: 1px solid #ccc;
	padding-bottom: 10px;
}

#sidebar .leftbar { width: 140px; }

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

#sidebar a { color: #333; }

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

#sidebar h4, #sidebar h4 a,
#sidebar h5
{
	color: #375A32;
	letter-spacing: -1px;
	margin: 5px 0 5px 0;
}

#sidebar h4, 
#sidebar h4 a { font-size: 14px; }
#sidebar h5 { font-size: 13px; }

#sidebar ul
{
	margin: 5px 0 5px 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: 5px 0 5px 5px;
	list-style: decimal inside;
}

/* ---- subfooter */
#subfooter
{
	color: #ccc;
	background: #e6f4e0;
	padding: 5px 10px;
	margin: 30px 0 5px 0;
}

#subfooter a
{
	color: #375A32;
	font-weight: bold;
}

#subfooter a:hover { color: #40a2e3; }

/* ---- Footer */
#footer
{
	border-top: 1px dotted #ccc;
	color: #666;
	padding: 5px 5px 10px 5px;
	margin-bottom: -30px;
	background: #fff;
}

#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: 600px; }

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

.plants { background: none; }

.plants td
{
	border: 1px #000 solid;
	padding: 5px;
}
