/*
Theme Name: Infomercial Hell
Author: Owen Marsh
Author URI: http://www.owenmarsh.com/
Description: The 2013 theme for Informercial Hell
*/

@font-face {
    font-family: 'asapbold';
    src: url('/wp-content/themes/infomercial-hell/fonts/asap-bold-webfont.eot');
    src: url('/wp-content/themes/infomercial-hell/fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/infomercial-hell/fonts/asap-bold-webfont.woff') format('woff'),
         url('/wp-content/themes/infomercial-hell/fonts/asap-bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/infomercial-hell/fonts/asap-bold-webfont.svg#asapbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'vagroundregular';
    src: url('/wp-content/themes/infomercial-hell/fonts/vag_round-webfont.eot');
    src: url('/wp-content/themes/infomercial-hell/fonts/vag_round-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/infomercial-hell/fonts/vag_round-webfont.woff') format('woff'),
         url('/wp-content/themes/infomercial-hell/fonts/vag_round-webfont.ttf') format('truetype'),
         url('/wp-content/themes/infomercial-hell/fonts/vag_round-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =Global Reset
------------------------------------------------------------- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ol, ul {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 20px;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* =Default
------------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	background:#fff url(/wp-content/themes/infomercial-hell/images/topbg.jpg) 0 0 repeat-x;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	font-family: 'vagroundregular', sans-serif;
	color: #000;
	font-weight: 400;
}
h1 {
	font-size: 3.3em;
	line-height: 1.30em;
}

h2 {
	font-size: 1.7em;
	line-height: 2em;
}
h3 {
	font-size: 0.95em;
	line-height: 1.1em;
}
h4 {
	font-size: 0.80em;
	line-height: 0.95em;
}
h5 {
	font-size: 0.75em;
	line-height: 0.80em;
	font-weight: 400;
}
h6 {
	font-size: 0.60em;
	line-height: 0.75em;
	font-weight: 700;
}
a, a:link, a:active, a:visited {
	color: #fa0304;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
a:hover {
	text-decoration: none;
	color: #FF8213;
}
a img {
	border: 0 none;
}
p {
	padding: 0 0 15px 0;
}
strong {
	font-weight: 700;
}
ul, ol {
	list-style: none;
}
textarea {
	resize: none;
}
input:focus {
	outline: none;
}


/* =Common Class
------------------------------------------------------------- */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearboth{
	clear: both;
}
.centered {
	text-align: center;
}
.aligncenter {
	margin: 0 auto;
}

/* =Basic Structure
------------------------------------------------------------- */
#globalwrapper {
	width: 100%;
	border-top: 4px solid #323232;
}
#pagetop {
	width: 1000px;
	margin: 0 auto;
	background: url(/wp-content/themes/infomercial-hell/images/page_topbg.png) 0 186px no-repeat;
}
#header {
	position: relative;
	z-index: 100;
	padding: 0 20px 18px;
	width: 960px;
	float: left;
}
#content {
	overflow: hidden;
	padding: 0 20px 20px;
	clear: both;
}
#footer {
	background: url(/wp-content/themes/infomercial-hell/images/topbg.jpg) 0 0 repeat-x;
	width: 100%;
	height: 230px;
	clear: both;
}

