/*
Theme Name: Wordpress Graph
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:#6d7c6a;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#f6fbf5 url(images/bgr_main.gif) repeat-x;
	color:#6d7c6a;
	font:62.5%/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.wrapper{
	margin:0 auto;
	width:914px;
}
/*slogan*/
#slogan{
	width:100%;
	height:32px;
	text-align:right;
}
#slogan p{
	font-size:1.1em;
	color:#999999;
	padding:10px 0 0 0;
}
#slogan p a{
	color:#999999;
}
/* mainmenu */
#mainmenu{
	width:100%;
	height:33px;
	position:relative;
	z-index:1000;
}
#mainmenu ul{
	float:right;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	color:#fff;
	padding:0 0 0 4px;
	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:9px 20px 0 20px;
	background:#12222c url(images/bgr_menu_a.gif) repeat-x;
}
* 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{
	background:#f2f4ee url(images/ico_hover.gif) no-repeat center top;
	text-decoration:none;
	color:#162b37;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 5px;
	padding:0;
	background:#f2f4ee;
}
/*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 #eaeae9;
	background:#f2f4ee;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	color:#2c2b23;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	background:none;
	color:#cadbe4;
}
/* header */
#header{
	width:100%;
	height:185px;
	overflow:hidden;
}
/*header_logo*/
#header_logo{
	float:left;
	padding:70px 0 0 0;
	width:454px;
}
#logo{
	color:#cadbe4;
	font-size:4.8em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#logo:hover{
	text-decoration:none;
}
#header .description{
	text-align:center;
	color:#4c7a93;
	font-size:1.5em;
	line-height:1.4em;
}
/*header_search*/
#header_search{
	float:right;
	width:460px;
	height:97px;
	margin:53px 0 0 0;
	background:url(images/bgr_header_search.png) no-repeat;
}
#header_search fieldset{
	float:left;
	padding:24px 0 0 97px;
}
#main_search_val{
	float:left;
	border:0;
	background:#1f3541;
	border:0;
	color:#fff;
	font-family:Verdana, "Trebuchet MS", sans-serif;
	font-size:1em;
	padding:5px;
	margin:4px 10px 0 0;
	width:304px;
}
#main_search_sub{
	float:left;
}
/*body*/
#body{
	width:100%;
	padding:20px 0 20px 0;
}
#body_top{
	width:100%;
	background:url(images/bgr_body.gif) repeat-y;
	overflow:hidden;
}
#content{
	float:left;
	width:567px;
}
#sidebar{
	float:right;
	width:296px;
}
/*post*/
.post{
	width:535px;
	padding:15px;
	background:#fbfffb;
	border:1px solid #ecf3eb;
}
.post .post_title{
	width:100%;
	overflow:hidden;
}
.post .post_date{
	float:left;
	width:75px;
	height:64px;
	background:url(images/bgr_post_date.gif) no-repeat;
}
.post .post_date .month{
	color:#938a29;
	font-size:1.8em;
	padding:4px 0 0 12px;
}
.post .post_date .day{
	font-size:2.6em;
	padding:8px 0 0 17px;
	color:#6e4e00;
}
.post .post_date .day span{
	color:#6e4e00;
	font-size:0.6em;
	position:relative;
	top:-6px;
}
.post .title{
	color:#3f493e;
	font-size:2.5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.2em;
	font-weight:normal;
	float:right;
	width:445px;
}
.post .title a{
	color:#3f493e;
}
.page .title{
	float:none;
	width:auto;
}
.post .post_meta{
	color:#585d4d;
	font-size:1.1em;
	padding:10px 0 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.post .post_meta a, .post .post_meta b{
	color:#c42903;
}
.post .post_meta .post_author a{
	text-decoration:underline;
}
.post .post_meta .post_author a:hover{
	text-decoration:none;
}
.post .entry{
	font-size:1.2em;
	line-height:1.5em;
	padding:10px 0 10px 0;
}
.post .entry a{
	color:#c42903;
}
.post .entry p{
	margin:0 0 15px 0;
}
.post .entry p img{
	border:3px solid #b1a897;
	padding:0;
}
.post .entry ul {
	margin:0 20px 15px 15px;
}
.post .entry ul li{
	margin: 0;
	padding: 3px 0 3px 16px;
	border-bottom:1px dashed #cbcbcb;
	background:url(images/io_list.gif) no-repeat left 8px;
}
.post .entry ol {
	padding: 0 0 0 35px;
	margin:0 20px 15px 0;
	list-style:decimal;
}
.post .entry ol li {
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom:1px dashed #cbcbcb;
}
.postmetadata{
	width:100%;
	overflow:hidden;
	background:#d8e2d6;
	clear:both;
	margin:0 0 25px 0;
}
.postmetadata p{
	float:left;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.5em;
	color:#000;
	padding:2px 10px 2px 10px;
	width:100px;
}
.postmetadata a{
	color:#000;
}
.postmetadata a.read_more{
	background:url(images/ico_more.gif) no-repeat left center;
	float:left;
	padding:4px 0 4px 30px;
}
.postmetadata .post_cat{
	color:#52624f;
	background:url(images/ico_post_cat.gif) no-repeat left 8px;
	padding:6px 10px 2px 25px;
	width:400px;
	float:right;
}
.postmetadata .post_cat a{
	color:#52624f;
}
/*sidebar*/
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:1.2em;
	line-height:1.4em;
	color:#557827;
	margin:0 0 20px 0;
}
.sidebar_widgets a{
	color:#557827;
}
.sidebar_widgets .widgettitle{
	font-size:2.2em;
	color:#000;
	padding:10px 0 10px 0;
	font-family:Verdana, "Trebuchet MS", sans-serif;
	font-weight:normal;
	border-bottom:1px dashed #ced4cc;
	margin:0 0 5px 0;
}
.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{
	background:url(images/ico_arrow.gif) no-repeat left 4px;
	padding:0 0 0 13px;
	display:block;
}
.sidebar_widgets .widget_categories a{
	display:inline;
	background:url(images/ico_arrow.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 #ced4cc;
	padding:5px;
	margin:0;
}
.sidebar_widgets ul ul ul{
	margin:0 0 0 10px;
}
.sidebar_widgets ul li ul li ul li, .sidebar_widgets ul li.widget_polls li{
	border:0;
}
.widget_text .textwidget{
	padding:5px 0 5px 0;
	line-height:1.3em;
}
.sidebar_widgets .widget_tag_cloud a{
	padding:0 5px 0 5px;
	line-height:1.3em;
}
/*sidebar_ads*/
.sidebar_ads{
	width:100%;
	overflow:hidden;
	margin:0 0 20px 0;
}
.sidebar_ads ul{
	float:left;
	padding:14px 14px 9px 9px;
	background:#ffffff;
}
.sidebar_ads li{
	float:left;
	padding:0 0 5px 5px;
}
.sidebar_ads img{
	float:left;
}
/*header_rss*/
#header_rss{
	width:100%;
	margin:0 0 20px 0;
}
#header_rss a{
	color:#000;
	font-size:2.5em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/ico_header_rss.gif) no-repeat left center;
	padding:20px 0 20px 75px;
	display:block;
}
/*subscribe*/
#subscribe{
	width:100%;
	padding:0 0 20px 0;
}
#subscribe h2{
	font-size:2.4em;
	color:#000;
	padding:0 0 5px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#subscribe p{
	color:#506369;
	font-size:1.0em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#subscribe fieldset{
	padding:10px 0 0 0;
}
#sidebar_subscribe_val{
	background:#dadfd7;
	border:1px solid #d6dad3;
	color:#616161;
	font-size:1.1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:5px;
	width:283px;
}
#sidebar_subscribe_sub{
	padding:10px 0 0 0;
	display:block;
}
/*featured_post*/
#featured_posts{
	width:100%;
}
#featured_posts h2{
	font-size:2.4em;
	color:#000;
	padding:0 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.featured_post{
	width:100%;
	overflow:hidden;
	padding:0 0 20px 0;
	clear:both;
}
.featured_post img{
	float:left;
	border:1px solid #efecd9;
	width:93px;
	margin:0 8px 0 0;
}
.featured_post h3{
	color:#6f7760;
	font-size:1.4em;
	padding:0 0 5px 0;
}
.featured_post h3 a{
	color:#6f7760;
}
.featured_post p{
	color:#6f7760;
	font-size:1.1em;
	line-height:1.3em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*footer*/
#wrapper_footer{
	width:100%;
	height:181px;
	background:url(images/bgr_footer.gif) repeat-x;
}
#footer{
	width:914px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
