/*  
Theme Name: cbd
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 

*/



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:#4c4c4c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	margin:0px;
	padding:0 0 38px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background:#3c6070 url(images/bgr_main.gif) repeat-x bottom;
	color:#4c4c4c;
}
#page{
	width:970px;
	margin:0 auto;
}

/* menu */
#menu{
	width:100%;
	height:63px;
	background:url(images/bgr_menu.png) repeat-x;
}
#mainmenu{
	float:left;
}
#mainmenu ul{
	margin: 0;
	padding: 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:#fff;
	text-transform:uppercase;
	border-right:1px solid #5e5e5e;
	font-size:18px;
	font-style:italic;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#fff;
	z-index:1000;
	height:40px;
	padding:23px 30px 0 30px;
}
* 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:#fff;
	background:#a70a10 url(images/bgr_menu_hover.png) repeat-x;
	text-decoration:none;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border:0;
	margin:0 0 0 1px;
	padding:0;
	background:#9d0d12;
}
/*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;
	border: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; /*width of sub menus*/
	height:auto;
	padding: 7px 5px 7px 10px;
	margin: 0;
	background:#9d0d12;
	border:0;
	text-align:left;
	text-decoration:none;
	color:#d89ea0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:capitalize;
	font-weight:normal;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	color:#fff;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
/* HEADER */

