/*
Theme Name: Patriot Update
Theme URI: http://sampsonresume.com/
Description: Patriot Update theme designed by Jonathan Sampson.
Author: Jonathan Sampson
Version: 1.0
Tags: Meh
*/


/* Header Box and Contents */


#header-box {
	height: 122px;
	background: url("images/header-row-bg-light4.jpg") center top repeat-x;
	position: relative;
}
#header-box div.container_20 {
	height: 122px;/*background:url("images/header-box-bg.jpg") center top no-repeat;*/
}
#header-box div.container_20 h1.logo-link {
	margin: 12px 0 0 0;
	padding: 0;
	height: 110px;
	overflow: hidden;
	background: url("/wp-content/uploads/2013/09/pu-logo-2013b.png") left top no-repeat;
}
#header-box div.container_20 h1.logo-link a {
	display: block;
	height: 150%;
	text-indent: -1000px;
}
/* Banners and Banner Containers */


.banner-header-box {
	width: 728px;
	height: 90px;
	position: relative;
	left: 32px;
	top: 32px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .4);
}
.post-ad-wide {
	/*background: url("images/post-wide-ad-bg.jpg") left top no-repeat;*/
	padding: 20px 15px;
	margin: 0 0 10px;
}
.sponsored_link {
	/*padding: 0 0 20px;*/
	font-size: 14px;
	font-family: Georgia, Bitstream Charter, serif;
	color: #333;
	text-align: left;
}
/* Navigational Box and Menu */


#nav-box {
	height: 50px;
	background: url("images/nav-box-bg.jpg") center top repeat-x;
	position: relative;
	z-index: 10;
}
#nav-box div.container_20 {
	height: 50px;
	background: url("images/nav-list-bg.jpg") left top no-repeat;
}
#nav-box ul.menu {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
#nav-box ul.menu > li {
	margin: 0;
	padding: 0;
	list-style: none;
	/*display:inline-block;*/
	float: left;
	position: relative;
}
#nav-box ul.menu > li > a {
	display: block;
	padding: 9px 20px 0;
	margin-right: 1px;
	height: 31px;
	color: #CCC;
	text-shadow: 0 -1px 0 #000;
	text-decoration: none;
	font-size: 14px;
	font-family: verdana;
	background: rgba(0,0,0,.1);
}
#nav-box ul.menu > li.current-menu-item > a, #nav-box ul.menu > li > a:hover, #nav-box ul.menu > li.liOver > a {
	color: #FFF;
	background: url("images/quarterblack.png");
	text-shadow: 0px 1px 0 #000;
}
#nav-box ul.menu > li > ul.sub-menu {
	position: absolute;
	display: none;
	top: 40px;
	left: -1px;
	background: #383838;
	margin: 0;
	padding: 5px 0 10px 0;
	list-style: none;
	border-left: 1px solid #444;
	box-shadow: 0px 5px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,.25);
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
ul.sub-menu > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sub-menu > li > a {
	display: block;
	padding: 5px 20px;
	color: #CCC;
	white-space: nowrap;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	border-bottom: 1px solid #444;
}
ul.sub-menu > li > a:hover {
	color: #f1f1f1;
}
 ul.sub-menu li:last a {
 border-bottom:0px!important;
}
/* Search Box and Form */


#search-box {
	padding-top: 10px;
	text-align: right;
}
#cse-search-box {
	width: 328px;
	background: url("images/search-input-bg.jpg") left top no-repeat;
	float: right;
}
#cse-search-box input[name='q'] {
	border: 0!important;
	width: 190px;
}
#cse-search-box input[name='sa'] {
	border: 0;
	padding: 0;
	margin: 0;
	width: 111px;
	height: 30px;
	text-indent: -500px;
	cursor: pointer;
	background: url("images/search-button.jpg") left top no-repeat;
}
#cse-search-box input[name='sa']:hover {
	background-position: left bottom;
}
#cse-search-results iframe {
	width: 760px!important;
	height: 1140px!important;
}
/* Email Signup and Social Tools */


.sidebar {
	padding-top: 25px;
}
.sidebar h3, body.home .grid_6 h3, div.grid_6 h3, div.grid_6.sidebar h3 a {
	/*font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: normal;
	background: #800;*/
	color: white;
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: normal;
	background: #800;
	font-size: 24px;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
	text-transform: uppercase;
}
.email-signup {
	background: #e1e5e5 url("images/email-signup-bg.jpg") center top no-repeat;
	padding: 20px 10px 10px 10px;
}
.email-signup h4 {
	color: #222;
	font-size: 14px;
	margin: 0 0 10px;
	font-weight: normal;
	font-family: 'Georgia', 'Bitstream Charter', serif;
	text-shadow: 0px 1px #ffffff;
}
.email-signup label.previewLabel {
	display: none!important;
}
.email-signup input.address-input {
	border: 1px solid #999;
	color: #333;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	margin: 0px 4px 0px 0px;
	padding: 6px 5px;
	width: 204px;
}
/*.email-signup button.submit{
	background: url("images/subscribe-button.png") left bottom no-repeat;
	border: 0;
	cursor: pointer;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -999px;
	width: 96px;
}*/

.email-signup button.submit:hover {
	background-position: left top;
}
/* Social Box */


