/*
Theme Name: Windows Secrets Theme
Descriptoin: This theme overrides the parent theme that ships with GBS without requiring us to customize GBS and interfere with our upgrade path options.
Theme URI: http://www.inetinteractive.com
Author: iNET Interactive
*/


/* -----------------------------------------------------------
		Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
body					{ line-height: 1; }
h1, h2, h3, h4, h5, h6	{ clear: both; font-weight: normal; }
ol, ul					{ list-style: none; }
blockquote				{ quotes: none; }
blockquote:before,
blockquote:after		{ content: ''; content: none; }
del						{ text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table					{ border-collapse: collapse; border-spacing: 0; }
a img					{ border: none; }

tr[bgcolor="#666699"] td { color: #fff; }
/* -----------------------------------------------------------
	Layout
-------------------------------------------------------------- */
html, body {
	height: 100%;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	background: #fff;
	color: #000;
}
/*

LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container					{ float: left; width: 665px; margin: 15px 0 0; }
.gb_deal #container,
#container.account_page 	{ width: 740px; }
#main .one-column			{ float: none; width: 960px; }
#content					{ margin: 0 20px 0 0; padding-left: 2px; }
#primary, #secondary		{ float: left; overflow: hidden; width: 260px; margin: 15px 0 10px 15px; }
.gb_deal #primary,
#primary.deal_page			{ width: 205px; }
#secondary					{ clear: right; }
/*

LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content		{ width: 960px; }

/*

LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content	{ margin: 0 auto; width: 900px; }

/* -----------------------------------------------------------
	Structure
-------------------------------------------------------------- */
/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#main {
	width: 960px;
	margin: 0 15px;
	text-align: left;
}
#wrapper {
	position: relative;
	overflow: hidden;
	width: 990px;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	margin: 0 auto;
	padding: 0 0 150px;
	padding: 0;
}
html>body #wrapper {
	height: auto;
}

/* -----------------------------------------------------------
	Fonts
-------------------------------------------------------------- */
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
@font-face {
    font-family: 'RokkittRegular';
    src: url('/wp-content/themes/wsgbs-child-theme/fonts/Rokkitt-webfont.eot');
    src: url('/wp-content/themes/wsgbs-child-theme/fonts/Rokkitt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/wsgbs-child-theme/fonts/Rokkitt-webfont.woff') format('woff'),
         url('/wp-content/themes/wsgbs-child-theme/fonts/Rokkitt-webfont.ttf') format('truetype'),
         url('/wp-content/themes/wsgbs-child-theme/fonts/Rokkitt-webfont.svg#RokkittRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('fonts/Chunkfive-webfont.eot');
    src: url('fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Chunkfive-webfont.woff') format('woff'),
         url('fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArvoRegular';
    src: url('fonts/Arvo-Regular-webfont.eot');
    src: url('fonts/Arvo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arvo-Regular-webfont.woff') format('woff'),
         url('fonts/Arvo-Regular-webfont.ttf') format('truetype'),
         url('fonts/Arvo-Regular-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* -----------------------------------------------------------
	Global Elements
-------------------------------------------------------------- */
p			{ margin: 0 0 15px; padding: 0; }
p.light		{ color: #666; }
strong		{ font-weight: bold; }
a:link		{ color: #000099; text-decoration: none; outline: none; }
a:visited	{ color: #373DB8; text-decoration: none; outline: none; }
a:active,
a:hover		{ color: #0000FF; text-decoration: underline; outline: none; }
hr {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	margin: 18px 0;
	padding: 0;
	background-color: #C0C0C0;
	border: 0;
}
.newsletter hr {
	margin: 20px 0 0;
	padding: 0;
	background: none;
	border-top: 1px solid #000;
}
hr.padded {
	padding-top: 20px;
}
.clearLeft	{ clear: left; }
.clearRight	{ clear: right; }
.clear		{ clear: both; }
.floatLeft	{ float: left; }
.floatRight	{ float: right; }
.center		{ margin-left: auto; margin-right: auto; text-align: center; }
ol			{ list-style: decimal; margin: 0; padding: 0; }
ol ol		{ list-style: upper-alpha; }
ol ol ol	{ list-style: lower-roman; }
ol ol ol ol	{ list-style: lower-alpha; }
ul			{ list-style: none; margin: 0; padding: 0; }
ul ul,
ol ol,
ul ol,
ol ul		{ margin-bottom: 0; }
dl			{ margin: 0 0 24px 0; }
dt			{ font-weight: bold; }
dd			{ margin-bottom: 18px; }
cite,
em,
i			{ font-style: italic; }
big			{ font-size: 131.25%; }
ins			{ background: #ffc; text-decoration: none; }
blockquote	{ font-style: italic; padding: 0 3em; }
blockquote cite,
blockquote em,
blockquote i{ font-style: normal; }
pre			{ background: #f7f7f7; color: #222; line-height: 18px; margin-bottom: 18px; padding: 1.5em; }
abbr,
acronym		{ border-bottom: 1px dotted #666; cursor: help; }
sup,
sub			{ height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup			{ bottom: 1ex; }
sub			{ top: .5ex; }
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* -------------------------------------------------------
	Headings
---------------------------------------------------------- */
h1, h2, h3, h4, h5			{ font: bold 1.5em Arial, Helvetica, sans-serif; letter-spacing: -0.01em; margin: 0; padding: 0; }
h2							{ font-size: 16px; margin: 10px 0 5px; }
h3							{ font-size: 0.9em; margin: 0 0 8px; }
h4							{ font-size: 0.8em; margin: 0 0 2px; color: #666; }
h5							{ font-size: 0.75em; border-bottom: 1px solid #B5B5B5; margin: 0 0 2px; padding-bottom: 3px; }

h2.entry-title				{ margin: 0; }
.entry-content h2,
.entry-summary h2			{ font-size: 1.3em; }
.entry-content h3,
.entry-summary h3			{ font-size: 1.2em; }
.entry-content h4,
.entry-summary h4			{ font-size: 1.03em; }
.entry-content h5,
.entry-summary h5			{ font-size: 1em; }
primary h2					{ border-bottom: 1px dotted #808080; margin: 0 0 9px; padding: 0 15px 0 2px; }
a.hlt						{ padding-left: 16px; background: url(images/sprite-images.png) -593px -268px no-repeat; font-size: 0.925em; letter-spacing: -0.04em; color: #333; }
a.hlt:hover					{ color: #09357A; }
a.hlt span					{ color: #3E90CC; }
a.hlt:hover span			{ color: #EB7B10 }
h1 a:link, h1 a:visited		{ text-decoration: none; }
h1 a:active, h1 a:hover		{ text-decoration: underline; }
h2 a:link, h2 a:visited		{ text-decoration: none; }
h2 a:active, h2 a:hover		{ text-decoration: underline; }
/* -----------------------------------------------------------
	Header
-------------------------------------------------------------- */
#top-notice {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 8;
	background: #E8F0FF;
	}
	#top-notice p {
		display: inline-block;
		margin: 0 auto;
		padding: 6px 0 0 18px;
		font-size: 12px;
		font-weight: bold;
		color: #0e364a;
		background: url(/wp-content/themes/wsgbs-child-theme/images/asterisk.png) 0 6px no-repeat;
		}
		#top-notice p a:link, #promobar p a:visited, #promobar p a:active {
			color: #1aa9e4;
		}
.topsponsorad {
	background-color: #E8F0FF;
}
#beta {
	display: block;
	position: relative;
	font-size: 0.725em;
	line-height: 1.4em;
	color: #406B94;
}
#beta span,
#beta a				{ color: #406B94; text-decoration: underline; }
#beta span:hover,
#beta a:hover		{ color: #000099; cursor: pointer; border: 0; }
#feedbackTab {
    display: block;
	position: fixed;
    top: 54%;
	left: 0;
    margin: -45px 0 0;
    padding: 0;
    z-index: 100001;
	cursor: pointer;
}

#header {
	margin: 0 15px;
	padding: 0;
	text-align: center;
}
#masthead {
	width: 100%;
	height: 120px;
	margin: 0 auto 8px;
	overflow: hidden;
	text-align: left;
}
.memberArea #masthead {
	height: auto;
	border-bottom: 2px solid #FFCC66;
}
#site-title {
	display: block;
	width: 302px;
	height: 60px;
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 15px;
}
#site-title a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	text-indent: -5000em;
	text-decoration: none;
	background: url(images/sprite-images.png) 0 -112px no-repeat;
}
#headerPluginArea {
	float: right;
	margin: 0;
	text-align: right;
	font-size: 0.8em;
}
#headerPluginArea p {
	margin: 8px 0 2px;
}
#headerPluginArea input {
	position: relative;
	top: 4px;
}
#headerPluginArea input.textInput {
	width: 287px;
	text-align: left;
	font-size: 1em;
	top: 0;
}
#headerPluginArea form a {
	display: block;
	margin: 2px 10px 0 0;
}
#headerPluginArea div#logged {
	width: auto;
	float: right;
	padding: 3px 15px 4px;
	font-size: 0.95em;
	color: #333;
	-moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    background: none repeat scroll 0 0 #E8F0FF;
    border: 1px solid #E8F0FF;
}
#searchform {
	display: block;
	position: absolute;
	width: 180px;
	right: 0;
	top: 0;
	float: right;
	clear: left;
	text-align: right;
	line-height: 1.0em;
}
#searchform div {
	height: 23px;
	border: 1px solid #DDAA55;
	border-bottom: 0;
	margin: 1px 0 0;
	padding: 0;
	text-align: center;
}
#searchform input#s {
	float: left;
	width: 138px;
	font-size: 11px;
	vertical-align: middle;
	margin: 3px 6px 0;
	padding: 1px;
	border: 1px solid #A29374;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#searchform #searchsubmit {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 2px 0 0;
	text-indent: -5000em;
	background: url(/forums/images/lounge/buttons/search.png) 1px 0 no-repeat;
	border: 0;
	border-left: 1px solid #DDAA55;
	cursor: pointer;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.breadcrumbs {
	margin: 0 0 0 2px;
	font-size: 0.725em;
	color: #454545;
}
.breadcrumbs img {
	margin: 0 5px;
	position: relative;
	top: 1px;
}
.memberArea .breadcrumbs {
	display: none;
}
/* -----------------------------------------------------------
	Menu
-------------------------------------------------------------- */
#mainNav {
	display: block;
	position: relative;
	clear: left;
	width: 100%;
	min-height: 25px;
	margin: 0 auto;
	background: url(images/sprite-gradients.png) 0 1px repeat-x;
	border-bottom: 1px solid #DDAA55;
}
#mainNav li {
	float: left;
	border: 1px solid #DDAA55;
	border-bottom: none;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
#mainNav li a {
	display: block;
	height: 23px;
	margin: 0;
	padding: 0 10px;
	color: #0040A0;
	font-size: 0.76em;
	line-height: 23px;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #FFDD99;
	border-top: 1px solid #FFDD99;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
#mainNav li.current_page_item,
#mainNav li.current-page-parent,
#mainNav li.current_page_parent,
#mainNav li.current_page_ancestor,
#mainNav li.parent_url {
	margin: -2px 0 0;
	height: 27px;
	background: url(images/sprite-gradients.png) 0 -72px repeat-x;
	border-bottom: none;
	border-bottom: 1px solid #DDAA55;
}
#mainNav li.current_page_item a,
#mainNav li.current-page-parent a,
#mainNav li.current_page_parent a,
#mainNav li.current_page_ancestor a,
#mainNav li.parent_url a {
	padding: 2px 9px 2px;
	color: #666;
	font-weight: bold;
	border: none;
}
#mainNav li.current_page_item ul li a,
#mainNav li.current-page-parent ul li a
#mainNav li.current_page_parent ul li a,
#mainNav li.current_page_ancestor ul li a,
#mainNav li.parent_url ul li a {
	padding: 0 10px;
	color: #0040A0;
	font-size: 0.725em;
	font-weight: normal;
}
#mainNav ul.sub-menu li.current_page_item,
#mainNav ul.sub-menu li.parent_url {
	margin: 0;
	height: auto;
	background: none;
}
#mainNav ul.sub-menu li.current_page_item a,
#mainNav li.parent_url ul li.current_page_item a,
#mainNav ul.sub-menu li.parent_url a {
	font-weight: bold;
	color: #666;
}
#mainNav li a:hover				{ color: #0040F0; background: url(images/sprite-gradients.png) 0 -72px repeat-x; }
#mainNav li.current_page_item a:hover,
#mainNav li ul li a:hover		{ color: #0040F0; background: none;  }
#mainNav li ul { display: none; }
#mainNav li.current-menu-item ul.sub-menu,
#mainNav li.current-page-parent ul.sub-menu
#mainNav li.current_page_parent ul.sub-menu,
#mainNav li.current_page_ancestor ul.sub-menu,
#mainNav li.parent_url ul.sub-menu {
	display: block;
	width: 958px;
	position: absolute;
	left: 0;
	top: 26px;
	background: #FFEECC;
	border: 1px solid #E0C090;
	border-top: none;
}
#mainNav li ul li {
	border: none;
}
#mainNav li.current-menu-item ul li a,
#mainNav li.parent_url ul li a {
	height: auto;
	margin: 0;
	padding: 0 10px;
	font-size: 0.725em;
	font-weight: normal;
	line-height: 23px;
	font-weight: normal;
	text-decoration: none;
	border: none;
	color: #0040A0;
	background: none;
}
#mainNav li.current-menu-item ul li a:hover,
#mainNav li.parent_url ul li a:hover {
	color: #0040F0;
	background: none;
}
/* -----------------------------------------------------------
	Content
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
	margin-bottom: 16px;
	padding: 0 0 334px;
	background: #fff;
}
.single-gb_deal #main { /* Prevent overflow from cutting off graphics */
/*	width: 930px; */
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.wrapper {
	width: auto;
	overflow: hidden;
	margin: 0;
	padding: 40px 0 0 0;
	text-align: left;
	border: 5px solid #525252;
	border-width: 0 5px 5px 5px;
}
.home .wrapper {
	padding: 20px 0 15px 0;
	background: url(images/sprite-backgrounds-vt.png) 0 -2200px repeat-x;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
/*
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
*/
/* Just for kicks */
#content tr th,
#content thead th,
#content tr td {
	padding: 4px 10px;
}
#content .category-advertisements tr th,
#content .category-advertisements thead th,
#content .category-advertisements tr td {
	padding: 0;
}
.sponsorBlock {
	margin: 0;
	padding: 15px 0 0;
}
.sponsor {
	display: block;
	overflow: hidden;
	clear: left;
	padding: 0 0 18px;
}
.sponsor a.sponsorIcon {
	display: block;
	width: 155px;
	float: left;
	margin: 3px 0 0;
}
.sponsor div {
	float: left;
	width: 485px;
}
.sponsor a.sponsorIcon img {
	width: 125px;
	height: 125px;
}
.sponsor h5 {
	clear: none;
	padding: 0;
	border: 0;
	font-size: 0.825em;
}
.sponsor p {
	font-size: 0.75em;
	margin: 0 0 3px;
}
.sponsor span {
	font-size: 0.725em;
	color: #666;
}
.hentry {
	margin: 0 0 18px;
}
.memberArea .hentry {
	position: relative;
}
.newsletter .hentry {
/*	padding: 30px 0 0;
	border-top: 1px solid #000;
*/}

