/*  
Theme Name: vlf
Version: 1.1.0
Description: Theme Description
Author: AmixStudio
Author URI: http://www.amixstudio.com

*/

/* Default styles */
@import "css/reset.css";

/* Defaults */
a{ color: #008dd9; text-decoration: none; }
a:hover{ text-decoration: underline; }
body{ font: 13px Arial,Helvetica,Sans-serif; line-height: 1.5em; color: #000000; background: #fff url(images/bgr_main.png) repeat-x;}
body.home{ background: #fff url(images/bgr_main_home.png) repeat-x; }

h1, h2, h3, h4, h5, h6{ margin: 0; font-family: Arial,Helvetica,Sans-serif; color: #008dd9; }
h1{font-size: 32px;} h2{font-size: 24px;} h3{font-size: 17px;} h4{font-size: 16px;} h5{font-size: 14px;} h6{font-size: 13px;}

p{margin: 0;}

input, select, textarea{font-family: Arial,Helvetica,Sans-serif; font-size: 12px;}
textarea{overflow: auto;}

/* Hyperlinks */

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited{ text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{text-decoration: underline;}

/* Wrapper */
.wrapper{
	margin:0 auto;
	width:1000px;
}

/* Header */
#header{
	width:100%;
	height: 98px;
	overflow: hidden;
}
#header .logo{
	padding: 20px 0 0 30px;
	float: left;
}
#logo{
	display: block;
	cursor: pointer;
	width: 351px;
	height: 64px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999em;
}
#header .logo p{
	position: absolute;
	left: -9999em;
	top: -9999em;
}
#header .fr{
	width: 350px;
	padding: 21px 0 0 0;
}
#header .book{
	width: 320px;
	height: 35px;
	overflow: hidden;
	background: url(images/bgr_header_book.png) no-repeat;
}
#header .book p{
	float: left;
	padding: 10px 0 0 24px;
}
#header .book a{
	color: #fff;
	font-size: 11px;
	line-height: 1.3em;
	float: left;
	margin: 0 5px 0 0;
}
#header .book img{
	float: left;
	margin: 10px 0 0 0;
}
/* Mainmenu */
#mainmenu{
	width: 100%;
	height: 35px;
	z-index: 10;
	position: relative;
}
#mainmenu .menu-header{
	width: 100%;
	height: 35px;
	background: url(images/bgr_menu.png) no-repeat;
}
#mainmenu ul{
	float: left;
	background: url(images/bgr_menu_a.png) no-repeat right top;
	padding: 0 18px 0 0;
	white-space: nowrap;
}
#mainmenu ul li{
	float: left;
	font-size: 13px;
	line-height: 35px;
	font-weight: bold;
	background: url(images/bgr_menu_a.png) no-repeat;
	padding: 0 0 0 16px;
	position: relative;
}
#mainmenu ul li.menu-item-type-custom {
	background: none;
}
#mainmenu ul li.menu-item-type-custom.current-menu-item{
	background: url(images/bgr_menu_a.png) scroll left -140px no-repeat;
}

#mainmenu ul li.current-menu-item{
	background: url(images/bgr_menu_a.png) scroll left -70px no-repeat;
}

#mainmenu ul li.next_cur {
	background: url(images/bgr_menu_a.png) scroll left -35px no-repeat;
}

#mainmenu ul li.next_cur_cur{
	background: url(images/bgr_menu_a.png) no-repeat left -240px;
}