#footer ul{
	padding:50px 0 20px 0;
	margin:0 0 15px 0;
}
#footer li{
	display:inline;
	font-size:1.4em;
	line-height:1.3em;
	color:#000;
	padding:0 0 0 61px;
	background:url(images/bgr_footer_menu.gif) no-repeat center left;
}
#footer li.first{
	background:none;
	padding:0;
}
#footer li a{
	color:#000;
}
#footer p{
	color:#707960;
	line-height:1.3em;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	padding:0 0 4px 0;
}
#footer p a{
	color:#000;
	font-weight:bold;
}

/* 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;
	overflow:hidden;
	color:#6d7c6a;
}
#respond a{
	color:#000;
}
#respond h3{
	font-size:2.4em;
	color:#000;
	padding:10px 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:1px dashed #ecf3eb;
	margin:0 0 5px 0;
}
.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:#d1d6c6;
	color:#fff;
	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:2.4em;
	color:#000;
	padding:10px 0 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:1px dashed #ecf3eb;
	margin:0 0 5px 0;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
	color:#6d7c6a;
}
.commentlist a{
	color:#000000;
}
.commentlist li{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	background:#fbfffb;
	border:1px solid #ecf3eb;

}
.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:#d1d6c6;
	color:#fff;
	font-weight:bold;
	padding:2px 6px 2px 6px;
}
.reply a:hover{
	text-decoration:none;
	background:#b9b392;
}
.comment-author{
	font-size:1.4em;
	margin:0 0 10px 0;
}
.comment-author img{
	border:1px solid #d1d6c6;
}
.commentlist .fn{
	position:relative;
	top:-10px;
	text-transform:capitalize;
	font-weight:bold;
}
.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 #dfcfba;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #dfcfba;
	}

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;
}
.single .navigation{
	width:100%;
	margin:0 auto;
}
.navigation a{
	font-weight:bold;
	color:#7ba352;
}
#content .wp-pagenavi{
	padding:10px;
}
#content .wp-pagenavi a {
	font-weight:normal;
	padding: 4px; 
	margin: 2px;
	color:#7ba352;
	background:#fbfffb;
	border:1px solid #ecf3eb;
}
#content .wp-pagenavi a:hover{
	color:#7ba352;
	background:#eff3ef;
	border:1px solid #ecf3eb;
}
#content .wp-pagenavi span.pages {
	padding: 4px; 
	margin: 2px;
	color:#7ba352;
	background:none;
	border:0;
}
#content .wp-pagenavi span.current {
	padding: 4px; 
	margin: 2px;
	color:#7ba352;
	background:#eff3ef;
	border:1px solid #ecf3eb;
}
#content .wp-pagenavi span.extend {
	padding: 4px; 
	margin: 2px;
	background:none;
	border:0;
	color:#e2aa00;
}

/* 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;
}
/* End captions */
/*footer_sidebar_wrapper*/
#footer_sidebar_wrapper{
	width:100%;
	clear:both;
	background:#d4dac9 url(images/bgr_footer_sidebar.png) repeat-x bottom;
	border-top:1px solid #f2f4ee;
	padding:20px 0 10px 0;
}
#footer_sidebar{
	width:914px;
	margin:0 auto;
	overflow:hidden;
}
/*footer_widgets*/
.footer_widgets{
	width:290px;
	overflow:hidden;
	font-size:1.2em;
	color:#000;
	float:left;
	padding:0 20px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
.footer_widgets_last{
	padding:0;
	float:right;
}
.footer_widgets a{
	color:#cadbe4;
}
#footer_sidebar_second a{
	color:#C44000;
}
.footer_widgets .widgettitle{
	color:#000;
	font-size:2.4em;
	line-height:1.4em;
	font-weight:normal;
	margin:0 0 5px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.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;
	text-transform:uppercase;
	font-weight:bold;
}
.footer_widgets .widget_categories a{
	display:inline;
}
#footer_sidebar_second .widget_categories a, #footer_sidebar_second .widget_archive a, #footer_sidebar_second .widget_links a, #footer_sidebar_second .widget_meta a, #footer_sidebar_second .widget_pages a, #footer_sidebar_second .widget_meta a, #footer_sidebar_second .widget_recent_entries a{
	background:url(images/ico_footer_cat.gif) no-repeat left 3px;
	padding:0 0 0 14px;
}
#footer_sidebar_second .widget_categories a{
	background:url(images/ico_footer_cat.gif) no-repeat left 2px;
}
.footer_widgets ul{
	position:relative;
}
.footer_widgets ul li{
	margin:0 0 20px 0;
}
.footer_widgets ul ul{
}
.footer_widgets ul li ul li{
	background:#4c7a93;
	padding:7px 10px 7px 10px;
	margin:0 0 10px 0;
	line-height:1.4em;
}
#footer_sidebar_second ul li ul li{
	background:#e3e7e1;
}
.footer_widgets ul ul ul{
	margin:0 0 0 10px;
}
.footer_widgets ul li ul li ul li{
	border:0;
}
.widget_recent_entries span{
	display:block;
	text-transform:uppercase;
	padding:2px 0 0 0;
}
.footer_widgets ul li.widget_polls li{
	border:0;
}