span.cat-link, span.cat-links {
	display: block;
	margin: 0 0 10px;
	font: 0.65em Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #666;
}
span.cat-link {
	display: inline;
	color: #666;
}
span.cat-links a			{ color: #666; text-decoration: none; }
span.cat-links a:hover		{ color: #000; }
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.hentry ul {
	padding: 0 6px 10px;
	list-style: square;
	list-style-position: inside;
}
.hentry ul li {
	margin: 2px 0;
}
.hentry .entry-children ul {
	margin: 0 0 10px;
	padding: 0 0 0 2px;
	font-weight: bold;
}
.hentry .entry-children li {
	margin: 0;
}
.hentry .gform_wrapper ul {
	padding: 0;
}
.hentry .gform_wrapper ul li {
	padding: 0 0 8px;
	background: none;
}
/*
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
*/

.entry-meta {
	margin: 0 0 3px;
	color: #888;
	font-size: 0.725em;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary,
.entry-children,
.seriesbox,
.socialbox,
#entry-author-info {
	clear: both;
	padding: 2px 0 0;
	font-size: 0.775em;
	color: #191919;
}
.single .entry-content table {
	clear: both;
}
.home .entry-summary b {
	font-weight: normal;
}
.entry-children {
	margin: 5px 0;
}
.entry-children h4 {
	font-size: 100%;
}
.entry-content a,
.entry-summary a {
	text-decoration: underline;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #CCDAE7;
	clear: both;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}
#entry-author-wsbio {
	color: #000;
	font-size:smaller;
}
#entry-wskicker {
	color:#666;
	font-size:smaller;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
	text-decoration: underline;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #09357A;
}
#content .video-player {
	padding: 0;
}
a.readMore {
	display: block;
	clear: left;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
}
#socialmediabuttons {
	float: right;
	margin: 0 0 20px 15px;
}
.shade {
	margin: 10px 0 6px;
	padding: 2px 4px;
	background: #FAFAFA;
	border: 1px solid #C0C0C0;
}
h3.shade		{ margin-top: 15px; }


/* Home Page
--------------------------------------------------------- */
.betaInfo h1 {
	clear: none;
	font-size: 1.2em;
}
.betaInfo div, .bonusBox {
	margin-top: 15px;
	padding: 8px 8px 0;
	background-color: #F0F0F0;
	border: 1px solid #ccc;
}
.betaInfo div img, .bonusBox img {
	float: left;
	margin-right: 15px;
}
.bonusBox {
	margin-bottom: 20px;
	padding: 12px 12px 10px;
	overflow: hidden;
	font-size: 0.95em;
}
.bonusBox h3 {
	margin-bottom: 6px;
}
#loginBox {
	overflow: hidden;
	width: auto;
	margin: 0 0 25px;
	padding: 0;
	background: url(images/sprite-gradients.png) 0 -76px repeat-x;
	border: 3px solid #FDD786;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#loginBox h2 {
	display: block;
	margin: 0 auto;
	padding: 5px 0 3px;
	text-align: center;
	font-size: 1.1em;
	border-bottom: 3px solid #FDD786;
}
#loginBox h2 {
	font-size: 1.4em;
}
.subscribeBox {
	margin: 0 0 25px;
	padding: 0;
	font-size: 14px;
	color: #333;
	background: #decfa5;
	}
	.subscribeBox h1,
	.optInDialog .ui-dialog-title {
		font-size: 20px;
		font-weight: bold;
		text-shadow: none;
	}
	.subscribeBox h2 {
		font-size: 17px;
	}
	.subscribeBox .subscribeBoxForm {
		overflow: hidden;
		padding: 0;
	}
	#subscribeForm .subscribeBoxForm form em {
		color: #fff;
		font-size: 0.925em;
	}
	.subscribeBox .subscribeBoxForm2 {
		padding: 24px 15px 18px 120px;
		background: #fff url(images/top_20_shortcuts.png) 10px 13px no-repeat;
	}
	.subscribeBox .subscribeBoxForm img.subscribe-free {
		width: 200px;
		height: 200px;
		float: left;
		margin: -5px 30px 100px -3px;
	}
	.subscribeBox .subscribeBoxForm p {
		margin: 32px 20px 20px 0;
		font: 400 18px 'Oswald', 'Arial Narrow', Helvetica, sans-serif;
	}
	.subscribeBox select {
		width: 286px;
		margin-bottom: 5px;
		padding: 4px 6px;
		font: 17px/31px Arial, Helvetica, sans-serif;
		text-shadow: none;
		border-width: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.subscribeBox input#useremailsubscribe {
		display: block;
		float: left;
		width: 275px;
		height: 24px;
		margin: 0;
		padding: 4px 6px;
		font: 17px/31px Arial, Helvetica, sans-serif;
		text-shadow: none;
		border-width: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.optInDialog .subscribeBox input#useremailsubscribe {
		margin-left: 90px;
	}
	.alert {
		margin: 0;
		color: #F00;
	}
	select.selectAlert {
		border: 2px solid red !important;
	}
	input.inputAlert {
		border: 2px solid red !important;
	}
	.subscribeBox .confirmdiv {
		clear: none;
		padding: 10px 20px;
		}
		.subscribeBox .confirmdiv label {
			font-style: italic;
		}
	.confirmdiv label {
		display: inline;
		clear: none;
		float: inherit;
		font-size: 11px;
		line-height: 14px;
		font-style: italic;
		color: #666;
	}
	#headerPluginArea .confirmdiv label {
		margin-left: 350px;
	}
	div.confirmAlert { 
		background: #FFFBCC 10px 14px no-repeat; 
		border: 1px solid #E6DB55; 
		color: #222;
		padding: 10px;
	}
	div.confirmAlertHeader { 
		background: #FFFBCC 10px 14px no-repeat; 
		border: 1px solid #E6DB55; 
		color: #222;
	}
	.joinNow .ctaBtn {
		float: left;
		width: auto;
		height: 32px;
		padding: 0 10px;
		font: 400 19px/35px 'Oswald', 'Arial Narrow', Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		background: #f5bc17; /* Old browsers */
		background: -moz-linear-gradient(top, #f5bc17 0%, #f6a31c 50%, #f26732 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5bc17), color-stop(50%,#f6a31c), color-stop(100%,#f26732)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f5bc17 0%,#f6a31c 50%,#f26732 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f5bc17 0%,#f6a31c 50%,#f26732 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f5bc17 0%,#f6a31c 50%,#f26732 100%); /* IE10+ */
		background: linear-gradient(to bottom, #f5bc17 0%,#f6a31c 50%,#f26732 100%); /* W3C */
	}
	.subscribeBox .submitBtn,
	.subscribeBox .submitBtn:hover {
		display: block;
		float: left;
		width: auto;
		height: 32px;
		margin: 0;
		padding: 0 10px;
		text-align: center;
		cursor: pointer;
		font: 400 19px/35px 'Oswald', 'Arial Narrow', Helvetica, sans-serif;
		text-transform: uppercase;
		text-shadow: none;
		color: #fff;
		border-width: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		background: #f5bc17; /* Old browsers */
		background: -moz-linear-gradient(top, #f5bc17 0%, #f6a31c 50%, #f26732 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5bc17), color-stop(50%,#f6a31c), color-stop(100%,#f26732)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f5bc17 0%,#f6a31c 50%,#f26732 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f5bc17 0%,#f6a31c 50%,#f26732 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f5bc17 0%,#f6a31c 50%,#f26732 100%); /* IE10+ */
		background: linear-gradient(to bottom, #f5bc17 0%,#f6a31c 50%,#f26732 100%); /* W3C */
	}
	.subscribeBox .submitBtn:hover {
		background-position: 0 0;
		text-shadow: 1px 1px 2px #260808;
	}
	.subscribeBox .bonus {
		overflow: hidden;
		clear: left;
		margin: 10px 20px;
		padding: 15px 0;
		border-top: 2px solid #807763;
		}
		.subscribeBox .bonus img {
			float: left;
			margin: 5px 15px 30px 0;
		}
		.optInDialog .subscribeBox .bonus img {
			float: none;
			display: inline-block;
			max-width: 60px;
			padding: 10px;
		}
		.optInDialog .subscribeBox .bonus img {
			float: none;
			display: inline-block;
			max-width: 60px;
			padding: 10px;
		}
		.optInDialog .subscribeBox .bonus img {
			float: none;
			display: inline-block;
			max-width: 60px;
			padding: 10px;
		}
		.subscribeBox .bonus h2,
		.subscribeBox .bonus p {
			clear: none;
			width: auto;
			margin: 0;
			font: 400 18px 'Oswald', 'Arial Narrow', Helvetica, sans-serif;
		}
		.subscribeBox .bonus p {
			font-size: 15px;
			font-weight: 300;
		}
		
		
		.subscribeBox.specialBox .subscribeBoxForm {
			margin: 10px 0;
			padding: 14px 15px 14px 180px;
			background: #fff url(images/sprite-subscribe.png) 10px -530px no-repeat;
		}
		
		.subscribeBox .privacy {
			margin: 10px 20px 0px;
			font-size: 10px;
		}

.hentry .subscribeBox {
	margin: 20px 0 0;
}
.entry-content .subscribeBox {
	font-size: 1.25em;
}


.example {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.6em;
	line-height: 1.4em;
    color: #666;
}
.example a			{ color: #666; text-decoration: underline; }
.example a:hover	{ color: #0000FF; }

ul#authorList {
	padding: 0;
	list-style: none;
}
ul#authorList li {
	display: block;
	clear: left;
	overflow: hidden;
	padding-bottom: 15px;
}
ul#authorList img.avatar {
	float: left;
	overflow: hidden;
	/* Because we copied over 110x100 avatars */
	width: 80px;
	height: 72px;
	margin: 0 15px 0 0;
	border: 2px solid #ECECEC;
}
ul#authorList div {
	float: left;
	width: 850px;
}
ul#authorList h4 {
	margin: 0 0 3px;
	clear: none;
}
ul#authorList h4 a {
	text-decoration: none;
}
.home .entry-content		{ padding-right: 20px; }
.home .widget_contentBox {
	margin: 19px 0 0;
	padding: 0 20px 7px 4px;
	border-bottom: 1px dotted #808080;
}
.home .widget-area .widget_contentBox { margin: 25px 24px 0 20px; }
ol#steps, .home .entry-content ol {
	list-style: none;
	margin: 16px 0 52px;
}
ol#steps li {
	color: #fff;
	margin: 8px 0 10px;
	padding: 0 0 2px 24px;
	background: url(images/sprite-icons.png) 0 -319px no-repeat;
	font-weight: 100;
}
ol#steps li.two				{ background-position: 0 -367px; }
ol#steps li.three			{ background-position: 0 -415px; }

/* Login Box on Single Pages */
#loginBox {
	display: block;
	margin: 10px 0;
}
#loginBox form {
	display: block;
	overflow: hidden;
	padding: 20px 0 10px 20px;
	background: #fff;
}
#loginform div.checkbox {
	margin: 0 0 0 180px;
	font-size: 0.9em;
}
#loginBox .subscribeForm {
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0;
	background: #fff;
}
#loginBox .subscribeForm h2 {
	border: 0;
}
#loginBox .subscribeForm form {
	padding-bottom: 0px;
}

/* Widget Content
--------------------------------------------------------- */
.widget-container {
	margin-bottom: 30px;
}
.contentBoxWidget {
	padding: 0 15px 0 2px;
	font-size: 0.8em;
}
.contentBoxWidget ol		{ padding-left: 20px; }
.contentBoxWidget ol li		{ margin: 0 0 6px; }
.widget-container .gform_wrapper {
	padding: 0 15px 0 2px;
}
.home .widget-container .gform_wrapper {
	padding: 0;
}
#ironclad {
	background: none;
}
#ironclad div {
	font-size: 0.725em;
}
#ironclad h5 {
	display: block;
	padding: 6px 10px;
	font-size: 0.8em;
	text-align: center;
	background: #FFEECC url(images/sprite-gradients.png) 0 -76px repeat-x;
	border-bottom: 1px solid #FDD786;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topleft: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#ironclad ol {
	list-style: decimal outside;
	margin: 0 10px;
	padding: 5px 3px 5px 20px;
}
#ironclad li {
	margin: 4px 0;
}
#ironclad div a {
	display: block;
	margin: 5px auto;
	font-size: 0.9em;
	text-align: center;
}
#primary .PayPal,
#primary div.AuthorizeNetSeal {
	display: block;
	margin: 5px auto 20px;
	text-align: center;
}
#primary div.AuthorizeNetSeal { width: 160px; }
.widget_inet-ratings-widget h5 {
	margin: 0 0 4px;
	color: #000;
	font-size: 13px;
}
.widget_inet-ratings-widget ul li {
	clear: left;
	overflow: hidden;
	margin: 0;
	padding: 3px 0 4px;
	font-size: 0.75em;
	color: #999;
}
.widget_inet-ratings-widget ul li a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 200px;
	font-size: 12px;
	line-height: 1.2em;
}
.widget_inet-ratings-widget ul li span,
#pollGroup li span,
#pollGroup li strong {
	display: block;
	float: right;
	font-size: 10px;
	line-height: 1.4em;
	color: #333;
}
.skyscraper {
	width: 160px;
	margin: 8px auto;
	text-align: center;
}