.social-box {
	background: url("images/storylibg.jpg") right top no-repeat;
	margin-bottom: 20px;
}
.fb-box {
	display: block;
	float: left;
	width: 190px;
}
.fb-box iframe {
	border-width: 0!important;
}
.social-box ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	display: inline-block;
	width: 106px;
	text-align: right;
}
.social-box ul li {
	margin: 0 0 0 7px;
	padding: 0;
	width: 44px;
	height: 45px;
	display: inline-block;
	text-align: center;
}
a.twitter-link {
	text-indent: -9999px;
	display: block;
	height: 44px;
	background: url("images/twitter-button.gif") center top no-repeat;
	position: relative;
}
a.rss-link {
	text-indent: -9999px;
	display: block;
	height: 44px;
	background: url("images/rss-button.gif") center top no-repeat;
	position: relative;
	opacity: 0.5;
}
a.rss-link:hover {
	opacity: 1;
}
a.google-plus-link {
	text-indent: -9999px;
	display: block;
	height: 44px;
	background: url("/wp-content/uploads/2013/04/google-plus-button.png") center top no-repeat;
	position: relative;
	opacity: 0.5;
}
a.google-plus-link:hover {
	opacity: 1;
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}
/* Stories Listing */

.stories {
	margin: 0;
	padding: 0;
	list-style: none;
}
.stories .story {
	margin: 0;
	padding: 10px 0 10px;
	border-top: 1px solid #e7e7e7;
	background: url("images/storylibg.jpg") right top no-repeat;
}
.stories .story h3 {
	padding: 0 20px 0 0;
	margin: 5px 0 5px 0;
	line-height: 120%;
}
.stories .story h3 a {
	/*font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 18px;
	font-weight: normal;
	color: #9d0001;
	text-decoration: none;*/
	color: #333;
	text-decoration: none;
	margin: 24px 0 0 0;
	padding: 0;
	line-height: 1;
	font-size: 24px;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
	font-weight: normal;
}
.stories .story h3 a:hover {
	color: #CC0000;
}
.stories .story p {
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 16px;
	margin-bottom: 10px;
	padding-right: 20px;
	color: #333;
}
.stories .story p a {
	color: #9d0001;
}
.stories .story p a:hover {
	color: #CC0000;
}
.sidebar-stories ul {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
}
.sidebar-stories ul li {
	margin: 0;
	padding: 0;
}
.sidebar-stories ul li a {
	display: block;
	font-size: 14px;
	font-family: Georgia, 'Bitstream Charter', serif;
	font-weight: normal;
	text-decoration: none;
	color: #444;
	background: url("images/bullet.jpg") left 5px no-repeat;
	padding: 0px 0px 0px 20px;
}
.sidebar-stories ul li a:hover {
	color: #a52401;
}
div.stories-inline-ad {
	padding: 20px 0;
	border-top: 1px solid #e7e7e7;
	background: url("images/storylibg.jpg") right top no-repeat;
}
#stories .stories-inline-ad {
	border-top: 0;
}
div.story-photo-box {
	padding: 4px 0 4px 4px;
	background: #FFF url("images/postthumbframemini.jpg") center center no-repeat;
	margin-top: 5px;
}
div.story-photo-box img {
	display: block;
	width: 32px;
	height: 32px;
}
/* Featured Box */


.featured-box {
	/*background: url("images/header-row-bg-light4.jpg") center top repeat-x;*/
	margin-bottom: 20px;
	padding-top: 10px;
}
.featured-box h2 {
	/*font-size: 18px;
	font-family: Georgia, 'Bitstream Charter', serif;
	color: #A52401;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;*/
	color: #333;
	margin: 24px 0 0 0;
	padding: 0;
	line-height: 1;
	font-size: 24px;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-weight: normal;
}
/* Videos, Featured */


.videos-box {
	width: 460px;
	height: 224px;
	overflow: hidden;
	-moz-box-shadow: 0 0 0px 1px #000;
	-webkit-box-shadow: 0 0 0px 1px #000;
	box-shadow: 0 0 0px 1px #000;
}
.videos-list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 460px;
	height: 225px;
	position: relative;
}
.videos-list li {
	margin: 0;
	padding: 0;
	width: 460px;
	height: 225px;
	overflow: hidden;
	float: left;
	position: relative;
}
.videos-list li .overlay {
	display: block;
	width: 460px;
	height: 225px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url("images/videooverlay.png") left top;
}
.videos-list li h3 {
	color: #fff;
	/*background: rgba(0,0,0,.75);*/
			/*background: url("images/gradient-back-text.png") left top;*/
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 14px;
	font-weight: normal;
	z-index: 3;
}
.videos-list li h3 a {
	display: block;
	padding: 15px 10px 5px 44px;
	color: #f1f1f1;
	text-decoration: none;
	background: url("images/playarrow.png") 10px center no-repeat;
}
.videos-list li h3 a:hover, .videos-list li:hover h3 a {
	color: #FFF;
	text-decoration: underline;
}
.videos-list li .preview-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
/* Stories, Featured. */


