/*  
Theme Name: Serenity
Theme URI: http://www.webdesignlessons.com/serenity-wp-theme/
Description: Custom theme by http://www.webdesignlessons.com/
Version: 7.0
Author: WebDesignLessons.com
Author URI: http://www.webdesignlessons.com/



*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#2c2e2f;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#c3d4db url(images/bgr_main.png) repeat-x;
	color:#2c2e2f;
}
#page{
	width:1000px;
	margin:0 auto;
}

/* HEADER */
#header{
	width:100%;
	height: 129px;
	background: url(images/bgr_header.png) no-repeat left bottom;
}
#header #logo{
	float:left;
	padding:30px 0 0 40px;
}
#header #logo a{
	color:#000;
	font-size:43px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-3px;
	font-weight:bold;
	text-transform: uppercase;
}
#header #logo a:hover{
	text-decoration:none;
}
#header #logo p{
	font-size:13px;
	color:#656d6f;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* MENU */
#menu{
	float: right;
	padding: 28px 20px 0 0;
}
#menu_left{
	float: left;
	width: 20px;
	height: 57px;
	background:url(images/bgr_menu_left.png) no-repeat;
}
#menu_right{
	float: left;
	width: 20px;
	height: 57px;
	background:url(images/bgr_menu_right.png) no-repeat;
}
#mainmenu{
	float:left;
	height: 57px;
	background:url(images/bgr_menu.png) repeat-x;
}
#mainmenu ul{
	margin: 0;
	padding: 8px 0 0 0;
	list-style-type: none;
	z-index:1000;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	color:#474849;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform:capitalize;
	background:url(images/bgr_mainmenu_ico.gif) no-repeat right center;
	padding:0 17px 0 0;
	line-height: 41px;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#474849;
	z-index:1000;
	padding: 0 10px 0 10px;
}
* 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{
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	color:#d9e0e3;
	background: #7f98a1;
	text-decoration: none;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 1px;
	background:#7f98a1;
	height:auto;
	padding:0;
}
/*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;
	line-height: normal;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
	background:#0b0b0b;
	height:auto;
}
/* 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; /*width of sub menus*/
	height:auto;
	padding: 7px 5px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #8da3ab;
	background:#7f98a1;
	border-top-width: 0;
	text-align:left;
	text-decoration:none;
	color:#fff;
	font-size:13px;
	text-transform:capitalize;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	color:#fff;
	background:#7f98a1 url(images/ico_submenu.gif) no-repeat right center;
}
/* Sub level menu links style */
#mainmenu ul li ul li ul li a, #mainmenu ul li.current_page_item ul ul a, #mainmenu ul li.select ul ul a{
	border-bottom: 1px solid #5c5c5c;
	background:#242424;
}
#mainmenu ul li ul li ul li a:hover{ /*sub menus hover style*/
	color:#fff;
	background:#121212;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.top_rss{
	position: absolute;
	margin: 86px 0 0 886px;
}
.top_facebook{
	position: absolute;
	margin: 86px 0 0 824px;
}
/*board*/
#board{
	width:100%;
	height:328px;
	background:url(images/bgr_board.png) no-repeat;
	overflow: hidden;
}
#board_left{
	float:left;
	padding:13px 0 0 59px;
	width:591px;
}
#board_left h2{
	color:#47778f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	line-height: 1.0em;
	margin:0 0 32px 28px;
}
#board_items{
	width:591px;
}
#board_body{
	width:100%;
}
#board_carusel{
	width:591px;
	height:182px;
	position:relative;
}
#board_carusel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.board_item{
	width:608px;
	height:182px;
	overflow:hidden;
}
#board_body strong{
	font-size:13px;
	color:#000;
	line-height:18px;
	display:block;
}
#board_body p{
	font-size:13px;
	color:#000;
	line-height:18px;
}
#board_body p img{
	float:left;
	margin:0 10px 0 0;
	width:222px;
	height:172px;
	border: 5px solid #fff;
}
#board_body p a{
	color:#000;
}
#board_body p.more a{
	color:#fff;
	font-weight:bold;
	background: #47778f;
	float: left;
	margin: 10px 0 0 0;
	padding: 4px 14px 4px 14px;
}
#board_carusel_nav{
	width:100%;
	overflow:hidden;
	padding: 9px 0 0 0;
}
#board_carusel_nav li{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	padding: 0 3px 0 0;
}
#board_carusel_nav a{
	display:block;
	float:left;
	text-align:center;
	color:#fff;
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: #47778f;
}
#board_carusel_nav a.selected, #board_carusel_nav a:hover{
	text-decoration:none;
	background:#000;
	font-weight:bold;
}
/*board_right*/
#board_right{
	width: 311px;
	float: right;
	padding: 17px 0 0 0;
}
/*main_search*/
#main_search{
	width:268px;
	background: url(images/bgr_main_search.gif) repeat-x left bottom;
	padding: 0 0 21px 0;
	overflow: hidden;
}
#main_search h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #47778f;
	padding: 0 0 8px 0;
	font-size: 21px;
	line-height: 1.2em;
}
#searchform_top{
	width: 100%;
	overflow: hidden;
}
#searchform_top_text{
	width:173px;
	padding:8px;
	color:#94928d;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	border:0;
	background:#fff;
}
#gosearch{
	float:right;
}
/*sidebar_twitter*/
#sidebar_twitter{
	width:265px;
	overflow:hidden;
	padding: 10px 0 0 4px;
}
#twitter_update_list{
	font-size:13px;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	z-index: 200;
	position: relative;
}
#twitter_update_list li{
	padding:6px 0 10px 0;
	color:#000;
}
#twitter_update_list a{
	font-size:13px !important;
	display:block;
	color:#000;
	font-weight:bold;
	text-decoration: underline;
}
#twitter_update_list a:hover{
	text-decoration: none;
}
#twitter_update_list span a{
	font-weight:normal;
	display:inline;
	color:#000;
}
#ico_twitter{
	position:absolute;
	z-index: 100;
	margin: 78px 0 0 147px;
}
/* BODY */