/* Archive
--------------------------------------------------------- */
#yearList {
	overflow: hidden;
	margin: 10px 0;
	font-size: 0.825em;
}
#yearList li {
	float: left;
	width: auto;
	margin: 0 8px 0 0;
}
#newsletterGroup, #pollGroup {
	margin: 15px 0;
	font-size: 0.8em;
}
#newsletterGroup li, #pollGroup li {
	overflow: hidden;
	clear: left;
}
#pollGroup li {
	padding: 1px 2px 0;
	line-height: 1.875em;
	border-bottom: 1px solid #dbdbdb;
}
#pollGroup li h2 {
	display: inline;
}
#pollGroup li span {
	font-size: 0.875em;
	line-height: 2em;
}
#pollGroup li strong {
	font-size: 1em;
	line-height: 1.8em;
}
#newsletterGroup li.issueDefHead {
	font-weight: bold;
	padding-bottom: 4px;
}
#newsletterGroup .issue_link,
span.issueTitleCol {
	display: block;
	float: left;
	width: 426px;
	margin-left: 15px;
}
#newsletterGroup .issue_link		{ text-decoration: none; }
#newsletterGroup .issue_link:hover	{ text-decoration: underline; }
span.issueNumCol,
span.issueDateCol {
	display: block;
	float: left;
	width: 85px;
	min-height: 12px;
	text-align: left;
}
span.issueNumCol					{ width: 75px; text-align: center; }
#content ul.articleListPopUp {
	clear: left;
	display: none;
	list-style: none;
	margin: 3px 0 10px;
    padding: 5px 15px;
	font-size: 1.2em;
    background: #fff;
    border: 1px solid #D0D0D0;
}
ul.articleListPopUp li {
	margin: 10px 0;
}
ul.articleListPopUp li .entry-meta {
	margin-bottom: 0;
}
ul.articleListPopUp li h2 {
	font-size: 1em;
}
ul.articleListPopUp li a.readMore {
	margin-top: -4px;
}
div.toggle-expand, div.toggle-collapse {
	float: left;
	width: 15px;
	height: 10px;
	margin: 3px -15px 0 0;
	background: url(images/sprite-images.png) 0 -360px no-repeat;
	cursor: pointer;
}
div.toggle-collapse				{ background-position: 0 -216px; }
/* Pagination
--------------------------------- */
.navigation						{ clear: both; width: 100%; margin: 20px 0; padding: 13px 4px 20px 0; border-top: 1px solid #ccc; }
.wp-pagenavi					{ float: right; }
.wp-pagenavi span,
.wp-pagenavi a					{ float: left; margin: 0 4px 0 0; border: 1px solid #EEDDBB; }
.wp-pagenavi span.extend		{ border: 0; color: #666; font-size: 12px; padding-bottom: 0; }
.wp-pagenavi span.pages			{ margin: 0 4px 0 0; padding: 2px 6px 1px; font-size: 12px; font-style: italic; color: #5F88B1; background: #F1F6FF; border-color: #C5D5E8; }
.wp-pagenavi a,
.wp-pagenavi span.current		{ display: block; padding: 2px 6px 1px; background: #FFEECC url(/forums/images/gradients/gradient_topnav_on.png) 0 0 repeat-x; color: #0040A0; font-size: 13px; text-align: center; text-decoration: none; }
.wp-pagenavi a:hover			{ background-position: 0 -12px; border: 1px solid #FFD47B; color: #0040F0; text-decoration: none; }
.wp-pagenavi span.current		{ background-position: 0 -12px; color: #333; font-weight: bold; }


/* Newsletter/Organize Series
--------------------------------------------------------- */
.seriesmeta {
	margin: 2px 0;
	padding: 3px 5px;
	font-size: 0.75em;
	background: #E5F3FF;
	color: #333;
}
/* Newsletter Single */
.seriesbox, .socialbox {
	clear: both;
	margin: 10px 0;
	background: #fff;
	border: 1px solid #D0D0D0;
}
.seriesbox h3, .socialbox h3 {
	clear: none;
	margin: 10px 0 8px 10px;
	font-size: 1.2em;
}
.paidLegend {
	display: block;
	float: right;
	margin: 12px 12px 0 0;
	padding-left: 15px;
	font-size: 11px;
	font-style: italic;
	color: #666;
	background: url(images/premium.gif) center left no-repeat;
}
ul.serieslist-ul {
	list-style: none;
}
ul.serieslist-ul li {
	margin: 0;
	padding: 2px 0;
}

ul.serieslist-ul li a.hlt {
}
ul.serieslist-ul li.serieslist-li-current {
	padding: 3px 0;
	background: #F5F5F5;
	color: #444;
	font-weight: bold;
}
ul.serieslist-ul li.paid a,
ul.serieslist-ul li.paid strong,
li.paid h2 a,
div.paid h1,
div.paid h2.entry-title {
	padding-right: 15px;
	background: url(images/premium.gif) center right no-repeat;
}
.single div.paid h1 {
	padding-right: 0;
	background: none;
}
#primary ul li.paid span {
	padding-left: 14px;
	background: url(images/premium.gif) center left no-repeat;
}
#pollGroup li.paid a {
	padding-right: 14px;
	background: url(images/premium.gif) center right no-repeat;
}
div.paid h1,
div.paid h2.entry-title		{ display: inline; }

ul.serieslist-ul li span {
	display: block;
	float: left;
	width: 160px;
	margin-right: 10px;
	font-size: 0.8em;
	text-align: right;
	text-transform: uppercase;
	color: #777;
}
ul.toc li a {
	font-size: 0.75em;
}
.newsletter h1 {
	font-size: 1em;
	margin-bottom: 10px;
}
.your-subscription {
	line-height: 0.8em;
}
.socialbox div.wp-socializer {
	margin: 0 10px 10px;
}

/* New Templates: SINGLE (Post Processor 2.0 */
.format-css .entry-content {
	padding-top: 15px;
}
.format-css .avatar {
	float: left;
	margin: 0 15px 15px 0;
}
.format-css h2 {
	margin-top: 20px;
}
.format-css #socialmediabuttons	{ height: 20px; margin-bottom: 10px; }
#socialmediabuttons .socBtn		{ float: left; }
#socialmediabuttons .tmBtn		{ margin-left: 5px; }
#socialmediabuttons .fbBtn		{ width: 90px; }
.format-css .entry-meta {
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.25em;
}
.format-css ul.listStyle1 {
	list-style: square outside;
	margin-left: 17px;
	line-height: 17px;
	padding: 0;
}
.format-css ul.listStyle1 li {
	list-style: square outside;
	margin: 2px 0;
	padding: 0 0 5px;
}
.format-css ul li a {
	text-decoration: none;
}
.format-css ul.ulStyleIndntP {
	list-style: square outside; 
	margin: 0 0 0 30px; 
	padding: 0 0 0 5px;
}
.format-css ul.ulStyleIndntLi {
	list-style: square outside; 
	margin: 0 0 10px 30px; 
	padding: 0 0 0 5px;
}
.format-css ul.ulStyleLLQ {
	list-style: square outside;
	margin: 10px 0 0 20px;
	padding: 0;
}
.format-css li.liStyleLP {
	margin: 10px 0 0 0; 
	padding: 0;
}
.format-css li.liStyleLL {
	margin: 10px 0 10px 0; 
	padding: 0 0 5px 0;
}
.format-css li.liStyleLML {
	margin: 10px 0 5px 0; 
	padding: 0 0 5px 0;
}
.format-css li.liStyleMML {
	margin: 5px 0 5px 0; 
	padding: 0 0 5px 0;
}
.format-css li.liStyleSL {
	margin: 5px 0 5px 0; 
	padding: 0;
}
.format-css h2.h2StylePwSub {
	margin: 5px 0 15px;
	font-weight: bold;
	font-size: 1.3em;
}
.format-css p.pStyleLi {
	margin: 15px 0 10px;
	padding: 0 0 5px 0;
}
.format-css p.pStyleIndnt1 {
	margin: 10px 0 10px 20px;
	padding: 0 0 5px;
}
.format-css p.pStyleIndnt2 {
	margin: 10px 0 10px 30px;
	padding: 0 0 5px;
}
.format-css p.pStyleLiGrf1 {
	margin: 15px 0 10px 0;
	padding: 0 0 5px;
}
.format-css p.summary {
	clear: right;
	font-weight: bold;
}

#content .format-css .wp-caption {
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	font-weight: bold;
	background: none;
	border: none;
}
#content .format-css .wp-caption p.wp-caption-text {
	margin: 5px 0;
	color: #000;
}
.feedbackBox {
	clear: both;
	margin: 20px 0 0;
	padding: 5px 10px;
	background: #FFF8E0;
}

/* New Templates: ARCHIVE (Post Processor 2.0 */
ul.toc {
	margin: 10px 0 0;
}
.tax-series .category-patch-watch h2 {
	margin-top: 0;
}
.entry-content h2.patchH2 { 
	margin: 5px 0 0; 
}

.tax-series .category-patch-watch p.patch {
	margin: 20px 0 5px;
	color: #666;
	font: 11px Verdana, Arial, sans-serif;
}
#content th.white {
	color: #fff;
}
th.white {
	background: #666699;
}
tr.alt1 td,
td.alt1 {
	background: #E8F8FF;
}
tr.alt2 td,
td.alt2 {
	background: #fff;
}
.newsletter .hentry table td {
	text-align: left;
	vertical-align: top;
	/* Screwing up old articles... necessary for PP 2.0 articles?
	white-space: nowrap;
	*/
}

/* Subscribe Dialog
--------------------------------------------------------- */
#signupModal {
	overflow: hidden;
	padding: 14px 10px 0;
}
.ui-widget-overlay {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.75;
	filter:Alpha(Opacity=75);
}
/*
.ui-widget-content
*/
.ui-dialog {
	overflow: hidden;
	-moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 12px #000;
	box-shadow: 0 0 12px #000;
	background: #fff;
}
.ui-widget-header {
	height: 34px;
	padding: 13px 0 0;
	text-align: center;
	background: transparent url("images/sprite-smallsubscribe.png")  0 0 no-repeat;
	border: 0;
}
.ui-dialog-title {
	padding: 0;
	font: 19px Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px #fbc365;
}
#signupModal h2 {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
}
#signupModal .modalContent {
	padding: 5px 0 10px 116px;
	background: url(images/sprite-smallsubscribe.png) -432px -112px no-repeat;
}
#signupModal .modalContent p { font-size: 0.775em; }
#signupModal #subscribePoints {
	padding: 0 0 0 4px;
	background: none;
	font-size: 0.8em;
}
#signupModal #subscribePoints ul {
	width: 262px;
	list-style: none;
	margin: 1px 0 10px 1px;
	padding: 0;
}
#signupModal #subscribePoints ul li {
	font-size: 0.9em;
	margin: 2px 0 2px;
	padding: 0 0 0 12px;
	background: url(images/sprite-smallsubscribe.png) -540px -284px no-repeat;
}
#signupModal #subscribeForm {
	width: 98%;
	height: 76px;
	margin: 5px auto 4px;
	background: #fef2d6;
	border: 1px solid #b9b09c;
}
#signupModal #subscribeForm h2,
#signupModal #subscribeForm input.submitBtn {
	width: 222px;
	height: 36px;
	margin: 15px 0 0 -7px;
	background: url(images/sprite-smallsubscribe.png) 0 -108px no-repeat;
}
#signupModal #subscribeForm div.input {
	width: 200px;
	margin: 17px 10px 0 7px;
}
#signupModal #subscribeForm input {
	width: 184px;
	padding: 0 0.5ex;
	#height: 28px;
	position: relative;
	z-index: 9999;
}
#signupModal #subscribeForm input.submitBtn {
	width: 95px;
	height: 29px;
	margin: 17px 0 0;
	background-position: 0 -216px;
	cursor: pointer;
}
#signupModal #subscribeForm input.submitBtn:hover {
	background-position: 0 -250px;
}
#signupModal #subscribeForm label em {
	display: none;
}
#signupModal .example {
	margin: 0 auto;
	padding: 6px 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#signupModal .example a {
	color: #666;
}
.cancelClose {
	float: right;
	margin: 4px 14px 5px 0;
	font-size: 0.75em;
	color: #555;
}
a.ui-dialog-titlebar-close {
	color: #4e2f09;
	font: bold 18px Helvetica, Arial Black, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 15px;
	right: 12px;
	text-decoration: none;
}
a.ui-dialog-titlebar-close:hover {
	color: #000;
}
#signupModal #error {
	float: none;
	width: auto;
	border: 1px solid red;
	background: #FDF0F0;
	font-size: 0.8em;
}
#contact_feedback_form {
	padding: 10px 20px;
	font-size: 0.9em;
	text-align: left;
}
#opt-in-dialog {
	margin: 0;
	padding: 8px 20px;
	}
	.optInDialog .ui-widget-header {
		height: auto;
		padding: 0;
		background: #EBEBEB;
		}
		.optInDialog a.ui-dialog-titlebar-close {
			top: 7px;
			}
			.optInDialog a.ui-dialog-titlebar-close span {
				display: block;
				width: 10px;
				height: 10px;
				text-indent: -5000em;
				background: url(/wp-content/themes/wsgbs-child-theme/images/ui-icons_222222_256x240.png) -35px -195px no-repeat;
			}
			
/* Subscribe Page
--------------------------------------------------------- */
#signupModal {
	font-size: 100%;
	line-height: 1.125em;
}
#subscribePage {
	width: 80%;
	margin: 0 auto;
}
#subscribePage h1, #signupModal h1 {
	line-height: 1.25em;
}
#subscribePage h2, #signupModal h2 {
	margin: 0 0 8px;
	font-size: 1.1em;
	font-weight: bold;
}
#subscribePage h3, #signupModal h3 {
	margin: 0 0 4px;
	font-size: 1em;
	font-weight: bold;
}
#signupModal p {
	font-size: 0.85em;
}
#subscribePoints {
	overflow: hidden;
	padding: 10px 0 20px 180px;
	background: url(images/sprite-subscribe.png) 0 -530px no-repeat;
}
#subscribePoints ul {
	display: block;
	float: left;
	width: 278px;
	list-style: square;
	margin: 10px 0 10px 7px;
	padding: 0 0 0 8px;
}
#subscribePoints ul li {
	margin: 4px 0 0;
	#margin-left: 8px;
	padding: 0;
}
#subscribeForm {
	width: 100%;
	height: 92px;
	margin: 15px auto 4px;
	background: url(images/sprite-subscribe.png) 0 0 repeat-x;
}
#subscribeForm h2,
#subscribeForm input.submitBtn {
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
	width: 318px;
	height: 52px;
	margin: 22px 0 0 -7px;
	text-indent: -5000em;
	background: url(images/sprite-subscribe.png) 0 -134px no-repeat;
	border: 0;
}
#subscribeForm h2 {
	position: absolute;
	z-index: 999;
}
.subscribeBoxForm {
	padding-left: 320px;
}
#subscribeForm div.input {
	width: 475px;
	float: left;
	margin: 31px 10px 0;
}
#subscribePage #subscribeForm div.input {
	width: 295px;
	float: left;
	margin: 31px 10px 0;
}
#subscribeForm input {
	width: 450px;
	margin: 0;
}
#subscribePage #subscribeForm  div.input input {
	width: 270px;
	padding: 6px 4px;
}
#subscribeForm input.submitBtn {
	width: 111px;
	height: 32px;
	margin: 31px 0 0;
	background-position: 0 -232px;
	cursor: pointer;
	#font-size: 0;
	#color: transparent;
}
#subscribeForm input.submitBtn:hover {
	background-position: 0 -266px;
}
#subscribeForm label {
	display: block;
	clear: left;
	color: #fff;
	font-size: 0.9em;
}
#subscribePage .example {
	margin: 0 auto;
	padding: 0 1px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#freeBonus {
	width: auto;
	min-height: 90px;
	margin: 25px 0 10px;
	padding: 20px 0 12px 20px;
	background: #ECECEC;
}

/* About Page
--------------------------------------------------------- */
#staffBios {
	margin: 25px 0;
}
#staffBios ul {
	list-style: none;
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
}
#staffBios ul li {
	display: block;
	float: left;
	clear: left;
	overflow: hidden;
	width: 50%;
	margin: 4px 0 15px;
	padding: 0;
}
#staffBios ul li.indent {
	clear: none;
}
#staffBios ul li p {
	margin: 0;
	padding-right: 30px;
	font-size: .95em;
}
#staffBios ul li.indent {
	padding-right: 0;
}
#staffBios ul li img.avatar {
	display: block;
	float: left;
	margin: 1px 15px 40px 0;
}
#staffBios ul li h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 2px;
	padding: 0;
}
#staffBios a.clear {
	font-size: 0.75em;
}

/* -----------------------------------------------------------
	Membership Templates
-------------------------------------------------------------- */
.memberArea .entry-content { font-size: 0.875em; }
table.comparison {
	width: 95%;
    margin: 15px 0;
    padding: 0;
	font-size: 100%;
    border-color: #333333;
    border-style: solid;
    border-width: 1px 1px 0;
	border-collapse: separate;
	background: #FAFAFA;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}
table.comparison {
	width: 135%;
}
table.comparison tr td {
	padding: 4px;
	border-color: #333333;
	border-style: solid;
	border-width: 0 0 1px;
}
table.comparison tr td:first-child {
	border-color: #333333;
	border-style: solid;
	border-width: 0 0 1px 1px;
}
table.comparison tr td:last-child {
	border-color: #333333;
	border-style: solid;
	border-width: 0 1px 1px 0;
}
table.comparison tr td.contribution {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
table.comparison tr td.left {
	background-color: #EDF6FF;
}
table.comparison tr td.middle {
	background-color: #C2E0FF;
}
table.comparison tr td.right {
	background-color: #99CCFF;
}
.contribution_button {
	margin: 0 auto 10px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background: url(images/sprite-gradients.png) 0 -828px repeat-x;
	border: 1px solid #7BBC0B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 2px #666;
	-webkit-box-shadow: 1px 2px #666;
	box-shadow: 1px 2px #666;
	text-shadow: 1px 1px 3px #fff;
	cursor: pointer;
}
.reduce_button {
	margin: 0 auto 10px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color: #ccc;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 2px #666;
	-webkit-box-shadow: 1px 2px #666;
	box-shadow: 1px 2px #666;
	text-shadow: 1px 1px 3px #fff;
	cursor: pointer;
}
.link_button {
	background:none; 
	border-width:0px; 
	color:blue !important;
	font-weight: normal !important;
	text-decoration:underline;
	cursor: pointer;
}
#lastYearsPayment {
	display: none;
}
#lastYearsPayment table.comparison {
	width: 85%;
}
#lastYearsPayment table.comparison {
	width: 85%;
}
#lastYearsPayment table.comparison tr:first-child td {
	width: 85%;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
th.comparison-header {
	border-bottom: 1px solid #333;
	background-color: #FFF;
}
th.comparison-deal {
	background-color: #EDF6FF;
	text-align: center;
	font-weight: bold;
	color: #090 !important;
	border-bottom: 1px solid #333;
}
form .creditCard {
	margin: 5px 0 0 18px;
}
.memberArea dl			{ overflow: hidden; margin: 10px 0; }
.memberArea dt			{ display: block; float: left; clear: left; }
.memberArea dd			{ display: block; float: left; margin: 2px 0 2px 4px; }
.memberArea .imgText	{ padding-top: 4px; }
.memberArea h3			{ clear: none; }

#upgrade-tier {
	clear: both;
	overflow: hidden;
	background: url(images/bg-upgrade.jpg) 0 54px no-repeat;
}
#upgrade-tier div {
	float: left;
	width: 213px;
	margin: 20px 0;
	padding: 5px 0;
	text-align: center;
	border-right: 1px solid #d1d1d1;
}
#upgrade-tier div.three {
	border-right: 0;
}