.featured-stories-box, .cartoons-box {
	width: 340px;
	height: 240px;
	overflow: hidden!important;
	/*background: url("images/shadows.jpg") left bottom no-repeat;*/
	-moz-box-shadow: 0 240px 24px 31px #fff, 0 0px 1px 0px #999;
	-webkit-box-shadow: 0 240px 24px 31px #fff, 0 0px 1px 0px #999;
	box-shadow: 0 240px 24px 31px #fff, 0 0px 1px 0px #999;/*
	box-shadow: 0px 1px 3px #666;
	-moz-box-shadow: 0px 1px 3px #666;
	-webkit-box-shadow: 0px 1px 3px #666;
	*/
}
.stories-featured, .cartoons-list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 1700px;
	height: 225px;
	position: relative;
}
.stories-featured li, .cartoons-list li {
	margin: 0;
	padding: 0;
	width: 340px;
	height: 225px;
	overflow: hidden;
	float: left;
	position: relative;
}
.stories-featured .overlay, .cartoons-list .overlay {
	display: block;
	width: 460px;
	height: 225px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url("images/videooverlay.png") left top;
}
.stories-featured li h3, .cartoons-list li h3 {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 14px;
	font-weight: normal;
	z-index: 3;
}
.stories-featured li h3 a, .cartoons-list li h3 a {
	display: block;
	padding: 15px 10px 5px 20px!important;
	color: #f1f1f1;
	text-decoration: none;
	font-size: 14px;
	text-transform: none;
}
.stories-featured li h3 a:hover, .stories-featured li:hover h3 a, .cartoons-list li h3 a:hover, .cartoons-list li:hover h3 a {
	color: #FFF;
	text-decoration: underline;
}
.stories-featured li a.preview-image, .cartoons-list li a.preview-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
/* BodyBox Styles */


.bodybox {
	font-family: Georgia, 'Bitstream Charter', serif;
}
.bodybox h1, .bodybox h2, .bodybox h3, .bodybox h4, .bodybox h5 {
	color: #a52401;
	font-weight: normal;
	margin: 0 0 12px;
	padding: 0;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
}
.bodybox h1, .bodybox h2 {
	font-size: 30px;
}
.bodybox h3 {
	font-size: 20px;
}
.bodybox h4 {
	font-size: 18px;
}
.bodybox p {
	margin-bottom: 20px;
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
}
.bodybox p a {
	color: #b66954;
	text-decoration: none;
}
.bodybox p a:hover {
	color: #a52401;
}
.bodybox ul, .bodybox ol {
	font-size: 16px;
	color: #333;
}
.bodybox ul a, .bodybox ol a {
	color: #b66954;
	text-decoration: none;
}
.bodybox ul a:hover, .bodybox ol a:hover {
	color: #a52401;
}
.bodybox blockquote {
	margin: 0 20px;
	font-style: italic;
}
.bodybox blockquote p {
	color: #666;
}
.wp-caption {
	padding: 5px 0;
	text-align: center;
}
.wp-caption p.wp-caption-text {
	font-size: 12px!important;
	text-align: center!important;
	padding: 5px 10px!important;
	margin: 0!important;
	color: #333!important;
}
.aligncenter {
	display: block;
	margin: auto;
}
.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.bodybox p.posted-in {
	color: #666;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.bodybox .cartoonbox {
	text-align: center;
}
.bodybox .cartoonlegend p {
	font-style: italic;
	padding: 0 100px;
}
ul.next-previous-search {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	float: right;
}
ul.next-previous-search li {
	margin: 0 1px 0 0;
	padding: 0;
	display: inline-block;
}
ul.next-previous-search li a {
	display: block;
	padding: 5px 10px;
	background: #f5f5f3;
	text-decoration: none;
	color: #666666;
	text-shadow: 0px 1px 0px #FFF;
}
ul.next-previous-search li.search a {
	background: #f5f5f3 url("images/magnifier.png") 7px center no-repeat;
	padding-left: 28px;
}
ul.next-previous-search li a:hover {
	color: #A52401;
}
/* Sidebar List */


ul#sidebar-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#sidebar-list > li {
	margin: 0;
	padding: 0;
}
ul#sidebar-list > li h3 {
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
	font-weight: normal;
}
ul#sidebar-list > li > ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
ul#sidebar-list > li > ul > li {
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background: url("images/bullet.jpg") left 5px no-repeat;
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 14px;
	color: #333;
}
ul#sidebar-list > li > ul > li > a {
	text-decoration: none;
	color: #a52401;
}
ul#sidebar-list > li > ul > li > a:hover {
	color: #781b02;
	text-decoration: underline;
}
/*Comments Gigya*/

#commentsDiv-commentBox {
	width: 762px;
}
/* Comments */


#comments {
}
#comments h3 {
	color: #a52401;
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0px 10px;
	padding: none;
}
ol.commentlist {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	font-family: 'Georgia';
	font-size: 16px;
}
ol.commentlist > li.comment {
	background-color: #f6f6f6;
}
ol.commentlist ul.children {
	background: #FFF;
}
ol.commentlist > li.comment, ol.commentlist ul.children > li.comment {
	margin: 0 0 10px 0;
	padding: 20px;
	border-left: 3px solid #e8dede;
}
.comment-author img.avatar {
	float: left;
	margin-right: 20px;
}
.comment-author cite.fn a {
	color: #000;
}
.comment-meta {
	font-size: 12px;
}
.comment-meta a {
	color: #B66954;
}
.comment-meta a:hover {
	color: #A52401;
}
ol.commentlist ul.children {
	list-style: none;
	margin: 20px 0 0 5px;
	padding: 0;
}
.comment-body {
	margin-top: 10px;
}
div.reply a.comment-reply-link {
	display: block;
	width: 58px;
	height: 24px;
	text-indent: -999px;
	background: url("images/replybutton.jpg") left top no-repeat;
}
div.reply a.comment-reply-link:hover {
	background-position: left bottom;
}
p.comment-form-comment label {
	display: block;
}
p.form-allowed-tags {
	display: none;
}
form#commentform p.form-submit input#submit {
	border: 0;
	text-indent: -999px;
	width: 110px;
	height: 24px;
	background: url("images/postcomment.jpg") left top no-repeat;
	cursor: pointer;
	display: block;
	color: transparent;
	text-transform: capitalize;
}
form#commentform p.form-submit input#submit:hover {
	background-position: left bottom;
}
form#commentform textarea {
	display: block;
}
/* Footer */


