/*
Theme Name: Claritas
Theme URI: http://www.themesboutique.com/
Description: Highly customizable theme from the <a href="http://www.themesboutique.com">Themes Boutique</a>. Settings panel available under the Appearance menu that will let you customize just about anything about this theme, from layout, colors and typography to RSS feeds and analytics code.
Version: 1.0.1
Author: Dmitry Fadeyev
Author URI: http://www.themesboutique.com
*/

/*--------------------------------------------
		Reset Reloaded - by Eric Meyer
----------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0;}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

/*--------------------------------------------
		General
----------------------------------------------*/
body {
	background-color: #677B85;
	background: url(images/shadows.png) no-repeat center top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	font-size: 13px;
	color: #222;
}
h1 {
	font-weight: bold;
	font-size: 38px;
}
h2 {
	font-size: 28px;
	margin-bottom: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 0.9em;
}
h2 a {
	text-decoration: none;
	color: #222;
}
h3 {
	font-size: 18px;
	margin-bottom: 0.8em;
	font-weight: bold;
}
p {
	margin-bottom: 1.3em;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
code {
	font-family: Monaco, "Courier New", monospace;
}
hr {
	border: 0;
	border-top: dashed 1px #CCC;
}

/*--------------------------------------------
		Containers
----------------------------------------------*/
#container {
	width: 960px;
	margin: 0 auto;
	background: url(images/content_bg.png) repeat-y #FFF;
	padding: 10px;
}

/*--------------------------------------------
		Header
----------------------------------------------*/
#header {
	padding: 10px 5px 15px 5px;
	margin: 0 15px;
	height: 70px;
	border-bottom: solid 1px #EBEBEB;
	position: relative;
	clear: both;
}
#header_home_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 100px;
}
#title {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 40px;
	margin: 10px 0;
}
#title a {
	text-decoration: none;
	color: #222;
}
#header .solo_title {
	margin-top: 18px;
	margin-bottom: 0;
}
#tagline {
	color: #7E7E7E;
	font-size: 14px;
	font-style: italic;
}

/*--------------------------------------------
		Navigation
----------------------------------------------*/
#navigation {
	position: relative;
	margin: 0 auto;
	height: 45px;
	width: 980px;
	background: url(images/navigation_bg.png) no-repeat;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
#navigation ul {
	padding: 3px 0 0 3px;
}
#navigation ul li {
	float: left;
	margin-bottom: -2px;
	height: 38px;
	background: url(images/tab_right.png) no-repeat right top;
}
#navigation ul li a {
	float: left;
	font-size: 12px;
	display: block;
	text-shadow: #373737 0 1px 1px;
	line-height: 37px;
	padding: 0 15px;
	color: #FFF;
	text-decoration: none;
	height: 38px;
	background: url(images/tab_left.png) no-repeat left top;
}
#navigation ul li a:hover {
	text-decoration: underline;
}
#navigation ul .active_tab {
	float: left;
	background-color: #FFF;
	background: url(images/tab_right.png) no-repeat right bottom;
}
#navigation ul .active_tab .active_wrapper {
	float: left;
	font-size: 12px;
	padding: 0 15px;
	height: 38px;
	line-height: 37px;
	background: url(images/tab_left.png) no-repeat left bottom;
}

/*--------------------------------------------
		Page navigation
----------------------------------------------*/
.page_navigation {
	border-top: dashed 1px #CCC;
	padding: 10px 0;
}
.page_navigation a {
	text-decoration: none;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}

/*--------------------------------------------
		Subscribe
----------------------------------------------*/
#rss_icon {
	display: block;
	width: 49px;
	height: 41px;
	position: absolute;
	top: 0;
	right: 5px;
	background: url(images/rss_icon.png) no-repeat;
}
#subscribe_by {
	position: absolute;
	top: 11px;
	right: 10px;
	color: #999;
	font-size: 12px;
	font-weight: normal;
}
#subscribe_by a {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	padding: 4px;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#subscribe_by a:hover {
	background-color: #EC7500;
}

/*--------------------------------------------
		Content
----------------------------------------------*/
#content {
	padding: 20px;
	min-height: 410px;
	float: left;
}

.post, .entry {
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 25px;
	clear: both;
}
.post_meta {
	margin-top: -10px;
	margin-bottom: 1.3em;
	color: #888;
	font-size: 13px;
}
.comments_link {
	float: right;
	margin-top: -4px;
	display: block;
	width: 103px;
	height: 42px;
	margin-left: 10px;
	line-height: 30px;
	text-align: center;
	background: url(images/comments_link_bg.png) no-repeat left bottom #F0F0F0;
}
.comments_link a {
	text-decoration: none;
	font-size: 12px;
	color: #444;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.comments_link a:hover {
	text-decoration: underline;
	color: #000;
}
.more-link {
	display: block;
}
.after_post_rss {
	padding: 20px 20px 20px 78px;
	background-color: #FFF7D1;
	margin-top: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: solid 1px #ECDBA2;
	position: relative;
}
.after_post_rss .enjoyed {
	color: #D36D39;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 16px;
}
.after_post_rss .after_post_rss_icon {
	display: block;
	position: absolute;
	top: 13px;
	left: 18px;
	width: 47px;
	height: 45px;
	background: url(images/after_post_rss_icon.png) no-repeat;
}

/*--------------------------------------------
		Search
----------------------------------------------*/
#mailnotifyarea {
	position: absolute;
	top: 13px;
	right: 0px;
	width: 350px;
	height: 55px;
    border-color: #EFa44F;
    border-style: solid;
    border-width: 2px;
    padding: 5px 5px 5px 15px;
    background-color: #ff6666;
}