#mainmenu ul.next_cur{
	background: url(images/bgr_menu_a.png) no-repeat right -35px;
}
#mainmenu ul li a{
	float: left;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#mainmenu ul li.current-menu-item > a, #mainmenu ul li.next_cur_cur > a{
	background: url(images/bgr_menu_a.png) repeat-x left -105px;
	text-decoration: none;
	color: #fff!important;	
}
#mainmenu ul li a span{
	float: left;
	padding: 0 12px 0 12px;
}
#mainmenu ul li.has_child a span{
	background: url(images/bgr_menu_a.png) no-repeat right -175px;
}
#mainmenu ul li.has_child:hover a span{
	background: url(images/bgr_menu_a.png) no-repeat right -205px;
}
#mainmenu ul li ul{
	float: none;
	position: absolute;
	width: 183px;
	top: 38px;
	padding: 0;
	border: 1px solid #d2d2d2;
	padding: 1px 0 0 0;
	background: #fff url(images/bgr_menu_sub_ul.png) repeat-y;
	box-shadow: 2px 2px 1px #ccc;
	-moz-box-shadow: 2px 2px 1px #ccc;
	-webkit-box-shadow: 2px 2px 1px #ccc;
	z-index: 10;
	display: none;
}
#mainmenu ul li ul li{
	float: none;
	font-weight: normal;
	background: none;
	padding: 0 0 2px 0;
	background: url(images/bgr_menu_sub_ul_li.png) no-repeat left bottom!important;
}
#mainmenu ul li ul li:last-child{
	padding: 0;
	background: none;
	border-bottom: 1px solid #fff;
}
#mainmenu ul li ul li a{
	float: none;
	background: none!important;
	padding: 0;
	line-height: 31px;	
	width: 135px;
}
#mainmenu ul li ul li.current-menu-item > a, #mainmenu ul li ul li.next_cur_cur > a{
	color: #000!important;
}
#mainmenu ul li ul li a span{
	float: none;
	background: none!important;
	padding: 0 12px 0 12px;
	display: block;
}
#mainmenu ul li ul li a:hover{
	color: #008dd9;
	background: none!important;
}
#mainmenu ul li ul li.current-menu-item > a:hover, #mainmenu ul li ul li.next_cur_cur > a:hover{
	color: #008dd9!important;
}
#mainmenu ul li ul li.has_child > a > span{
	background: url(images/bgr_menu_a.png) no-repeat right -275px!important;
}
#mainmenu ul li ul li.has_child:hover > a > span{
	background: url(images/bgr_menu_a.png) no-repeat right -275px!important;
}
#mainmenu ul li ul li ul{
	left: 183px;
	top: -2px;
	display: none;
}

/* Body */
#body{
	width:945px;
	overflow: hidden;
	clear: both;
	margin: 0 0 0 30px;
	background: url(images/bgr_body.png) no-repeat right top;
	padding: 0 0 40px 0;
}
.home #body{
	width:100%;
	margin: 0;
	background: url(images/bgr_body_home.png) no-repeat right top;
	padding: 30px 0 20px 0;
}
#content{
	float:left;
}
.col_content{
	width:600px;
}
.col_fullwidth{
	float:none;
	width:940px;
}
#sidebar{
	float:right;
}
.col_sidebar{
	width:302px;
	margin: 47px 0 0 0;
}