#footer-widget-area {
	border-top: 1px solid #f1f1f1;
	margin: 20px 0;
	padding: 10px 0px 20px;
}
#footer-widget-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-widget-area ul > li {
	margin: 0;
	padding: 0;
}
#footer-widget-area h3 {
	/*padding: 10px 0;
	color: #a52401;
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0px 10px;*/
	color: #A52401;
	margin: 5px 0px 10px;
	padding: 0;
	line-height: 1;
	font-size: 24px;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-weight: normal;
}
#footer-widget-area ul ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
#footer-widget-area ul ul li {
	margin: 0;
	padding: 0 0 5px 20px;
	background: url("images/bullet.jpg") left 4px no-repeat;
}
#footer-widget-area ul ul li a {
	color: #333;
	text-decoration: none;
}
#footer-widget-area ul ul li a:hover {
	color: #a52401;
}
/* Patriot's Perspective Box */


.patriots-perspective-box {
	padding-top: 0;
	margin-bottom: 20px;
}
ul.patriots-perspective {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.patriots-perspective li {
	margin: 0;
	padding: 6px;
	box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.4), inset 0 0 0px 2px rgba(255, 255, 255, 0.9), inset 0 0px 80px 0 rgba(0, 55, 0, .1);
	text-align: left;
}
span.authorbox {
	display: block;
	float: right;
	width: 60px;
	height: 60px;
	padding: 7px;
	margin: 0 0 0 10px;
	background: url("images/midsizeframe.jpg");
}
ul.patriots-perspective li h3 {
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 18px;
	line-height: 120%;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}
ul.patriots-perspective li h3 a {
	text-decoration: none;
	color: #9D0001;
	text-decoration: none;
	margin: 24px 0 0 0;
	padding: 0;
	line-height: 1;
	font-size: 24px;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
	font-weight: normal;
}
ul.patriots-perspective li h3 span a, ul.patriots-perspective li h3 span {
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 16px;
	color: #000;
}
ul.patriots-perspective li h3 a:hover {
	color: #CC0000;
}
ul.patriots-perspective li p {
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
}
ul.patriots-perspective li p a {
	color: #9D0001;
}
ul.patriots-perspective li p a:hover {
	color: #CC0000;
}
/* Sidebar Module */


.sidebar-videos {
	background: #f1f1f1;
	padding: 6px;
	margin: 0 0 20px 0;
}
.sidebar-videos ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	text-align: left;
}
.sidebar-videos ul li {
	padding: 0;
	margin: 1px;
	float: left;
	height: 80px;
	width: 80px;
	position: relative;
	overflow: hidden;
}
.sidebar-videos ul li a {
	text-decoration: none;
}
.sidebar-videos ul li a span {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 5px;
	margin: 0;
	width: 70px;
	height: 70px;
	background: url("images/videooverlay.png") left bottom;
	color: #FFF;
	font-family: arial;
	font-size: 10px;
	text-shadow: 0px 1px 2px #000;
	display: none;
}
.sidebar-videos ul li a:hover span {
	display: block;
}
.sidebar-videos ul li p.date {
	margin: 0;
	padding: 2px 5px 0;
	background: #800;
	color: #FFF;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	font-family: arial;
	font-size: 8px;
}
/* Error 404 */


body.error404 .bodybox > div > h2 {
	font-size: 24px;
	font-weight: normal;
	color: #600;
	margin: 0;
	padding: 0;
	line-height: 125%;
}
body.error404 p.subtitle-string {
	color: #666;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 0;
}
body.error404 .grid_14.bodybox {
	background: url("images/post-bg-gradient.jpg") right top no-repeat;
	padding-top: 20px;
}
/* Page Styles */


body.page .bodybox > div > h2 {
	padding: 0;
	line-height: 1;
	font-size: 30px;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	color: #333;
	font-weight: normal;
}
body.page p.subtitle-string {
	color: #666;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 0;
}
body.page .grid_14.bodybox {
	background: url("images/post-bg-gradient.jpg") right top no-repeat;
	padding-top: 20px;
}
#pu-authors {
	margin: 24px 0 0 0;
	padding: 0;
	line-height: 32px;
	font-size: 24px;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
	font-weight: normal;
	list-style: none;
	color: #A52401;
	text-transform: uppercase;
}
#pu-authors a {
	color: #A52401;
	text-decoration: none;
}
/* Single Cartoon */