/* =Header
------------------------------------------------------------- */
.logo {
	background: url(/wp-content/themes/infomercial-hell/images/common_sprited.png) 0 0 no-repeat;
	width: 245px;
	height: 203px;
	display: block;
	float: left;
	position: absolute;
	z-index: 500;
	top: -4px;
	left: -15px;
	text-indent: -99999px;
}
.topad728 {
	background: url(/wp-content/themes/infomercial-hell/images/top_adbg.png) 0 0 no-repeat;
	width: 727px;
	height: 92px;
	float: right;
	margin: 36px 0 ;
	padding: 11px 10px;
}
.menu {
	clear: both;
	padding: 13px 0;
	
	width: 100%;
}
#nav {
	clear: both;
	float: left;
}
#nav li {
	float: left;
	padding: 12px 25px 12px 20px;
	background: url(/wp-content/themes/infomercial-hell/images/nav_dot.png) right center no-repeat;
}
#nav a {
	display: block;
	color: #e8b70e;
	text-shadow: 0px 1px 0px #cbcbcb;
	font-family: 'vagroundregular', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 33px;
	text-decoration: none;
}
#nav li a.activeitem{
	height: 33px;
	background: url(/wp-content/themes/infomercial-hell/images/nav_activebg.png) right -33px no-repeat;
	color: #ce2126;
	text-align: center;
	line-height: 35px;
	text-shadow: 0px 1px 0px #fff;
	padding: 0 9px 0 0;
}
#nav li a.activeitem span {
	background: url(/wp-content/themes/infomercial-hell/images/nav_activebg.png) 0 0 no-repeat;
	display: block;
	height: 33px;
	padding: 0 0 0 9px;
}
#nav a:hover {
	color: #CE2126;
}
#nav li a.navbtn:hover {
	color: #333;
}
.menuright {
	float: right;
	width: 285px;
	padding: 12px 0;
}
.iconrss {
	display: block;
	float: left;
	background: url(/wp-content/themes/infomercial-hell/images/common_sprited.png) -242px -245px no-repeat;
	width: 33px;
	height: 33px;
	text-indent: -9999px;
	margin: 0 20px 0 0;
}
.searchtxt {
	background: url(/wp-content/themes/infomercial-hell/images/common_sprited.png) 0 -245px no-repeat;
	width: 180px;
	height: 23px;
	padding: 5px 0px 5px 5px;
	border: 0 none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
}
.searchicon {
	border: 0 none;
	background: url(/wp-content/themes/infomercial-hell/images/common_sprited.png) -185px -245px no-repeat;
	width: 30px;
	height: 33px;
	float: left;
	cursor: pointer;
}