#header{
	width:100%;
	height:112px;
	overflow:hidden;
	background:url(images/bgr_header.png) no-repeat;
}
#header_title{
	float:left;
	padding:14px 0 0 28px;
}
#logo{
	display:block;
	background:url(images/logo.png) no-repeat;
	text-indent:-9999px;
	width:167px;
	height:76px;
	cursor:pointer;
}
#header_title h1 a{
	color:#fff;
}
#header_title h1 a:hover{
	text-decoration:none;
}
#header_title .description{
	text-align:center;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	position:relative;
	top:-4px;
}
#header ul{
	float:right;
	padding:47px 15px 0 0;
}
#header li{
	float:left;
}
#header li img{
	float:left;
}
/* BODY */
.body{
	width:100%;
	background:#fff;
	overflow:hidden;
	padding:0 0 20px 0;
}
#body_index{
	background:url(images/bgr_body_index.gif) repeat-y;
}
#content{
	width:635px;
	float:left;
	padding:20px 0 0 0;
}
.sidebar{
	width:292px;
	float:right;
	padding:20px 22px 0 21px;
}
#body_index .sidebar{
	background:url(images/bgr_sidebar_index.png) no-repeat;
}
/*board*/
#pic_demo{
	position:absolute;
	margin:-1px 0 0 486px;
}
#board{
	width:100%;
	height:392px;
	overflow:hidden;
	background:url(images/bgr_board.jpg) no-repeat;
}
#board_items{
	width:465px;
	padding:5px 0 0 0;
}
#board_body{
	width:465px;
	margin:45px 0 0 10px;
}
#board_carusel{
	width:425px;
	height:310px;
	position:relative;
	margin:0 0 0 40px;
}
#board_carusel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.board_item{
	width:425px;
	height:310px;
	overflow:hidden;
}
#board_body strong{
	font-size:50px;
	line-height:1.1em;
	color:#000;
	display:block;
	font-style:italic;
	text-transform:uppercase;
	padding:0 0 15px 0;
}
#board_body p{
	font-size:14px;
	color:#000;
	line-height:1.6em;
	padding:0 0 20px 0;
}
#board_body p img{
	float:left;
	border:1px solid #83b2c4;
	margin:0 10px 0 0;
	width:161px;
	height:107px;
}
#board_body p a{
	color:#000;
}
#board_body p.more a{
	text-decoration:underline;
}
#board_body p.more a:hover{
	text-decoration:none;
}
#board_carusel_nav{
	width:90%;
	overflow:hidden;
	margin:0 0 0 10px;
}
#board_carusel_nav li{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	padding:0 3px 0 0;
}
#board_carusel_nav a{
	display:block;
	float:left;
	background:#b5cdc5;
	width:15px;
	text-align:center;
	padding:2px 0 2px 0;
	color:#000000;
}
#board_carusel_nav a.selected, #board_carusel_nav a:hover{
	text-decoration:underline;
	background:#3c6070;
	color:#fff;
}
/*portfolio*/
#portfolio{
	padding:10px 0 0 10px;
}
#portfolio_items{
	width:100%;
	overflow:hidden;
	padding:20px 0 0 0;
}
.portfolio{
	float:left;
	padding:0 0 10px 16px;
	width:452px;
	color:#9d080d;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
.portfolio a{
	color:#9d080d;
}
.portfolio img{
	float:left;
	width:432px;
	height:254px;
	border:10px solid #e1e1e1;
	margin:0 0 6px 0;
}
/* post*/
.post{
	width:100%;
	margin:0 0 40px 0;
}
.post-top{
	padding:0 35px 10px 35px;
	border-bottom:1px solid #e5e5e5;
}
.post-top h2{
	font-size:25px;
	color:#000;
	font-weight:normal;
	font-style:italic;
	margin:0 0 6px 0;
}
.post-top h2 a{
	color:#000;
}
.post-top h3{
	font-weight:normal;
	color:#000;
	font-size:14px;
	padding:0 0 8px 0;
}
.post-top h3 a, .post-top h3 span{
	color:#cf141a;
	text-transform:capitalize;
}
.entry{
	line-height:20px;
	font-size:13px;
	margin:15px 35px 0 35px;
}
.entry p{
	padding-bottom:15px;
}
.entry p a{
	text-decoration:underline;
	font-weight:bold;
	color:#ba5255;
}
.entry p a:hover{
	text-decoration:none;
}
.postmetadata{
	width:100%;
	overflow:hidden;
}

.postmetadata a{
	color:#999999;
	font-size:12px;
	background:#000;
	font-weight:bold;
	display:block;
	padding:5px 10px 5px 10px;
	float:left;
}

.post-page{
	width:100%;
}

h2.page_title{
	font-size:25px;
	color:#000;
	font-weight:normal;
	font-style:italic;
	margin:0 0 6px 0;
	padding:0 35px 15px 35px;
	border-bottom:1px solid #e5e5e5;
}
.post-page .entry strong{
	color:#000;
}
.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;
	display:block;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.post-page .entry h1{
	font-size:24px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:22px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:20px;
	padding:0 0 12px 0;
}

.post-page .entry h4{
	font-size:18px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:16px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:14px;
	padding:0 0 6px 0;
} 

/*sidebars*/
.sidebar_widgets{
	font-size:14px;
	line-height:1.5em;
	color:#303030;
}
.sidebar_widgets a{
	color:#303030;
}
.sidebar_widgets .widgettitle{
	font-size:25px;
	color:#bf1116;
	font-weight:normal;
	font-style:italic;
	margin:0 0 5px 0;
	padding:5px 0 0 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{
	display:block;
}
.sidebar_widgets .widget_categories a{
	display:inline;
}
.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:0;
	border-bottom:1px solid #cad7ca;
	padding:8px 0 8px 0;
	margin:0 0 0 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 15px 5px 15px;
	line-height:1.4em;
}
.sidebar_widgets .widget_polls li{
	border:0;
}
.sidebar_widgets .widget_testimonials li{
	color:#000;
	background:url(images/ico_dot.gif) no-repeat center bottom;
	border:0;
}
.widget_testimonials li p{
	padding:8px 0 4px 0;
}
.widget_testimonials li a{
	color:#000;
}
.widget_testimonials li a.link{
	text-decoration:underline;
	color:#ca1319;
}
.widget_testimonials li a.link:hover{
	text-decoration:none;
}
/*home_resources*/
#home_resources{
	border-top:1px solid #e5e5e5;
	padding:20px 0 20px 0;
}
#home_resources h2{
	background:url(images/tit_res.gif) no-repeat;
	text-indent:-9999px;
	width:196px;
	height:35px;
	margin:0 0 25px 35px;
}
#home_resources ul{
	margin:0 35px 0 35px;
}
#home_resources li{
	font-size:13px;
	line-height:1.6em;
	padding:0 0 15px 0;
	color:#333333;
}
#home_resources li p{
	padding:0 0 2px 0;
}
#home_resources li a{
	text-decoration:underline;
	font-weight:bold;
	color:#333333;
}
#home_resources li a:hover{
	text-decoration:none;
}
/*prices*/
.prices{
	width:100%;
	overflow:hidden;
}
#price_personal{
	background:url(images/bgr_price_01.gif) repeat-y;
}
#price_personal .prices_order{
	background:url(images/bgr_price_personal.gif) no-repeat;
}
#price_internet{
	background:url(images/bgr_price_02.gif) repeat-y;
}
#price_internet .prices_order{
	background:url(images/bgr_price_internet.gif) no-repeat;
}
.prices_info{
	float:left;
	width:684px;
	padding:30px 23px 30px 32px;
}
.prices_order{
	float:right;
	width:157px;
	padding:20px 37px 30px 37px;
}
.prices_order p.number{
	font-size:54px;
	font-style:italic;
	color:#000;
	text-align:center;
	margin:0 0 20px 0;
}
.prices_order p.number span{
	font-size:20px;
	color:#d2141b;
	position:relative;
	top:-10px;
}
.prices_order a{
	display:block;
	text-align:center;
	border:1px dotted #6f6f6f;
	color:#ae0c11;
	font-size:22px;
	text-transform:uppercase;
	padding:10px 0 10px 0;
}
.prices_info p{
	font-size:14px;
	line-height:1.6em;
	padding:0 40px 12px 0;
	color:#000000;
}
.prices_info ul{
	float:left;
	width:324px;
	margin:0 20px 0 0;
	padding:0 0 0 10px;
}
.prices_info ul.last{
	margin:0;
	padding:0;
}
.prices_info ul li{
	font-size:13px;
	line-height:1.6em;
	background:url(images/bgr_prices_info_li.gif) no-repeat right bottom;
	padding:10px 0 10px 0;
	color:#000000;
}
.prices_info ul li.last{
	background:none;
}
.prices_info ul li span{
	color:#000000;
	background:url(images/ico_arrow.png) no-repeat left 3px;
	padding:5px 0 5px 25px;
}
#tit_personal{
	background:url(images/tit_personal.gif) no-repeat;
	text-indent:-9999px;
	width:345px;
	height:34px;
	margin:0 0 15px 0;
}
#tit_internet{
	background:url(images/tit_internet.gif) no-repeat;
	text-indent:-9999px;
	width:330px;
	height:48px;
	margin:0 0 15px 0;
}
/*orderpage*/
#orderpage{
	margin:0 35px 0 35px;
}
#orderpage .error{
	color:#F00;
}
#orderpage fieldset{
	width:100%;
	overflow:hidden;
	border:0;
	padding:5px 0 50px 0;
	margin:0;
}
#orderpage p{
	padding:0 0 15px 0;
}
#orderpage p.submit{
	padding:5px 0 15px 0;
}
#orderpage label{
	display:block;
	font-size:13px;
	padding:0 0 7px 0;
	color:#7f7f7f;
}
.order_input{
	background:#f3f3f3;
	border:2px solid #e7e7e7;
	padding:4px;
	width:310px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7f7f7f;
}
select.order_input{
	width:322px;
}
textarea.order_input{
	width:450px;
	height:160px;
	overflow:auto;
}
/*wp_related_posts*/
#wp_related_posts{
	margin:0 35px 30px 35px;
	background:#fafafa;
	border:1px solid #dedede;
	padding:10px 18px 20px 18px;
}