body.single .bodybox > div > h2 {
	color: #333;
	margin: 24px 0 0 0;
	padding: 0;
	line-height: 1;
	font-size: 30px;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-weight: normal;
}
body.single p.subtitle-string {
	color: #666;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 0;
}
body.single .grid_14.bodybox {
	/*background:url("images/post-bg-gradient.jpg") right top no-repeat;*/
	/*background:#f1f1f1;*/
	padding-top: 20px;
}
body.single .grid_6.sidebar {
/*padding-top:70px;*/
}
body.single .grid_3 ul.nextprevvids {
	width: 160px;
	height: 137px;
	margin: 10px 0 0 0;
	padding: 3px 0 0 9px;
	list-style: none;
	background: url("images/videonavbg.jpg") left top no-repeat;
}
ul.nextprevvids li {
	width: 69px;
	height: 125px;
	float: left;
	margin: 1px;
	padding: 0;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
ul.nextprevvids li span.prev a {
	display: block;
	width: 69px;
	height: 250px;
	background: url("images/videosprite.png") center top no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
ul.nextprevvids li span.prev a:hover {
	background-position: -138px 0;
}
ul.nextprevvids li span.next a {
	display: block;
	width: 69px;
	height: 250px;
	background: url("images/videosprite.png") -69px -125px no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
ul.nextprevvids li span.next a:hover {
	background-position: -138px -125px;
}
body.single .video-sidead {
	text-align: center;
	padding-top: 7px;
}
body.single .bodybox .bigfocus object {
	background: #f6f6f6;
	display: block;
	width: 580px!important;
	height: 397px!important;
}
body.single .bodybox .bigfocus embed {
	width: 580px!important;
	height: 397px!important;
}
body.single .bodybox .bigfocus iframe {
	display: block;
	margin: auto;
}
body.single .bodybox .bigfocus img.attachment-large {
	display: block;
	margin: 0 auto 10px;
	width: 580px;
}
body.single .thecontent p {
	font-size: 16px;
	color: #000;
}
body.single img.story-thumbnail {
	float: right;
	padding: 4px;
	border: 1px solid #CCC;
	box-shadow: 0px 2px 5px #CCC;
	-moz-box-shadow: 0px 2px 5px #CCC;
	-webkit-box-shadow: 0px 2px 5px #CCC;
	margin: 0 0 20px 20px;
}
body.single a.continue-reading {
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 18px;
	color: #660000;
	text-decoration: none;
	padding-left: 25px;
	background: url("images/link.png") left center no-repeat;
	display: block;
	margin-bottom: 20px;
}
a.continue-reading:hover span {
	color: #333;
}
a.continue-reading span {
	font-style: italic;
	color: #000;
	text-decoration: underline;
}
/* Home */


body.home div.featured-box .grid_6 h3 {
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 18px;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
	background: none;
}
/* Front Page Products */


h3.featured-products {
	background: #800;
	padding: 3px 10px 1px;
	box-shadow: 0px 1px 3px #888;
	-moz-box-shadow: 0px 1px 3px #888;
	-webkit-box-shadow: 0px 1px 3px #888;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
	text-transform: uppercase;
}
ul.featured-products {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	background-color: #FFF;
	border: 0px solid #CCC;
	border-radius: 0px 0px 5px 0px;
	-moz-border-radius: 0px 0px 5px 0px;
	-webkit-border-radius: 0px 0px 5px 0px;
	box-shadow: 0px 1px 3px #888;
	-moz-box-shadow: 0px 1px 3px #888;
	-webkit-box-shadow: 0px 1px 3px #888;
}
ul.featured-products li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #f1f1f1;
}
ul.featured-products li .omega a {
	color: #9D0001;
	text-decoration: none;
}
ul.featured-products li .omega a span.title {
	display: block;
	font-size: 14px;
	font-family: Georgia, "Bitstream Charter", serif;
	line-height: 1.2;
}
ul.featured-products li .omega a:hover {
	color: #990000;
}
ul.featured-products li .omega span.price {
	display: block;
	font-size: 12px;
	padding: 10px 0;
	color: #666;
	font-family: Georgia, "Bitstream Charter", serif;
}
ul.featured-products li .alpha img {
	max-width: 90px;
}
#footer-widget-area a.rsswidget img {
	display: none;
}
#footer-widget-area h3.widget-title a.rsswidget {
	color: #a52401;
	text-decoration: none;
}
/*div.container_20 div.grid_6 h3 a, div.container_20 div.grid_6 h3 {
	color: #fff;
	text-decoration: none;
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
	text-transform: uppercase;
}*/
div.container_20 div.grid_6 h3 a {
	padding: 0;
	color: #fff;
	text-decoration: none;
	width: 270px;
}
div.container_20 div.grid_6 h3 a:hover {
	text-decoration: underline;
}
.preview-image .wp-post-image {
	min-width: 340px;
	min-height: 240px;
}
p.dsq-widget-meta {
	padding: 0 0 10px 20px!important;
	font-family: Georgia, 'Bitstream Charter', serif;
}
div.author-description img.avatar {
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 0px 1px 0 rgba(0, 0, 0, .7);
	float: left;
	margin: -2px 13px 2px 0;
}
div.thecontent div.wpcf7-response-output {
	text-align: center;
	font-family: Georgia, 'Bitstream Charter', serif;
	font-size: 18px;
	color: white;
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: normal;
	background: #800;
}
.banner-ads-300x250 {
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FAFAFA;
	padding: 0;
	margin: 0;
	box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, .1);
	height: 270px;
	min-width: 644px;
	text-align: center;
}
.banner-ad-300x250 {
	margin: 10px auto;
	width: 100%;
	padding: 0;
	box-shadow: 0 0 1px #BBB;
	-moz-box-shadow: 0 0 1px #BBB;
	-webkit-box-shadow: 0 0 1px #BBB;
	text-align: center;
}
.banner-ad-300x250 div, .banner-ad-300x250 div div, .banner-ad-300x250 iframe {
	margin: 0 auto;
	text-align: center;
}
.banner-ad-300x250-left {
	float: left;
	margin: 10px 10px 0 0;
}
.single-post .banner-ad-300x250-left {
	margin: 5px 10px 0 0;
}
.banner-ad-300x250-right {
	float: right;
	margin: 10px;
}
.single-post .banner-ad-300x250-right, .single-article .banner-ad-300x250-right {
	float: none;
}
.leaderboard-ad-outer {
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #f2f2f2;
	padding: 5px 15px;
	margin: 11px 0 12px 0;
	box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, .1);
	clear: both;
	width: 728px;
}
body.home .leaderboard-ad-outer, body.page-template-archive_articles-php .leaderboard-ad-outer, body.page-template .leaderboard-ad-outer, body.post-type-archive-video .leaderboard-ad-outer, body.post-type-archive-cartoon .leaderboard-ad-outer {
	width: 790px;
}
.leaderboard-ad-inner {
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .5);
	height: 90px;
	width: 728px;
	margin: auto;
}
div.addthis_toolbox {
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FAFAFA;
	padding: 6px 4px;
	margin: 12px 0;
	box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, .1);
	height: 19px;
	border: 0;
	width: 752px;
	display: block;
}
.outbrain-wrapper {
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FAFAFA;
	padding: 10px 0 0 10px;
	margin: 12px 0;
	box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, .1);
}
.AR_1 .ob-rec-link-img {
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .4);
	margin: 1px;
}
.AR_2 .ob-rec-link-img {
	position: relative;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .4);
	margin: 8px 1px 1px 1px;
}
div.grid_10 h2 {
	font-size: 36px;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
	text-transform: uppercase;
	margin: 20px 0 3px 0;
	color: #333;
}
div.featured-products-box {
	margin: 5px 0 0 0;
}
div#google_ads_div_pu2010_article_skyscraper_ad_container {
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .6)!important;
}
.container_20 .grid_4 {
	text-align: right;
}
div#text-20.widget.widget_text {
	margin-top: -20px;
}
p.subtitle-string a {
	color: #333;
	text-decoration: none;
}
div.gig-comments-container p, .divgig-comments-comment-body p {
	padding: 0px;
	margin: 0px;
	color: inherit;
	text-decoration: none;
	width: auto;
	float: none;
	font-family: arial;
	font-size: 12px;
	color: #4D4D4D;
	position: static;
	text-align: left;
	vertical-align: baseline;
}
div.previouspost a, div.nextpost a {
	color: #A52401;
	font-weight: normal;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
	font-size: 24px;
	text-decoration: none;
}
div#pu-authors h3 {
	float: left;
	min-width: 320px;
}
/*div.bodybox div.alpha div.thecontent p iframe, div.bodybox div.thecontent p iframe {
	width: 760px;
	min-height: 429px;
}*/
div.thecontent img {
	max-width: 760px;
	height: auto;
}
div.connectorWrapper {
	height: 485px!important;
}
div#ndn_launcher_26301 {
	border: thin solid #000;
	height: 250px;
	margin: 0 0 10px;
	background: #000;
	text-align: center;
}
span.nr_post_title {
	line-height: 1.3!important;
	padding: 6px 0 0 0;
}
.nr_80 .nr_img {
	width: 60px!important;
	height: 60px!important;
}
.nrelate .nr_sponsored, h3.nr_title {
	display: none!important;
}
.nrelate_huf.nr_80 .nr_img_div {
	width: 62px!important;
	height: 62px!important;
}
.nrelate_huf.nr_80 .nr_text {
	padding-left: 75px;
}
.nrelate_huf .nr_panel, .nrelate_huf .nr_panel:link {
	min-height: 62px!important;
}
/*NEW CSS TO MAKE RIGHT COLUMN 300 PIXELS*/
.container_20 {
	width: 1160px;
}
.container_20 .grid_14 {
	width: 820px;
}
.container_20 .push_14 {
	left: 840px;
}
.container_20 .pull_6 {
	left: -320px;
}
#cse-search-box {
	width: 300px;
}
.email-signup input.address-input {
	width: 164px;
}
#cse-search-box input[name='q'] {
	width: 150px;
}
.container_20 .grid_6 {
	width: 300px;
}
.container_20 .grid_5 {
	width: 270px;
}
div.copyright-footer {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 18px;
	color: #777;
	border-top: 2px solid #777;
	padding-top: 12px;
	width: 1160px;
	margin: 0 auto;
}
.sidebar-videos {
	padding: 2px 0;
}
.featured-stories-box, .cartoons-box {
	width: 300px;
	-moz-box-shadow: 0 0 0px 1px #000;
	-webkit-box-shadow: 0 0 0px 1px #000;
	box-shadow: 0 0 0px 1px #000;
	height: 224px;
}
.container_20 .grid_8 {
	margin: 0 30px;
}
.featured-box {
	margin-bottom: 10px;
}
.sidebar-videos ul li {
	padding: 0;
	margin: 0 2px 3px 1px;
	float: left;
	height: 72px;
	width: 72px;
	position: relative;
	overflow: hidden;
	-moz-box-shadow: 0 0 0px 1px #000;
	-webkit-box-shadow: 0 0 0px 1px #000;
	box-shadow: 0 0 0px 1px #000;
}
.stories-featured .overlay, .cartoons-list .overlay {
	width: 300px;
}
.sidebar-videos ul li a img {
	width: 73px;
	height: 73px;
}
.container_20 .grid_4 {
	text-align: right;
	margin: 136px 10px 0;
}
div.gridfx-item-more-links, div.gridfx-item-more-tags, div.gridfx-bar {
	display: none!important;
}
h3.the-latest-widget {
	margin: 50px 1px -29px 0;
	color: #FFF;
	padding: 0 0 0 10px;
	font-weight: normal;
	background: #800;
	font-size: 24px;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
	text-transform: uppercase;
}
div.gridfx-1 div.gridfx-item-more-title a {
	font-family: Georgia, 'Bitstream Charter', serif;
	color: #9D0001;
	font-weight: bold;
	font-size: 14px;
}
div.gridfx-1 div.gridfx-item-more-title a:hover {
	color: #C00;
}
#cse-search-results {
	max-width: 1140px;
	margin: 20px auto;
}
#searchform {
	display: none;
}
iframe.twitter-tweet {
	max-width: 434px!important;
}
.sidebar li {
	margin-left: 0;
	display: block;
}
.sidebar li div.textwidget {
	margin: 10px 0;
}
div.super-rss-reader-widget {
	margin: 0 0 20px 1px;
	height: 360px;
	overflow: hidden;
	-moz-box-shadow: 0 0 0px 1px #E4E4E4;
	-webkit-box-shadow: 0 0 0px 1px #E4E4E4;
	box-shadow: 0 0 0px 1px #E4E4E4;
	width: 298px;
}
div.super-rss-reader-widget .srr-style-smodern .even {
	background: #E7E7E7;
	border-radius: 0;
	padding: 8px 10px 6px;
}
div.super-rss-reader-widget .srr-wrap .srr-title {
	line-height: 1.3;
	margin: 0!important;
}
.srr-wrap .srr-item > * {
	margin-bottom: 0 !important;
}
.srr-title a {
	color: #9D0001!important;
	font-weight: bold!important;
	text-decoration: none!important;
	font-family: Georgia, 'Bitstream Charter', serif!important;
	font-size: 14px!important;
}
#mgi2189 {
	width: 100%!important;
}
#mgi2189 h3 {
	color: #FFF;
	margin: 0;
	padding: 0 0 0 10px!important;
	font-weight: normal;
	background: #800!important;
	font-size: 24px!important;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: -.05em;
	text-transform: uppercase;
	text-align: left!important;
	border-radius: 0!important;
	-moz-border-radius: 0!important;
	-webkit-border-radius: 0!important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
}
#MarketGid2189 .mctable2189 td {
	text-align: left;
}
#MarketGid2189 .mctable2189 td div {
	margin-top: 15px;
}
div.mgi2189 {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: inset 0 0 2px #888;
	-moz-box-shadow: inset 0 0 2px #888888;
	-webkit-box-shadow: inset 0 0 2px #888;
	padding: 0;
}
#MarketGid2189 a.mctitle2189:link, #MarketGid2189 a.mctitle2189:active, #MarketGid2189 a.mctitle2189:visited {
	font-size: 16px;
}
#dsq-combo-widget #dsq-combo-content ul, #dsq-combo-widget #dsq-combo-content li, #dsq-combo-widget #dsq-combo-content ol, #dsq-combo-widget #dsq-combo-content div, #dsq-combo-widget #dsq-combo-content p, #dsq-combo-widget #dsq-combo-content a, #dsq-combo-widget #dsq-combo-content cite, #dsq-combo-widget #dsq-combo-content img {
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
	float: none!important;
	text-indent: 0!important;
	background: none!important;
	font-family: Georgia, 'Bitstream Charter', serif!important;
	font-size: 14px!important;
	color: #333!important;
	text-decoration: none!important;
	text-transform: none!important;
}
span.dsq-widget-comment, img.dsq-combo-avatar {
	display: none!important;
}
p.dsq-widget-meta a {
	font-variant: normal!important;
	font-size: 14px!important;
}
#dsq-combo-widget.grey #dsq-combo-content .dsq-combo-box {
	background: white!important;
	padding: 0!important;
}
#dsq-combo-widget #dsq-combo-content h3 {
	float: none!important;
	text-indent: 0!important;
	border: 0!important;
	color: white!important;
	margin: 0 0 10px 0!important;
	padding: 0 0 0 10px!important;
	font-weight: normal!important;
	background: #800!important;
	font-size: 24px!important;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif!important;
	letter-spacing: -.05em!important;
	text-transform: uppercase!important;
}
#dsq-combo-widget #dsq-combo-content .dsq-combo-avatar {
	display: none!important;
}
#dsq-combo-widget #dsq-combo-content p {
	padding: 0!important;
}
#dsq-combo-widget #dsq-combo-tabs li a {
	text-decoration: none!important;
	color: white!important;
	font-weight: normal!important;
	font-size: 14px!important;
	font-family: 'Ropa Sans', Arial, Helvetica, Tahoma, sans-serif!important;
	text-transform: uppercase!important;
}
#dsq-combo-widget.grey #dsq-combo-tabs li {
	background: #CCC!important;
	-moz-box-shadow: inset 0 0px 2px 0px rgba(255, 255, 255, .9), inset 0 -5px 10px -6px rgba(0, 0, 0, .9)!important;
	-webkit-box-shadow: inset 0 0px 2px 0px rgba(255, 255, 255, .9), inset 0 -5px 10px -6px rgba(0, 0, 0, .9)!important;
	box-shadow: inset 0 0px 2px 0px rgba(255, 255, 255, .9), inset 0 -5px 10px -6px rgba(0, 0, 0, .9)!important;
	-moz-border-radius: 4px 4px 0 0!important;
	border-radius: 4px 4px 0 0!important;
}
#dsq-combo-widget.grey #dsq-combo-tabs li.dsq-active {
	background: #800!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
