/*  
Theme Name: Gym01.1
Theme URI: http://www.webdesignlessons.com/
Description: Custom theme by http://www.webdesignlessons.com/
Version: 1.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:#47010C;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:2px solid #595959;
}
.clear{
	clear:both;
}
body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#3d3d3d;
	background:#252525 url(images/bgr_main3.gif) repeat-x center top;
}
#wrapper{
	background:transparent /* #47010c url(images/bgr_top2.png) no-repeat center top */;
}
#page{
	width:1000px;
	margin:0 auto;
}
/* HEADER */
#header{
	width:100%;
	height:137px;
	background:url(images/bgr_header3.gif) no-repeat;
}
#header #logo{
	float:left;
	padding:47px 0 0 27px;
}
#header #logo a{
	display:block;
	text-indent:-9999em;
	cursor:pointer;
	background:url(images/logo-half.png) no-repeat;
	width:226px;
	height:90px;
}
#header #logo .description{
	position:absolute;
	top:-9999em;
	left:-9999em;
}
/* HEADER2 */
#header2{
	width:100%;
	height:137px;
	background:url(images/bgr_headerlp.png) no-repeat;
}
#header2 #logo2{
	float:left;
	padding:38px 0 0 91px;
}
#header2 #logo2 a{
	display:block;
	text-indent:-9999em;
	cursor:pointer;
	background:url(images/logo-halflp.png) no-repeat;
	width:273px;
	height:99px;
}
#header2 #logo2 .description{
	position:absolute;
	top:-9999em;
	left:-9999em;
}
/* mainmenu */
#mainmenu{
	float:right;
	height:38px;
	background:#000000;
	margin:99px 22px 0 0;
}
#mainmenu ul{
	margin: 0;
	padding:0;
	float:left;
	list-style-type: none;
	z-index:1000;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	color:#ebebeb;
	font-size:12px;
	text-transform:capitalize;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#ebebeb;
	z-index:1000;
	padding:12px 30px 0 30px;
	height:26px;
}
* 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{
	text-decoration:none;
	color:#ebebeb;
	background:#252525;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 1px;
	padding:0;
	background:#252525;
}
/*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 0 0 1px;
	background:#252525;
}
/* 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 #4d4c4c;
	background:#252525;
	border-top-width: 0;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	font-size:13px;
	text-transform:capitalize;
}
#mainmenu ul li ul li a:hover, #mainmenu ul li ul li.select a{ /*sub menus hover style*/
	color:#fff;
	background:#000;
}
/* 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 #4d4c4c;
	background:#252525;
}
#mainmenu ul li ul li ul li a:hover{ /*sub menus hover style*/
	color:#fff;
	background:#000;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
/*board*/
#board{
	width:100%;
	height:253px;
	background:url(images/bgr_board3.png) no-repeat;
	overflow:hidden;
}
#board_inner{
	width:503px;
	padding:20px 0 5px 300px;
}
#board h1{
	color:#fff;
	font-size:28px;
	line-height:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 6px 0px;
	letter-spacing:-1px;
}
#board h3{
	float:right;
	color:#c2c2c2;
	font-style:italic;
	font-size:22px;
	line-height:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 6px 0px;
	letter-spacing:-1px;
}
#board h2{
	color:#fff;
	font-size:24px;
	line-height:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 6px 80px;
	letter-spacing:-1px;
}
#board p{
	color:#ebebeb;
	font-size:13px;
	line-height:1.6em;
	padding:0 0 4px 0;
}
#board ul{
	width:100%;
	overflow:hidden;
	padding:14px 0 0 0;
}
#board li{
	float:left;
	padding:0 0 0 15px;
}
#board li img{
	float:left;

}
/*board2 lp*/
#board2{
	width:100%;
	height:253px;
	background:url(images/bgr_boardlp.png) no-repeat;
	overflow:hidden;
}
#board2_inner{
	width:670px;
	padding:20px 0 5px 300px;
}
#board2 h1{
	color:#fff;
	font-size:28px;
	line-height:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 6px 0px;
	letter-spacing:-1px;
}
#board2 h3{
	float:right;
	color:#c2c2c2;
	font-style:italic;
	font-size:22px;
	line-height:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 6px 0px;
	letter-spacing:-1px;
}
#board2 h2{
	color:#fff;
	font-size:24px;
	line-height:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 0 6px 80px;
	letter-spacing:-1px;
}
#board2 p{
	color:#ebebeb;
	font-size:13px;
	line-height:1.6em;
	padding:0 0 4px 0;
}
#board2 ul{
	width:100%;
	overflow:hidden;
	padding:14px 0 0 0;
}
#board2 li{
	float:left;
	padding:0 0 0 15px;
}
#board2 li img{
	float:left;

}
/* BODY */