.tooltip {
	border: 1px solid #c0c0c0;
}
.tooltip.bonus-tall {
	clear: both;
	overflow: hidden;
	float: left;
	width: 213px;
	margin: 20px 0;
	padding: 5px 0;
	text-align: center;
	background-color: #FFF;
}
.tooltip.bonus-wide {
	width: 610px; 
	background: #fafafa; 
	padding: 8px; 
	margin: 0 0 15px 0;
}
#upgrade-tier h3, .tooltip h3 {
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: bold;
	color: #251FAC;
}
#upgrade-tier strong, .tooltip strong {
	display: block;
	padding: 0 10px 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}
#upgrade-tier img, .tooltip img {
	display: block;
	position: relative;
	left: 23px;
	margin: 10px auto;
	
}
#upgrade-tier p, .tooltip p {
	padding: 10px 10px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #454545;
}
.trigger {
	cursor: help;
	border-bottom: 2px dotted #0af;
}
.trigger:hover {
	color: #fff;
	background-color: #0af;
}
.trigger-details {
	color: #0af;
	font-weight: bold;
	border-bottom: none;
}
#other_notice {
	display: none;
	color: red;
	font-weight: bold;
}
.highlight {
	background-color: yellow;
	padding: 4px;
}


/* -----------------------------------------------------------
	Asides
-------------------------------------------------------------- */
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}

/* -----------------------------------------------------------
	Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* -----------------------------------------------------------
	Images
-------------------------------------------------------------- */
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* -----------------------------------------------------------
	Forms
-------------------------------------------------------------- */
input,
textarea,
select		{ padding-left: .5ex; font-family: arial, sans-serif; font-size: 15px; font-weight: bold; color: #434343; }
select		{ padding: 0; }
.newsletter form textarea {
	font-size: 1em;
	font-weight: normal;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input.file {
	margin-right: 24px;
}
.entry-content label,
.gform_wrapper label {
	color: #666;
}
.fieldBlock {
	overflow: hidden;
	clear: left;
}
.loginSubscribe {
	margin-top: 15px;
}
form div.input {
	clear: left;
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 8px;
	color: #333;
}
form .shortFields div.input {
	width: 50%;
}
form div.input .floatLeft {
	clear: none;
	float: left;
	width: 220px;
	padding: 0;
}
form div.input .floatLeft input {
	width: 200px;
}
form div.input input,
form div.input select,
form div.input textarea,
form div.radio div.text input,
.ginput_container input[type="text"],
.home #primary .ginput_container span.ginput_left input,
.home #primary .ginput_container span.ginput_right input {
	clear: none;
	float: left;
	width: 250px;
	padding: 2px 4px;
	background: #fff;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
	line-height: 17px;
	color: #434343;
}
#contact_feedback_form textarea {
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
	line-height: 17px;
	color: #434343;
}

form div.checkbox {
	margin: 14px 0 5px;
	padding: 0;
}
form div.input textarea			{ width: 340px; }
form div.input select			{ width: auto; margin: 0 10px 0 0; padding: 0; }
form div.checkbox input,
form div.checkbox label,
form div.radio input,
form div.radio label			{ width: auto; height: auto; margin: 0 5px 0 0; padding: 0; border: none; background: none; /* float: none; display: inline; */ }
form div.checkbox input,
form div.radio input,
.gform_wrapper ul.gfield_checkbox input
								{ position: relative; top: 1px; }
.radioLists div.radio label		{ float: left; width: 200px; }
.radioLists div.radio input		{ float: left; margin: 2px 60px 0 0; }
.radioLists .radioLegend		{ float: left; width: 205px; padding: 3px 0 10px; font-weight: bold; }
.radioLists .legendCol			{ width: 73px; }
form em							{ display: block; clear: left; font-style: italic; color: #888; font-size: 0.8em; }
form div.input em				{ float: left; margin: 0 0 0 5px; clear: none; }
form div.input em.clear			{ clear: left; margin: 0; }
form div.input.text p			{ float: left; margin-left: 10px; }
form div label,
.gform_wrapper label,
.gform_wrapper .top_label .gfield_label {
	display: block;
	clear: left;
	float: left;
	width: 180px;
	margin: 0;
	padding: 3px 0 7px;
	font-weight: normal;
}
form div.checkbox label,
form div.radio label {
	clear: none;
	width: 90%;
}
.gform_wrapper .ginput_complex .ginput_left label,
.gform_wrapper .ginput_complex .ginput_right label {
	margin: 0 0 8px;
	padding: 0;
}
form div.otherAmount label			{ padding-top: 3px; }
form div.otherAmount input			{ margin-top: 4px; }
form div.otherAmount div.text		{ float: left; width: 50%; color: #666; line-height: 23px; }
form div.otherAmount div.text input { width: 80px; margin-top: 0px; }
span.req		{ color: #ff0000; }
form div.forgot {
	position: relative;
	top: -4px;
}
.forgot	a {
	float: left;
	margin-right: 50px;
	color: #4248A6;
	font-style: italic;
	text-decoration: none;
}
form div.forgot label { width: auto; }
#currency_rates {
	float: right;
	margin: 0 30px 0 0;
	font-size: 0.75em;
}
/* ---------------- Gravity Forms ---------------- */
/* ----- Generic Gravity Form ----- */
.entry-content .gform_wrapper			{ font-size: 1.125em; }
.gform_heading							{ margin: 5px 0 15px; font-size: 0.8em; }
#content .gform_heading					{ font-size: 0.925em; }
li.gfield, .ginput_full {
	display: block;
	overflow: hidden;
	margin: 0 0 13px;
}
.gform_wrapper .ginput_container {
	display: block;
	width: auto;
	margin: 0;
	padding: 0 0 0 2px;
	color: #333;
}
.ginput_container						{ width: 225px; padding: 0; }
.ginput_container input[type="text"],
.home #primary .ginput_container span.ginput_left input,
.home #primary .ginput_container span.ginput_right input {
	width: 214px;
}
#content .gform_wrapper ul.gfield_checkbox,
#content .gform_wrapper ul.gfield_radio {
	margin: 0;
}
.gform_wrapper ul.gfield_checkbox li {
	display: block;
	clear: left;
}

span.ginput_left						{ margin-right: 10px; }
span.ginput_left,
span.ginput_right						{ display: block; float: left; }
#primary .ginput_container span.ginput_left input,
#primary .ginput_container span.ginput_right input {
	width: 170px;
}
#primary .ginput_container textarea,
#content .ginput_container textarea		{ width: 94%; }
.ginput_container .ginput_full input	{ width: 94%; }
.ginput_complex label					{ font-size: 0.8em; font-style: italic; margin: 0; }
span.gfield_required					{ color: #CC0033; padding-left: 2px; }
#recaptcha_table						{ clear: left; }
.button,
.gform_wrapper input.button,
form div.submit input,
form span.submit input {
	display: block;
	float: left;
	width: auto;
	height: 31px;
	margin: 20px auto;
	padding: 1px 30px 0;
	color: #222222;
	font: bold 100% Helvetica, Arial, sans-serif;
	background: #bdc4ca url(images/sprite-gradients.png) 0 -540px repeat-x;
	border: 1px solid #9EA4A9;
	cursor: pointer;
	text-shadow: 0px 1px 2px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
.savebutton {
	position: absolute;
	top: 0;
	right: 0;
	}
	.savebutton input {
		margin: 0;
	}
form div.center input {
	float: none;
}
form div.submit {
	clear: both;
	padding: 10px 0;
}
form div.input div.submit {
	clear: none;
	float: left;
	width: auto;
	padding: 0;
}
form div.oldSubmit {
	text-align: center;
}
form div.input div.submit input {
	margin: 0 0 0 10px;
	padding: 0 18px;
	height: 24px;
}
.button:hover,
.gform_wrapper input.button:hover,
form div.submit input:hover,
form span.submit input:hover {
	background-position: 0 -612px;
}
form div.scaleSubmit input,
a.scaleSubmit,
a.scaleDeny,
.optInDialog .ui-button {
	display: block;
	float: none;
	margin: 0 auto;
	height: 35px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	background: url(images/sprite-gradients.png) 0 -828px repeat-x;
	border: 1px solid #7BBC0B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 2px #666;
	-webkit-box-shadow: 1px 2px #666;
	box-shadow: 1px 2px #666;
	text-shadow: 1px 1px 3px #fff;
}
a.scaleSubmit,
a.scaleDeny {
	float: left;
	height: 30px;
	margin-bottom: 10px;
	padding: 1px 30px 0;
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
}
a.scaleDeny,
.optInDialog .ui-button {
	margin-left: 14px;
	background-position: 0 -540px;
	border-color: #969CA1;
}
.belowTable {
	text-align: right;
	width: 135%;
}
.belowTable a {
	color: #666;
}
a.renewContinue {
	color: #666;
	vertical-align: middle;
}
.optInDialog .ui-button {
	width: 100px;
	height: 24px;
	margin: 24px auto;
	font-size: 12px;
}
form div.scaleSubmit input:hover,
a.scaleSubmit:hover {
	background-position: 0 -900px;
	text-shadow: 1px 1px 5px #fff;
}
a.scaleDeny:hover,
.optInDialog .ui-button:hover {
	background-position: 0 -612px;
	text-shadow: 1px 1px 5px #fff;
}
form div.oldSubmit input {
	float: none;
	overflow: hidden;
	width: 490px;
	height: 35px;
	padding: 0;
	background: url(/wp-content/plugins/iNET-Membership/images/yes_upgrade_button.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	text-align: left;
	text-indent: -5000em;
}
form div.oldSubmit input:hover {
	background-position: 0 0;
}
/* ---------------- Messages ---------------- */
div.message					{ clear: both; margin: 0 0 1em; padding: 1em 1em 1em 36px; font-size: 1em; }
div.message p				{ margin: 0; }
div.error-message			{ clear: both; color: #900; font-weight: bold; font-size: 0.7em; }
#leadsRegister div.message {
	width: 380px;
	padding: 0.7em 1em 0.7em 36px;
}
div.messageSuccess			{ background: #E0FBD8 url('images/tick_circle.png') 10px 14px no-repeat; border: 1px solid #96CB55; color: #060; }
div.messageNotice			{ background: #FFFBCC url('images/exclamation.png') 10px 14px no-repeat; border: 1px solid #E6DB55; color: #222; }
div.messageFailure			{ background: #FAD8D7 url('images/cross_circle.png') 10px 14px no-repeat; border: 1px solid #C64F51; color: #600; }

#dealNotice					{ display: none; margin: 10px 0 20px; padding: 1em 1em 1em 36px; font-size: 0.875em; font-weight: bold; }

/* -----------------------------------------------------------
	Site Map
-------------------------------------------------------------- */
#sitemap {
	margin: 20px 0;
}
#sitemap ul li {
	display: block;
	float: left;
	width: 300px;
	margin: 0 13px 10px 0;
	background: #36ADDC url(images/sprite-backgrounds-vt.png) 0 -176px repeat-x;
	color: #27435D;
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
}
#sitemap ul li ul {
	display: block;
	clear: left;
	background: #fff url(images/sprite-backgrounds-vt.png) 0 -292px repeat-x;
}
#sitemap ul li ul li, #sitemap ul li ul li ul li {
	float: none;
	margin: 0;
	text-transform: none;
	background: none;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
#sitemap ul li a {
	display: block;
	float: left;
	margin-left: 15px;
	padding: 6px 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#sitemap ul li a:hover				{ text-decoration: underline; }
#sitemap ul li ul li a				{ margin-left: 22px; float: none; font-weight: normal; color: #277194; }
#sitemap ul li ul li a:hover		{ color: #7EBC0A; }
#sitemap div.toggle-expand,
#sitemap div.toggle-collapse			{ margin-left: 5px; }
.widget_nav_menu div.toggle-expand,
.widget_nav_menu div.toggle-collapse	{ margin-top: 10px; }
#sitemap ul li a.toggle-expand,
#sitemap ul li a.toggle-collapse		{ margin-left: 5px; }
/* -----------------------------------------------------------
	Footer
-------------------------------------------------------------- */
#resources {
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 330px;
	margin-left: 15px; /* <- not ideal, but does the job */
	text-align: center;
}
#resources #footer-inner {
	width: 928px;
	height: 212px;
	margin: 0 auto;
	padding: 5px 15px 0;
	background: #eef0f0;
	border: 1px solid #d2d2d2;
	border-bottom: 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.footer {
	width: 960px;
	height: 31px;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 1px solid #C0C0C0;
	border-width: 1px 0;
	}
	ul#footer-nav {
		float: left;
		width: 740px;
		height: 32px;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	ul#footer-nav li {
		display: inline-block;
		margin: 0;
		padding: 8px 0 0;
		line-height: 40px;
	}
	ul#footer-nav li a, ul#footer-nav li span {
		display: block;
		float: left;
		padding: 1px 5px 0;
		font: 100 12px Arial, Helvetica, sans-serif;
		letter-spacing: 0.05em;
		text-decoration: none;
	}
	ul#footer-nav li a:hover		{ text-decoration: underline; }
	ul#footer-nav li span					{ padding: 0 0 0 4px; color: #999; }
	ul#footer-nav li.menu-item-last span	{ display: none; }

.legal {
	clear: left;
	width: 958px;
	margin: 8px auto;
	font-size: 0.6em;
	line-height: 1.2em;
	text-align: left;
	color: #454545;
}

#footer {
	overflow: hidden;
	font-size: 11px;
	color: #333;
	background: #dee4ed;
	text-align: left;
	
		}
		#footer a {
			color: #000;
		}
		nav#footer-nav {
			width: 100%;
			margin: 0 auto;
			padding: 15px 20px;
			background: #CFD7E4;
			}
			nav#footer-nav ul {
				display: table;
				width: auto;
				margin: 0 0 0 30px;
				padding: 0;
				}
				nav#footer-nav ul li {
					float: left;
					margin: 0 40px 0 0;
					font-size: 11px;
					text-transform: uppercase;
				}
		div.footer-inner {
			width: auto;
			margin: 0 auto;
			padding: 15px 20px 0;
			text-align: left;
			}
			div#properties {
				float: left;
				width: 85%;
				}
				div#properties .side {
					float: left;
					width: 20%;
					padding: 15px 0;
						a {
							color: #353535;
						}
					}
						div#properties h6  {
							display: block;
							margin: 0 0 5px;
							padding: 0 25px 0 0;
							font-weight: bold;
							font-size: 13px;
							color: #353535;
						}
						div#properties ul {
							margin: 0 0 20px;
							padding: 0 25px 0 0;
							}
							div#properties ul li {
								display: block;
								margin: 0 0 8px;
								padding: 0;
								font-size: 12px;
								}
								div#properties ul li a {
									text-decoration: none;
								}
			div#siteinfo {
			  float: right;
			  width: 15%;
			  padding-top: 20px;
			  text-align: right;
			}
				div.asides {
					margin: 0;
					}
					a.powered-by {
						float: right;
						width: 152px;
						height: 38px;
						margin: 11px 0 0;
						text-align: left;
						text-indent: -5000em;
						background: url(/forums/images/inet/lw-footerlogo.png) 0 0 no-repeat;					}
					#foot {
			clear: left;
			 width: 100%;
			  padding: 0 20px;
			  position: relative;
			  left: -20px;
			  overflow: hidden;
			  background: #282828;
			  color: #fff; }
			  #foot .inner {
				overflow: hidden;
				padding: 10px 0; }
			  #foot .copyright {
				float: left;
				font-size: 12px;
				line-height: 37px; }
			  #foot .penton {
				float: right;
				text-align: left;
				width: 234px;
				height: 37px;
				text-indent: -5000em;
				background: url(images/sprite.png) 0 -1170px no-repeat; }