#mailnotifyarea form span {
    font-weight: bolder;
}

#mail_input {
   margin-top: 5px;
   margin-bottom: 5px;
   width: 70%;
}

#submit {
  width: 25%
}

.overlabel {
  position: absolute;
  top: 7px;
  left: 32px;
  z-index: 1;
  color: #888;
	font-size: 13px;
	font-family: "Trebuchet MS";
}
.overlabel-apply {
  position: absolute;
  top: 7px;
  left: 32px;
  z-index: 1;
  color: #888;
	font-style: italic;
	font-size: 13px;
	font-family: "Trebuchet MS";
}

/*--------------------------------------------
		Comments
----------------------------------------------*/
#comment {
	width: 95%;
}
.comment {
	position: relative;
	padding: 0 0 10px 60px;
	border-top: solid 1px #E1E1E1;
}
.comment_meta {
	padding: 10px 0;
}
.avatar {
	position: absolute;
	top: 13px;
	left: 0;
}
.comment_author {
	font-weight: bold;
	font-size: 14px;
}
.comment_date {
	font-style: italic;
	font-family: Georgia, serif;
	color: #999;
	font-size: 12px;
}
#comments_heading {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #444;
}
#respond {
	font-weight: bold;
	padding: 10px 0 5px 60px;
	border-top: solid 1px #E1E1E1;
}
#respond_box label {
	font-weight: bold;
}
#respond_box table tr td {
	padding-bottom: 12px;
}
#respond_box input, #respond_box textarea {
	padding: 5px;
	font-size: 13px;
}

/*------------------------------------------------
	Content formatting
--------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.post h1,
.entry h1,
.comment h1,
.page h1 {
	margin-bottom: 0.5em;
}
.post h2,
.entry h2,
.comment h2,
.page h2 {
	margin-bottom: 0.7em;
}
.post h3,
.entry h3,
.comment h3,
.page h3 {
	font-size: 19px;
	margin-bottom: 0.7em;
}
.post h4,
.entry h4,
.comment h4,
.page h4 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0.9em;
}
.post h5,
.entry h5,
.page h5 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1em;
}
.post h6,
.entry h6,
.comment h6,
.page h6 {
	font-weight: bold;
	margin-bottom: 1em;
}
.post ol, .entry ol, .comment ol {
	list-style-type: decimal;
	margin: 0 0 20px 30px;
}
.post ul, .entry ul, .comment ul {
	list-style-type: disc;
	margin: 0 0 20px 30px;
}
#content blockquote {
	padding: 20px 10px 10px 50px;
	background: url(images/blockquote.png) no-repeat left top;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 1.4em;
	color: #494949;
}
.post pre, .entry pre, .comment pre {
	padding: 20px;
	background-color: #F7F7F7;
	border-left: solid 2px #E5E5E5;
	font-family: Monaco, "Courier New", monospace;
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 1.5em;
	color: #233235;
}
.post table tr td, .entry table tr td, .comment table tr td, .entry table tr th, .post table tr th {
	padding: 10px;
	background-color: #EBF5FF;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
}
.post table tr th, .entry table tr th, .comment table tr th {
	padding: 10px;
	border-bottom: solid 1px #ABC6DA;
	background-color: #D4EAFF;
}

/*--------------------------------------------
		Sidebars
----------------------------------------------*/
#sidebar_wrapper {
	float: right;
}
.above_sidebars, .below_sidebars {
	clear: both;
	margin: 0 20px;
}
#sidebar1 {
	padding: 19px;
	width: 170px;
	float: right;
	font-size: 13px;
}
#sidebar2 {
	padding: 19px;
	width: 170px;
	float: left;
	font-size: 13px;
}
#sidebar3 {
	width: 400px;
	padding: 19px;
	float: right;
	font-size: 13px;
}
.sidebar a {
	text-decoration: none;
}

/*--------------------------------------------
		Widgets
----------------------------------------------*/
.widget {
	margin-bottom: 20px;
}
.widget h3 {
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 5px;
}
.widget ul li {
	border-bottom: dotted 1px #E7E7E7;
}
.widget ul li a {
	display: block;
	padding: 5px 0;
	line-height: 1.2em;
}
.widget ul li a:hover {
	background-color: #F9F9F9;
}
.widget table tr td, .widget table tr th {
	padding: 3px 5px;
}
.widget table tr th {
	font-weight: bold;
	color: #999;
	border-top: solid 1px #DFDFDF;
	border-bottom: solid 1px #DFDFDF;
	background-color: #F9F9F9;
}
.widget table caption {
	padding: 5px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
	color: #656565;
}

/*--------------------------------------------
		Footer
----------------------------------------------*/
#footer {
	clear: both;
	width: 920px;
	padding: 0 30px;
	height: 54px;
	margin: 0 auto;
	font-size: 13px;
	color: #999;
	background: url(images/footer_bg.png) no-repeat;
	line-height: 54px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_navigation {
	float: right;
}
#footer_navigation li {
	float: left;
	margin-right: 10px;
}
#credits {
	width: 980px;
	margin: 0 auto;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 15px 0 5px 0;
	height: 43px;
	text-align: center;
	color: #9DA9B8;
	background: url(images/credits_shadow.png) no-repeat;
}
#credits a {
	color: #FFF;
	text-decoration: none;
}
#credits a:hover {
	text-decoration: underline;
}