.maintitle{
	width:100%;
	height: 76px;
	margin: 0 0 25px 0;
	overflow: hidden;
}
.maintitle h1{
	padding: 23px 0 0 0;
}
/* Post */
.post{
	width:100%;
	margin:0 0 35px 0;
}
#content .page{
	margin:0;
}
.post .title{
	width:100%;
	margin: 0 0 10px 0;
}
.post .title a:hover{
	color: #71b200;
	text-decoration: none;
}
.entry{
	width:100%;
	overflow:hidden;
	line-height:1.4em;
}
.entry a{
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.entry p{
	margin:0 0 12px 0;
}
.entry .font_size_17{
	font-size: 17px;
	line-height:1.4em;
}
.entry strong{
	color: #008dd9;
}
.entry h1{}  .entry h2{}  .entry h3{}  .entry h4{}  .entry h5{}  .entry h6{}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{	margin: 0 0 15px 0; font-weight: normal; }

.entry ul{ margin: 0 0 20px 0; padding: 0 0 0 40px; line-height:1.6em; }
.entry ul ul{ margin: 0; }
.entry ul li{ background: url(images/ico_list.gif) no-repeat left 5px; padding: 0 0 0 21px; }

.entry ol{ margin: 0 0 20px 0; padding: 0 0 0 60px; line-height:1.6em; }
.entry ol ol{ margin: 0; }
.entry  ol li{ list-style-type: decimal; color: #008dd9; }
.entry  ol li span{ color: #000;}
.entry  ol li ol li{ list-style-type: decimal; }

.page-template-template-fullwidth-php ul, .page-template-template-fullwidth-php ol{
	 width: 60%;
}

.entry .list_bookmarks{
	padding: 0;
}
.entry .list_bookmarks li.linkcat{
	list-style: none;
}
.entry .list_bookmarks li.linkcat li{
	list-style:disc;
}

img.wp-smiley{ padding: 0; border: none; }

.entry .alignleft{ float: left; width: auto; margin: 10px 15px 10px 0; }
.entry .alignright{ float: right; width: auto; margin: 10px 0 10px 15px; }
.entry .aligncenter{ text-align: center; }

.entry .wp-caption{ padding: 1px; text-align:center; background:#F8F8F4; border: solid 1px #e6e6e6; margin: 0 0 15px 0; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text{ margin:0; padding:0; font-size:11px; text-align:center; }

.entry img{
	padding: 1px;
	border: 1px solid #d2d2d2;
}

/* Sidebar */
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:13px;
	line-height:1.5em;
}
.sidebar_widgets .widgettitle{
	font-size:17px;
	line-height:1.3em;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.sidebar_widgets .title{
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.sidebar_widgets .widget{
	margin: 0 0 20px 0;
}
.sidebar_widgets .widget .top{
	width: 100%;
	height: 6px;
	line-height: 0;
	background: url(images/bgr_widget_top.png) no-repeat;
}
.sidebar_widgets .widget .end{
	width: 100%;
	height: 8px;
	line-height: 0;
	background: url(images/bgr_widget_end.png) no-repeat;
}
.sidebar_widgets .widget .inner{
	width: 100%;
	background: url(images/bgr_widget_inner.png) repeat-y;
}
.sidebar_widgets .widget .inner2{
	width: 273px;
	margin: 0 0 0 1px;
	padding: 10px 10px 10px 15px;
	background: url(images/bgr_widget_inner2.png) no-repeat;
	overflow: hidden;
}
.sidebar_widgets .widget ul{
}
.sidebar_widgets .widget ul li{
	padding: 0 0 5px 0;
}
.sidebar_widgets .widget ul ul{
	margin: 5px 0 0 15px;
}
.sidebar_widgets .widget ul li ul li{
	border-bottom: 0;
	margin: 0;
}

/* Text widget */
.textwidget{ padding: 5px 0; }
.textwidget p{ padding: 5px 0 5px 0; }

/*sidebar_video*/
.sidebar_video{
	width: 300px;
	height: 221px;
	overflow: hidden;
	background: url(images/bgr_sidebar_video.png) no-repeat;
	margin: 0 0 7px 0;
}
.sidebar_video .inner{
	width: 280px;
	height: 180px;
	overflow: hidden;
	margin: 10px auto;
}

/*widget_testimonial*/
.widget_testimonial .testimonial{
	width: 205px;
	padding: 5px 0 5px 63px;
	background: url(images/bgr_widget_testimonial.png) no-repeat;
}
.widget_testimonial .testimonial q{
	font-style: italic;
	color: #767676;
	padding: 0 0 10px 0;
	display: block;
}
.widget_testimonial .testimonial cite{
	font-size: 12px;
	font-style: normal;
	color: #71b200;
	display: block;
}

/*widget_contact*/
.widget_contact{
	width: 100%;
	height: 92px;
	background: url(images/bgr_widget_contact.png) no-repeat;
}
.widget_contact .block{
	width: 205px;
	padding: 16px 0 0 79px;
}
.btn{
	display: block;
	cursor: pointer;
	text-indent: -9999em;
	width: 116px;
	height: 32px;
}
.btn_contact{
	background: url(images/btn_contact.png) no-repeat;
}

/*widget_signup*/
.widget_signup .signup{
	width: 210px;
	padding: 0 0 5px 63px;
	background: url(images/bgr_widget_signup.png) no-repeat;
}
.widget_signup .input{
	width: 188px;
	height: 22px;
	background: url(images/bgr_widget_signup_input.png) no-repeat;
	margin: 0 0 4px 0;
	padding: 4px 0 0 8px;
}
.widget_signup .input input{
	color: #a2a2a2;
	padding: 2px;
	font-size: 13px;
	border: 0;
	background: #fff;
	width: 180px
}

/*widget_vcard*/
.widget_vcard ul{
	width: 100%;
	overflow: hidden;
}
.sidebar_widgets .widget_vcard ul li{
	width: 100%;
	overflow: hidden;
	padding: 5px 0 5px 0;
}
.widget_vcard .email a{
	color: #000;
}
.widget_vcard .label{
	float: left;
	width: 69px;
	color: #767676;
}
.widget_vcard .value{
	float: left;
	width: 204px;
}
.widget_vcard .vcard a{
	background: url(images/ico_vcard.png) no-repeat left center;
	padding: 0 0 0 34px;
	display: block;
	line-height: 24px;
}
.widget_vcard .facebook a{
	background: url(images/ico_facebook.png) no-repeat left center;
	padding: 0 0 0 34px;
	display: block;
	line-height: 24px;
}
.widget_vcard .linkedin a{
	background: url(images/ico_linkedin.png) no-repeat left center;
	padding: 0 0 0 34px;
	display: block;
	line-height: 24px;
}

/* Searchform */
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

/*gform_wrapper*/
#body .gform_wrapper{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px 0;
}
#body .gform_wrapper .validation_error{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px 0;
	color: red;
}
#body .gform_wrapper .validation_message{
	width: 356px;
	overflow: hidden;
	padding: 12px 0 0 160px;
	color: red;
	clear: both;
}
#body .gform_wrapper .instruction{
	padding: 0;
	margin: 0;
	left: -5px;
	position: relative;
}
#body .gform_wrapper ul{
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#body .gform_wrapper ul li{
	padding: 0;
	margin: 0;
	background: none;
}
#body .gform_wrapper ul .gfield{
	width: 100%;
	overflow: hidden;
	margin: 0 0 8px 0;
}
#body .gform_wrapper .gfield_label{
	float: left;
	width: 148px;
	padding: 0 12px 0 0;
	text-align: right;
}
#body .gform_wrapper .gfield_label span{
	color: red;
}
#body .gform_wrapper .ginput_container{
	float: left;
	width: 356px;
}
#body .gform_wrapper .ginput_input .ginput_container{
	width: 350px;
	height: 23px;
	background: url(images/bgr_ginput_container.gif) no-repeat;
	padding: 3px 0 0 6px;
}
#body .gform_wrapper .ginput_input .ginput_container input, #body .gform_wrapper .ginput_input2 .ginput_left input, #body .gform_wrapper .ginput_input2 .ginput_right input, #body .gform_wrapper .ginput_textarea .ginput_container textarea{
	width: 340px;
	padding: 2px;
	font-size: 13px;
	background: #fff;
	border: 0;
}
#body .gform_wrapper .ginput_input2 .ginput_left{
	width: 168px;
	height: 23px;
	background: url(images/bgr_ginput_container_small.gif) no-repeat;
	padding: 3px 0 0 6px;
	float: left;
}
#body .gform_wrapper .ginput_input2 .ginput_right{
	width: 168px;
	height: 23px;
	background: url(images/bgr_ginput_container_small.gif) no-repeat;
	padding: 3px 0 0 6px;
	float: right;
}
#body .gform_wrapper .ginput_input2 .ginput_left input, #body .gform_wrapper .ginput_input2 .ginput_right input{
	width: 160px;
}
#body .gform_wrapper .ginput_input2 .ginput_left label, #body .gform_wrapper .ginput_input2 .ginput_right label{
	display: none;
}
#body .gform_wrapper .ginput_textarea .ginput_container{
	width: 350px;
	height: 143px;
	background: url(images/bgr_ginput_container_textarea.gif) no-repeat;
	padding: 3px 0 0 6px;
}
#body .gform_wrapper .ginput_textarea .ginput_container textarea{
	height: 130px;
	overflow: auto;
}
#body .gform_wrapper .ginput_checkbox .gfield_label{
	display: none;
}
#body .gform_wrapper .ginput_checkbox .gfield_checkbox{
	width: 100%;
	overflow: hidden;
}
#body .gform_wrapper .ginput_checkbox .gfield_checkbox label{
	float: left;
	width: 148px;
	padding: 0 12px 0 0;
	text-align: right;
}
#body .gform_wrapper .ginput_checkbox .gfield_checkbox small{
	font-size: 10px;
	display: block;
}
#body .gform_wrapper .gform_footer .button{
	background: url(images/btn_submit.gif) no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: -9999em;
	text-transform: capitalize;
	display: block;
	width: 116px;
	height: 32px;
	margin: 0 0 0 162px;
	cursor: pointer;
}
#body .gform_wrapper .checkbox{
	width: 23px;
	height: 22px;
	background: url(images/ico_checkbox.gif) no-repeat;
	display: inline-block;
	cursor: pointer;
}

