/*
Theme Name: ClockWorkAir
Theme URI: http://clockworkblogger.com/theme-clockworkair/
Description: A clean, professional, yet beautiful theme featuring author comment highlighting, subscribe to comments and a built-in breadcrumb wrapped up in an elegant shell by <a href="http://clockworkblogger.com">ClockWorkBlogger</a>. Please use the <a href="http://clockworkblogger.com/theme-clockworkair/">ClockWorkAir theme</a> page to submit your comments and suggestions.
Version: 1.1.1
Author: Lukasz Sobek
Author URI: http://sobek.pl
Tags: fixed width, 3 columns, 2 columns, two columns, three columns, white, blue, grey, black, orange, right sidebar, breadcrumb, author highlight, gravatar, clean, simple, widgets, widget, gravatars, valid CSS,valid XHTML
*/

* 					{
	margin: 0;
	padding: 0;
	font-family: Perpetua, Georgia, "Times New Roman", Times, serif, "Book Antiqua";
	font-size: 1em;
}

body {
	background-color: #30546a;
	margin: 0px;
	color: #003333;
}

a 					{
	text-decoration: none;
	color: #993333;
}
a:hover 				{
	color: #336699;
}

img					{border: none;}

#wrapper 			{
	margin: 0px auto 0;
	width: 1000px;
	background-color: #e6e0f0;
}



/* ---- Header part */

#header 				{margin-top: 0px; margin-bottom: 20px;}

/* ---- top menu */

.topmenu 			{margin: 0 0 0;}
.topmenu ul			{list-style: none;}
.topmenu ul li			{display: inline;}

.topmenu a 			{
	display: block;
	float: left;
	padding: 5px 15px 2px 15px;
	color: #003333;
	border-right: 1px solid #30546a;
	font-weight: bold;
	font-variant: small-caps;
}
.topmenu a:hover 	{
	color: #FF6600;
}
.topmenu .feed		{
	color: #FF3300;
	border-right: none;
}

/* ---- 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;}

.search input:hover {
	background-color: #CC9999;
}



/* ---- Header box */

#headerbox			{
	padding: 50px 30px 30px;
	text-align: left;
	background: url(images/mighkheader.jpg) no-repeat right center;
	border-top: 1px solid #30546a;
	border-bottom: 1px solid #30546a;
	height: 160px;
}

#headerbox h1,
#headerbox h1 a			{
	color: #663333;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 48px;
	margin-top: 50px;
}

#headerbox .descri		{
	color: #fff;
	font-style: italic;
}
#headerbox .about		{width: 350px; height: 50px; padding: 0 50px;  color: #134567;}
#headerbox .about a		{color: #fff;}

/* ---- teaser */

#teaser 				{color: #999; padding: 10px 15px; margin-bottom: 20px;}
#teaser a			{color: #333;}

/* ---- Content */

#content 			{
	margin-left: 15px;
	width: 500px;
	padding-right: 30px;
	border-right: 1px solid #fff;
	line-height: 170%;
	padding-left: 20px;
	font-size: 1em;
}

#content ul			{
	list-style: none;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content ul li			{
	padding-left: 10px;
	list-style-type: disc;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#content ol			{
	margin: 10px 0 10px 10px;
	list-style: decimal inside;
	font-size: 1.1em;
	line-height: 1.4em;
}
#content ol li			{margin: 5px 0;  }

#content p			{
	margin: 10px 0;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
}

#content a			{color: #993333;}

#content blockquote	{
	border-left: 1px solid #30546a;
	padding: 10px;
	font-style: italic;
	background: #eee9f5;
	font-family: "Times New Roman", Times, serif;
}

#content .indicator 	{float: left; margin-left: -30px; font-size: 30px; color: #999;}

#content h1,
#content h2,
#content h1 a,
#content h2 a 		{
	color: #663333;
	
	text-decoration: none;
}

#content h1,
#content h1 a			{font-size: 28px; }

#content h2,
#content h2 a			{font-size: 24px; margin-bottom: 10px;}

#content h1 a:hover,
#content h2 a:hover	{
	color: #CC6666;
}

#content h2			{margin-top: 10px;}

#content h3			{font-size: 14px; margin-top: 10px; color: #666; }

#content .metadata	{color: #999; margin: 5px 0 20px 0;}

#content .m_date ,
#content .m_author,
#content .m_comments	{padding: 5px 10px; border-right: 1px solid #eee;}

#content .m_date  	{}
#content .m_author  	{}
#content .m_comments {border-right: none;}

#content .entry		{margin-bottom: 50px; }

/* ---- 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; position: relative;}

#content .authorcomment	{
	background: #30546a;
	margin: 5px 0 5px -30px;
	color: #fff;
	border: 1px solid #FFFFFF;
}
#content .authorcomment a {color: #fff;}

/* ---- Sidebar */


#sidebar 			{
	width: 410px;
	float: right;
	line-height: 150%;
	color: #003333;
	margin-right: 10px;
}


#childpages li {
	font-size: 1.2em;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #30546a;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 2px;
}


#sidebar .leftbar	{width: 200px;}
#sidebar .rightbar	{
	float: right;
	width: 190px;
	
}

.textwidget {
	padding-top: 20px;
}

#sidebar a			{
	color: #993333;
}

#sidebar a:hover		{
	color: #336666;
}


#sidebar a img		{padding: 20px; border: none; }

#sidebar h2 {
	color: #003333;
	font-size: 18px;
	line-height: 22px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6666;
	font-variant: small-caps;
}

#sidebar h4,
#sidebar h5			{color: #134567; margin: 25px 0 5px 0; font-weight: normal;}

#sidebar h4			{
	font-size: 16px;
	text-transform: uppercase;
}

#sidebar h5			{font-size: 13px;}

#sidebar ul			{margin: 10px 0 10px 5px; list-style: none;}
#sidebar ul li			{}
#sidebar ul.new li		{}

#sidebar ol			{margin: 10px 0 10px 5px; list-style: decimal inside;}

/* ---- subfooter */

#subfooter			{
	color: #2382c4;
	padding: 10px 15px;
	background: #30546a;
	
	margin-top: 30px;
}
#subfooter a			{color: #fff; padding: 0 10px;}

/* ---- Footer */

#footer 				{color: #999; padding: 5px 30px; margin: 10px 0;}
#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 				{
	color: #fff;
	border: 1px solid #ccc;
	margin-top: 10px;
	background-color: #30546a;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#submit:hover {
	background-color: #FF9900;
}

/* ---- 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; }

@import url('../../plugins/easy-contact/sample/econtact-basic.css');