/* =Content Home
------------------------------------------------------------- */
.sideblock {
	width: 271px;
	float: left;
	margin: 0 0 0 5px;
}
.widget{
	
	margin: 0 0 20px 0;
}
/*.widget a{
	
	text-decoration: none;
}*/
.widget .widgettitle {
	background: url(/wp-content/themes/infomercial-hell/images/widget_title.png) 0 0 no-repeat;
	width: 271px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	padding: 0 10px;
	font-family: 'asapbold', sans-serif;
	font-size: 20px;
}
.widgetinner {
	padding: 18px;
	overflow: hidden;
	background: #f6edd9;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
}
.widgetinnerwhite {
	padding: 0 18px 18px 18px;
	overflow: hidden;
	background: #fff;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
}
.homesidead {
	background: #fff;
}
.sidead160 {
	margin: 0 auto;
	width: 160px;
	height: 600px;
	overflow: hidden;
}
.socialconnect a {
	display: block;
	width: 180px;
	height: 50px;
	padding: 0 0 0 57px;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: 700;
	text-decoration: none;
}
.socialconnect a span {
	background: url(/wp-content/themes/infomercial-hell/images/common_sprited.png) 0 -312px no-repeat;
	display: block;
	width: 163px;
	height: 50px;
	line-height: 48px;
	padding: 0 14px 0 7px;
	text-align: center;
}
.socialconnect a:hover {
	color: #fa0304;
} 
.subscribefb {
	background: url(/wp-content/themes/infomercial-hell/images/common_sprited.png) -533px 2px no-repeat;
}
.subscribetw {
	background: url(/wp-content/themes/infomercial-hell/images/common_sprited.png) -533px -60px no-repeat;
}
.subscriberss {
	background: url(/wp-content/themes/infomercial-hell/images/common_sprited.png) -533px -123px no-repeat;
}
.subscribeyt {
	background: url(/wp-content/themes/infomercial-hell/images/common_sprited.png) -533px -187px no-repeat;
}
.subscribeml {
	background: url(/wp-content/themes/infomercial-hell/images/common_sprited.png) -533px -251px no-repeat;
}
.subscribepnt {
	background: url(/wp-content/themes/infomercial-hell/images/common_sprited.png) -533px -315px no-repeat;
}
.grdnttitle, h1.grdnttitle {
	font-size: 48px;
	color: #cf4035;
	text-shadow: 0 1px rgba(0,0,0,0.7);
	padding: 0 0 10px 12px;
	line-height: 48px;
}
.grdnttitle.smalltitle{
	font-size: 30px!important;
	line-height: 1em!important;
}
.grdnttitle span {
	color: #ff8213;
}
.mainblock {
	float: right;
	width: 674px;
}
.featuredbox {
	padding: 0 10px 10px 10px;
	background: url(/wp-content/themes/infomercial-hell/images/shadow.png) center bottom no-repeat;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.featuredbox .grdnttitle {
	padding: 0px 0 10px 0;
}
.featuredthumb {
	float: right;
	padding: 0 0 25px 15px;
}
.socialshare {
	clear: both;
	padding: 10px 0 20px 0;
}
.socialshare  a {
	display: inline-block;
	width: 92px;
	height: 34px;
	text-indent: -99999px;
	margin: 0 5px;
}
.iconfbshare {
	background: url(/wp-content/themes/infomercial-hell/images/share_icon.png) 0 0 no-repeat;
}
.icontwshare {
	background: url(/wp-content/themes/infomercial-hell/images/share_icon.png) 0 -35px no-repeat;
}
.icongpshare {
	background: url(/wp-content/themes/infomercial-hell/images/share_icon.png) 0 -71px no-repeat;
}
.iconpinshare {
	background: url(/wp-content/themes/infomercial-hell/images/share_icon.png) 0 -107px no-repeat;
}
.postblock {
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	background: url(/wp-content/themes/infomercial-hell/images/shadow.png) center bottom no-repeat;
}
.blocktitle {
	background: url(/wp-content/themes/infomercial-hell/images/mainblock_sprite.png) 0 0 no-repeat;
	height: 61px;
	line-height: 61px;
	padding: 0 0 0 10px;
	font-size: 36px;
	color: #fff;
	text-shadow: 0 1px 1px #222;
}
.postblockinner {
	padding: 0 0;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	overflow: hidden;
}
.postblockfooter {
	clear: both;
	background: url(/wp-content/themes/infomercial-hell/images/mainblock_sprite.png) right bottom no-repeat;
	clear: both;
	padding: 10px 10px;
	min-height: 53px;
}
.postblockfooter a{
	margin: 0 10px 0 0;
	line-height: 45px;
}
.listthumb {
	width: 180px;
	height: 140px;
	float: left;
	padding: 0 15px 0 0;
}
.blocklist {
	padding: 0 10px;
}
.blocklist li {
	overflow: hidden;
	border-bottom: 1px solid #f6edd9;
	padding: 15px 0;
}
.blocklist .subtitle, .blocklist .subtitle a{
	color: #3c3c3b;
	font-size: 26px;
	line-height: 30px;
	font-family: 'asapbold', sans-serif;
	text-decoration: none;
	padding: 0 0 5px 0;
}
.blocklist .subtitle a:hover {
	color: #FA0304;
}
.metadata {
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	padding: 0px 0 10px 12px;
}
.featuredbox .metadata{
	padding: 0px 0 10px 0px;
}
.blocklist .metadata {
	padding: 0 0 5px 0;
}
.blocklist p {
	padding: 0 0 5px 0;
}
.metadata .metadescp {
	float: left;
	padding: 0 5px 0 0;
}
.readmore {
	display: block;
	float: right;
}
a.readmore:hover {
	color: #FF8213;
}
a.buttonwide {
	background: url(/wp-content/themes/infomercial-hell/images/wide_btnbg.png) right 0 no-repeat;
	height: 53px;
	display: inline-block;
	margin: 0 11px 0 11px;
	color: #fff;
}
.buttonwide span {
	display: inline-block;
	height: 53px;
	background: url(/wp-content/themes/infomercial-hell/images/wide_btnbg.png) 0 bottom no-repeat;
	padding: 0 6px 0 16px;
	position: relative;
	left: -11px;
	line-height: 53px;
	font-size: 22px;
	font-family: 'asapbold', sans-serif;
}
a.buttonwide.alignright {
	margin: 0 0 0 11px;
}
a.buttonwide:hover  {
	color: #f1a31f;
}
.footad336 {
	padding: 20px 20px 60px;
}
.adtext {
	background: #fff;
	margin: 0 auto;
	padding: 10px;
	color: #000000;
	font-size: 14px;
}
.adtext a {
	color: #0000ee;
	font-size: 14px;
}

/* =Footer
------------------------------------------------------------- */
.footerinner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 500;
}
.footersocial {
	background: url(/wp-content/themes/infomercial-hell/images/footer_sprited.png) 0 0 no-repeat;
	width: 643px;
	margin: 0 auto;
	padding: 10px 0px;
	text-align: center;
	position: relative;
	height: 41px;
	top: -15px;
}
.footersocial  a {
	display: inline-block;
	width: 26px;
	height: 35px;
	text-indent: -99999px;
	margin: 0 15px;
}
.footersocial  a:hover {
	opacity: 0.8;
}
.footersocial .iconfbshare {
	background: url(/wp-content/themes/infomercial-hell/images/share_big_icon.png) 0 0 no-repeat;
}
.footersocial .icontwshare {
	background: url(/wp-content/themes/infomercial-hell/images/share_big_icon.png) 0 -42px no-repeat;
}
.footersocial .icongpshare {
	background: url(/wp-content/themes/infomercial-hell/images/share_big_icon.png) 0 -84px no-repeat;
}
.footersocial .iconpinshare {
	background: url(/wp-content/themes/infomercial-hell/images/share_big_icon.png) 0 -126px no-repeat;
}
.copyright {
	background: url(/wp-content/themes/infomercial-hell/images/footer_sprited.png) 0 bottom no-repeat;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding: 0 5px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 114px 0 0 0;
}
.flinks {
	float: right;
	color: #fff; 
}
.flinks a {
	 color: #fff;
	 margin: 0 10px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
}
.flinks a:hover {
	color: #ffd800;
}
.flogo {
	background: url(/wp-content/themes/infomercial-hell/images/common_sprited.png) -323px -16px no-repeat;
	width: 178px;
	height: 169px;
	position: absolute;
	z-index: 600;
	top:31px;
	left: 39%;
}