#dsq-combo-widget #dsq-combo-content a.dsq-widget-user {
	float: left!important;
	margin: 0px 10px 0 0!important;
	text-transform: uppercase!important;
	font-size: 14px!important;
	font-weight: bold!important;
}
#dsq-combo-widget.grey #dsq-combo-tabs li#dsq-combo-tab-people {
	display: none!important;
}
#dsq-combo-widget #dsq-combo-content p.dsq-widget-meta a {
	color: #9D0001!important;
}
#dsq-combo-widget #dsq-combo-content p.dsq-widget-meta a:hover {
	color: #C00!important;
	text-decoration: underline!important;
}
#dsq-combo-widget #dsq-combo-content div#dsq-combo-popular a {
	color: #9D0001!important;
	font-weight: bold!important;
}
#dsq-combo-widget #dsq-combo-content div#dsq-combo-popular a:hover {
	color: #C00!important;
	text-decoration: underline!important;
}
body.single-cartoon .thecontent img.wp-post-image {
	width: 100%;
	height: auto;
}
.button-type-looknative, .pw-button-type-looknative {
	-webkit-border-radius: 1px!important;
	-moz-border-radius: 1px!important;
	border-radius: 1px!important;
}
.pw-layout-horizontal .button-type-looknative {
	margin-right: 6px!important;
}
span.pw-button-counter__count {
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.button-type-looknative.pw-size-xlarge .pw-button-counter__brd {
	display: none;
}
.button-type-looknative.pw-size-xlarge .pw-button-counter {
	padding-left: 8px!important;
	margin-left: -10px!important;
}
.pw-button-type-looknative .pw-button-type-looknative__txt {
	padding: 9px 9px 9px 35px!important;
}
.button-type-looknative.pw-size-xlarge.pw-button-reddit .pw-button-type-looknative__txt {
	min-width: 0px!important;
	width: 0px!important;
	font-size: 1px!important;
	color: #79A2C9!important;
	padding: 9px 1px 9px 39px!important;
}
.button-type-looknative.pw-size-xlarge.pw-button-stumbleupon .pw-button-type-looknative__txt {
	min-width: 0px!important;
	color: #EC4A25!important;
	font-size: 1px!important;
	width: 0!important;
	padding: 9px 2px 9px 39px!important;
}
.button-type-looknative.pw-size-xlarge.pw-button-email .pw-button-type-looknative__txt {
	min-width: 0px!important;
	color: #69C!important;
	font-size: 1px!important;
	width: 0!important;
	padding: 9px 2px 9px 39px!important;
}
.button-type-looknative.pw-size-xlarge.pw-button-googleplus .pw-button-type-looknative {
	width: 45px!important;
}
.button-type-looknative.pw-size-xlarge .pw-button-counter-top {
	min-width: 41px!important;
}
.pw-layout-horizontal .button-type-looknative, .pw-layout-horizontal .ra1-pw-originalbuttons {
	margin-right: 3px!important;
}
.pw-button-counter-top__count {
	border: 1px solid #DDD!important;
	-webkit-border-radius: 1px!important;
	-moz-border-radius: 1px!important;
	border-radius: 1px!important;
}
.pw-widget.top {
	margin: 0 auto 14px;
	text-align: center;
}
.pw-widget.bottom {
	margin: 0 auto 18px;
	text-align: center;
}
#spu-main {
	line-height: 1.1!important;
	-moz-box-shadow: inset 0 0 120px 0 rgba(253, 255, 182, 0.6), inset 0 0 300px rgba(255, 254, 195, 0.2), 0 0 800px rgba(0, 0, 0, 0.8)!important;
	-webkit-box-shadow: inset 0 0 120px 0 rgba(253, 255, 182, 0.6), inset 0 0 300px rgba(255, 254, 195, 0.2), 0 0 800px rgba(0, 0, 0, 0.8)!important;
	box-shadow: inset 0 0 120px 0 rgba(253, 255, 182, 0.6), inset 0 0 300px rgba(255, 254, 195, 0.2), 0 0 800px rgba(0, 0, 0, 0.8)!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
}
.spu-facebook iframe {
	background: #4560AF!important;
}
#spu-bg {
	background: #000!important;
	opacity: 0.6!important;
}