#wp_related_posts h2{
	color:#3c6070;
	font-size:30px;
	line-height:1.3em;
	font-weight:normal;
}

#wp_related_posts ul{
	padding:10px 0 0 0;
	margin:0;
	list-style:none;
}

#wp_related_posts ul li{
	font-size:13px;
	line-height:1.6em;
	background:url(images/dotted_grey.gif) repeat-x bottom;
	padding:6px 0 6px 0;
	list-style:none;
}

#wp_related_posts ul li a{
	background:url(images/ico_related_posts.gif) no-repeat left 5px;
	padding:0 0 0 16px;
	display:block;
}
/*post_digtwit*/
.post_digtwit{
	margin:10px 35px 0 35px;
	background:#fafafa;
	border:1px solid #dedede;
	padding:10px 18px 20px 18px;
}
.post_digtwit h2{
	color:#000;
	font-size:30px;
	line-height:1.3em;
	font-weight:normal;
}

#content .post_digtwit ul{
	width:100%;
	overflow:hidden;
	padding:14px 0 0 0;
}
#content .post_digtwit li{
	float:left;
	background:none;
	padding:0 25px 0 0;
	margin:0;
	border:0;
}
#content .post_digtwit li a{
	background:none;
	padding:0;
	margin:0;
}
/* FOOTER */
#footer{
	width:100%;
	background:#111111 url(images/bgr_footer.gif) no-repeat left bottom;
	overflow:hidden;
	padding:20px 0 20px 0;
}
.footer_item{
	float:left;
}
.footer_item h2{
	font-size:25px;
	color:#fff;
	font-weight:normal;
	font-style:italic;
	border-bottom:1px dashed #292929;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
#footer_network{
	width:250px;
	padding:0 39px 0 30px;
}
#footer_network ul{
}
#footer_network li{
	color:#595959;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.6em;
	padding:4px 0 4px 26px;
}
#footer_network a{
	color:#595959;
	text-decoration:underline;
}
#footer_network a:hover{
	text-decoration:none;
}
#footer_network_facebook{
	background:url(images/ico_fb.gif) no-repeat left center;
}
#footer_network_technorati{
	background:url(images/ico_th.gif) no-repeat left center;
}
#footer_network_stumble{
	background:url(images/ico_st.gif) no-repeat left center;
}
#footer_network_linkedin{
	background:url(images/ico_ld.gif) no-repeat left center;
}
#footer_network_twitter{
	background:url(images/ico_tw.gif) no-repeat left center;
}
/*footer_subscribe*/
#footer_subscribe{
	width:266px;
	margin:0 57px 0 0;
}
#footer_subscribe fieldset{
	padding:0 0 0 5px;
	margin:0;
	border:0;
}
#footer_subscribe p{
	font-size:13px;
	padding:0 0 10px 5px;
}
#footer_subscribe p a{
	background:url(images/button_rss.gif) no-repeat left center;
	padding:0 0 0 22px;
}
#subscr_val{
	background:#292929;
	border:1px solid #3b3b3b;
	width:249px;
	padding:5px;
	color:#545454;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 12px 0;
}
#subscr_sub{
	margin:0 0 20px 0;
}
/*footer_rights*/
#footer_rights{
	width:230px;
	border-left:1px dashed #292929;
	padding:0 0 20px 20px;
	float:left;
	text-align:center;
	margin:10px 0 0 0;
}
#footer_logo{
}
#footer_logo a{
	background:url(images/button_logo_footer.gif) no-repeat;
	display:block;
	cursor:pointer;
	text-indent:-9999px;
	width:151px;
	height:59px;
	margin:0 auto;
}
#footer_logo .description{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px 0 0 0;
}
#footer_rights p{
	padding:20px 0 0 0;
	font-size:13px;
	line-height:1.5em;
}
#footer_rights p a{
	text-decoration:underline;
}
#footer_rights p a:hover{
	text-decoration:none;
}
#footer_rights p.valid a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:url(images/ico_valid.gif) no-repeat left center;
	padding:2px 0 2px 18px;
	margin:0 5px 0 5px;
}
/* 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 35px 10px 35px;
	background:#f1f1f1;
	border:1px solid #d7d7d7;
	padding:8px 0 8px 0;
	overflow:hidden;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.8em;
	}
.navigation a{
	color:#000;
	font-size:13px;
	}
.wp-pagenavi{
	padding:0 15px 0 15px;
	text-align:center;
}
.wp-pagenavi a {
	padding: 4px 2px 4px 2px; 
	margin: 2px;
	color:#000;
}
.wp-pagenavi span.pages {
	padding: 4px 2px 4px 2px; 
	margin: 2px;
	background:#636363;
	color:#fff;
}
.wp-pagenavi span.current {
	padding: 4px 2px 4px 2px; 
	margin: 2px;
	background:#636363;
	color:#fff;
}
.wp-pagenavi span.extend {
	padding: 4px 2px 4px 2px; 
	margin: 2px;
}
/* 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 25px 5px;
	list-style: none;
	padding:15px 15px 15px 20px;
	background:#f6fef6;
	border:1px solid #d1dad1;
	} 

.entry ul li {
	border-bottom:1px solid #d4dad4;
	background:url(images/entry_before.gif) no-repeat left 13px;
	padding:6px 0 6px 11px;
	display:block;
	}

.entry ol {
	margin: 0 10px 25px 5px;
	padding:15px 15px 15px 40px;
	background:#f6fef6;
	border:1px solid #d1dad1;
	}

.entry ol li {
	margin: 0;
	padding:6px 0 6px 0;
	border-bottom:1px solid #d4dad4;
	}

.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:25px;
	color:#000;
	font-weight:normal;
	font-style:italic;
	margin:0 0 6px 0;
	padding:0 35px 15px 35px;
	border-bottom:1px solid #e5e5e5;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin:0 35px 0 35px;
	}

.commentlist .comment {
	margin: 15px 0 0 0;
	padding: 10px 15px 20px 15px;
	list-style: none;
	background:#f6fef6;
	border:1px solid #d3d3d3;
	}

.commentlist .alt {
	background:#ffffff;
	border:1px solid #d1dad1;
	}

.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:1px solid #333;
}

#commentform p {
	margin: 5px 0;
	}

.commentmet_replay{
	width:100%;
	overflow:hidden;
}
.commentmet_replay a{
	width:97px;
	height:28px;
	float:right;
	display:block;
	background:url(images/button_commentmet_replay.gif) no-repeat;
	text-indent:-9999px;
	text-transform:capitalize;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	padding:0 0 5px 0;
	color:#9d080d;
	font-size:15px;
	font-weight:bold;
	text-transform:capitalize;
	font-style:italic;
	}
.commentmetadata a{
	color:#9d080d;
}
.commentmetadata span{
	color:#636363;
}
.commentmetadata span.commentmetadata_title{
	color:#9d080d;
}

.commentmet_text{
	font-size:12px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

#respond{
	margin:40px 0 0 0;
	padding-bottom:60px;
}
.cancel-comment-reply small{
	font-size:12px;
}

h3#respond_title{
	font-size:25px;
	color:#000;
	font-weight:normal;
	font-style:italic;
	margin:0 0 10px 0;
	padding:0 35px 15px 35px;
	border-bottom:1px solid #e5e5e5;
}

#commentform{
	margin-left:55px;
	color:#000000;
	font-size:12px;
	width:80%;
	font-family:Arial, Helvetica, sans-serif;
}
.cancel-comment-reply{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 0 55px;
	color:#000000;
}
.cancel-comment-reply a{
	color:#000000;
}
#commentform small{
	position:relative;
	top:-1px;
	font-size:12px;
}

#commentform a{
	color:#000000;
}

#commentform input{
	background:#fff;
	border:2px solid #cbcbcb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:7px;
	color:#000000;
}

#commentform textarea{
	background:#fff;
	border:2px solid #cbcbcb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:7px;
	margin:5px 0 0 0;
	color:#000000;
}

#commentform input#submit{
	background:none;
	border:0px;
}

/* End Comments */