/* =Content Blog
------------------------------------------------------------- */
.postlist {
	text-align: left;
	padding: 0 0 10px 0;
}
.postlist  li {
	overflow: hidden;
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #ffffff;
}
.postlist a{
	line-height: 18px;
}
.minthumb {
	width: 50px;
	height: 35px;
	float: left;
	padding: 0 10px 0 0;
}
a.morelink {
	text-decoration: underline;
}
a.morelink:hover {
	text-decoration: none;
}
.ad250 {
	width: 250px;
	height: 250px;
	position: relative;
	overflow: hidden;
	left: -7px;
	margin: 0px 0 0;
	clear: both;
}


/* =Content Category
------------------------------------------------------------- */
.simplelist {
	padding: 0 0 20px 0;
}
.coloumn3 {
	width: 216px;
	float: left;
}
.coloumn3 li{
	clear: both;

}
.simplelist a:hover {
	text-decoration: none;
}

.postblockinner .postlist {
	width: 45%;
	margin: 10px 0 0 20px;
	float: left;
}

.comentby {
	font-size: 12px;
	padding: 15px 0 5px;
}
.comentby strong {
	font-weight: 700;
	
}
.authorlink {
	font-size: 9pt;
	
}
.videobox {
	float: left;
	padding: 0 15px 0 0;
}
.datalist {
	clear: both;
}
.datalist li {
	overflow: hidden;
	padding: 15px 15px;
	border-bottom: 1px solid #f6edd9;
}
.postthumb {
	margin-bottom: 15px;
}
.postthumb.alignleft {
	margin-right: 15px;
}
.postthumb.alignright {
	margin-left: 15px;
}
.mintitle {
	font-size: 16px;
	padding: 0 0 10px 0;
}