#body{
	width:100%;
	background:#fff url(images/bgr_body.png) repeat-x;
	overflow:hidden;
	padding:0 0 50px 0;
}
#content{
	width:605px;
	float:left;
	padding:15px 22px 30px 22px;
	border:1px solid #e3e3e3;
	background:#f3f3f3 url(images/bgr_content.png) repeat-x;
	margin:24px 0 0 22px;
}
#sidebar{
	width:287px;
	float:right;
	padding:20px 22px 0 0;
}
/* post */
.post{
	width:100%;
	margin:0 0 30px 0;
}
.post .post_top{
	padding:0 0 10px 0;
	border-bottom:1px solid #c2c2c2;
}
.post .post_title{
	width:100%;
	overflow:hidden;
}
.post_title h2{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#253f17;
	font-weight:normal;
	margin:0 0 10px 0;
}
.post_title h2 a{
	color:#253f17;
}
.post_top p{
	color:#898989;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.6em;
}
.post_author{
	background:url(images/ico_post_auth.gif) no-repeat left center;
	padding:2px 0 2px 20px;
}
.post_author a, .post_author b{
	text-decoration:underline;
	color:#47010C;
}
.post_author a:hover{
	text-decoration:none;
}
.post_cat{
	background:url(images/ico_post_cat.gif) no-repeat left center;
	padding:2px 0 2px 20px;
}
.post_cat a{
	text-decoration:underline;
	color:#47010C;
	font-weight:bold;
}
.post_cat a:hover{
	text-decoration:none;
}
.post_comm{
	background:url(images/ico_post_comm.gif) no-repeat left center;
	padding:2px 0 2px 20px;
}
.post_comm a{
	color:#898989;
}
.post_comm b{
	color:#47010C;
}
.entry{
	line-height:20px;
	font-size:12px;
	width:100%;
	overflow:hidden;
	padding:8px 0 10px 0;
}
.entry img{
	border:2px solid #595959;
	margin:6px 8px 0px 8px;
}
.entry p{
	padding-bottom:15px;
}
.entry strong{
	color:#3D3D3D;
}
.entry p a{
	color:#47010C;
	font-weight:bold;
	text-decoration:underline;
}
.entry p a:hover{
	text-decoration:none;
}
.entry p a.more-link{
	width:563px;
	overflow:hidden;
	padding:6px 30px 6px 10px;
	text-decoration:underline;
	font-weight:bold;
	color:#47010C;
	border:1px solid #dadada;
	background:#ebebeb url(images/ico_more.gif) no-repeat right center;
	display:block;
	text-align:right;
	margin:14px 0 0 0;
}
.entry p a.more-link:hover{
	text-decoration:none;
}
.post-page{
}
h2.page_title{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#253f17;
	font-weight:normal;
	border-bottom:1px solid #c6c6c6;
	padding:0 0 5px 0;
}