.footerLinks {
	float: right;
	width: 215px;
	text-align: right;
}
.footerLinks span {
	margin: 7px 4px 0 0;
	font-size: 0.8em;
	color: #666;
	float: left;
}
a.twitter,
a.facebook,
a.googleplus,
a.feeds {
	display: block;
	overflow: hidden;
	float: left;
	width: 24px;
	height: 24px;
	margin: 4px 0 0 5px;
	text-align: left;
	text-indent: -5000em;
	text-decoration: none;
	background: url(images/sprite-images.png) 0 -504px no-repeat;
}
a.twitter		{ background-position: -144px -504px; }
a.googleplus		{ background-position: -216px -504px; }
a.feeds			{ background-position: -72px -504px; }
/* -----------------------------------------------------------
	Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
/* -----------------------------------------------------------
	Print Style
-------------------------------------------------------------- */

@media print {

	html, body {
		background: none !important;
		margin: 0;
		padding: 0;
	}
	#wrapper {
		width: 99%;
		height: auto !important;
		overflow: visible;
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
		margin: 0 auto;
		padding: 0;
	}
	#header {
		border-bottom: 2px solid #FFCC66;
		margin-bottom: 9pt !important;
		padding-bottom: 0.25pt !important;
	}
	#masthead {
		height: auto !important;
	}

	#headerPluginArea {
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		width: auto !important;
	}
	#headerPluginArea div#logged {
		padding: 0 15px 4px;
		border: 0;
		font-size: 0.85em;
		color: #666;
	}
	#subscribe-form-header select {
		width: 324px !important;
		font-weight: normal;
	}
	#subscribe-form-header  #usercountrysubscribeheader{
		font-weight: normal;
		font-size: 12px;
		width: 179px;
		float: left;
		margin-right: 20px;
		height: 24px;
	}

	#subscribe-form-header .textInput{
		float: left;
		width: 200px;
		width: 225px;
	}

	#subscribe-form-header{
		width: 440px;
		float: right;
		margin-top: 21px;
	}

	#subscribe-form-header .enter{
		font-weight: bold;
		margin: 0px;
	}
	#site-title {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	#site-title:after {
		content: url(images/WS-Print.gif);
	}
	#site-title a {
		background: none;
		height: 1px;
		color: #fff;
	}
	#colophon {
		border-top: 2pt solid #000;
	}

	.entry-content,
	.entry-summary,
	.entry-children,
	.seriesbox,
	.socialbox,
	#entry-author-info {
		font-size: 10pt;
		line-height: 15pt;
	}
	.entry-content table {
		border: 1px solid;
	}
	#resources {
		position: relative;
		height: auto;
		padding-top: 10px;
		border-top: 1px solid #000;
	}
	#mainNav,
	ul.sub-menu,
	.footer,
	#footer-inner,
	#primary,
	#access,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area,
	#headerPluginArea p,
	#headerPluginArea form,
	.topsponsorad,
	div#beta,
	#searchform,
	#site-title a img,
	.entry-content .subscribeBox {
		display: none !important;
	}
	#main,
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 99%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}

	.entry-title {
		font-size: 14pt;
	}
	h1		{ font-size: 15pt; }
	h2		{ font-size: 14pt; }
}


/* -----------------------------------------------------------
	BEGIN GBS STYLES
-------------------------------------------------------------- */

/* @override
	http://gbs.local/wp-content/themes/premium-theme/style.css?ver=1.0.31
	http://gbs.local/wp-content/themes/premium-theme/style.css?ver=1.0.32
*/

/*
Theme Name: GBS Premium Theme
Theme URI: http://groupbuyingsite.com
Description: New default theme for the group buying site plugin.
Author: Group Buying Site
Author URI: http://groupbuyingsite.com
Version: 1.0.33
*/

.winDeals .one-column #content,
.gb_merchant .one-column #content {
	margin-top: 15px;
	padding: 0;
}

/* @group font_face */
.gb_deal #content h2,
.gb_deal #content h3,
.gb_deal submit input,
.gb_deal input.submit,
.gb_deal input.form-submit,
#deal_buy_now_deal_button a,
#deal_info #social h3 {
	font-family: 'RokkittRegular', ArvoRegular, Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}
.gb_deal .entry-content,
.account_page .entry-content,
#checkout_page #content {
	font-size: 0.85em;
}

/* @end */


/* @group Defaults */

/* Defaults
----------------------------------------------------------------------------------------------------*/
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.ui-tabs .ui-tabs-hide, .cloak {
	display: none;
}
.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional roundedcorners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Content > Styling */
.post-content {
	overflow: hidden;
	margin: 0 0 25px;
}
.the_content p, .the_excerpt p, .the-content p {
	margin-bottom: 10px;
	padding: 0px 10px;
	overflow: hidden;
}
.loop .post-content {
	margin-bottom: 10px;
}
.content-compact .post-content {
	margin: 0;
}
.gb_deal .entry_content {
	padding: 5px 10px 0 0;
}
.gb_deal .entry_content h1, .gb_deal .entry_content h2, .gb_deal .entry_content h3, .gb_deal .entry_content h4, .gb_deal .entry_content ul, .gb_deal .entry_content ol, .gb_deal .entry_content blockquote {
	margin-bottom: 15px;
}
.gb_deal .entry_content h1,
.winDeals h1 {
	font-size: 24px;
	line-height: 1.1;
}
.gb_deal .entry_content h2 {
	font-size: 30px;
	line-height: 1.1;
}
.gb_deal .entry_content h3 {
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.gb_deal .entry_content h4 {
	font-size: 16px;
}
.gb_deal .entry_content h5, .gb_deal .entry_content h6 {
	font-size: 14px;
	line-height: 24px;
}
.gb_deal .entry_content p, .gb_deal .entry_content h1, .gb_deal .entry_content h2, .gb_deal .entry_content h3, .gb_deal .entry_content h4, .gb_deal .entry_content ul, .gb_deal .entry_content ol, .gb_deal .comment-text p, .gb_deal .widget p {
	margin-bottom: 10px;
}
.gb_deal .entry_content ol, .gb_deal .entry_content ul {
	margin-left: 10px;
	padding-left: 20px;
	display: block;
	clear: none;
}
.gb_deal .entry_content ul li {
	padding-left: 20px;
}
.gb_deal .entry_content ol li {
	list-style-type: decimal;
}
.gb_deal .entry_content hr {
	border-style: none;
	border-bottom: 1px dotted #b4b4b4;
	display: block;
	clear: both;
	margin: 35px 0;
}
.loop h2.heading {
	margin: 10px 0;
}
strong {
	font-weight: bold;
}
/* Removes margins for stacked H tags */

.entry_content h1 + h2, .entry_content h1 + h3, .entry_content h1 + h4, .entry_content h1 + h5, .entry_content h1 + h6, .entry_content h2 + h3, .entry_content h2 + h4, .entry_content h2 + h5, .entry_content h2 + h6 {
	margin-top: -15px;
}
.entry_content h4 + ul,
.entry_content h3 + ul,
.entry_content h4 + ol,
.entry_content h3 + ol,
.entry_content h4 + p,
.entry_content h3 + p {
	margin-top: -5px;
}
.gb_deal .entry_content blockquote {
	clear: both;
	margin: 20px 0;
	background: transparent url(../img/blockquote_bg.png?v=2) no-repeat scroll 0 0;
	min-height: 52px;
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 0 40px;
	width: auto;
}
blockquote cite {
	font-weight: bold;
}
.gb_deal .entry_content .pullquote {
	float: left;
	width: 200px;
	margin: 20px 20px 20px 0;
	font-size: 22px;
	line-height: 28px;
}
.gb_deal .entry_content .pullquote.right {
	float: left;
}

/* @group Tables */
.winDeals table,
table.gb_table {
	border-collapse: separate;
	border-spacing: 0;
	border-left: 1px solid #ebebeb;
	margin-bottom: 20px;
	width: 100%;
}
.winDeals table thead,
table.gb_table thead {
	background: #fff url(img/header.png) repeat-x left bottom;
}
.winDeals table caption,
table.gb_table caption {
	font-weight: bold;
	line-height: 3em;
}
.winDeals table td,
.winDeals table th,
table.gb_table td,
table.gb_table th {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 10px 15px;
	text-align: left;
	vertical-align: middle;
}
.winDeals table thead th,
.winDeals #content table thead th,
#content table.gb_table thead th {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid #a3a3a3;
	-webkit-box-shadow: 0px 1px 1px #999;
	background: #fff url(img/header.png) repeat-x left -89px;
	text-shadow: #fff 1px 1px 2px;
	color: #888;
	padding-top: 8px;
	padding-bottom: 6px;
	line-height: 21px;
	white-space: nowrap;
}
.winDeals table tbody tr.odd,
table.gb_table tbody tr.odd,
table.gb_table tbody tr.odd td {
	background-color: #F3F8FF;
}
table tr.cart-line-item th {
	text-align: right;
}
table td.cart-line-item-total,
table.gb_table tr.odd td.cart-line-item-total {
	background-color: #9FB3DF;
	color: #FFF;
	font-weight: bold;
}
.winDeals table th,
table.gb_table th {
	border-top: 1px solid #ebebeb;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.checkout_block fieldset table td, .checkout_block fieldset table th, .checkout_block fieldset table, .registration_layout table td, .registration_layout table {
	border: none;
}
.checkout_block fieldset table td.first, .checkout_block fieldset table th, .registration_layout table td.first {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}
#gbs_login table tbody tr.odd {
	background: none;
}
table.report_table td {
	vertical-align: middle;
}
table.report_table td.first,
table.report td.first {
	text-align: left;
}
/* @end */

/* @end */

/* @group Common
--------------------------------------------------------- */
.winDeals label					{ width: auto; }
.winDeals .loginSubscribe label { width: 180px; }
input.text-input,
.gb-form-field input,
textarea.text-area,
.gb-form-field textarea,
.gb_deal form input[type="text"] {
	border: 1px solid #AFAFAF;
	background: #fff;
	padding: 3px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
input.text-input,
.gb-form-field input,
textarea.text-area,
.gb-form-field textarea {
	width: 350px;
}
.gb-form-field-checkbox input {
	width: auto;
}
table.form-table tbody td {
	padding-bottom: 15px;
}/*
.winDeals .submit input,*/
.winDeals input.submit,
.winDeals input#submit,
.winDeals input.form-submit,
.winDeals a.form-submit,
.winDeals .widget .deal_block .buynow,
.winDeals input.form-submit.inactive {
	width: auto;
	margin: 10px 0;
	padding: 6px 8px;
	font: bolder 23px 'RokkittRegular', Arial, Helvetica, Geneva, sans-serif;
	background: #ff9715 url(images/sprite-gradients.png) 0 -1011px repeat-x;
	border-left: none;
	border-right: 1px solid #7F94EE;
	border-bottom: none;
	border-top: 1px solid #7F94EE;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	color: #fff;
	text-shadow: #0D0A2E 0 1px 0;
	outline: none;
	cursor: pointer;
}
/* .winDeals .submit input:hover, */
.winDeals input.submit:hover,
.winDeals input#submit:hover,
.winDeals input.form-submit:hover,
.winDeals a.form-submit:hover,
.winDeals .widget .deal_block .buynow:hover,
.winDeals input.form-submit.inactive:hover {
	text-decoration: none;
	background-position: 0 -1031px;
	outline: none;
}
.cart-controls input.form-submit {
	font-size: 20px;
	font-weight: bold;
	color: #555;
	text-shadow: #fff 0 1px 0;
	background-position: 0 -540px;
	background-color: #9ea4a9;
	border-color: #ccc;
}
.cart-controls input.form-submit:hover {
	color: #333;
	background-position: 0 -612px;
}
.winDeals form input.checkout_next_step,
.cart-controls input.checkout_next_step,
.winDeals .deals-loop-buy a.form-submit {
	font-size: 24px;
	font-weight: bolder;
	color: #fff;
	text-shadow: #301E0B 0 1px 0;
	background: #ff9715 url(images/sprite-gradients.png) 0 -1228px repeat-x;
	border-color: #FDDF61;
}
.winDeals form input.checkout_next_step,
.cart-controls input.checkout_next_step,
.cart-controls input.form-submit,
.account-register-controls input.form-submit {
	padding: 6px 8px 4px;
	font: bold 19px Helvetica, Arial, sans-serif;
}
.winDeals .deals-loop-buy a.form-submit {
	font-size: 23px;
}
.winDeals input.checkout_next_step:hover,
.cart-controls input.checkout_next_step:hover,
.winDeals .deals-loop-buy a.form-submit:hover {
	color: #fff;
	background-position: 0 -1282px;
}
.winDeals input.form-submit.inactive,
.winDeals a.form-submit.inactive {
	color: #868686;
	background: #DDE9FB;
	border-color: #fff;
	text-shadow: #fff 0 1px 0;
	cursor: default;
}
.winDeals input.form-submit.inactive:hover,
.winDeals a.form-submit.inactive:hover {
	color: #868686;
}
.winDeals form .disabled {
	position: relative;
}
.winDeals form .disabled input.checkout_next_step {
	cursor: text;
	color: #ebebeb;
	background: #c6c6c6; /* Old browsers */
	background: -moz-linear-gradient(top, #c6c6c6 0%, #999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c6c6c6 0%,#999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c6c6c6 0%,#999 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c6c6c6 0%,#999 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#999',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c6c6c6 0%,#999 100%); /* W3C */
	border-color: #ccc;
	text-shadow: 0 1px 0 #999;
}
.disabledInfo {
	display: block;
	float: right;
	position: absolute;
	right: 0;
	width: 90px;
	height: 40px;
	margin: 8px 0 0;
	cursor: text;
}
.ie7 .submit input, .ie7 input.submit , .ie7 input.form-submit, .ie7 a.form-submit, .ie7 .widget .deal_block .buynow {
	line-height: 35px;
}
input.submit_image {
	margin: 10px 0;
}
.alt_button,
.report_button,
a.report_button {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 1px #999;
	background: #fff url(img/header.png) repeat-x left -89px;
	padding: 4px 10px;
	outline: none;
	border: 1px solid #d1d1d1;
	border-bottom: 1px solid #fffeff;
	color: #666;
	text-shadow: #fff 1px 1px 0;
	margin-bottom: 10px;
	white-space: nowrap;
	width: auto;
	display: inline-block;
	text-decoration: none;
}
.alt_button:hover,
.report_button:hover {
	-webkit-box-shadow: none;
	color: #333;
}
.report_table a.report_button {
	margin-bottom: 0;
}
span.csv_download_link {
	position: absolute;
	top: 8px;
	right: 0;
}
span.csv_download_link a {
	margin: 0;
}
.gb-form-field textarea:focus, .gb-form-field input:focus {
	color: #000;
}
.winDeals #container ul,
.winDeals #container ol {
	list-style-position: outside;
	padding-left: 15px;
}
.hor-navigation ul {
	margin: 0;
	padding: 0;
}
.hor-navigation li {
	float: left;
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}
.split_left {
	float: left;
	margin-left: 0px;
	width: 49%}
.split_right {
	width: 49%;
	float: right;
	margin-right: 0px;
}
.clock {
	display: none;
}
.casper {
	opacity: 0.5;
}
.required {
	color: #fe4e18;
}
.paymentIcons {
	float: right;
	margin: 3px 0 0;
}
/* @end */


/* Structure
--------------------------------------------------------- */
#loop {}
#main, .main_wrap {}

/* Headings
--------------------------------------------------------- */
.page_title {
	padding: 5px 5px 0 5px;
	border-bottom: 1px dotted #d3d2d3;
	font-weight: bold;
	color: #000;
	border-color: #f6892f;
	position: relative;
	margin: -10px 0px 10px;
}
.page_title .heading_section_right {
	width: auto;
	top: 7px;
	position: absolute;
	right: 0;
}
.section_title, legend {
	padding: 5px;
	margin: 0 -5px 10px;
	border-bottom: 1px dotted #d3d2d3;
	font-weight: bold;
	color: #f6892f;
	font-size: 18px;
}
legend {
	margin: 0;
	padding-bottom: 10px;
	border: none;
}


a {
	color: #f6892f;
	text-decoration: none;
}
.content_wrap, #login, #loop {
	z-index: 0;
}
.sidebar {
	background-color: #fff;
	padding-bottom: 20px;
	background: url(img/divider.png) top left no-repeat;
	width: 270px;
	min-height: 570px;
	padding-left: 10px;
	float: right;
}
#loop .sidebar {
	background: url(img/divider.png) top left no-repeat;
	width: 270px;
	min-height: 570px;
	float: right;
	margin-top: 0;
	padding: 0 10px;
}