/* Archives page */
.page_archives_div{
	padding-bottom:60px;
}

.page_archives_div h2{
	font-size:25px;
	color:#000;
	font-weight:normal;
	font-style:italic;
	margin:0 0 6px 0;
	padding:0 35px 15px 35px;
	border-bottom:1px solid #e5e5e5;
}

.page_archives_div ul{
	margin:10px 35px 40px 35px;
	padding:0px;
}

.page_archives_div ul li{
	margin:0px;
	padding:7px 0 8px 5px;
	list-style:none;
	background:url(images/bgr_ar_line.gif) no-repeat bottom left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-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/page_archives_div_a.gif) no-repeat left 6px;
	padding:0 0 0 11px;
}

/**************************************************************/
/* ==================================================================
    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%;
  position:relative;
  top:-30px;
}

#gb_form_div p {
  margin-left : 12px;
}

#gb_form {
  text-align : left;
  background : transparent;
}

#gb_form_div a {
  color : #4b4b4b;
  text-decoration:none;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #4b4b4b;
  text-decoration : none;
  background-color : #fff;
}

#gb_form_div fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, legend, #gb_form dt { 
  font-weight : bold; 
  color : #4b4b4b;
}

#gb_form legend {
  margin-left : -10px;
  padding-top : 5px;
}

* html #gb_form legend {
  margin-left : -5px;
}

#gb_form legend#mainlegend { 
  font-size : 12px;
  color : #4b4b4b;
  margin-left : -10px;
  padding-top : 5px;
  padding-bottom : 10px;
  background:url(images/dotted_grey.gif) repeat-x bottom;
}

* 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 : 11px;
  color : #4b4b4b;
  width : 97%;
}

#gb_form_div .main_formhead {
  margin-left : -35px;
  text-indent:-9999px;
}

#gb_form_div label { 
  color : #333; 
  margin-top : 5px;
  margin-left : 30px;
  font-size : 11px;
}

#gb_form_div input.short, #gb_form_div input.med, select.med, #gb_form_div textarea.textbox, #gb_form_div textarea { 
  color : #000; 
  padding : 4px; 
  border:1px solid #dedede;
  background-color : #f3f3f3;
  width : 50%;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  height : auto;
  margin:0 0 5px 30px;
}

#gb_form_div input.short {
  width : 7%;
}

#gb_form_div textarea.textbox, #gb_form_div textarea { 
  width : 90%;
  height : 220px;
  line-height : 1.5em;
}

#gb_form_div select.med {
  width : 60%;
}

#gb_form_div input.checkbox {
  cursor : default;
  background : transparent;
  color : #cc6633;
  border : 0;
  padding : 0; 
  margin : 0;
  width : 14px;
  height : 14px;
}

#gb_form_div input.button {
	background:url(images/comm_sub.gif) no-repeat;
	display:block;
	border:0;
	text-indent:-9999px;
	text-transform:capitalize;
	width:85px;
	height:35px;
}

#content #gb_form input.button {
  margin : 15px 5px 25px 5px;
  padding : 2px 15px 2px 15px;
}

* html #content #gb_form input.button {
  margin-left : -5px;
}

span.error, span.success, #gb_form_div dt { 
  color : #cc0000;  
  font-weight : bold; 
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #cc6633;
}

small.whythis{ 
  font-size : 10px; 
  text-decoration : none;
  color : #333;
}
small.whythis a { 
  color : #333;
  text-decoration:none;
}
small.whythis a span{ 
  color : #fff;
}
small.whythis a:hover span{
  background:#000;
}

p.creditline small {
  clear : both; 
  display : block;
  text-align : right;
  margin : 0;
  padding : 25px 0 15px 0;
  font-size : 12px;
  color : #666;
}

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 : #339999;
}

#gb_form_div ul {
  margin : 10px 10px 20px 10px;
}

#gb_form_div ul li {
  list-style-type : none;
  margin : 0 10px 0 20px;
}

#gb_form_div small {
	font-size:11px;
}