.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:#253f17;
	display:block;
	font-weight:normal;
}
.post-page .entry h1{
	font-size:26px;
	padding:0 0 14px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post-page .entry h2{
	font-size:24px;
	padding:0 0 14px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post-page .entry h3{
	font-size:22px;
	padding:0 0 12px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post-page .entry h4{
	font-size:20px;
	padding:0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post-page .entry h5{
	font-size:18px;
	padding:0 0 8px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post-page .entry h6{
	font-size:16px;
	padding:0 0 6px 0;
}
/*sidebar_box*/
.sidebar_box{
	width:100%;
	overflow:hidden;
}
.sidebar_box h2{
	color:#253f17;
	font-size:23px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0 0 10px 0;
	letter-spacing:-1px;
}
.sidebar_box_body{
	width:239px;
	overflow:hidden;
	padding:14px 24px 30px 24px;
	border-top:5px solid #47010C;
<!-- 	background:url(images/bgr_sidebar_box_body.png) repeat-x; -->

}
#sidebar_specialities ul{
}
#sidebar_specialities ul li{
	padding:8px 0 9px 0;
	font-size:12px;
	line-height:1.3em;
	color:#7b7b7b;
	font-weight:bold;
	background:url(images/ico_dot.gif) repeat-x left bottom;
}
#sidebar_specialities ul li.last{
	background:none;
}
#sidebar_specialities ul li a{
	background:url(images/ico_serv.gif) no-repeat left 4px;
	padding:2px 0 2px 20px;
	display:block;
	color:#7b7b7b;
}
#sidebar_portfolio ul{
}
#sidebar_portfolio ul li{
	padding:8px 0 9px 0;
	font-size:12px;
	line-height:1.3em;
	color:#3D3D3D;
	background:transparent;
}
#sidebar_portfolio ul li.last{
	background:none;
}
#sidebar_portfolio ul li a{
	background:transparent;
	padding:2px 0 2px 20px;
	display:block;
	color:#3D3D3D;
}
#sidebar_portfolio img{
	float:left;
	width:97px;
	height:97px;
	border:2px solid #595959;
	margin:7px 10px 0 0;
}
#sidebar_gallery ol{
	float:left;
	list-style:none;
	padding:10px 0 0 0;
}
#sidebar_gallery ol li{
	float:left;
	padding:0 16px 16px 0;
	list-style:none;
}
#sidebar_gallery ol li.last{
	padding:0 0 16px 0;
}
#sidebar_gallery ol li img{
	float:left;
	border:2px solid #595959;
	width:106px;
	height:69px;
}
#sidebar_gallery p{
	text-align:right;
	font-weight:bold;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar_gallery p a{
	color:#47010C;
	text-decoration:underline;
}
#sidebar_gallery p a:hover{
	text-decoration:none;
}
/*board_home*/
#board_home{
	width:906px;
	border:1px solid #e2e2e2;
	background:#f3f3f3 url(images/bgr_board_home.png) repeat-x;
	padding:14px 24px 14px 24px;
	margin:25px 0 24px 24px;
}
#board_home_inner{
	width:100%;
	overflow:hidden;
	background:url(images/bgr_board_home_inner.gif) repeat-y;
}
#home_welcome{
	float:left;
	width:598px;
}
#home_welcome h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:normal;
	color:#253f17;
	margin:0 0 10px 0;
}
#home_welcome p{
	font-size:13px;
	line-height:1.6em;
	padding:0 0 15px 0;
	color:#313131;
}
#home_clients{
	float:right;
	width:270px;
}
#home_clients h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:normal;
	color:#253f17;
	margin:0 0 10px 0;
}
#home_clients p, #home_clients cite{
	font-size:13px;
	line-height:1.6em;
	padding:0 0 15px 0;
	color:#313131;
	font-style:italic;
}
#home_clients cite strong, #home_clients cite a{
	color:#47010C;
	font-weight:bold;
}
/*block_home*/
#block_home{
	width:956px;
	overflow:hidden;
	margin:0 0 0 24px;
}
#block_home #sidebar_specialities2{
	width:647px;
	float:left;
}
#block_home #sidebar_specialities2 .sidebar_box_body{
	width:599px;
}
#block_home #sidebar_gallery{
	width:287px;
	float:right;
}
#block_home #sidebar_gallery .sidebar_box_body{
	width:239px;
}
#sidebar_specialities2 ul{
	width:100%;
	overflow:hidden;
	padding:10px 0 10px 0;
}
#sidebar_specialities2 li{
	float:left;
	width:284px;
	padding:0 30px 0 0;
	color:#3D3D3D;
	font-size:13px;
	line-height:1.5em;
}
#sidebar_specialities2 .last{
	padding:0;
}
#sidebar_specialities2 img{
	float:left;
	width:97px;
	height:97px;
	border:2px solid #595959;
	margin:7px 10px 0 0;
}
#sidebar_specialities2 a{
	color:#47010C;
	text-decoration:underline;
}
#sidebar_specialities2 h3{
	font-size:13px;
}
#sidebar_specialities2 a:hover{
	text-decoration:none;
}