/* Messaging
--------------------------------------------------------- */
.message {
	background-color: #a6d6dc;
	padding: 7px 20px;
	text-align: center;
	-webkit-border-radius: 8px;
	border-bottom: 1px solid;
	border-color: #60b6c1;
	color: #27494e;
	text-shadow: #c0f6fd 1px 1px 2px;
	margin-bottom: 15px;
}
.message a {
	color: #27494e;
	font-weight: bold;
}
/* @end */

/* Header
--------------------------------------------------------- */
#header_wrap {
	width: 100%;
	background: #fff url(img/header.png) repeat-x left bottom;
	min-height: 131px;
	margin: 0 0 0px;
	height: auto;
	-webkit-box-shadow: 0px 0px 20px #000;
	border-bottom: 1px solid #dedede;
}
#header h1 {
	font-size: 50px;
	color: #fffeff;
	float: left;
	margin: 20px 10px;
	line-height: 60px;
	overflow: hidden;
	max-width: 400px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#header h1 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #797979 0 0 5px;
}

/* Locations
--------------------------------------------------------- */
#locations {
	height: 50px;
	overflow: visible;
	white-space: nowrap;
	position: absolute;
	margin-top: 35px;
	z-index: 300;
	top: 1px;
	right: 315px;
}
#locations span {
	display: block;
	text-align: left;
	color: #666;
	padding-right: 5px;
	text-shadow: #fff 1px 1px 2px;
}
#locations .current_location {
	font-size: 16px;
	font-weight: bold;
	background: url(/wp-content/themes/premium-theme/img/sprite.png) no-repeat -109px -403px;
	height: 24px;
	width: 173px;
	border: none;
	padding: 8px 8px 8px 25px;
	color: #FFF;
	outline: none;
	float: left;
	clear: both;
	color: #666;
	z-index: 20;
	white-space: nowrap;
	overflow: visible;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: left;
	border-left: none;
	border-top: none;
	outline: none;
	margin-right: 0;
	margin-top: 5px;
	margin-left: 0;
	margin: 0;
}
a.header-locations-drop-link {
	text-decoration: none;
	float: left;
	padding-bottom: 15px;
}
#locations a:hover {
	text-decoration: none;
}
#locations_header_wrap {
	position: absolute;
	top: 40px;
	z-index: 18;
	width: 220px;
	left: 0;
}
#locations_header_wrap ul {
	padding: 5px 10px 10px 15px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background: #eee;
	border-left: none;
	border-top: none;
	text-shadow: #294a4f 0 1px 0;
	outline: none;
	margin: 0;
}
#locations_header_wrap li {
	list-style-type: none;
	margin: 5px 0 0;
	text-shadow: 0px 1px #eee;
}
#locations_header_wrap li a:hover, #locations_header_wrap li.current_item a {
	background-color: #60b6c1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: #478c95 0 0 2px;
	color: #fff;
}
#locations_header_wrap li a {
	color: #666;
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding: 5px 5%;
}
#locations_header_wrap a:hover {
	color: #FFF;
}
/* @end */

/* Navigation
--------------------------------------------------------- */
#nav_wrap {
	margin-bottom: 28px;
	display: block;
	height: 40px;
}
#main_nav {
	float: left;
	white-space: nowrap;
	max-width: 1020px;
}
#main_nav .menu_navigation {
	padding: 0px 0 0 20px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background: url(img/navbg.png);
	-webkit-box-shadow: 0px 1px 1px #356c73;
	-moz-box-shadow: 0px 1px 1px #356c73;
	border-bottom: 1px solid #fdb04e;
	height: 34px;
	width:  1000px;
	position: absolute;
}
#main_nav a {
	color: #FFF;
	font-weight: bold;
	text-shadow: #62330c 0px 1px 1px;
	margin-right: 0px;
	text-transform: uppercase;
	-webkit-transition-property: color, text-shadow;
	-webkit-transition: all 0.2s ease-in-out;
	padding: 10px 0;
	display: block;
}
#main_nav a:hover {
	text-shadow: 0px 1px #fdb04e;
	color: #864814;
}
#main_nav .current_page_item a, #main_nav .current-menu-item a {
	background: url(/wp-content/themes/premium-theme/img/sprite.png) no-repeat center -602px;
	padding-bottom: 26px;
}
/* @group drop down navigation */

/* Start Fresh and make it simple */

#main_nav .menu_navigation li ul.sub-menu {
	display: none;
	background: #488d96;
	position: absolute;
	width: 130px;
	z-index: 300;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottomleft-radius: 8px;
	-moz-border-borromright-radius: 8px;
	border: 1px solid #39737b;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border-top: 1px solid #255056;
	margin: -1px -8px 0;
}
#main_nav .menu_navigation li.current_page_item ul.sub-menu {
	margin-top: -16px !important;
}
#main_nav .menu_navigation li.current_page_item ul.sub-menu {
	margin-top: -3px;
}
#main_nav .menu_navigation li.current_page_item ul.sub-menu li a {
	background: url(/wp-content/themes/premium-theme/img/sprite.png) no-repeat -150px -358px;
	padding-bottom: 10px !important;
}
#main_nav .menu_navigation li.current_page_item ul.sub-menu li a:hover {
	background: url(/wp-content/themes/premium-theme/img/sprite.png) no-repeat -115px -358px;
	padding-left: 20px !important;
}
#main_nav .menu_navigation li ul.sub-menu li ul.sub-menu {
	display: none;
}
#main_nav .menu_navigation li ul.sub-menu li {
	padding: 0;
	white-space: nowrap;
	margin: 0;
	width: 100%;
}
#main_nav .menu_navigation li ul.sub-menu li a {
	text-align: left;
	margin-left: 0px;
	padding-left: 8px !important;
	font-size: 12px;
	font-family: 'arial', helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
	border-bottom: 1px solid #60b6c1;
	background: url(/wp-content/themes/premium-theme/img/sprite.png) no-repeat -150px -358px;
	text-shadow: 0px 1px #000 !important;
	color: #fff;
	white-space: normal;
}
#main_nav .menu_navigation li ul.sub-menu li a:hover {
	background: url(/wp-content/themes/premium-theme/img/sprite.png) no-repeat -115px -358px;
	padding-left: 20px !important;
}
#main_nav .menu_navigation li ul.sub-menu li.last a {
	border-bottom: none;
}
#main_nav .menu_navigation li ul.sub-menu .current_page_item {
	display: none;
}
/* @end */

/* @end */

/* Login
--------------------------------------------------------- */
#header .facebook_button {
	float: right;
	margin-right: 170px;
	margin-top: 5px;
}
#login_form {
	float: right;
}
#login_wrap {
	color: #fff;
	background-color: #ddd;
	padding: 10px 20px 12px;
	text-align: center;
	border: 1px solid #aaa;
	border-bottom-color: #fff;
	border-right-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: auto;
	top: 30px;
	right: 0;
	-webkit-box-shadow: inset 1px 1px 1px #ccc;
	-moz-box-shadow: inset 1px 1px 1px #ccc;
	box-shadow: inset 1px 1px 1px #ccc;
	position: absolute;
	max-width: 250px;
	white-space: normal;
}
.ie7 #login_wrap {
	width: 180px;
	float: right;
}
#login_wrap a {
	margin: 0 5px;
	color: #888;
	text-shadow: #fff 0px 1px;
	font-weight: bold;
}
#login_wrap a.logout {
	opacity: 0.5;
}
#login_wrap .cart_count {
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	vertical-align: 38%;
}
#login_wrap:hover a.logout {
	opacity: 1;
}
#login_wrap a.cart_link_header {
	display: block;
	margin: 10px 0 0;
	clear: both;
}
#login_wrap a.fb_button {
	margin:  0px;
}
.logged-in-hello {
	float: right;
	white-space: nowrap;
}
/* @end */

/* Subscription
--------------------------------------------------------- */
#header_subscription {
	text-align: right;
	position: absolute;
	right: 0;
	top: 55px;
	width: 284px;
}
#header_subscription .option label {
	display: block;
}
#header #header_subscription #gb_subscription, .widget #searchsubmit {
	font-size: 12px;
	padding: 6px 10px 8px;
	margin: 6px 0 5px -3px;
	color: #fff;
	float: left;
	display: block;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	background-color: #f6892f;
	text-shadow: #c06821 1px 1px 1px;
	border: 2px solid #e87f2a;
	border-bottom: 2px solid #ffca72;
	-webkit-box-shadow: 0px 0px 0px #ccc;
	-moz-box-shadow: 0px 0px 0px #ccc;
	height: 34px;
	border-left-color: #e7b767;
	font-weight: bold;
}
#header #header_subscription input#email_address, .widget input#s {
	font-size: 12px;
	padding: 3px 5px;
	margin: 6px 0 5px;
	line-height: 16px;
	width: 208px;
	float: left;
	-webkit-box-shadow: inset 0px 1px 1px #ccc;
	-moz-box-shadow: inset 0px 1px 1px #ccc;
	background: #ddd;
	border-left: none;
	border-top: none;
	padding: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	color: #666;
	outline: none;
	height: 16px;
}
#header #header_subscription input#email_address {
	width: 185px;
	position: absolute;
	top: 20px;
	left: 0;
}
#header #header_subscription #gb_subscription {
	min-width: 90px;
	position: absolute;
	top: 20px;
	right: 0;
	width: auto;
}
#header #header_subscription label.email_address, #header #header_subscription .location_options_wrap label {
	display: none;
}
#header #header_subscription .location_options_wrap {
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	width: 285px;
	height: 20px;
}
#header #header_subscription .location_options_wrap #deal_location {
	float: right;
}
/* @group subscription dropdown */

#nav_subscription {
	position: absolute;
	top: 0;
	right: 0;
}
#subscription_dropdown {
	color: #fff;
	text-align: right;
	background-color: #438088;
	padding: 9px 20px 5px 20px;
	font-size: 15px;
	font-weight: bold;
	text-shadow: #19373b 0px 1px;
	top: 0;
	right: 0;
	white-space: nowrap;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom: 1px solid;
	border-color: #60b6c1;
	position:  absolute;
	height: 20px;
}
#subscription_form_wrap {
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background:  url(img/transbg.png);;
	padding: 10px 8px 8px 8px;
	min-width:  550px;
	float:  right;
	z-index: 1000000;
	position: absolute;
	top: 35px;
	right: 8px;
	height: auto;
}
#subscription_form_wrap label {
	display: none;
}
#subscription_form_wrap .email_input_wrap {
	float:  left;
}
#subscription_form_wrap input#email_address {
	width:  270px;
	background:  none;
	color: #666;
	padding:  5px;
	font-size: 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	background: #fff url(img/header.png) repeat-x left bottom;
}
#subscription_form_wrap .location_options_wrap {
	float:  left;
	margin-left:  12px;
}
#subscription_form_wrap select#deal_location {
	margin:  8px 0 0 0;
	min-width: 150px !important;
}
#subscription_form_wrap .button-primary {
	float:  right;
}
/* @end */
/* @end */

/* @end */

/* @group Home
--------------------------------------------------------- */
.gb_deal .home h2 {
	font-size: 34px;
	line-height: 42px;
	margin-bottom: 20px;
	color: #888;
	font-weight: bold;
}
.home_login_wrap a {
	margin: 0 5px;
	color: #214a4f;
	text-shadow: #64c4d1 0 1px 0}
#home_message {
	float: left;
	width: 400px;
	font-weight: bold;
	color: #888;
	padding: 60px 20px 20px;
}
#subscription_form {
	background: url(img/divider.png) no-repeat left top;
	width: 450px;
	min-height: 420px;
	padding: 80px 30px 20px 50px;
}
.home span.option {
	display: block;
}
.home .option.email_input_wrap {
	margin-bottom: 10px;
}
.home span.option label {
	text-align: left;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}
#gb_subscription_form label {
	}
#gb_subscription_form {
	position: relative;
}
#gb_subscription_form select#deal_location {
	float: left;
	clear: both;
}
#gb_subscription_form span.submit {
	float: right;
}
#gb_subscription_form span.submit input {
	margin: 0;
}
#starter .facebook_button {
	float: right;
	margin-right: 0px;
	margin-top: 8px;
}
/* @end */

/* @group Deal */

#content.deal {
	margin: 15px 10px 50px;
	width: 100%;
}
em.small {
	display: block;
	font-size: 0.9em;
	color: #666;
	padding: 10px 0;
}
.deal_how_to ul {
	list-style: square inside;
	padding: 0 10px;
}
.deal_how_to ul li {
	margin: 2px 0;
	padding: 0;
}
.main_heading.single_deal {
	font-size: 26px;
	margin: 0 0 10px;
}
.left_deal_column {
	width: 700px;
	floaf: left;
}
.single .hentry.deal_section {
	float: left;
	width: 400px;
	margin: 0 0 15px 30px;
}
.list li {
	margin-left: 25px;
	list-style-type: square;
	padding-bottom: 5px;
}
#deal_details p {
	margin-bottom: 15px;
}
.wp-post-image {
	margin-top: 15px;
}
.deal_section h4 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.deal_section #thumb {
	margin: 0 0 10px;
}

.map_wrap iframe {
	width: 100%;
}
.countdown_timer_label {
	display: none;
}
.map_wrap iframe, .widget iframe {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.page_title span.title_highlight {
	color: #bababa;
}
.map_wrap a, .widget_groupbuying_location a {
	color: #60b6c1 !important;
}
.todays_deal {
	float: left;
	line-height: 28px;
	font-size: 28px;
	color: #bababa;
}
#deal_info {
	float: left;
	width: 310px;
	margin: 12px 0;
	background: #ccc;
	min-height: 298px;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	border-bottom: 1px solid #f6f6f6;
}
#deal-img {
	float: right;
	width: 660px;
	height: 399px;
	background: #fff;
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
	margin: 0 0 0 10px;
}
#deal-img img {
	background-color: #fff;
}
#deal_info #thumb img {
	display: block;
	margin: 0 auto;
	border: 1px solid #666;
}
.deal-worth,
.deal-savings {
	margin-top: 5px;
	display: block;
/*	font-family: 'ProFontWindowsRegular', Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; */
}
#deal_info .deal-worth,
#deal_info .deal-savings {
	font-weight: bold;
	font-size: 16px;
}
.deals_loop h3.deal_merchant_title a {
	float: left;
	margin-top: 5px;
	text-transform: uppercase;
	color: #7182B3;
}
.merchant_content .merchant_thumb_meta {
	float: left;
}
.merchant_content .merchant_thumb_meta img {
	margin: 0 15px 15px 0;
	padding: 2px;
	background-color: #666;
}
.merchant_content ul.merchant-meta {
	margin-top: 15px;
}
#social {
	margin: 20px 0 0;
}
#social h3 {
	margin: 0 0 5px;
	padding: 4px 0 0 2px;
	font-size: 19px;
	color: #7f7f7f;
}
#social ul {
	margin: 0;
	padding: 0 0 0 2px;
	text-align: center;
}
#social ul li {
	display: inline-block;
	width: 200px;
	list-style: none;
}
#social ul li a	{ text-decoration: none; }

/* @group Milestone
--------------------------------------------------------- */
.milestone_wrap {
	margin-bottom: 20px;
	display: block;
}
.milestone_pricing {
	width: 1020;
	border: 8px solid #60b6c1;
	height: 35px;
	margin: 10px 0 20px 0;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	overflow: hidden;
	background: #447f86;
	-webkit-box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	padding: 0;
}
.milestone_pricing .ms {
	float: left;
	height: 35px;
	background: url(img/milestone.png) right 1px;
	color: #888;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	text-shadow: 1px 1px 2px #555;
	font-weight: bold;
	list-style-type: none;
	line-height: 34px;
	opacity: 0.5;
}
.milestone_pricing .ms.instance_1 {
	opacity: 1;
}
.milestone_pricing .ms.instance_2 {
	opacity: 0.75;
}
.milestone_pricing .ms:hover {
	opacity: 1;
}
.milestone_pricing .ms span {
	background-color: #f6892f;
	padding: 3px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: url(img/navbg.png);
	-webkit-box-shadow: 0px 1px 1px #356c73;
	-moz-box-shadow: 0px 1px 1px #356c73;
	border-bottom: 1px solid #fdb04e;
	text-shadow: #824613 0 1px 0;
}
/* @end */