/*home_banner*/
#home_banner{
	width: 470px;
	margin: 0 0 23px 30px;
}
#home_banner h1{
	text-transform: uppercase;
	font-size: 30px;
}
#home_banner .entry{
	width: 455px;
	font-size: 15px;
	line-height: 1.6em;
}
#home_banner .entry p{
	padding: 10px 0 0 0;
	margin: 0;
}
#home_banner .entry p.link{
	width: 100%;
	overflow: hidden;
	padding: 0;
}
.btn_find_out{
	width: 146px;
	height: 37px;
	background: url(images/btn_find_out.png) no-repeat;
	float: right;
}

/*home_banners*/
#home_banners{
	width: 100%;
	height: 198px;
	overflow: hidden;
	background: url(images/bgr_home_banners.png) no-repeat;
	margin: 0 0 25px 0;
}
#home_banners .fl{
	width: 220px;
	padding: 30px 0 0 238px;
}
#home_banners .fr{
	width: 230px;
	padding: 30px 64px 0 0;
}
#home_banners h1{
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}
#home_banners h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 0 0;
}
#home_banners p{
	color: #fff;
	font-weight: bold;
	width: 220px;
	padding: 10px 0 0 0;
}
#home_banners p.link{
	width: 198px;
	overflow: hidden;
	padding: 20px 0 0 0;
}
.btn_click_here{
	background: url(images/btn_click_here.png) no-repeat;
	float: right;
}

