/*  
Theme Name: Printer
Version: 1.0.0
Description: Theme Description
Author: AmixStudio
Author URI: http://www.amixstudio.com

*/

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

/* Defaults */
a{ color: #6aab57; text-decoration: none; }
a:hover{ text-decoration: underline; }
body{ font: 12px Verdana, Geneva, sans-serif; line-height: 1.5em; color: #000; background: #f0f0f0 url(images/bgr_main.png) repeat-x; }

h1, h2, h3, h4, h5, h6{ margin: 0; font-family: Verdana, Geneva, sans-serif; color: #000; }
h1{font-size: 20px;} h2{font-size: 18px;} h3{font-size: 16px;} h4{font-size: 14px;} h5{font-size: 12px;} h6{font-size: 12px;}

p{margin: 0;}

/* 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_top{
	background: url(images/bgr_wrapper_top.png) repeat-x;
}
.wrapper{
	margin:0 auto;
	width: 880px;
}

/* Header */
#header{
	width:100%;
	height: 111px;
	overflow: hidden;
	background: url(images/bgr_header.png) no-repeat;
}
#header .logo{
	float: left;
	padding: 18px 0 0 10px;
}
#logo{
	display: block;
	cursor: pointer;
	width: 500px;
	height: 100px;
	text-indent: -9999em;
	background: url(images/logo.png) no-repeat;
}
#header .logo p{
	position: absolute;
	top: -9999em;
	left: -9999em;
}
#header ul{
	float: right;
	padding: 38px 20px 0 0;
}
#header ul li{
	float: left;
	padding: 0 2px 0 2px;
	font-size: 10px;
	line-height: 1.3em;
}
#header ul li.pad{
	padding: 0 2px 0 12px;
}
#header ul li img{
	vertical-align: middle;
}
#header ul li span, #header ul li a{
	font-weight: bold;
	color: #0055a6;
}
#header ul li a{
	text-decoration: underline;
}
#header ul li a:hover{
	text-decoration: none;
}
/* Mainmenu */
#mainmenu{
	width: 100%;
	height: 59px;
	background: url(images/bgr_mainmenu.png) no-repeat;
}
#mainmenu ul{
	float: left;
	padding: 9px 0 0 30px;
}
#mainmenu ul li{
	float: left;
	padding: 0 0 0 15px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
#mainmenu ul li a{
	float: left;
	color: #fff;
}
#mainmenu ul li a span{
	float: left;
	cursor: pointer;
	line-height: 40px;
	padding: 0 10px 0 10px;
}
#mainmenu ul li a:hover, #mainmenu ul li.current_page_item a{
	color: #e0720e;
	text-decoration: none;
	background: url(images/bgr_mainmenu_a.png) no-repeat;
}
#mainmenu ul li a:hover span, #mainmenu ul li.current_page_item a span{
	background: url(images/bgr_mainmenu_a2.png) no-repeat right top;
}

/* Body */
#body{
	width:100%;
	background: url(images/bgr_wrapper.png) repeat-y;
}
#body_top{
	width: 860px;
	overflow:hidden;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #c0c0c0;
	padding: 15px 0 25px 0;
}
#content{
	float:right;
}
.col_content{
	width:600px;
	padding: 0 20px 0 0;
}
#body .col_fullwidth{
	float:none;
	width:850px;
	margin: 0 0 0 5px;
}
.col_post{
	width:820px;
	margin: 0 0 0 15px;
}
#sidebar{
	float:left;
}
.col_sidebar{
	width:200px;
	padding: 0 0 0 20px;
}

/* Post */
.post{
	width:100%;
	margin:0 0 35px 0;
}
.post_nopad{
	margin: 0 0 10px 0;
}
#content .page{
	margin:0;
}
.post .title{
	width:100%;
	margin: 0 0 15px 0;
}
.post .title h2{
	font-size:18px;
	line-height: 1.2em;
	color: #6aab57;
}
.post .title h2 a{
	color: #6aab57;
}
.entry{
	width:100%;
	overflow:hidden;
	font-size:14px;
	line-height:2em;
}
.entry a{
	text-decoration:underline;
}
.entry a:hover{
	text-decoration:none;
}
.entry p{
	margin:0 0 20px 0;
}
.entry .row{
	width:100%;
	overflow:hidden;
}
.entry .row_left{
	float: left;
	width: 425px;
}
.entry .row_right{
	float: right;
	width: 340px;
}
.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; color: #6aab57; }

.entry ul{ margin: 0 0 20px 0; padding: 0 0 0 10px; }
.entry ul ul{ margin: 0; }
.entry ul li{ background: url(images/ico_list.gif) no-repeat left 6px; padding: 0 0 0 15px; }
.entry ul.links li{ background: url(images/ico_list2.gif) no-repeat left 6px; padding: 0 0 0 15px; }

.entry ol{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ol ol{ margin: 0; }
.entry  ol li{ list-style-type: decimal; }
.entry  ol li ol li{ list-style-type: decimal; }

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; }
.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; }