/* @group Deal Button
--------------------------------------------------------- */
#deal_buy_now {
	width: 344px;
	height: 92px;
	background: transparent url(images/sprite-images.png) -577px -504px no-repeat;
	position: relative;
	top: -12px;
	left: -10px;
}
#deal_buy_now span.deal_button {
	display: block;
	float: right;
	width: 138px;
	height: 51px;
	margin: 13px 32px 0 0;
	text-align: left;
	text-indent: -5000em;
	background: transparent url(images/sprite-images.png) -576px -396px no-repeat;
}
#deal_buy_now span.deal_button.deal_complete {
	width: 292px;
	padding: 18px 10px 0;
	text-align: center;
	font-family: 'RokkittRegular', ArvoRegular, Arial, Helvetica, Geneva, sans-serif;
	font-size: 35px;
	text-indent: 0;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	background: none;
}
#deal_buy_now a:hover {
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
#deal_buy_now .deal-complete {
	font-size: 24px !important;
	line-height: 56px;
}
#deal_buy_now form select {
	display: inline;
	width: 150px;
	margin-right: 15px;
	font-size: 1.2em;
	line-height: 2em;
}
#deal_buy_now form input.submit {
	font-size: 20px;
}
.deal_button_price {
	float: left;
	margin: 15px 0 0 18px;
	padding: 4px 9px;
	color: #fff;
	background: url(images/sprite-gradients.png) 0 -1372px repeat-x;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font: normal 26px/40px Arial, Helvetica, sans-serif;
	text-shadow: #1c363a 0 1px 0;
}
.deal_purchased {
	white-space: normal;
	font-size: 38px !important;
}
/* @end */

#deal_meta_wrap {
	margin-bottom: 10px;
	padding: 10px 5px;
	border-bottom: 1px solid #dedede;
	background: #B7B7B7;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 0 0 10px;
	-webkit-box-shadow: inset 0px 1px 1px #7F7F7F;
	border-color: #dedede;
}
.deal_meta_container {
	padding: 0 8px 8px;
	position: relative;
	top: -12px;
}
.deal_meta_container ul {
	color: #af5e1c;
}
.deal_meta_container ul a {
	color: #fffeff;
	text-shadow: #df7b28 1px 1px 2px;
	font-weight: bold;
}
#deal_info #deal-countdown {
/*	height: 50px;
	background: url(/wp-content/themes/premium-theme/img/sprite.png) no-repeat -81px -88px; */
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 0 0 10px;
	padding: 10px 0 10px 65px;
	padding: 10px 0;
	-webkit-box-shadow: inset 0px 1px 1px #7F7F7F;
	border-bottom: 1px solid;
	border-color: #fdb04e;
	color: #FFF;
	text-shadow: #333 0 1px 0;
	text-align: center;
}
#deal_info .countdown_amount {
	font-size: 18px;
	font-weight: bold;
}
#deal_info span.countdown_section {
	font-size: 10px;
	background: #af5e1c;
	background: #7F7F7F;
	padding: 3px;
	width: 41px;
	margin: 3px 10px 3px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px #62320b;
	color: #FFF;
	text-shadow: #1e140c 0 1px 0;
	border: none;
	float: left;
	text-align: center;
}
#deal_info #deal-countdown,
#deal_info .meta_column,
#deal_info .deal_sold {
	background-color: #B7B7B7;
	border-bottom: 1px solid;
	border-color: #ccc;
	border: inset 1px solid #000;
	-webkit-box-shadow: inset 0px 1px 1px #333;
	-moz-box-shadow: inset 0px 1px 1px #333;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#deal_info .deal_sold {
	text-align: center;
}
#deal_info .meta_column {
	float: left;
	width: 76px;
	height: 55px;
	margin: 0 5px;
	padding: 3px 0 3px 8px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
	background: #7F7F7F;
}
.deal-meta-title {
	font-size: 14px;
	font-weight: bold;
}
#deal_info .deal_sold {
	margin: 0;
	padding: 10px;
	margin: 0 0 10px;
	font-size: 22px;
	color: #FFF;
	text-shadow: 0 1px 0 #333;
}
#deal_info .deal_sold span {
	color: #fff;
	font-weight: bold;
}
#deal_info #progress_bar {
	position: relative;
	height: 40px;
}
#deal_info .milestone_pricing, #deal_info #progress_bar .progress_bar_wrap {
	width: 269px;
	height: 23px;
	top: 10px;
	margin: 0 0 0 -2px;
	border-radius: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 10px;
	border: 5px solid #f6892f;
	z-index: 40;
	position: absolute;
	background-color: transparent;
	overflow: hidden;
	float: left;
}
/* Top layer to it can hide the corders */

#deal_info #progress_bar .progress_bar_wrap {
	z-index: 30;
}

/* Middle Layer
--------------------------------------------------------- */
#deal_info #progress_bar .progress_bar_progress {
	height: 23px;
	float: left;
	background: url(img/progress.png) no-repeat left;
	position: absolute;
	z-index: 20;
	border-radius: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 10px;
	padding-left: 8px;
}
.progress_msg {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 10px 5px;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	text-shadow: #414141 0 1px 1px;
	border: inset 1px solid #000;
	-webkit-box-shadow: inset 0px 1px 1px #7F7F7F;
	-moz-box-shadow: inset 0px 1px 1px #7F7F7F;
	border-bottom: 1px solid;
	border-color: #CCC;
	background: #7F7F7F;
}
/* @end */

/* @group Widgets
--------------------------------------------------------- */
.widget_dealsSubscribe,
.widget_vendor {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 12px 14px;
	font-size: 0.8em;
	color: #666;
	border: 1px solid #D3D3D3;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 37%, #e2e2e2 59%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(37%,#f4f4f4), color-stop(59%,#e2e2e2), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 37%,#e2e2e2 59%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 37%,#e2e2e2 59%,#f0f0f0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 37%,#e2e2e2 59%,#f0f0f0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#f4f4f4 37%,#e2e2e2 59%,#f0f0f0 100%); /* W3C */
}
.widget_dealsSubscribe form label {
	display: none;
}
.widget_dealsSubscribe form input {
	width: 163px;
}
.email_input_wrap {
	width: 100%;
}
.widget_dealsSubscribe form#gb_subscription_form .submit input {
	height: auto;
	margin: 8px 0;
	padding: 4px 12px 2px;
}
.widget_dealsSubscribe .after {
	display: block;
	text-align: center;
	margin: 10px auto 0;
	padding-top: 10px;
	border-top: 1px dotted #999;
}
.widget_dealsSubscribe a,
.widget_vendor a {
	color: #777;
	text-decoration: underline;
}
.widget_dealsSubscribe a:hover,
.widget_vendor a:hover {
	color: #333;
}
.widget.widget_dealsSubscribe ul {
	list-style: square inside;
	padding: 5px 0 0 5px;
}
.widget.widget_dealsSubscribe ul li {
	margin: 0 0 5px;
	padding: 0;
}
h2.widget-title {
	margin: 0 0 2px;
	font-weight: bold;
	font-size: 15px;
}
.widget iframe {
	width: 260px !important;
}
.widget ul, .widget ol {
	padding: 0;
	list-style-position: inside;
}
.widget li {
	margin-bottom: 10px;
	margin-left: 5px;
}
.widget #searchform label {
	display: none;
}
.widget .deal_block {
	background: #efefef url(img/widgetbg.png) repeat-x left bottom;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 1px #666666;
	-moz-box-shadow: 0px 1px 1px #666666;
	box-shadow: 0px 1px 1px #666666;
	border-bottom: 1px solid #fff;
	text-shadow: 0px 1px #FFF;
	line-height: 28px;
	font-size: 17px;
	color: #777;
	width: 230px;
	margin: 0 0 20px 10px;
}
.widget .deal_block .meta {
	width: 100%;
}
.widget .deal_block .buynow {
	display: block;
	float: left;
	margin: 4px 0;
	font-size: 12px;
}
.widget .post_thumbnail img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.widget .deal_block .buynow .button_price {
	margin-left: 5px;
}
.widget .deal_block .deal-price {
	float: left;
	width: 150px;
	background: none;
}
.widget .deal_block h3 a {
	font-size: 18px;
	text-shadow: 0px 1px #fff;
	font-weight: bold;
	color: #888;
	display: block;
	clear: both;
}
.widget .deal_block h3 {
	line-height: 17px}
.widget_info {
	float: left;
	margin-left: 8px;
	width: 160px;
	line-height: 16px;
	font-size: 14px;
}
.widget .deal_thumbnail {
	float: left;
}
/* @end */

/* @group Loop
--------------------------------------------------------- */
.deals_loop .excerpt-content {
	float: right;
	width: 482px;
}
#loop.deals_loop.main {
	padding: 20px;
}
.gb_deal .post h2.entry-title a {
	text-decoration: none;
	font-weight: normal;
	border: none !important;
	color: #fff;
	font-size: 24px;
}
.deals_loop .post {
	width: 700px;
	padding: 10px;
	margin: 15px 0px;
	margin-right: 10px;
	background-color: #E5EFFF;
	border-radius: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 1px #999;
	-moz-box-shadow: 0px 1px 1px #999;
	border-bottom: 1px solid #F2F7FF;
}
.deals_loop .post h3 {
	display: block;
	overflow: hidden;
}
.deals_loop .countdown_timer_wrap .countdown_timer_label {
	display: none;
}
.countdown_timer_wrap {
	width: 228px;
	margin: 0 auto;
	padding-left: 9px;
}

.deals_loop h2.entry-title {
	display: block;
	clear: both;
	margin: 15px -17px 0 -2px;
	padding: 0 0 6px;
	font-size: 14px;
	line-height: 14px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	background: transparent url(images/sprite-gradients.png) bottom right no-repeat;
}
.deals_loop h2.entry-title a {
	display: block;
	margin: 0;
	padding: 5px 8px 9px 10px;
	line-height: 30px;
	text-shadow: #20454a 0 1px 1px;
	color: #FFF;
	border-bottom: none !important;
	background: #311EAE url(images/sprite-gradients.png) 0 -1008px repeat-x;
}
.deals_loop h2.entry-title a .title_text {
	display: block;
	float: left;
	width: 325px;
	padding: 3px 0 0;
	font-size: 28px;
}
.deals-loop-price {
	float: right;
	margin: 2px 0;
	padding: 2px 2px 2px 20px;
	font: bold 19px Arial, Verdana, Helvetica, sans-serif;
	border-left: 1px solid #60b6c1;
}
.deals_loop .meta_value {
	float: left;
	margin: 0px;
	padding: 7px;
	font-size: 0.875em;
	color: #666;
}
.loop_thumb {
	width: 208px;
	height: 120px;
	padding: 4px 4px 0;
	border: 4px solid #311EAE;
	border-width: 0 0 4px;
	background: #311eae url(images/sprite-gradients.png) 0 -995px repeat-x;
	overflow: hidden;
	float: left;
}
.loop_thumb img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#nav-below {
	display: block;
	clear: both;
	margin-top: 5px;
}
#nav-below .nav-previous {
	float: left;
}
#nav-below .nav-next {
	float: right;
}
.deals-loop-buy {
	float: right;
	margin-top: 18px;
}
/* @end */

/* @group Blog
--------------------------------------------------------- */
/* Change the markup before you make any adjustments here */
.blog_container .excerpt_wrap {
	color: #666;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #eee;
}
.blog_container .excerpt_wrap .the_excerpt {
	margin-top: 10px;
}
.blog_container h2.entry-title span.postdate {
	float: right;
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}
.blog_container .postmeta {
	padding: 5px;
}
.blog_container .post .postmeta .meta_container {
	float: left;
}
.blog_container .post .postmeta .meta_container.comments {
	padding-right: 30px;
	border-right: 1px solid #ddd;
	margin-right: 30px;
}
.blog_container .post .postmeta .meta_container ul {
	margin: 5px 30px;
	padding: 0;
}
.blog_container  .post .postmeta ul li {
	list-style: none}
.blog_container  .post .postmeta a {
	color: #999;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.blog_container  .post .postmeta img {
	height: 30px;
	position: a;
	vertical-align: middle;
	margin-right: 15px}
/* @end */

/* @group Pages
--------------------------------------------------------- */
.entry_content .post_meta {
	margin-bottom: 10px;
	opacity: 1;
	color: #aaa;
}
/* @end */


/* @group Comments
--------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h4#comments-title,
h4#reply-title {
	color: #999;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
	border-bottom: 0px !important;
}
h4#comments-title {
	}
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist li.comment {
	line-height: 24px;
	margin: 0 0 15px;
	position: relative;
	padding: 10px;
	background: #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 10px 0;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	float: left;
	margin-right: 10px;
}
.comment-author-avatar a.comment-reply-link {
	float: right;
	font-size: 11px;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.commentlist .even {
	}
.commentlist .bypostauthor {
	}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0 0 24px;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
#deal-comments-wrap {
	margin: 20px 0 0;
}
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	display: none;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	width: 97%;
	padding: 10px;
	color: #fff;
	background: #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	outline: none;
	font-size: 12px;
}/*
#respond textarea {
	width: 97%;
	padding: 10px;
	color: #666;
	background: #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	outline: none;
	font-size: 12px;
}*/
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-submit {
	margin: 12px 0;
}
/* @end */


/* @group Account
--------------------------------------------------------- */
/* Tab Box
-----------------------*/
#newsletterPrefs {
	margin-top: 15px;
	padding: 0.5em;
	background: #FAFAFA;
	border: 1px solid #C0C0C0;
	-moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}
#newsletterPrefs h3 {
	padding: 2px 0 2px 3px;
}
.tabs .ui-widget-header { /* Overrides */
	background: #E4E4E4;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	clear: left;
	overflow: hidden;
	padding: 1.4em 1.4em 1em;
	background: #fff;
	border: 1px solid #E4E4E4;
	border-width: 1px 4px 4px;
	white-space: normal;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border-color: #E4E4E4;
}/*
#newsletterPrefs .ui-state-active a {
	color: #000;
}*/
.ui-tabs .ui-tabs-panel p {
	display: inline-block;
}
#page-container.account {
	width: 680px;
	float: left;
}
.dashboard_container h2 {
	background-color: #f6892f;
	padding: 8px 8px 5px 8px;
	font-weight: bold;
	margin: -11px -11px 10px -11px;
	text-transform: uppercase;
	color: #995318;
	text-shadow: #fdb04e 0 1px 0;
	font-size: 18px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-bottom: 1px solid #fdb04e;
	-webkit-box-shadow: 0px 1px 1px #666;
}
.dashboard_container .section_heading_link {
	float: right;
	color: #c16a1e;
	font-size: 11px;
	margin-top: 3px}
.dashboard_container .dash_section:hover .section_heading_link {
	color: #fff;
}
.dash_section {
	-webkit-border-radius: 8px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px;
}
.dash_section  .user_info {
	float: left;
	width: 50%;
}
.dash_section .contact-info {
	float: right;
	width: 45%;
}
.dash_section table.purchases th {
	color: #747474;
	padding: 3px 5px 2px;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	font-size: 14px;
	text-shadow: #fff 1px 1px 2px;
	background-position: 0 -98px;
	line-height: 21px;
	white-space: nowrap;
}
.current_balance {
	background: #ccc url(img/header.png) repeat-x left -42px;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 1px #666666;
	-moz-box-shadow: 0px 1px 1px #666666;
	box-shadow: 0px 1px 1px #666666;
	border-bottom: 1px solid #fff;
	text-shadow: 0px 1px #FFF;
	line-height: 28px;
	font-size: 17px;
	color: #777;
	width: auto;
	margin: 0 0 20px 1px;
}
.current_balance_amount {
	background: #888;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	text-shadow: 0px 1px #000;
	-webkit-box-shadow: inset 0px 1px 2px #444;
	margin-left: 5px;
}

