/*
Theme Name: Circle Blog
Theme URI:  http://www.templateworld.com
Description: The WordPress theme.
Version: 1.0
Author: Theme Developed by: TemplateWorld
Author URI: http://www.templateworld.com
Tags: 

*/
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,b,u,i,center,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-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* General Styles */
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a{
	color:#22A414;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#fff url(images/bgr_top.png) repeat-x;
	color:#949494;
	font:62.5%/1 Arial, Helvetica, sans-serif;
}
.wrapper{
	margin:0 auto;
	width:916px;
}
/*header_rss*/
#header_rss{
	width:100%;
	height:42px;
	overflow:hidden;
}
#header_rss p{
	float:right;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 20px 0 0;
}
#header_rss p a{
	color:#3C3288;
	background:url(images/ico_rss.gif) no-repeat left center;
	float:right;
	padding:8px 0 8px 35px;
}
/*menu*/
#menu{
	width:100%;
	height:49px;
}
/* mainmenu */
#mainmenu{
	float:left;
}
#mainmenu ul{
	float:left;
	padding:17px 0 0 0;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	color:#fff;
	padding:0 0 0 5px;
	font-size:1.5em;
	line-height:1.1em;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#fff;
	height:24px;
	padding:8px 20px 0 20px;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{
	text-decoration:none;
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	color:#3C3288;
	text-decoration:none;
	background:#fff;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 5px;
	padding:0;
	background:#335e84;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px;
	height:auto;
	padding: 7px 10px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #3d6e99;
	background:#335e84;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	background:#40678a;
	color:#fff;
}
/* header */
#header{
	width:100%;
	height:165px;
	overflow:hidden;
	background:url(images/blog-logo.png) no-repeat;
}
/*header_logo*/
#header_logo{
	float:left;
	padding:60px 0 0 0;
	width:440px;
}
#logo{
	color:#3C3288;
	font-size: 4.0em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#logo:hover{
	text-decoration:none;
}
#header_logo .description{
	color:#22A414;
	font-size:1.6em;
	font-weight:bold;
	padding:5px 0 0 0;
}
/*header_search*/
#header_search{
	width:394px;
	padding:61px 0 0 0;
	overflow:hidden;
	float:right;
}
#header_search fieldset{
	float:left;
	padding:5px 0 0 47px;
	background:url(images/bgr_header_search.png) no-repeat;
	height:43px;
}
#main_search_val{
	float:left;
	border:1px solid #3C3288;
	background:#8DA0EB;
	color:#3C3288;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	padding:6px;
	margin:0 4px 0 0;
	width:287px;
}
#main_search_sub{
	float:left;
	margin:2px 0 0 0;
}
/*main_quote*/
#main_quote{
	width:916px;
	padding:30px 0 30px 0;
	margin:0 auto;
}
#main_quote q{
	display:block;
	color:#315c84;
	font-size:2.5em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/ico_quote.gif) no-repeat;
	padding:0 0 0 46px;
}
/*body*/
.wrapper_body{
	background:url(images/bgr_wrapper_body.png) repeat-x;
	padding:34px 0 34px 0;
}
#body{
	width:100%;
	overflow:hidden;
	background:url(images/bgr_body.png) repeat-y;
}
#content{
	float:left;
	width:399px;
}
#sidebar{
	float:left;
	width:221px;
	padding:0 0 0 36px;
}
#sidebar_right{
	float:right;
	width:221px;
}
/*post*/
.post{
	width:100%;
	margin:0 0 25px 0;
}
.post .title{
	color:#595959;
	font-size:3.2em;
	line-height:1.0em;
	font-weight:normal;
	margin:0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.post .title a{
	color:#595959;
}
.post_content{
	width:100%;
	overflow:hidden;
}
.post .entry{
	font-size:1.2em;
	line-height:1.5em;
	padding:10px 0 5px 0;
}
.post .entry a{
	text-decoration:underline;
}
.post .entry a:hover{
	text-decoration:none;
}
.post .entry p{
	margin:0 0 15px 0;
}
.post .entry p img{
	border:3px solid #d9d9d9;
	padding:0;
}
.post .entry ul {
	margin:0 0 15px 25px;
}
.post .entry ul li{
	margin: 0;
	padding:4px 0 4px 0;
	border-bottom:1px dashed #c9dadf;
	list-style:disc;
}
.post .entry ol {
	padding: 0 0 0 35px;
	margin:0 0 15px 0;
	list-style:decimal;
}
.post .entry ol li {
	margin: 0;
	padding:4px 0 4px 0;
	border-bottom:1px dashed #c9dadf;
}
.post .entry li a:hover{
	text-decoration:none;
}
.postmetadata{
	width:100%;
	overflow:hidden;
	background:#ebebeb;
	font-size:1.1em;
	line-height:1.4em;
	font-family:Verdana, Geneva, sans-serif;
	color:#26344f;
}
.postmetadata a{
	color:#26344f;
}
.postmetadata p{
	padding:6px;
}
.postmetadata p .more{
	background:url(images/ico_more.gif) no-repeat left center;
	padding:1px 0 1px 20px;
	color:#3C3288;
}
.postmetadata p .post_comm{
	background:url(images/ico_post_comm.gif) no-repeat left center;
	padding:1px 0 1px 20px;
}
.postmetadata p .post_date{
	background:url(images/ico_post_date.gif) no-repeat left center;
	padding:1px 0 1px 20px;
}
/*sidebar*/
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:1.2em;
	line-height:1.5em;
	color:#949494;
}
.sidebar_widgets a{
	color:#1d63a9;
}
.sidebar_widgets .widgettitle{
	font-size:2.2em;
	line-height:1.4em;
	color:#2c2c2c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.sidebar_widgets .widget_categories a, .sidebar_widgets .widget_archive a, .sidebar_widgets .widget_links a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_pages a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_recent_entries a{
	display:block;
	background:url(images/ico_cat.gif) no-repeat left 4px;
	padding:0 0 0 18px;
}
.sidebar_widgets .widget_categories a{
	display:inline;
	background:url(images/ico_cat.gif) no-repeat left 3px;
}
.sidebar_widgets ul{
}
.sidebar_widgets ul li{
	margin:0 0 20px 0;
}
.sidebar_widgets ul ul{
}
.sidebar_widgets ul li ul li{
	background:none;
	border-bottom:1px dashed #ebebeb;
	padding:6px 0 6px 5px;
	margin:0;
}
#sidebar_widgets2 ul li ul li{
	border-bottom:0;
	padding:5px 0 5px 5px;
}
.sidebar_widgets ul ul ul{
	margin:0 0 0 5px;
}
.sidebar_widgets ul li ul li ul li{
	border:0;
}
.widget_tag_cloud a, .widget_text .textwidget{
	padding:5px 0 5px 0;
	line-height:1.3em;
}
.sidebar_widgets .widget_recent_entries a{
	background:none;
	padding:0;
	color:#949494;
}
.sidebar_widgets .widget_recent_entries p{
	color:#1d63a9;
	background:url(images/ico_date.gif) no-repeat left center;
	padding:0 0 0 18px;
	margin:0 0 5px 0;
}
.sidebar_widgets .widget_recent_entries li{
	padding:8px 0 8px 5px;
}
/*featured_post*/
.featured_post{
	width:100%;
	overflow:hidden;
	padding:0 0 10px 0;
	margin:0 0 18px 0;
	border-bottom:1px dashed #e4e4e4;
}
.featured_post h2{
	color:#315c84;
	font-size:1.2em;
	border-bottom:1px dashed #b5b5b5;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}
.featured_post h2 a{
	color:#315c84;
}
.featured_post .info{
	color:#858585;
	padding:0 0 5px 0;
}
.featured_post .info a, .featured_post .info span{
	color:#7f3030;
}
.featured_post .thumb{
	padding:0 0 10px 0;
}
.featured_post .thumb img{
	padding:5px;
	background:#ebebeb;
	border:1px solid #e4e4e4;
	width:200px;
}
.featured_post .entry{
	line-height:1.5em;
	color:#949494;
}
.featured_post .entry p{
	padding:0 0 15px 0;
}
.featured_post .entry p a{
	color:#7f3030;
	font-weight:bold;
}
.featured_post .entry p.more{
	padding:0;
}
/*sidebar_tabs*/
#sidebar_tabs{
	margin:0 0 30px 0;
}
#sidebar_tabs_links{
	width:100%;
	overflow:hidden;
	background:url(images/bgr_sidebar_tabs_links.gif) repeat-x bottom;
}
#sidebar_tabs_links li{
	float:left;
	padding:0 3px 0 0;
	font-size:1.2em;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidebar_tabs_links li.last{
}
#sidebar_tabs_links li a{
	color:#fff;
	text-align:center;
	float:left;
	display:block;
	padding:7px 10px 6px 10px;
	background:#595959;
	border:1px solid #595959;
}
#sidebar_tabs_links li a.selected{
	border:1px solid #dedede;
	background:#ebebeb;
	border-bottom:0;
	color:#3C3288;
	text-decoration:none;
	padding:7px 10px 7px 10px;
}
.sidebar_tabs_item{
	padding:10px 15px 10px 15px;
	background:#ebebeb;
	border:1px solid #dedede;
	border-top:0;
}
.sidebar_tabs_item li{
	color:#949494;
	font-size:1.2em;
	line-height:1.3em;
	padding:6px 0 6px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sidebar_tabs_item li a{
	color:#595959;
	font-weight:bold;
}
.sidebar_tabs_item li a:hover{
	text-decoration:none;
}

/*footer_sidebar_wrapper*/
#footer_sidebar_wrapper{
	width:100%;
	clear:both;
	background:#f1f1f1 url(images/bgr_footer_wrapper_inner.gif) repeat-x;
}
#footer_sidebar{
	width:916px;
	margin:0 auto;
	overflow:hidden;
	padding:30px 0 30px 0;
}
/*footer_widgets*/
.footer_widgets{
	width:260px;
	overflow:hidden;
	font-size:1.2em;
	color:#949494;
	float:left;
	padding:0 20px 0 0;
}
.footer_widgets_middle{
	width:280px;
}
.footer_widgets_last{
	padding:0;
	width:270px;
	float:right;
}
.footer_widgets a{
	color:#1d63a9;
}
.footer_widgets .widgettitle{
	color:#454545;
	font-size:2.2em;
	line-height:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0 0 5px 0;
}
.footer_widgets .widget_categories a, .footer_widgets .widget_archive a, .footer_widgets .widget_links a, .footer_widgets .widget_meta a, .footer_widgets .widget_pages a, .footer_widgets .widget_meta a, .footer_widgets .widget_recent_entries a{
	display:block;
	background:url(images/ico_cat2.gif) no-repeat left 4px;
	padding:0 0 0 13px;
}
.footer_widgets .widget_categories a{
	display:inline;
	background:url(images/ico_cat2.gif) no-repeat left 3px;
}
.footer_widgets ul{
}
.footer_widgets ul li{
	margin:0 0 20px 0;
}
.footer_widgets ul ul{
}
.footer_widgets ul li ul li{
	background:none;
	padding:5px 0 5px 5px;
	margin:0;
	line-height:1.4em;
}
.footer_widgets ul ul ul{
	margin:0 0 0 10px;
}
.footer_widgets ul li ul li ul li{
	border:0;
}
/*widget_socials*/
#widget_socials{
	padding:10px 0 10px 0;
	width:250px;
	overflow:hidden;
}
#widget_socials p{
	width:100%;
	overflow:hidden;
	padding:0 0 20px 0;
}
#widget_socials p img{
	float:left;
	margin:0 15px 0 0;
}
/*sidebar_flickr*/
.sidebar_flickr{
	background:#cdcdcd;
	padding:10px;
	margin:0 0 30px 0;
}
.sidebar_flickr h2{
	color:#fff;
	font-size:2.4em;
	margin:0 0 5px 0;
}
.sidebar_flickr h2 span{
	color:#dfdfdf;
}
.footer_widgets .sidebar_flickr ul{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}
.footer_widgets .sidebar_flickr li{
	float:left;
	padding:5px 10px 5px 0;
	margin:0;
}
.sidebar_flickr li.last{
	padding:5px 0 5px 0;
}
.sidebar_flickr li img{
	float:left;
	border:5px solid #dfdfdf;
	width:115px;
	height:70px;
}
/*footer*/
#footer_wrapper{
	width:100%;
	height:79px;
	overflow:hidden;
	clear:both;
	background:url(images/bgr_footer_wrapper.gif) repeat-x;
}
#footer{
	width:916px;
	margin:0 auto;
	overflow:hidden;
}
#footer ul{
	padding:15px 0 0 0;
	text-align:center;
}
#footer li{
	display:inline;
	font-size:1.2em;
	line-height:1.3em;
	color:#000000;
	padding:0 0 0 15px;
}
#footer li.first{
	background:none;
	padding:0;
}
#footer li a{
	color:#000000;
}
#footer .copyrights{
	color:#000000;
	padding:12px 0 0 0;
	font-size:1.0em;
	line-height:1.3em;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