/*ptable*/
.ptable{
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
	background: url(images/bgr_ptable.gif) repeat-y;
	font-family: Arial, HelvІetica, sans-serif;
}
.ptable_end{
	width: 100%;
	height: 11px;
	line-height: 0;
	overflow: hidden;
	background: url(images/bgr_ptable_end.gif) no-repeat;
}
.ptable_title{
	width: 100%;
	height: 30px;
	overflow: hidden;
	background: url(images/bgr_ptable_title.gif) no-repeat;
}
.ptable_title ul{
	float: left;
}
.ptable_title li{
	float: left;
	font-weight: bold;
	color: #0e66a3;
	line-height: 30px;
	text-align: center;
}
.ptable_title .p_rank{
	width: 73px;
}
.ptable_title .p_website{
	width: 163px;
}
.ptable_title .p_show{
	width: 77px;
}
.ptable_title .p_shipping{
	width: 103px;
}
.ptable_title .p_trustworthy{
	width: 97px;
}
.ptable_title .p_service{
	width: 120px;
}
.ptable_title .p_returns{
	width: 70px;
}
.ptable_title .p_coupons{
	width: 147px;
}
.ptable_body{
	width: 100%;
	overflow: hidden;
}
.ptable_body ul{
	width: 100%;
	height: 53px;
	overflow: hidden;
	border-top: 1px solid #90bee0;
}
.ptable_body li{
	float: left;
	color: #666666;
	text-align: center;
	height: 53px;
}
.ptable_body li a{
	color: #3366cc;
	text-decoration: underline;
}
.ptable_body li a:hover{
	text-decoration: none;
}
.ptable_body li img{
	vertical-align: middle;
}
.ptable_body .p_rank{
	width: 73px;
	font-weight: bold;
	color: #444444;
	line-height: 53px;
}
.ptable_body .p_website{
	width: 163px;
	line-height: 53px;
}
.ptable_body .p_show{
	width: 77px;
	padding: 10px 0 0 0;
}
.ptable_body .p_shipping{
	width: 103px;
	font-weight: bold;
	padding: 13px 0 0 0;
	line-height: 1.2em;
}
.ptable_body .p_trustworthy{
	width: 97px;
}
.ptable_body .p_service{
	width: 120px;
	line-height: 53px;
}
.ptable_body .p_returns{
	width: 70px;
	font-weight: bold;
	line-height: 53px;
}
.ptable_body .p_coupons{
	width: 127px;
	color: #555555;
	padding: 5px 10px 0 10px;
	text-align: left;
	line-height: 1.2em;
}
.ptable_body .p_coupons strong{
	display: block;
}
.ptable_body .p_coupons strong.yellow{
	color: #ff9900;
}
.ptable_body .p_coupons a{
	font-size: 11px;
}

/* Sidebar */
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:11px;
	line-height:1.5em;
}
.sidebar_widgets a{
	color: #000;
}
.sidebar_widgets .widgettitle{
	font-size:18px;
	color: #e0720e;
	line-height:1.3em;
	margin: 0 0 10px 0;
}
.sidebar_widgets .widget{
	margin: 0 0 20px 0;
	width: 100%;
	background: url(images/bgr_widget.gif) repeat-y;
}
.sidebar_widgets .widget_inner{
	width: 100%;
	background: url(images/bgr_widget_inner.gif) no-repeat;
}
.sidebar_widgets .widget_inner2{
	width: 180px;
	background: url(images/bgr_widget_inner2.gif) no-repeat left bottom;
	padding: 10px;
}
.sidebar_widgets .widget ul{
}
.sidebar_widgets .widget ul li{
	background: url(images/bgr_sidebar_widget_li.gif) repeat-x bottom;
	padding: 0 0 7px 0;
	margin: 0 0 5px 0;
}
.sidebar_widgets .widget ul ul{
	margin: 5px 0 0 15px;
}
.sidebar_widgets .widget ul li ul li{
	background: none;
	margin: 0;
}
.sidebar_widgets .widget ul li a{
	background: url(images/ico_sidebar_widget.gif) no-repeat left 4px;
	padding: 0 0 0 14px;
	display: block;
	margin: 0 0 0 5px;
}

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

/* Breadcrumb */
.breadcrumb{
	width: 100%;
	padding: 0 0 10px 0;
}

/* Search Block */
#search_block{
	width:100%;
	overflow:hidden;
	margin:0 0 20px 0;
}
#search_block fieldset{
	float:left;
}
#search_block .text{
	float:left;
	color:#777777;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:0 10px 0 0;
	width:100px;
}
#search_block .submit{
	float:left;
}

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

/* Footer */
#footer{
	width:820px;
	overflow:hidden;
	padding: 26px 30px 20px 30px;
	background:url(images/bgr_footer.png) repeat-y;
	font-size:10px;
	line-height:1.3em;
}
#footer ul{
	text-align: center;
}
#footer li{
	display:inline;
	padding:0 0 0 12px;
	color: #2e681d;
	text-transform:capitalize;
	background:url(images/bgr_footer_li.gif) no-repeat left center;
}
#footer li.first{
	background:none;
	padding:0;
}
#footer li a{
	color: #2e681d;
}
#footer p{
	padding:10px 0 0 0;
	text-align: center;
}
#footer p a{
	color:#646464;
}
#footer p.credit{
	color:#646464;
}
#footer p.copyrights{
	color:#000;
}
#footer p.copyrights a{
	color:#000;
}

/* 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:18px;
	font-weight:normal;
	color: #e0720e;
}
.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-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666;
}
#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 5px;
	overflow:auto;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:5px 0 0 0;
	color:#666;
}
#commentform #submit{
	font-size: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:18px;
	font-weight:normal;
	color: #e0720e;
}
.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;
	border-top: 1px solid #c0c0c0;
	padding: 20px 0 0 0;
}
.single .pagenation{
	padding: 0;
	border: 0;
}
.pagenation a{
}