/*home_pages*/
#home_pages{
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
}
#home_pages .fl{
	width: 448px;
}
#home_pages .fr{
	width: 448px;
}
#home_pages h2{
	font-size: 24px;
	border-bottom: 8px solid #ebebeb;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

/* Footer */
.wrapper_footer{
	background: #e7e7e7 url(images/bgr_footer.gif) repeat-x;
	padding: 25px 0 25px 0;

}
#footer{
	width:1000px;
	overflow:hidden;
	margin: 0 auto;
	text-shadow: 1px 1px 0px #fff;
}
#footer .fl{
	padding: 0 0 0 30px;
}
#footer .fr{
	width: 460px;
}
#footer p{
	color: #828282;
	font-size: 12px;
	line-height: 1.3em;
	padding: 12px 0 0 0;
}
#footer p.first{
	padding: 0;
}
#footer p a{
	color: #000;
}
#footer h3{
	color: #000;
	font-size: 14px;
	line-height: 1.2em;
}
#footer ul{
	padding: 10px 0 0 0;
	float: left;
	width: 460px;
}
#footer li{
	float: left;
	color: #008dd9;
	font-size: 14px;
	line-height: 1.3em;
	padding: 0 0 0 21px;
	background: url(images/bgr_footer_q.gif) no-repeat left center;
}
#footer li.first{
	background: none;
	padding: 0;
}
#footer li a{
	color: #008dd9;
	float: left;
}
.footer_tooltip{
	position: absolute;
	width: 207px;
	z-index: 10;
}
.footer_tooltip .top{
	width: 100%;
	height: 8px;
	background: url(images/bgr_footer_tooltip_top.png) no-repeat;
	line-height: 0;
}
.footer_tooltip .inner{
	width: 181px;
	background: url(images/bgr_footer_tooltip_inner.png) repeat-y;
	padding: 0 10px 0 16px;
	font-size: 11px;
	line-height: 1.3em;
	color: #000;
}
.footer_tooltip p{
	padding: 2px 0 4px 0;
}
.footer_tooltip .end{
	width: 100%;
	height: 22px;
	background: url(images/bgr_footer_tooltip_end.png) no-repeat;
	line-height: 0;
}
#footer_tooltip_01{
	margin: -40px 0 0 540px;
}
#footer_tooltip_02{
	margin: 0px 0 0 650px;
}
#footer_tooltip_03{
	margin: 40px 0 0 760px;
}
#footer_tooltip_04{
	margin: 60px 0 0 870px;
}