/* @group account edit
--------------------------------------------------------- */
#gb-account-contact-info {
	margin: 20px 0;
}
/* @end */

/* @group account sidebar
--------------------------------------------------------- */
.account-sidebar {
}
.account-sidebar ul {
}
.account-sidebar li {
}
.account-sidebar ul li a {
}
.account-sidebar ul li a:hover {
}
.account-sidebar ul li.current_page a {
	font-weight: bold;
	text-decoration: none;
}
.user_info p {
	padding: 5px;
}
#account_settings_section h3, #biz_section h3 {
	font-weight: bold;
	margin: 0 0 5px;
	font-size: 18px}
.contact-info p {
	line-height: 18px;
}
.contact_title {
	width: 150px;
	display: block;
	float: left;
	color: #60b6c1;
	font-weight: bold;
	clear: both;
	text-align: right;
	margin-right: 10px;
}
#biz_section p {
	padding: 3px;
	clear: both;
	margin-bottom: 10px;
}
/* @end */

/* @group cart
--------------------------------------------------------- */
th.cart-remove {
	width: 90px;
}
#page-container.cart {
	width: 680px;
	float: left;
}
#left-content-cart {
	width: 690px;
	float: left;
}
.cart.gb_table {
	width: 100%;
	margin-bottom: 10px;
}
.gb_table .cart-line-item th {
	border-top: none;
	border-right: none;
}
.gb_table .cart-line-item-total,
.gb_table .cart-line-item-subtotal,
.gb_table .cart-remove,
.gb_table .cart-quantity,
.gb_table .cart-price {
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
.cart-quantity select {
	float: right;
	font-weight: normal;
}
.cart-controls {
	padding-top: 10px;
}
.cart.gb_table .cart-name a {
	color: inherit;
	text-decoration: none;
}
.cart.gb_table .cart-name a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Checkout
--------------------------------------------------------- */
#checkout_page .checkout_block {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px;
	width: 47%;
}
#checkout_page .right_form {
	float: right;
}
#checkout_page .left_form {
	float: left;
	clear: left;
}
#checkout_page h2, #checkout_page legend {
	background-color: #f6892f;
	background: #fff url(img/header.png) repeat-x left bottom;
	padding: 8px 10px 6px;
	font-weight: bold;
	margin: -11px -11px 10px -11px;
	text-transform: uppercase;
	color: #995318;
	text-shadow: #fdb04e 0 1px 0;
	font-size: 18px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	display: block;
	vertical-align: middle;
	border-bottom: 1px solid #fdb04e;
	-webkit-box-shadow: 0px 1px 1px #666;
}
#checkout_page label {
	float: none;
	clear: none;
	display: inline;
	width: auto;
	padding: 0;
	font-weight: bold;
}
#checkout_page select {
	font-size: 12px;
}
/* Changes */

#checkout_page h2, #checkout_page legend {
	background: #f6892f url(img/header.png) repeat-x left bottom;
	border-bottom: 1px solid #f7f7f7;
	text-shadow: #fff 1px 1px 2px;
	color: #999;
	-webkit-box-shadow: 0px 1px 1px #999;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	display: block;
}
/*/
#checkout_page td{
	vertical-align: middle;
	padding:  5px;
}
/**/

#checkout_page .input_wrap {
	padding: 5px;
	margin: 5px 0;
}
#checkout_page .gb-form-field-text input, #checkout_page .gb-form-field-textarea textarea {
	width: 250px;
	padding: 5px 8px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	outline: none;
}
#gb_credit_cc_cvv.text-input {
	width: 50px;
}
table td.first {
	vertical-align: middle !important;
	text-align: right;
/*	min-width: 125px; */
}
table td.first.downloadLink {
	font-weight: bold;
}
table td.downloadLink a.hlt {
	font-size: .95em;
	letter-spacing: 0;
	color: #09357A;
}
table td.downloadLink a.hlt:hover {
	color: #333;
}
table td.heading {
	text-align: left;
	background-color: #ebebeb;
	text-shadow: #fff 1px 1px 2px;
	font-weight: bold;
	text-transform: uppercase;
}
.checkout-controls {
	display: block;
	clear: both;
}
.checkout-controls .checkout_next_step,
.cart-controls .checkout_next_step {
	float: right;
	clear: right;
	padding-right: 34px;
	padding-left: 15px;
}
p.tc-agree {
	margin: 30px 0 10px 0;
	clear: both;
	text-align : right;
	display : block;
}
/* @end */

/* @group Review */

.review_table.gb_table {
	float: left;
	width: 330px;
	margin-bottom: 20px;
}
/* @end */

/* @group Confirmation */

#gb_checkout_confirmation #share_deal {
	width: 50%;
	float: right;
}
#gb_checkout_confirmation #share_deal h3 {
	font-size: 18px;
	font-weight: bold;
}
#gb_checkout_confirmation .gb_table {
	width: 680px;
}
/* @end */

/* @group Merchants*/

#loop.merchant_loop {
	padding: 15px;
}
.merchant-logo {
	float: left;
	border: 10px solid #4e949d;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 150px;
	min-height: 70px;
}
.merchant-single-logo {
	float: left;
}
.merchant-single-logo img {
	margin-bottom: 15px;
}
.merchant-logo img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#single_merchant #respond {
	float: right;
	width: 680px;
	margin-top: 0px;
}
#single_merchant #comments {
	clear: none;
}
.biz-listing, .merchants_content {
	margin-bottom: 20px;
}
.merchant_deals {

}
.merchant_deals p, .merchants_content p {
	font-weight: normal;
	margin: 8px 0;
}
.merchant_deals_post {
	background-color: #d67727;
	padding: 10px;
	-webkit-border-radius: 5px;
	-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	margin: 10px 0px;
}
.merchant_deals_post a {
	color: #FFF;
}
.merchant_post_thumb {
	float: left;
	margin-right: 10px;
}
.merchant_post_thumb img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.merchant_post_title {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
	text-shadow: #713c0f 0px 1px;
}
.merchant_deals_post .deal_meta {
	float: left;
	background-color: #f6892f;
	padding: 5px 10px;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.merchant_deals_post .form-submit {
	float: right;
	margin-top: 40px;
	margin-bottom: 0;
}
.merchant_price {
	float: right;
}
.merchants-entry {
	float: right;
	width: 660px;
	margin-top: 20px;
}
#merchant-info ul {
	margin: 0px;
}
.biz-content {
	float: right;
	width: 460px;
	padding: 10px;
	background-color: #4e949d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
h2.merchant-title {
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
	background: url(/wp-content/themes/premium-theme/img/sprite.png) no-repeat -94px -48px;
	padding-left: 50px;
	height: 30px;
	font-size: 20px;
	padding-top: 3px;
}
h2.merchant-deals-title {
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
	background: url(/wp-content/themes/premium-theme/img/sprite.png) no-repeat -94px 4px;
	padding-left: 50px;
	height: 30px;
	font-size: 20px;
	padding-top: 3px;
}
.biz-footer li {
	list-style: none;
}
.biz-content .the_excerpt {
	margin-bottom: 15px;
}
.biz-moreinfo {
	color: #FFF;
	font-weight: bold;
	float: right;
	text-shadow: #4e949d 0 1px 0;
	margin-top: 8px;
}
.biz-content ul.merchant-type-ul,
ul.merchant-meta {
	padding: 0;
	margin: 0 0 5px;
}
.biz-content ul.merchant-type-ul li,
ul.merchant-meta li {
	display: inline;
	padding: 1px 8px;
	border-right: 1px solid;
	border-color: #5badb7;
}
.biz-content ul.merchant-type-ul li.first,
ul.merchant-meta li.first {
	padding-left: 0;
}
.biz-content ul.merchant-type-ul li.last,
ul.merchant-meta li.last {
	border-right: 0;
}
#merchant-meta {
	background: url(img/divider-left.png) top right no-repeat;
	width: 280px;
	min-height: 530px;
	float: left;
	margin-right: 20px;
	font-size: 0.8em;
}
#merchant-meta h2.widget-title {
	margin-right: 15px;
	margin-top: 15px
}
.button_price {
	padding: 3px 6px;
	font: normal 15px Arial, Verdana, Helvetica, sans-serif;
	background-color: #EB8E09;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
span.full_history_report .report_button {
	float: right;
}
/* @group biz toggler */

.filter-biz {
	background: #ccc url(/wp-content/themes/premium-theme/img/sprite.png) no-repeat 649px -464px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px;
}
a.biz-toggler {
	padding: 8px 10px;
	color: #FFF;
	display: block;
	font-weight: bold;
}
ul.biz-filter-links {
	background: #aaa;
	margin: 0;
	padding: 10px;
}
ul.biz-filter-links li {
	display: inline;
	padding: 3px 8px;
}
ul.biz-filter-links li a {
	color: #FFF;
}
ul.biz-filter-links li a:hover {
	text-decoration: underline;
}
/* @end */

/* @end */

/* @group Vouchers */

#page-container.vouchers {
	width: 680px;
	float: left;
}
.voucher_post {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #666;
}
.voucher_post a {
	text-decoration: none;
}
.voucher_left {
	float: left;
	width: 261px;
}
.voucher_left h3,
.voucher_left h4 {
	clear: none;
	margin: 0 0 4px;
}
.voucher_left h3 a,
.voucher_left h4 a {
	color: #000;
}
.voucher_left h3 a:hover,
.voucher_left h4 a:hover {
	color: #333;
	text-decoration: underline;
}
.voucher_post .voucher_thumb {
	float: left;
	width: auto;
	margin: 0 20px 0 0;
}
.voucher_table_wrap {
	float: right;
	width: 450px;
}
.voucher_table_wrap table {
	width: 100%;
	background: #f6f6f6;
}
#content .voucher_table_wrap table th {
	background-position: 0 bottom;
	color: #666;
	padding: 3px 10px 2px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-size: 11px;
	text-shadow: #fff 1px 1px 2px;
	border-bottom: 1px solid #ebebeb;
	white-space: nowrap;
}
.voucher_table_wrap table tr td {
	padding: 5px 3px 5px 10px;
	vertical-align: middle;
}
.voucher_table_wrap table td.first {
	width: 150px;
}
.voucher_table_wrap table td .alt_button {
	margin: 10px auto 10px 1px;
	float: left;
}
.voucher_table_wrap table td .small {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.1em;
}
.voucher_table_wrap table caption {
	padding: 3px;
	text-align: left}
.voucher_table_wrap table tr.odd {
	background: #fffeff;
}
.business-header h2 {
	background-color: #999;
	padding: 5px 10px;
}
.business-header h2 a {
	color: #FFF;
}
.my_deals_details {
	padding: 8px;
}
.my_deal_thumb img {
	border: 5px solid #999;
}
/* @end */

/* @group Misc. */

#gb_account_register {
	position: relative;
}
#gb_account_register .facebook_button {
	position: absolute;
	top: 0;
	right: 0;
}

/* @group Social */

.social_icon {
	height: 23px;
	width: 23px;
	display: block;
	float: left;
	margin-right: 5px;
	background: url(/wp-content/themes/premium-theme/img/sprite.png) no-repeat 0 -409px;
}
.big_social_icons .social_icon {
	height: 40px;
	width: 40px;
	margin-right: 10px;
	background-position: left -51px;
	margin-bottom: 10px;
}
.facebook.social_icon {
	background-position: 0 -379px;
}
.email.social_icon {
	background-position: 0 -439px;
}
.big_social_icons .facebook.social_icon {
	background-position: 0 top;
}
.big_social_icons .email.social_icon {
	background-position: 0 -104px;
}
.social_icon:hover {
	background-position: 0 -527px;
}
.facebook.social_icon:hover {
	background-position: 0 -497px;
}
.email.social_icon:hover {
	background-position: 0 -557px;
}
.big_social_icons .social_icon:hover {
	background-position: 0 -222px;
}
.big_social_icons .facebook.social_icon:hover {
	background-position: 0 -171px;
}
.big_social_icons .email.social_icon:hover {
	background-position: 0 -275px;
}
form label.error {
	color: #f84631;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	display: block;
	clear: both;
	float: none;
}
/* @end */

/* @end */

/* @group Footer */

#footer-wrap {
	background: #fff url(img/header.png) repeat-x left bottom;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	min-height: 70px;
}
#footer {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 1035px;
}
.menu-footer li a {
	text-decoration: none;
	padding: 3px 5px;
	font-size: 15px;
	text-shadow: #000000 1px 1px 2px;
}
.menu-footer li a:hover {
	background-color: #121013;
	border-color: #212121;
}
.footer_widget_wrap {
	width: 325px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
#footer .widget {
	color: #555;
	margin-left: 0;
}

/* Requested addition from Andy */
h1.single_deal {
	background: url(/wp-content/themes/wsgbs-child-theme/images/windeals_single_deal-heading.png) no-repeat 0% 25%;
	padding-left: 121px;
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}
/* @end */

/* Extras for patch-watch column */
.toc a {
	text-decoration:none; 
}

p.patch {
	margin: 20px 0 0; 
	color: #666; 
	font: 10px Verdana, Arial, sans-serif;
}

.hed1 {
	margin: 4px 0 8px 0; 
	font-size: 16px; 
	font-weight: bold; 
	padding: 0;
}

.alt1w {
	color: #E8F8FF;
	text-align: left;
}

.alt2w {
	color: #FFFFFF;
	text-align: left;
}
/* @end */

/* Extras for newsletter specific elements */

ul.numList01 {
	list-style-type: decimal; 
	list-style-position:outside; 
	margin: 0 0 0 30px;
	padding: 0;
}

a.listLink {
	text-decoration:none;
	color:#000099;
}

p.PWTblFoot {
	font-size:11px; 
	margin:5px 0 20px 0; 
	line-height: 15px; 
}

Li.itemList01 {
	margin: 0 0 8px 0; 
}
Li.howTo01 {
	margin:  0 0 15px 0; 
}

#amt4box {
	text-align: right;
}

/* -----------------------------------------------------------
	Consumer Surveys plugin band aid
--------------------------------------------------------------
.p402_premium {
	position: absolute;	
	}
	.p402_premium .t402-inline-block iframe {
		left: 0;	
	}
html > body .t402-inline-block,
.single .t402-inline-block {
	display: block !important;
	text-align: center;
}
html > body .t402-inline-block iframe,
.t402-inline-block iframe {
	position: absolute !important;
}
 */

/* @end */

/* -----------------------------------------------------------
	Home page stuff
-------------------------------------------------------------- */
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

#newsubscribeBox{
	background-color: #fff;
	margin-top: 70px;
}


.newIntro{
	float: right;
	width: 550px;
	text-align: center;
	margin-bottom: 30px;
}

.newIntro h1{
	font: 300 23px "Oswald","Arial Narrow",Helvetica,sans-serif;
	width: 450px;
	margin: 0px auto;
}

.newIntro h1 strong{
	font-weight: 400;
}

.newOffer{
	clear: right;
	float: left;
	background-color: #eaecf3;
	padding: 25px;
	height: 410px;
	margin-bottom: 25px;
}

.offerLeft{
	float: left;
	width: 445px;
}

.offerLeft img{
	position: relative;
	top: -136px;	
}

.offerRight{
	float: left;
	width: 450px;
	color: #5a5a5a;
	font: 300 18px "Oswald","Arial Narrow",Helvetica,sans-serif;
}

.offerRight h2{
	font: 400 16px "Oswald","Arial Narrow",Helvetica,sans-serif;
}

.offerRight h2 span{
	color: #453997;
}


.offerRight ul li{
	line-height: 41px;
	background: url('images/home-tick.png') no-repeat left center;
	padding-left: 36px; 
}

.offerRight .btn{
	text-transform: uppercase;
	border: 1px solid #edb84e;
	background-color: #ffcd69;
	color: #453997;
	font: 400 16px "Oswald","Arial Narrow",Helvetica,sans-serif;
	padding: 10px;
	width: 150px;
	margin-top: 15px;
	display: block;
	text-align: center;
}	

.offerRight .btn:hover{
	text-decoration: none;
	background-color: #edb84e;
	border: 1px solid #deaa41;
	color: #333;
}

.clearall{
	clear: both;
}