#body{
	width:100%;
	background:url(images/bgr_body.png) repeat-y;
	overflow:hidden;
	padding: 0 0 50px 0;
}
#content{
	width:554px;
	float:left;
	padding:0 0 0 76px;
}
.page #content{
	width:598px;
	padding:0 0 0 48px;
}
#sidebar{
	width:305px;
	float:right;
	padding: 0 20px 0 0;
}
/* post */
.post{
	width:100%;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	background: url(images/bgr_post.png) no-repeat left bottom;
}
.single .post, .page .post{
	background: none;
	padding: 0;
}
.post .post_date{
	position: absolute;
	width: 64px;
	height: 119px;
	background: url(images/bgr_post_date.png) no-repeat;
	margin: 0 0 0 -67px;
}
.post .post_date p{
	text-align: center;
	width: 37px;
	color: #787a7b;
	font-size: 13px;
	line-height: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	padding: 0 0 0 12px;
}
.post .post_date p a{
	color: #787a7b;
}
.post .post_date .m{
	padding: 42px 0 0 12px;
}
.post .post_date .d{
	font-size: 15px;
	font-weight: bold;
}
.post .post_top{
	width:100%;
	overflow:hidden;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	background: url(images/bgr_post_top.gif) repeat-x bottom;
}
.post .post_title{
	margin:10px 0 10px 0;
}
.post_title h2{
	font-size:31px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	color:#000000;
	padding: 0 0 0 2px;
}
.post_title h2 a{
	color:#000000;
}
.post_top_data{
	width:100%;
	overflow:hidden;
	clear:both;
}
.post .post_top p{
	font-size:12px;
	line-height:1.4em;
	padding:2px 0 2px 0;
	color:#9e0b0e;
	font-family:Verdana, Geneva, sans-serif;
}
.post .post_top p a{
	color:#707070;
}
.post .post_top p a b{
	color:#598527;
}
.post .post_top .post_author{
	color:#707070;
	background: url(images/bgr_post_top.gif) repeat-x bottom;
	padding:0 0 5px 0;
	margin:0 0 7px 0;
}
.post .post_author span, .post .post_top .post_author span a{
	font-weight:bold;
	color:#9e0b0e;
}
.post .post_top .post_cats, .post .post_top .post_tags{
	font-weight:bold;
}
.post .post_cats span, .post .post_top .post_cats a{
	color:#000;
	font-weight:normal;
}
.post .post_tags span, .post .post_top .post_tags a{
	color:#000;
	font-weight:normal;
}
.entry{
	line-height:20px;
	font-size:13px;
	width:100%;
	overflow:hidden;
}
.entry img{
	border:1px solid #333;
}
.entry .banner{
	text-align:center;
	padding:0 0 10px 0;
}
.entry .banner img{
	border:0;
	padding:0;
}
.banner_left{
	float:left;
	padding:0 20px 10px 0;
}
.entry .banner_left img{
	border:0;
	padding:0;
}
.entry p{
	padding-bottom:15px;
}
.entry p a{
	color:#aa373a;
	font-weight:bold;
	text-decoration:underline;
}
.entry p a:hover{
	text-decoration:none;
}
.entry .more-link{
	color:#197b30;
	background:url(images/bgr_more_link.gif) no-repeat right 6px;
	padding: 0 10px 0 0;
}
h2.page_title{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	color:#000;
	background: url(images/bgr_comments_title.png) no-repeat left bottom;
	padding: 0 0 15px 4px;
	margin:0 0 10px 0;
}