#footer .copyrights a{
	color:#000000;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#respond{
	margin:20px 0 20px 0;
	width:100%;
	overflow:hidden;
	color:#578897;
}
#respond a{
	color:#578897;
}
#respond h3{
	font-size:1.8em;
	line-height:1.4em;
	color:#595959;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.cancel-comment-reply{
	font-size:1.2em;
	padding:15px 0 0 0;
}
.cancel-comment-reply a, .cancel-comment-reply a:visited{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	font-size:1.2em;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a:visited{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#commentform input{
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666;
}

#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 5px;
	overflow:auto;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:5px 0 0 0;
	color:#666;
}
#commentform #submit{
	font-size:1.2em;
	line-height:1.6em;
	background:#c8e1e8;
	color:#26344f;
	font-weight:bold;
	padding:2px 6px 2px 6px;
	border:0;
	margin:5px 0 0 0;
	cursor:pointer;
}
/* End Form Elements */



/* Begin Comments*/
#comments{
	font-size:1.8em;
	line-height:1.4em;
	color:#595959;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:20px 0 0 0;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
	color:#3b616d;
}
.commentlist a{
	color:#3b616d;
}
.commentlist li{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #e3e3e3;
	background:#f5f5f5;

}
.commentlist .alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li ul li{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist p{
	margin: 10px 5px 10px 0;
	font-size:1.2em;
	line-height:1.5em;
}
.children{ padding: 0; }

#commentform p{
	margin: 5px 0;
}
.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:1.2em;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:1.2em;
	line-height:1.6em;
}
.reply{
	text-align:right;
}
.reply a, .reply a:visited{
	font-size:1.2em;
	line-height:1.6em;
	background:#c8e1e8;
	color:#26344f;
	font-weight:bold;
	padding:2px 6px 2px 6px;
}
.reply a:hover{
	text-decoration:none;
	background:#acc5cc;
}
.comment-author{
	font-size:1.4em;
	margin:0 0 10px 0;
}
.comment-author img{
	border:3px solid #e3e3e3;
}
.commentlist .fn{
	position:relative;
	top:-10px;
	text-transform:capitalize;
	color:#26344f;
}
.commentlist .says{
	position:relative;
	top:-10px;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1.1em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 95%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #ebebeb;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ebebeb;
	}

blockquote blockquote{
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
.nopost, .nocomments{
	text-align:center;
	color:#000;
	font-size:1.2em;
	line-height:1.5em;
}
/* End Various Tags & Classes*/

/*navigation*/
.navigation{
	width:100%;
	overflow:hidden;
	text-align: center;
	padding:10px 0 30px 0;
	font-size:1.2em;
	line-height:1.8em;
}
.navigation a{
	font-weight:bold;
	color:#000;
}
#content .wp-pagenavi{
	text-align:center;
}
#content .wp-pagenavi a {
	padding: 4px; 
	margin: 2px;
	color:#000;
	background:#ebebeb;
	border:0;
}
#content .wp-pagenavi a:hover{
	color:#000;
	background:#d7d6d6;
	border:0;
}
#content .wp-pagenavi span.pages {
	padding: 4px; 
	margin: 2px;
	color:#000;
	background:none;
	border:0;
}
#content .wp-pagenavi span.current {
	padding: 4px; 
	margin: 2px;
	color:#000;
	background:#d7d6d6;
	border:0;
}
#content .wp-pagenavi span.extend {
	padding: 4px; 
	margin: 2px;
	color:#000;
	background:none;
	border:0;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}