/* Begin Images */
p img{
	padding: 0;
	max-width: 100%;
}
img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright{
	display: inline;
}
img.alignleft{
	display: inline;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}

/* Respond */
#respond{
	margin:20px 0 20px 0;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond h3{
	font-size:20px;
	font-weight:normal;
}
.cancel-comment-reply{
	font-size:12px;
	padding: 5px 0 0 0;
}
.cancel-comment-reply a{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	font-size:12px;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a{
	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;
}
#commentform input{
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	font-size:12px;
	color:#666;
}
#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 5px;
	overflow:auto;
	border:1px solid #ccc;
	font-size:12px;
	margin:5px 0 0 0;
	color:#666;
}
#commentform #submit{
	font-size:12px;
	line-height:1.6em;
	background:#b3b3b3;
	color:#fff;
	padding:2px 6px 2px 6px;
	border:0;
	margin:5px 0 0 0;
	cursor:pointer;
}

/* Comments*/
#comments{
	font-size:20px;
	font-weight:normal;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
}
.commentlist li{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ececec;
	background:#f6f6f5;

}
.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:12px;
	line-height:1.5em;
}
.commentlist .children{ padding: 0; }

#commentform p{
	margin: 5px 0;
}
.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:12px;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:12px;
	line-height:1.6em;
}
.commentlist .reply{
	text-align:right;
}
.commentlist .reply a{
	font-size:12px;
	line-height:1.6em;
	background:#b3b3b3;
	color:#fff;
	padding:2px 6px 2px 6px;
}
.commentlist .reply a:hover{
	text-decoration:none;
	background:#c6c4c4;
}
.comment-author{
	font-size:14px;
	margin:0 0 10px 0;
}
.comment-author img{
	border:2px solid #b8b8b5;
}
.commentlist .fn{
	position:relative;
	top:-10px;
	left: 10px;
	text-transform:capitalize;
}
.commentlist .says{
	position:relative;
	top:-10px;
	left: 10px;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* Various Tags & Classes */
acronym, abbr, span.caps{
	cursor: help;
}
acronym, abbr{
	border-bottom: 1px dashed #dfcfba;
}
blockquote{
	margin: 15px 0 20px 0;
	padding:15px 15px 5px 20px;
	border-left: 5px solid #bdbdbd;
}
blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
hr{
	display: none;
}
.nopost, .nocomments{
	text-align:center;
}

/* Pagenation */
.pagenation{
	width:100%;
	overflow:hidden;
}
.single .pagenation{
}
.pagenation a{
}