.post-page .entry a:hover{
	text-decoration:none;
}

.post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	font-weight:normal;
}
.post-page .entry h1{
	font-size:26px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:24px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:22px;
	padding:0 0 12px 0;
}

.post-page .entry h4{
	font-size:20px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:18px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:16px;
	padding:0 0 6px 0;
} 

/* SIDE BAR */
/* ADS */
#sidebar_ads{
	width:285px;
	overflow:hidden;
	padding: 0 0 0 20px;
}
#sidebar_ads div{
	float:left;
	padding:0 14px 14px 0;
}
#sidebar_ads div img{
	float:left;
}
/*sidebars*/
.sidebar_widgets{
	width: 100%;
	font-size:13px;
	line-height:1.5em;
	color:#000;
}
.sidebar_widgets a{
	color:#000;
}
.sidebar_widgets .widgettitle{
	font-size:25px;
	color:#47778f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	background:#eef2f5;
	width: 290px;
	padding:12px 0 12px 15px;
	border-bottom: 1px solid #d0d9de;
	border-top: 1px solid #d0d9de;
}
.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 7px;
	padding:0 0 0 10px;
}
.sidebar_widgets .widget_categories{
	font-weight:bold;
}
.sidebar_widgets .widget_categories a{
	font-weight:normal;
	display:inline;
	background:url(images/ico_cat.gif) no-repeat left 5px;
}
.sidebar_widgets .widget_categories li li{
	color:#5c5f60;
}
.sidebar_widgets .widget_categories li li a{
	color:#5c5f60;
	background:url(images/ico_subcat.gif) no-repeat left 5px;
	padding:0 0 0 10px;
}
.widget_inner{
	padding:10px 20px 0 16px;
}
.sidebar_widgets ul{
}
.sidebar_widgets ul li{
	margin:0 0 20px 0;
}
.sidebar_widgets ul ul{
}
.sidebar_widgets ul li ul li{
	border-bottom:1px solid #c6d5dd;
	padding:7px 0 7px 6px;
	margin:0;
	width:auto;
}
.sidebar_widgets ul ul ul{
	margin:0 0 0 10px;
}
.sidebar_widgets ul li ul li ul li{
	border:0;
	background:none;
	padding:3px 0 3px 0;
}
.widget_tag_cloud a, .widget_text .textwidget{
	padding:5px 0 5px 0;
	line-height:1.4em;
}
.sidebar_widgets .widget_polls li{
	border:0;
}

/* FOOTER */

#footer{
	width:100%;
	height:131px;
	overflow:hidden;
	background:url(images/bgr_footer.png) no-repeat;
}
#footer_info{
	float:left;
	padding:60px 0 0 40px;
}
#footer_info p{
	color:#000;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.6em;
}
#footer_info p a{
	color:#000;
	text-decoration:underline;
}
#footer_info p a:hover{
	text-decoration:none;
}
#footer_info p b a{
	color:#000;
}
#footer_logo{
	float:left;
	padding:5px 20px 5px 45px;
	margin:55px 0 0 0;
	border-right:1px solid #000;
}
#footer_logo a{
	color:#000;
	font-size:38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-2px;
	text-transform: uppercase;
	font-weight: bold;
}
#footer_logo a:hover{
	text-decoration:none;
}
/* Begin Typography & Colors */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */





/* 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 Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
	}

#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 #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 24px;
	padding-bottom:7px;
	background:url(images/blockquote_bg.gif) repeat-y;
	}

blockquote blockquote{
	background:url(images/blockquote_bg2.gif) repeat-y;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}



.navigation {
	display: block;
	margin:10px 0 0 0;
	overflow:hidden;
	clear:both;
	color:#000;
	font-size:12px;
	line-height:1.8em;
	font-family:Verdana, Geneva, sans-serif;
	}
.navigation a{
	color:#000;
	font-size:13px;
	}
.navigation .wp-pagenavi{
	background:#f1f5f6;
	border:0;
	padding:12px 15px 12px 15px;
	text-align:right;
}
.navigation .wp-pagenavi a, .navigation .wp-pagenavi a:link {
	padding: 6px; 
	margin: 2px;
	color:#000;
	border: 0;
	background: none;
}
.navigation .wp-pagenavi a:visited {
	padding: 6px; 
	margin: 2px;
	color:#000;	
	border: 0;
	background: none;
}
.navigation .wp-pagenavi a:hover {	
	padding: 6px; 
	margin: 2px;
	color:#fff;	
	border: 0;
	background:#a02931;
}
.navigation .wp-pagenavi a:active {
	padding: 6px; 
	margin: 2px;
	color:#a6a1a1;
	border: 0;		
}
.navigation .wp-pagenavi span.pages {
	padding: 6px; 
	margin: 2px;
	background:#363636;
	color:#fff;
	border: 0;
}
.navigation .wp-pagenavi span.current {
	padding: 6px; 
	margin: 2px;
	color:#fff;	
	border: 0;
	background:#a02931;
}
.navigation .wp-pagenavi span.extend {	
	padding: 6px; 
	margin: 2px;
	background:none;
	color:#000;
	border: 0;
}
.navigation .wp-pagenavi a.nextpostslink {	
	padding: 6px; 
	margin: 2px;
	background:#363636;
	color:#fff;
	border: 0;
}
.navigation .wp-pagenavi a.previouspostslink {	
	padding: 6px; 
	margin: 2px;
	background:#363636;
	color:#fff;
	border: 0;
}
/* End Various Tags & Classes*/

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin: 0 10px 15px 30px;
	list-style: none;
	padding:15px 15px 15px 20px;
	background:#e2eaed;
	} 

.entry ul li {
	border-bottom:1px solid #bcc2c4;
	background:url(images/ico_entry.gif) no-repeat left 12px;
	padding:7px 0 7px 15px;
	}

.entry ol {
	margin: 0 10px 15px 30px;
	padding:15px 15px 15px 40px;
	background:#e2eaed;
	}

.entry ol li {
	margin: 0;
	padding:7px 0 7px 0;
	border-bottom:1px solid #bcc2c4;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{
	width:400px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 5px 0 0 0;
	padding:0;
	width:85px;
	height:35px;
	}
/* End Form Elements */



/* Begin Comments*/

h2#comments{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	font-style: italic;
	background: url(images/bgr_comments_title.png) no-repeat left bottom;
	padding: 0 0 15px 4px;
	margin:10px 0 10px 25px;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin:0 0 0 25px;
	}

.commentlist .comment {
	margin: 15px 0 0 0;
	padding: 10px 15px 20px 15px;
	list-style: none;
	border:1px solid #cad0d3;
	background:#d1dee3;
	}

.commentlist .alt {
	border:1px solid #cad0d3;
	background:#dfe8eb;
	}

.commentlist .comment .comment {
	margin: 15px 15px 15px 15px;
	padding: 10px 15px 20px 15px;
	width:auto;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}
.commentmet_data{
	width:100%;
	overflow:hidden;
}
.commentmet_data td{
	vertical-align:top;
	text-align:left;
}
.commentmet_avatar{
	width:102px;
	padding:15px 0 0 0;
}
.commentmet_text{
}
.commentmet_avatar img{
	border:2px solid #5c5454;
}

#commentform p {
	margin: 5px 0;
	}

.commentmet_replay{
	width:100%;
	overflow:hidden;
}
.commentmet_replay a{
	float:right;
	display:block;
	text-indent:-9999px;
	text-transform:capitalize;
	background:url(images/button_replay.gif) no-repeat;
	width:73px;
	height:27px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	padding:0 0 5px 0;
	color:#000;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	}
.commentmetadata a{
	color:#9e0b0e;
}
.commentmetadata span{
	color:#9e0b0e;
	font-size:20px;
}

.commentmet_text{
	font-size:12px;
	line-height:1.4em;
}

#respond{
	margin:40px 0 0 25px;
}
.commentlist #respond{
	margin:20px 0 0 0;
}

h3#respond_title{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:normal;
	font-style: italic;
	background: url(images/bgr_comments_title.png) no-repeat left bottom;
	margin:10px 0 10px 0;
	padding: 0 0 15px 4px;
}

#commentform{
	color:#000000;
	font-size:12px;
	width:90%;
}

#commentform small{
	position:relative;
	top:-1px;
	font-size:12px;
}
#cancel-comment-reply-link{
	font-size:12px;
	color:#000000;
}

#commentform a, #commentform small{
	color:#000000;
}

#commentform input{
	background:#edf2f4;
	border:3px solid #b8bdbf;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	color:#000000;
}

#commentform textarea{
	background:#edf2f4;
	border:3px solid #b8bdbf;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	margin:5px 0 0 0;
	color:#000000;
	overflow:auto;
}

#commentform input#submit{
	background:none;
	border:0px;
}

/* End Comments */
/* Archives page */
.page_archives_div{
	padding-bottom:60px;
}