.widgetstats {
	background: url(/wp-content/themes/infomercial-hell/images/paper23.gif) -75px 0 repeat;
	padding: 15px 20px 15px 25px;
}
.widgetstats p {
	font-family: "Courier New", Courier, monospace;
	padding: 0 0 18px 0;
}
.widgetquotes {
	background: url(/wp-content/themes/infomercial-hell/images/parchrose.gif) 0  0 repeat;
	padding: 0 15px 15px;
}
.widgetquotes p {
	font-style: italic;
	border-top: 1px solid #ecddc8;
	border-bottom: 1px solid #a59176;
	padding: 10px 0;
	line-height: 19px;
	
}
.descrplist {
	margin: -10px 0 0 0;
}
.descrplist li {
	padding: 10px 0;
	font-size: 12px;
}
.descrplist li h4, .descrplist li h4 a {
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

.descrplist li h4 a:hover {
	text-decoration: none;
}
.commentform {
	clear: both;
	background: #f6edd9;
	
	overflow: hidden;
}
.commentform fieldset {
	padding: 0px 12px 12px;
}
.rows {
	display: block;
	margin: 5px 0 15px 0;
	font-size: 12px;
}
.txtbox1 {
	background: url(/wp-content/themes/infomercial-hell/images/formsprite.png) 0 0 no-repeat;
	width: 315px;
	height: 23px;
	border: 0 none;
	margin: 0 20px 0 0;
	padding: 5px;
}
.widetxtarea {
	background: url(/wp-content/themes/infomercial-hell/images/formsprite.png) 0 -35px no-repeat;
	width: 630px;
	height: 145px;
	border: 0 none;
	margin: 0 0 0px 0;
	padding: 10px;
}
.nrmlbtn {
	background: url(/wp-content/themes/infomercial-hell/images/formsprite.png) 0 bottom no-repeat;
	width: 201px;
	height: 53px;
	border: 0 none;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	font-family: 'asapbold', sans-serif;
}
.postnavigation {
	background: url(/wp-content/themes/infomercial-hell/images/alone_postnav.png) 0 0 no-repeat;
	padding: 6px 15px 20px;
	overflow: hidden;
	margin: 25px 0 0 0;
	height: 65px;
	line-height: 65px;
}
.postnavigation a {
	line-height: 50px;
}
.bigtitle {
	font-size: 24px;
	color: #3c3c3b;
	font-family: 'asapbold', sans-serif;
	line-height: 30px;
	padding: 10px 15px; 
}
.addthis_toolbox.addthis_default_style.addthis_32x32_style {
	width: 428px;
	margin: 4px auto;
}
.addthis_toolbox strong {
	font-size: 12px;
	float: left;
	line-height: 21px;
}
.addthis_toolbox a {
	margin: 2px 0 0 5px;
}
.footersocial .addthis_toolbox a {
	margin: 0px 15px 0 5px;
}
.footersocial .addthis_toolbox strong {
	margin: 0px 15px 0 5px;
	color: #fff;
	font-size: 14pt;
	line-height: 30px;
	margin: 0 5px 0 0;
}

.postlist a{

	text-decoration: none;
}
.postlist a:hover{

	text-decoration: underline;
}

.descrp ul{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 50px;
	padding: 0 0 15px 0;

}

.descrp ol{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 50px;
	padding: 0 0 15px 0;

}

.descrp b{
	font-weight: 700;
}

.descrp em{
	font-style: italic;

}

.descrp h2{
	font-size: 16px;
	padding: 0 0 10px 0;
	line-height: 1.1em;

}

.descrp blockquote{
	margin-left: 50px;
}

.descrp img.indent{
	margin-left: 50px;
}

.extlink a{

	text-decoration: none;
}

img.r{
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
img.l{
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}