/*footer_menu*/
#footer_menu{
	width:100%;
	overflow:hidden;
	background:#000000;
	border-top:5px solid #252525;
	padding:20px 0 22px 0;
}
#footer_menu ul{
	text-align:center;
}
#footer_menu li{
	display:inline;
	color:#c7c4c2;
	font-size:13px;
	line-height:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/bgr_footer_menu_li.gif) no-repeat left center;
	padding:0 0 0 29px;
}
#footer_menu li.first{
	padding:0;
	background:none;
}
#footer_menu a{
	color:#c7c4c2;
}
/* FOOTER */
#footer{
	width:100%;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	padding:18px 0 24px 0;
}
#footer_right{
	text-align:center;
}
#footer ul{
	padding:0 0 14px 0;
}
#footer li{
	font-size:13px;
	color:#fff;
	padding:0 0 0 11px;
	background:url(images/bgr_footer_li.gif) no-repeat left center;
	display:inline;
}
#footer li.first{
	padding:0;
	background:none;
}
#footer li a{
	color:#fff;
}
#footer p{
	font-size:13px;
	color:#fff;
}
#footer p a{
	color:#ffffff;
	text-decoration:underline;
}
#footer p a:hover{
	text-decoration:none;
}
/* FOOTER2 */
#footer2{
	width:100%;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/footerlp.png) no-repeat left center;
	padding:18px 0 24px 0;
}
#footer2_right{
	text-align:center;
}
#footer2 ul{
	padding:0 0 14px 0;
}
#footer2 li{
	font-size:13px;
	color:#fff;
	padding:0 0 0 11px;
	background:url(images/footerlp.png) no-repeat left center;
	display:inline;
}
#footer2 li.first{
	padding:0;
	background:none;
}
#footer2 li a{
	color:#fff;
}
#footer2 p{
	font-size:13px;
	color:#fff;
}
#footer2 p a{
	color:#ffffff;
	text-decoration:none;
}
#footer2 p a:hover{
	text-decoration:underline;
}
/* 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%;
	border:2px solid #595959;
	}

/*	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:#3D3D3D;
	font-size:13px;
	line-height:1.8em;
	}
.navigation a{
	color:#3D3D3D;
	font-size:13px;
	}
.wp-pagenavi{
	background:#f7f7f7;
	padding:10px 15px 10px 15px;
	text-align:center;
	border:1px solid #dedede;
	font-family:Arial, Helvetica, sans-serif;
}
.wp-pagenavi a {
	padding: 6px; 
	margin: 2px;
	color:#3D3D3D;
}
.wp-pagenavi span.pages {
	padding: 6px; 
	margin: 2px;
	background:#636363;
	color:#fff;
}
.wp-pagenavi span.current {
	padding: 6px; 
	margin: 2px;
	background:#47010C;
	color:#fff;
}
.wp-pagenavi span.extend {
	padding: 6px; 
	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 15px 10px;
	list-style: none;
	padding:15px 15px 15px 20px;
	background:#f5f5f5;
	border:1px solid #d3d3d3;
	} 

.entry ul li {
	border-bottom:1px solid #d3d3d3;
	background:url(images/ico-entry2.gif) no-repeat left 14px;
	padding:7px 0 7px 15px;
	}

.entry ol {
	margin: 0 10px 15px 10px;
	padding:15px 15px 15px 40px;
	background:#f5f5f5;
	border:1px solid #d3d3d3;
	}

.entry ol li {
	margin: 0;
	padding:7px 0 7px 0;
	border-bottom:1px solid #d3d3d3;
	}

.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:#253f17;
	font-weight:normal;
	border-bottom:1px solid #c2c2c2;
	padding:0 0 10px 0;
	margin:0 0 10px 25px;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist .comment {
	margin: 15px 0 0 25px;
	padding: 10px 15px 20px 15px;
	list-style: none;
	border:1px solid #bfbfbf;
	background:#f8f8f8;
	}

.commentlist .alt {
	border:1px solid #e5ded7;
	background:#efefef;
	}

.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 #595959;
}

#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:79px;
	height:20px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	padding:0 0 5px 0;
	color:#636363;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	}
.commentmetadata a{
	color:#47010C;
}
.commentmetadata span{
	color:#47010C;
	font-size:20px;
}

.commentmet_text{
	font-size:13px;
	line-height:1.6em;
}

#respond{
	margin:40px 0 0 25px;
}

h3#respond_title{
	font-size:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3D3D3D;
	font-weight:normal;
	border-bottom:1px solid #c2c2c2;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
}

#commentform{
	color:#3D3D3D;
	font-size:12px;
	width:90%;
	font-family:Verdana, Geneva, sans-serif;
	margin:0 0 0 15px;
}

#commentform small{
	position:relative;
	top:-1px;
	font-size:12px;
}
#cancel-comment-reply-link{
	font-size:12px;
	color:#3D3D3D;
	margin:0 0 0 15px;
	font-family:Verdana, Geneva, sans-serif;
}

#commentform a, #commentform small{
	color:#3D3D3D;
}

#commentform input{
	background:#fbfbfb;
	border:3px solid #cac4c0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	color:#3D3D3D;
}

#commentform textarea{
	background:#fbfbfb;
	border:3px solid #cac4c0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	margin:5px 0 0 0;
	color:#3D3D3D;
	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;
	color:#253f17;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #cccccc;
}

.page_archives_div ul h2{
}

.page_archives_div ul{
	margin:0 0 40px 0;
	font-family:Verdana, Geneva, sans-serif;
}

.page_archives_div ul li{
	margin:0px;
	padding:8px 0 8px 5px;
	list-style:none;
	border-bottom:1px solid #cccccc;
}

.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:#3D3D3D;
	font-size:13px;
	padding:0 0 0 15px;
	background:url(images/bgr_page_archives_div.gif) no-repeat left 2px;
}


.wpcf7{
	width:100%;
	text-align:left;
}
.wpcf7 p{
	font-size:11px;
	color:#3D3D3D;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	margin:0 0 0 10px;
}
.wpcf7 .text, .wpcf7 select{
	color:#3D3D3D;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	border:2px solid #cdcdcd;
	background:#fff;
	padding:4px;
	width:280px;
}
.wpcf7 select{
	width:292px;
}
.wpcf7 textarea.text{
	width:470px;
	overflow:auto;
}
.wpcf7 input.submit{
	background:url(images/button_submit.gif) no-repeat;
	width:85px;
	height:35px;
	display:block;
	text-indent:-9999em;
	text-transform:capitalize;
	border:0;
}

.articles{
	width:100%;
	overflow:hidden;
	padding:20px 0 0 0;
}
.articles h3{
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.articles .aka_half{
	padding:0 20px 0 20px;
	width:250px;
}
.articles ul{
	margin:0 0 20px 0;
}
.articles ul li{
	font-size:12px;
	line-height:1.4em;
	color:#3D3D3D;
	background:url(images/ico_art_list.gif) no-repeat left 6px;
	padding:0 0 10px 16px;
}
.articles ul li a{
	color:#3D3D3D;
}

.post_box{
	width:563px;
	background:#efefef;
	border:1px solid #d7d7d7;
	padding:20px;
	overflow:hidden;
	margin:0 0 15px 0;
}
.post_box h2{
	font-size:27px;
	line-height:1.0em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#253f17;
	margin:0 0 6px 0;
	clear:both;
	width:100%;
	overflow:hidden;
}
.post_box ul{
	float:left;
	width:230px;
	padding:0 45px 0 0;
}
.post_box ul li{
	border-bottom:1px solid #d7d7d7;
	font-size:13px;
	color:#3D3D3D;
	line-height:1.5em;
	padding:7px 0 7px 0;
}
.post_box ul li a{
	background:url(images/ico_ab_list.gif) no-repeat left 6px;
	display:block;
	color:#3D3D3D;
	padding:0 0 0 13px;
}
.post_box ul li.last{
	border-bottom:0;
	padding:7px 0 0 0;
}

.contact_form_top {
	color:#253F17;
	font-size:21px;
	line-height:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 6px 6px 0;
	letter-spacing:-1px;
        margin:0 0 6px 0;
}