.page_archives_div h2{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	color:#000;
	background: url(images/bgr_comments_title.png) no-repeat left bottom;
	padding: 0 0 15px 4px;
	margin:0 0 10px 0;
}

.page_archives_div ul h2{
}

.page_archives_div ul{
	margin:10px 0 40px 0;
}

.page_archives_div ul li{
	margin:0px;
	padding:8px 0 8px 5px;
	list-style:none;
	background:url(images/ico_line.png) no-repeat left bottom;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.page_archives_div ul li ul li{
	border:0px;
	background:none;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	font-weight:normal;
	color:#000;
	font-size:13px;
	background:url(images/ico_ar.gif) no-repeat left 2px;
	padding:0 0 0 14px;
}

	
/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
    ACCESSITES.CSS made by Mike Cherim - http://green-beast.com 
   Designed and built to work with the Accessites WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
  width : 100%;
  margin:-40px 0 0 0;
  font-family:Verdana, Geneva, sans-serif;
}

#gb_form_div p {
  margin-left : 12px;
}

#gb_form {
  text-align : left;
  background : transparent;
}

#gb_form_div a {
  color : #414445;
  text-decoration : underline;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #414445;
  text-decoration : none;
}

fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, legend, #gb_form dt { 
  font-weight : bold; 
  color : #414445;
}

#gb_form legend {
  margin-left : -10px;
  padding-top : 5px;
}

* html #gb_form legend {
  margin-left : -5px;
  padding:0 0 10px 0;
}

#gb_form legend#mainlegend { 
  font-size : 12px; 
  color : #414445;
  margin-left : -10px;
  padding-top : 5px;
  padding-bottom : 10px;
  background:url(images/dotted_grey.gif) repeat-x bottom;
  width:100%;
}

* html #gb_form legend#mainlegend {
  margin-left : -5px;
}

#gb_form legend#mainlegend small { 
  font-size : 11px; 
  text-transform : uppercase;
}

#gb_form_div .formhead small a {
  font-size : 11px; 
  background-image : none;
  display : inline;
  padding : 0;
  margin : 0;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
  font-size : 12px; 
  color : #414445;
  width : 97%;
}

#gb_form_div .main_formhead {
  margin-left : -35px;
  text-indent: -9999px;
}

#gb_form_div label { 
  color : #414445; 
  margin-top : 5px;
  margin-left : 20px;
  font-size:11px;
}

#gb_form_div input.short, #gb_form_div input.med, #gb_form_div select.med, #gb_form_div textarea.textbox, #gb_form_div textarea { 
  color : #414445; 
  padding : 3px; 
  border : 1px solid #c7ced1;
  background-color : #e6edf0;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  width : 60%;
  height : auto;
  margin:0 0 5px 20px;
}

#gb_form_div input.short {
  width : 7%;
}

#gb_form_div textarea.textbox, #gb_form_div textarea { 
  width : 80%;
  height : 220px;
  line-height : 1.5em;
}

#gb_form_div select.med {
  width : 60%;
}

#gb_form_div input.checkbox {
  cursor : default;
  background : transparent;
  color : #414445;
  border : 0;
  padding : 0; 
  margin : 0;
  width : 14px;
  height : 14px;
}

#gb_form_div input.button {
  cursor : pointer;
  border : 0;
  background:url(images/button_submit.gif) no-repeat;
  width:85px;
  height:35px;
  display:block;
  text-indent:-9999px;
  text-transform:capitalize;
  clear:both;
}

#content #gb_form input.button {
  margin : 15px 5px 25px 20px;
  padding : 2px 15px 2px 15px;
}

* html #content #gb_form input.button {
  margin-left : -5px;
}

#gb_form_div span.error, #gb_form_div span.success, #gb_form_div dt { 
  color : #414445;  
  font-weight : bold; 
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #414445;
}

#gb_form_div small.whythis a { 
  font-size : 11px; 
  text-decoration : none;
  color : #414445;
}
#gb_form_div small.whythis a span{ 
  text-decoration : none;
  color : #dbe5e9;
}
#gb_form_div small.whythis a:hover span{ 
  color : #fff;
  background:#000;
  border:1px solid #fff;
}

#gb_form_div p.creditline small {
  clear : both; 
  display : block;
  text-align : right;
  margin : 0;
  padding : 25px 0 15px 0;
  font-size : 11px; 
  letter-spacing : .0001em;
  color : #414445;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #414445;
}

#gb_form_div ul {
  margin : 10px 10px 20px 10px;
}

#gb_form_div ul li {
  list-style-type : none;
  margin : 0 10px 0 20px;
}



/* End ACCESSITES CSS */

