/*
Theme Name: Moneymagpie Theme
Theme URI: http://www.moneymagpie.com
Description: Custom theme for new moneymagpie.com website
Author: Michael Parks
Version: 2.0
*/



/*
CSS reset.
*/
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	text-transform: uppercase;
}
ol, ul, li {
	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;
}



/*
body declarations
*/
body {
	font: 16px Georgia, "Times New Roman", serif;
	color: #000;
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/backgrounds/main-bg.png' );	
}
body a {
	color: #FF003A;
	text-decoration: none;
}
body a:hover {
	color: #f34949;
}



/*
sexy fonts
*/
/*
@font-face {
    font-family: "DharmaGothicE-Bold";
    src: url("http://www.moneymagpie.com/wp-content/themes/moneymagpie/webfonts/eot/style_201276.eot");
    src: local("DharmaGothicE-Bold"), 
         url("http://www.moneymagpie.com/wp-content/themes/moneymagpie/webfonts/svg/style_201276.svg#DharmaGothicE-Bold") format("svg"),
         url("http://www.moneymagpie.com/wp-content/themes/moneymagpie/webfonts/ttf/style_201276.ttf") format("truetype");
}
*/

@font-face {
	font-family: "DharmaGothicE-Bold";
	src: url("http://www.moneymagpie.com/wp-content/themes/moneymagpie/webfonts/eot/style_201276.eot");
	src: local("â˜º"),
		url("http://www.moneymagpie.com/wp-content/themes/moneymagpie/webfonts/woff/style_201276.woff") format("woff"),
		url("http://www.moneymagpie.com/wp-content/themes/moneymagpie/webfonts/ttf/style_201276.ttf") format("truetype"),
		url("http://www.moneymagpie.com/wp-content/themes/moneymagpie/webfonts/svg/style_201276.svg#DharmaGothicE-Bold") format("svg");
}



/*
generic wrappers etc
*/
.container-margin {
	margin: 0 10px;
	width: 745px;
	float: left;
}
.container-margin p {
	margin-bottom: 20px;
}
.content-container p {
	margin-bottom: 20px;
}
.border-bottom {
	border-bottom: 1px solid #000;
}
.top-gap {
	padding-top: 20px;
}
.top-gap-10 {
	padding-top: 10px;
}
.pink {
	color: #FF003A;
}
.large-text {
	font-size: 18px;
}
.small-text {
	font-size: 11px;
}
.yellow-block {
	font-size: 28px;
	font-family: 'DharmaGothicE-Bold';	
	line-height: 20px;
	display: block;
	background: #ffde00;
	padding: 6px 5px 5px 5px;		
}
ul.checklist li {
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/misc/tick-list.png' ) no-repeat left;
	padding-left: 37px;
	margin-bottom: 10px;
	min-height: 25px;
	font-size: 13px;
}
.arrow-list li {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/icons/bullet.gif ) no-repeat 0px 5px;
	padding: 2px 0 0 12px;
	font-size: 12px;
	margin-bottom: 10px;
}
.large-arrow-list li {
	font-size: 16px;
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/icons/bullet.gif ) no-repeat 0px 8px;
}
.sides-margin {
	margin: 0 10px 0 10px;
}
img.alignright {
	float: right;
	margin-left: 10px;
}
img.alignleft {
	float: left;
	margin-right: 10px;
}
.float-left {
	float: left;
}
ol {
	margin: 20px 0 20px 0;
}
ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
.smallprint {
	font-size: 11px;
}
.box-shadow {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
.pic-frame {
	border: 5px solid #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}


/*
generic containers
*/
#tablet-container {
	width: 1120px;
	margin-right: auto;
	margin-left: auto;	
}
.main-container {
	background: #fff;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#ultra-container {
	overflow: visible;
	position: relative;
}
.content-container {
	width: 765px;
	float: left;
}
#sidebar {
	width: 235px;
	padding: 0 10px 0 10px;
	float: left;
}
.feature-box {
	background: #d2d2d2;
	width: 745px;
	height: 300px;
	position: relative;
	margin: 0 10px 30px 10px;	
}



/*
folds
*/
.corner-fold {
	width: 4px;
	height: 4px;
	position: absolute;
	left: 1px;
	bottom: -4px;
}
.pink-fold {
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/fold-corners/pink.png' );
}
.yellow-fold {
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/fold-corners/yellow.png' );
}
.blue-fold {
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/fold-corners/blue.png' );
}




/*
title bar elements
*/
.title-bar {
	border-bottom: 1px solid #000;
	height: 45px;
	margin-bottom: 20px;
	clear: both;
}
.title-bar span.title-block {
	display: block;
	float: left;
	background: #FFDE00 url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/backgrounds/title-bar-fold-yellow.png' ) top right no-repeat;
	color: #000;
	font-size: 36px;
	font-family: 'DharmaGothicE-Bold';	
	text-transform:uppercase;
	height: 37px;
	padding: 4px 30px 4px 7px;
}



/*
header elements
*/
#header {
	width: 1000px;
	height: 140px;
	border-bottom: 4px solid #000;
	background: #FF003A;
	margin: 0 10px;
}
#logo {
	width: 245px;
	height: 104px;
	position: absolute;
	top: 25px;
	left: -40px;
	z-index: 999;
}
#magpie-header {
	width: 191px;
	height: 150px;
	position: absolute;
	top: 2px;
	left: 200px;
	z-index: 999;
}
#header-junk {
	width: 400px;
	height: 150px;
	position: absolute;
	left: 320px;
	z-index: 999;
}

#search-box {
	float: right;
	width: 278px;
	height: 94px;
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/backgrounds/search-bg.png' );
	position: relative;
	top: 46px;
}
#search-items {
	position: absolute;
	right: 4px;
	bottom: 4px;
	overflow: auto;
	width: 199px;
}
#search-items input {
	background: #FFF;
	width: 143px;
	height: 28px;
	border: 0px;
	border-radius: 0;
	font: italic 16px Georgia, "Times New Roman", serif;
	padding: 0 5px 0 5px;
	float: left;
}
#search-items button {
	height: 28px;
	background: #E3E3E3;
	padding: 3px 0;
	border: none;
	width: 45px;
	font-size: 20px;
	font-family: 'DharmaGothicE-Bold';	
	color: #000;
	cursor: pointer;
	position: absolute;
	float: right;
}
#search-items button:hover {
	background: #CCC;
}




/*
navigation bar elements
*/
#navigation {
	width: 1000px;
	margin: 0 10px 5px 10px;
	height: 78px;
	border-bottom: 1px solid #000;
	position: relative;
}
#megaMenu {
	width: 570px;
	margin-top: 22px;
	margin-bottom: 10px;
	height: 45px;
	float: left;
}
#jasmines-world-menu {
	float: left;
}
#jasmines-world-menu img {
	z-index: 999;
}
#social-media {
	position: absolute;
	top: 4px;
	right: -17px;
	font-size: 18px;
	text-align: right;
	font-family: 'DharmaGothicE-Bold';	
}
#social-media ul {
	margin-top: 36px;
}
#social-media li {
	float: left;
	margin-right: 7px;
}
#social-media .last {
	margin-right: 0px;
}
.connect_top {
	display: none;
}
#facebook-cover {
	width: 45px;
	height: 45px;
	left: 7px;
	top: 6px;
	position: absolute;
	background: #fff;
	z-index: 1;
}



/*
breadcrumb elements
*/
.breadcrumbs {
	width: 1000px;
	margin: 15px 10px 20px 10px;
	font-size: 13px;
	font-style: italic;
	clear: both;
}
.breadcrumbs img {
	margin: 0 10px 0 10px;
}
.breadcrumbs a {
	color: #000;
	border-bottom: 1px dotted #FF003A;
}
.breadcrumbs a:hover {
	border-bottom: 1px dotted #000;
}




/*
sidebar elements
*/
.sidebar-object {
	width: 235px;	
	clear: both;
	margin-bottom: 40px;
}

/* signup specific */
#sidebar-email-signup {
	background: #BBB url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/cta/cta-background.jpg ) top no-repeat;
	/*min-height: 660px;*/
	position: relative;
	padding-bottom: 10px;
}
#sidebar-email-free {
	position: absolute;
	top: -3px;
	left: -3px;
	height: 111px;
	width: 111px;
	background: url( imgs/cta/free.png );
}
#sidebar-email-content {
	padding-top: 265px;
}
#sidebar-email-content ul#signup-list {
	padding: 0 10px;
}
#sidebar-email-content ul#signup-list li {
	font-style: italic;
}
#sidebar-email-content ul.checklist {
	text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
	font-style: italic;
	padding: 10px;	
}
#sidebar-email-content input {
	width: 203px;
	background: #fff;
	margin-bottom: 8px;
	padding: 5px;
	font: 14px Georgia, "Times New Roman", serif;
	font-style: italic;
	border: 1px solid #000;	
}
#sidebar-email-content input.active-field {
	background: #f2f2f2;
}
#sidebar-email-content input.inactive-field {
	background: #fff;
}
#sidebar-email-content input.error-field {
	border: 1px solid #ff003a;
}
#sidebar-email-content input.captcha-input {
	width: 130px;
}
#sidebar-email-content a#why-captcha {
	color: #fff;
	font-size: 12px;
	margin-left: 3px;
}
#sidebar-email-content a#why-captcha:hover {
	color: #ff003a;
}
#sidebar-email-content h2 {
	font-size: 34px;
	font-family: 'DharmaGothicE-Bold';	
	line-height: 34px;
	background: #000;
	color: #fff;
	padding: 3px 6px 2px 6px;
	width: 180px;
	text-align: right;
}
.form-error {
	display: block;
	background: #ff003a;
	padding: 7px;
	color: #fff;
	font-size: 12px;
	margin: 0 10px 10px 10px;
	text-align: center;
}
#sidebar-email-content button {
	border: none;
	cursor: pointer;
	display: block;
	background: #ffde00;
	padding: 3px 6px 0px 6px;
	font-size: 24px;
	font-family: 'DharmaGothicE-Bold';	
	color: #000;
}
#sidebar-email-content button:hover {
	background: #fff;
}
#sidebar-email-content label {
	color: #000;
	font-size: 13px;
	text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;	
}
#sidebar-email-content label.check-label {
	line-height: 11px;
}
#sidebar-email-content input[type=checkbox] {
	display: inline;
	width: auto;
}
.email-newsletter {
	position: relative;
	left: 50px;
	width: 175px;
}
#sidebar-email-content p {
	padding: 10px;
	font-style: italic;
}



/* further reading specific */
#further-container {
}
#further-container #further-tabs {
	border-bottom: 1px solid #000;
	height: 40px;
}
#further-container #further-tabs a {
	display: block;
	margin-right: 7px;
	width: 108px;
	float: left;
	height: 28px;
	color: #000;
	padding: 12px 0 0 6px;
	font-size: 24px;
	font-family: 'DharmaGothicE-Bold';	
	background: #ffec6d url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/backgrounds/featured-tabs-inactive.png' ) top right no-repeat;
}
#further-container #further-tabs a:hover {
	background: #FFDE00 url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/backgrounds/title-bar-fold-yellow.png' ) top right no-repeat;
}
#further-container #further-tabs a.active-further {
	background: #FFDE00 url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/backgrounds/title-bar-fold-yellow.png' ) top right no-repeat;
}
#further-container #further-tabs a.last {
	margin-right: 0;
}
.further-articles {

}
#further-featured {
	display: none;
}
.further-article {
	background: #e2e2e2;
	margin-top: 5px;
	position: relative;
}
.further-article-body {
	height: 115px;
	font-style: italic;
	font-size: 13px;
}
.further-article-body p {
	padding: 7px 7px 0;
}
.further-article-body img {
	float: left;
	margin-right: 7px;
}
.further-article h1 {
	background: #0084FF;
	font-size: 24px;
	font-family: 'DharmaGothicE-Bold';	
	line-height: 21px;
	padding: 6px 6px 3px 5px;
}
.further-article p a {
	color: #000;
}
.further-article p a:hover {
	color: #0084FF;
}
.further-article h1 a {
	color: #FFF;
	display: block;
}
.further-article h1:hover {
	background: #000;
}


/*
media credentials specific
*/
#media-sidebar-container {
	text-align: center;
}





/*
advert specific
*/
.sidebar-advert, .inline-article-advert {
	text-align: center;
	margin: 5px 0 20px 0;
}
.header-advert {
	width: 745px;
	text-align: center;
	margin: 0 10px 0 10px;
}
.header-advert img {
	display: block;
	padding-bottom: 20px;
}









/*
footer elements
*/
#footer {
	background: #eeeeee;
	border-top: 5px solid #666;
	height: 380px;
	position: relative;
	padding: 20px;
	clear: both;
	width: 960px;
	margin: 200px 10px 0 10px;
}
.footer-menu {
	width: 200px;
	float: left;
	margin-right: 20px;
}
.footer-menu li {
	font-size: 13px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
}
.footer-menu li h2 a {
	font-size: 24px;
	font-family: 'DharmaGothicE-Bold';	
	color: #0084FF;
}
.footer-menu li a {
	color: #000;
}
#footer-info {
	clear: both;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	padding-bottom: 20px;
}
#footer-info p {
	margin-top: 10px;
}




/*
rotator elements
*/
#rotator-main-container {
	position: relative;
}
#rotator-container {
	width: 745px;
	height: 300px;
	margin: 0 10px 30px 0;
}
#rotator-nav {
	position: absolute;
	right: 5px;
	top: 310px;
	z-index: 9999;
}
#rotator-nav a {
	background: #FFDE00;
	display: block;
	float: left;
	margin-right: 5px;
	color: #000;
	padding: 3px 6px;
	text-align: center;
	font-style: italic;
	font-size: 12px;
}
#rotator-nav a.activeSlide {
	background: #000;
	color: #FFF;
}
.rotate-item {
}
.rotate-item h1,
.bargain h1,
.category-featured h1 {
	background: #000;
	color: #FFF;
	font-size: 40px;
	font-family: 'DharmaGothicE-Bold';	
	line-height: 34px;
	margin-top: 10px;
	padding: 5px 6px 3px 5px;
	text-transform: uppercase;
	z-index: 99999;		
}
.category-featured h1:hover,
.bargain h1:hover,
.rotate-article h1:hover {
	background: #FF003A;
}
.rotate-item h2,
.bargain h2,
.category-featured h2 {
	position: absolute;
	left: -5px;
	display: inline;
	background: #FF003A;
	color: #FFF;
	font-size: 40px;
	font-family: 'DharmaGothicE-Bold';	
	line-height: 34px;
	top: 10px;
	padding: 5px 6px 3px 5px;
	max-width: 300px;
	text-transform: uppercase;
}
.rotate-item h3,
.bargain h3,
.category-featured a.cta-link {
	position: absolute;
	display: inline;
	background: #FFDE00;
	color: #000;
	font-size: 30px;
	font-family: 'DharmaGothicE-Bold';	
	line-height: 24px;
	bottom: 10px;
	padding: 5px 6px 3px 5px;
	text-transform: uppercase;	
}
.rotate-pink-arrow {
	width: 4px;
	height: 4px;
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/fold-corners/pink.png' );
	position: absolute;
	left: 1px;
	bottom: -4px;
}


/* article specific */
.rotate-article img {
	float: left;
}
.rotate-article-body {
	position: absolute;
	left: 280px;
	width: 465px;
}
.rotate-article-body span.article-pad p {
	padding: 8px 10px 10px 30px;
}
.rotate-article-overlay {
	width: 450px;
	height: 300px;
	position: absolute;
}
/* video specific */
.rotate-video-container {
	float: left;
	width: 360px;
	position: relative;
}
.rotate-video-overlay {
	position: absolute;
	width: 360px;
	height: 300px;
}
.rotate-video-body {
	position: absolute;
	height: 300px;
	width: 405px;
	left: 340px;	
}
.rotate-video-body span.video-pad p {
	padding: 8px 10px 10px 30px;
}
#show-video {
	position: absolute;
	width: 360px;
	height: 300px;
	display: none;
	z-index: 999;
}
/* bargain specific */
.bargain img {
	float: left;
}
.bargain-overlay {
	position: absolute;
	width: 300px;
	height: 300px;
}
.bargain-body {
	position: absolute;
	left: 280px;
	width: 465px;
}
.bargain-body span.bargain-pad p {
	padding: 8px 10px 10px 30px;
}

.rotate-hide {
	display: none;
}



/*
page.php specific
*/
#page-content {
	width: 745px;
	margin: 0 10px 0 10px;
}
#page-content h3 {
	font: 24px normal Georgia, "Times New Roman", serif;
	font-style: italic;	
	color: #ff003a;
	text-transform: none;
	margin-bottom: 10px;
}
#page-content h2 {
	font-size: 30px;
	font-family: 'DharmaGothicE-Bold';	
	margin-bottom: 20px;
}
#page-content p {
	margin-bottom: 20px;
}
#page-content ul li {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/icons/bullet.gif ) no-repeat 0 9px;
	padding: 2px 0 0 12px;
}
#page-content ul {
	padding: 0 20px 20px 20px;
}


	

/* 
generic action boxes
*/
#actions-container {
	margin-bottom: 40px;
	overflow: auto;
}
#actions-container h2 {
	position: absolute;
	left: -5px;
	display: inline;
	font-size: 30px;
	font-family: 'DharmaGothicE-Bold';	
	line-height: 26px;
	top: 10px;
	padding: 6px 6px 3px 6px;
	max-width: 75px;
	letter-spacing: 1px;
	background: #FF003A;
	color: #FFF;
}
#actions-container .action-box {
	width: 235px;
	min-height: 340px;
	float: left;
	margin: 0 10px 20px 10px;
	background: #ececec;
	position: relative;
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/backgrounds/action-bg.png' );
}
#actions-container .action-box img {
	float: left;
}
#actions-container a.black-link {
	background: #000;
	color: #FFF;
	font-style: italic;
	font-size: 18px;
	max-width: 210px;
	padding: 3px 2px 3px 6px;
	clear: both;
	display: block;
	min-height: 65px;
}
#actions-container a.black-link:hover {
	background: #FF003A;
}
#actions-container .action-box a.cta-link {
	clear: both;
	background: #FFDE00;
	color: #000;
	font-size: 24px;
	font-family: 'DharmaGothicE-Bold';	
	line-height: 20px;
	padding: 4px 6px 2px 5px;
	float: right;
	text-transform: uppercase;
}

/* home page - best deal specific */
.best-deal-action h2 {
	background: #FF003A;
	color: #FFF;
	max-width: 75px;	
}


/* home page - money maker specific */
.money-maker-img {
	position: absolute;
	right: -5px;
	top: 5px;
}


/* home page - money saver specfici */
#money-saver-action h2 {
	background: #0084ff;
	color: #FFF;
	max-width: 75px;	
	top: 60px;
}




/* comparison boxes */
.index-comparison-box {
	width: 745px;
	height: 120px;
	clear: both;
	margin: 0 10px 20px 10px;
}
#index-comparisons {
	overflow: auto;
	margin-bottom: 40px;
}



/* more great reading */
#more-reading-index {
	clear: both;
	float: left;
	margin-bottom: 40px;
}
#more-reading-index h2 {
	font-size: 34px;
	font-family: 'DharmaGothicE-Bold';	
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
.more-reading-box {
	float: left;
	margin: 0 10px 0 10px;
	width: 235px;
}
#media-logos {
	position: absolute;
	top: -150px;
	left: 0px;
	text-align: center;
	width: 725px;
}
#media-logos p {
	padding-bottom: 15px;
}


/*
blog previews
*/
.home-blog-previews {
	margin: 0 10px;
}		
.home-blog-previews li {
	min-height: 75px;
	margin-bottom: 15px;
}
.home-blog-previews img {
	float: left;
	margin-right: 10px;
}



/*
prime prizes
*/
#prime-prizes {
	margin: 40px 0 300px 10px;
	clear: both;
	float: left;
}



/* 
category.php 
*/

/* featured article */
.category-featured {
	background: #d2d2d2;
	position: relative;
	width: 745px;
	height: 300px;
	margin: 0 10px 0 10px;
	margin-bottom: 20px;
}
.category-featured img {
	float: left;
}
.featured-article-body {
	position: absolute;
	left: 430px;
	width: 315px;
}
.featured-article-body p {
	padding: 8px 10px 10px 30px;
	font-size: 24px;
	font-style: italic;
}
.featured-article-overlay {
	width: 450px;
	height: 300px;
	position: absolute;
}

/* further boxes */
.category-further {
	width: 235px;
	height: 250px;
	float: left;
	margin: 10px;
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/backgrounds/action-bg.png' );
	position: relative;
}
.category-further img {
	float: left;
}
.category-further a.cat-block-link {
	background: #000;
	color: #FFF;
	font-style: italic;
	font-size: 18px;
	max-width: 210px;
	padding: 3px 2px 3px 6px;
	clear: both;
	display: block;
	min-height: 63px;
}
.category-further a.cat-block-link:hover {
	background: #FF003A;
	color: #FFF;
}
.category-further a.cta-link {
	clear: both;
	min-height: 0px;
	font-style: normal;
	background: #FFDE00;
	color: #000;
	font-size: 24px;
	font-family: 'DharmaGothicE-Bold';	
	line-height: 20px;
	padding: 4px 6px 2px 5px;
	float: right;
	text-transform: uppercase;
}
/* even more boxes */
.category-more {
	width: 490px;
	min-height: 75px;
	margin: 10px;
	clear: both;
	float: left;
	overflow: auto;
}
.category-more img {
	float: left;
	margin-right: 10px;
}
.category-more h3 {
	display: inline;
	text-transform: none;
	font-style: italic;
}
.category-more p {
	margin-left: 110px;
}
.navigation {
	clear: both;
	margin-bottom: 20px;
	float: none;
}
.category-archive-content {
	float: left;
	width: 510px;
	overflow: auto;
}
.category-archive-filter {
	float: left;
	width: 245px;
	margin-left: 10px;
}
.category-archive-filter .children {
	margin-top: 10px;
}
.category-archive-filter li.current-cat a,
#bargains-cat-menu li.current-cat a {
	background: #ff003a;
	color: #fff;
	padding: 3px 5px;
}
#bargains-cat-menu li.current-cat ul.children a,
.category-archive-filter li.current-cat ul.children a {
	background: none;
	color: #ff003a;
}





/*
bargain category (category-bargain.php)
*/
.bargains-cat-container {
	width: 510px;
	float: left;
	overflow: auto;
	margin-bottom: 0px !important;
	min-height: 1px;
}
#bargains-cat-menu {
	float: left;
	width: 235px;
	margin: 0 10px 0 10px;
}




/*
single article (single.php)
*/
#single-content h1, #blog-categories h1 {
	color: #000;
	font-size: 72px;
	font-family: 'DharmaGothicE-Bold';	
	text-transform: uppercase;	
	line-height: 60px;
	margin-bottom: 30px;
	width: 490px;
}
.article ul li {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/icons/bullet.gif ) no-repeat 0 9px;
	padding: 2px 0 0 12px;
}
.article ul {
	padding: 0 20px 20px 20px;
}
.article h2 {
	color: #000;
	font-size: 24px;
	font-family: 'DharmaGothicE-Bold';	
	text-transform: uppercase;	
	margin-bottom: 15px;
}
.headline {
	width: 745px;
	margin: 30px 10px 0 10px;
}
.article {
	padding-top: 30px;
	width: 490px;
	margin: 0 10px 0 10px;
	float: left;
	clear: both;
	border-top: 1px solid #000;
	padding-top: 10px;
	margin-top: 10px;
}
.article p {
	margin-bottom: 15px;
}
.article-main-img {
	padding-bottom: 20px;
	display: block;
	color: #ccc;
	font-size: 11px;
}
.article table {
	margin: 10px 0 30px 0;
}
.article table td {
	padding: 5px;
}
.article table td {
	border: 1px solid #666;
	border-collapse: collapse;
}
.article table tr.odd-row {
	background: #f8f8f8;
}
.main-img-caption {
	margin-bottom: 20px;
	font-size: 10px;
	color: #666;
}
#article-sidebars {
	width: 235px;
	margin: 10px 10px 0 10px;
	float: left;
}
.secondary-sidebar {
	width: 235px;
	border-top: 1px solid #000;
	padding: 20px 0 3px 0;
	font-size: 12px;
	margin-bottom: 10px;
}
.secondary-sidebar li {
	margin-bottom: 10px;
}
.secondary-sidebar li img {
	margin-right: 10px;
}
.secondary-sidebar p {
	margin-bottom: 15px;
}
.byline {
	float: left;
	font-style: italic;
	color: #FF003A;
}
.social-sidebar {
	padding-top: 10px;
}
#fb-root {
	margin-bottom: 10px;
}
span.block-list {
}
span.block-list a {
	color: #ff003a;
	font-size: 16px;
}
.related-list h2,
.category-list h2,
.blog-list h2,
#bargains-cat-menu h2 {
	background: #000;
	color: #fff;
	font-size: 26px;
	line-height: 22px;
	font-family: 'DharmaGothicE-Bold';	
	text-transform: uppercase;	
	margin-bottom: 10px;
	padding: 5px 6px 4px 5px;
	padding-bottom: -5px;
	display: inline-block;
}
.category-list li {
	font-size: 16px;
}



/* 
comments
*/
#comments li {
	padding: 10px 10px 0 10px;
	border-bottom: 1px dotted #000;
}
#comments li.odd {
	background: #F7F7F7;
}
#comments li.even {
	background: #FFF;
}

#comments li img {
	display: none;
}
#comments h3 {
	font-size: 28px;
	font-family: 'DharmaGothicE-Bold';	
	padding-top: 30px;
}
#comments h3#comments {
	border-bottom: 1px dotted #000;
	padding: 30px 0 10px 0;
}

#comments ul.children li {
	background: none;
}
.comment-meta {
	font-size: 11px;
	margin-bottom: 7px;
}
.reply {
	margin-bottom: 15px;
	font-size: 12px;
}
.reply a {
	color: #0084ff;
}
.reply a:hover {
	color: #40a3ff;
}
#respond textarea {
	width: 484px;
	height: 250px;
}
#respond input {
	margin-bottom: 40px;
	background: #E3E3E3;
	padding: 9px 10px 6px 10px;
	border: none;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'DharmaGothicE-Bold';	
	color: #000;
	cursor: pointer;
}
#respond input:hover {
	background: #CCC;
}





/*
single bargain (single-bargains.php)
*/
.single-bargains p {
	font-size: 16px;
	padding: 10px 10px 10px 30px;
}


/*
single ebook
*/
h1.ebook-header {
	color: #900020;
}
.ebook-price {
	color: #FF003A;
	font-size: 40px;
	font-family: 'DharmaGothicE-Bold';	
	display: block;
}
.on-sale-crossed {
	font-size: 28px;
	color: #666;
	text-decoration: line-through;
}
.inline-ebook-button {
	text-align: center;
	margin: 20px 0 20px 0;
}
/*
.ebook-button,
a.free-ebook {
	color: #FFF;
	text-transform: uppercase;
	background: #00d884;
	border: 0;
	margin: 5px 0 20px 0;
	padding: 4px 8px 1px 7px;
	font-size: 24px;
	font-family: 'DharmaGothicE-Bold';	
}
.ebook-button:hover,
a.free-ebook:hover {
	background: #000;
	color: #FFF;	
	cursor: pointer;
}
*/

/*
buttons
*/
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

button.ebook-button { 
	padding: 0 16px 0 0; 
	margin-right:5px; 
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 20px; 
	text-align: center; 
	background: transparent url(http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/ebooks/btn_blue_sprite.gif) no-repeat right -140px; 
}
	
button.ebook-button span {
	padding: 13px 0 0 15px; 
	height: 37px;
	background: transparent url(http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/ebooks/btn_blue_sprite.gif) no-repeat left top; 
	color: #fff; 
}
	
button.ebook-button:hover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -210px; 
}
	
button.ebook-button:hover span {
	background-position: 0 -70px;
}
button.sidebar-ebook-button {
	font-size: 16px;
}
button.sidebar-ebook-button span {
	padding-top: 16px;
}





.ebook-title {
	font-size: 16px;
}
a.free-ebook {
	display: inline-block;
}

/*
ebook download
*/
#ebook-download {
	margin: 0 10px 0 10px;
	width: 745px;
}
#ebook-download p {
	margin-bottom: 20px;
}
#ebook-download h1 {
	width: 100%;
}
#ebook-download h2 {
	font-size: 24px;
	font-family: 'DharmaGothicE-Bold';	
	text-transform: none;
	margin-bottom: 15px;
}
.ebook-stats h3 {
	font-size: 20px;
	font-family: 'DharmaGothicE-Bold';	
	color: #ff003a;
	margin-bottom: 6px;
}
.ebook-stats p {
	margin: 5px 0 30px 0;
}
.ebook-stats table {
	vertical-align: middle;
}
/*
ebook landing page
*/
#ebooks-landing-content {
	margin: 0 10px 0 10px;
	width: 745px;
}
.ebook-profile {
	clear: both;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	overflow: auto;
	padding-bottom: 20px;
}
.ebook-profile img {
	float: left;
}
.ebook-profile p {
	font-size: 14px;
	margin-top: 10px;
}
.ebook-profile li.ebook-title {
	text-transform: uppercase;
	display: block;
	font-size: 36px;
	color: #ff003a;
	line-height: 30px;
	margin-bottom: 5px;
	font-family: 'DharmaGothicE-Bold';	
}
.ebook-profile-info {
	float: left;
	margin-left: 15px;
	width: 480px;
}
.ebook-profile-info a.view-ebook {
	display: inline-block;
	background: #FFDE00;
	color: #000;
	font-size: 24px;
	font-family: 'DharmaGothicE-Bold';	
	line-height: 20px;
	padding: 4px 6px 2px 5px;
	text-transform: uppercase;
	margin-top: 10px;
}







/*
blogs category page
*/
#blog-categories {
	width: 765px;
}
#blog-categories .action-box {
	float: left;
	width: 360px;
	min-height: 250px;
	margin: 0 15px 25px 10px;
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/backgrounds/action-bg.png' );
}
#blog-categories .action-box-last {
	margin-right: 0;
}
#blog-categories .action-box img {
	float: left;
}
#blog-categories .action-body {
	clear: both;
}
#blog-categories a.black-link {
	background: #000;
	color: #FFF;
	font-style: italic;
	font-size: 16px;
	max-width: 210px;
	padding: 3px 2px 3px 6px;
	clear: both;
	display: block;
}
#blog-categories a.black-link:hover {
	background: #FF003A;
}
span.blog-description p {
	background: #f7f7f7;
	color: #000;
	font-size: 14px;
}
span.blog-description img {
	float: left;
	margin: 3px 10px 0 3px;
	
}
#blog-header {
	position: relative;
	border-bottom: 1px solid #000;
	width: 745px;
	margin: 0 10px 0 10px;
	height: 100px;
}
#blog-header-name {
	font-size: 46px;
	font-family: 'DharmaGothicE-Bold';	
	line-height: 52px;
	position: absolute;
	text-transform: uppercase;
	bottom: 0px;
}
#blog-header img {
	float: right;
}
.blog-post-container {
	float: left;
	height: 10000px;
	width: 490px;
	margin: 10px;
	clear: both;
}
.magpie-blogs-header-img {
	text-align: center;
}


/*
comparisons
*/
#single-comparisons-content {
	margin: 0 10px 0 10px;
}
.comparison-container {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	overflow: hidden;
	clear: both;
}
.comparison-container iframe {
	overflow: hidden;
}
ul#comparisons-list li {
	margin-bottom: 20px;
}
#comparisons-landing-content {
	width: 765px;
}
#comparisons-landing-content ul {
	margin-bottom: 40px;
	overflow: auto;
}
#comparisons-landing-content li {
	display: block;
	float: left;
	margin: 10px;
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/bg.png ) repeat-x;
	border: 1px solid #ccc;
	width: 169px;
	height: 180px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
	padding-bottom: 10px;
}
#comparisons-landing-content li:hover {
	border: 1px solid #aaa;
}
#comparisons-landing-content li a {
	display: block;
	text-align: center;
	padding: 145px 5px 14px 5px;
	font-size: 16px;
	font-style: italic;
	text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;	
}
#comparisons-landing-content li a:hover {
	color: #000;
}
#comparisons-landing-content a.current-accounts {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/current-accounts.png ) no-repeat;
}
#comparisons-landing-content a.savings {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/savings.png ) no-repeat;
}
#comparisons-landing-content a.loans {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/loans.png ) no-repeat;
}
#comparisons-landing-content a.mortgages {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/mortgages.png ) no-repeat;
}
#comparisons-landing-content a.credit-cards {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/credit-cards.png ) no-repeat;
}
#comparisons-landing-content a.health-insurance {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/health-insurance.png ) no-repeat;
}
#comparisons-landing-content a.life-insurance {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/life-insurance.png ) no-repeat;
}
#comparisons-landing-content a.critical-illness-insurance {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/critical-insurance.png ) no-repeat;
}
#comparisons-landing-content a.mortgage-protection-insurance {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/mortgage-protection-insurance.png ) no-repeat;
}
#comparisons-landing-content a.home-insurance {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/home-insurance.png ) no-repeat;
}
#comparisons-landing-content a.gas-electricity {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/utilities.png ) no-repeat;
}
#comparisons-landing-content a.recycle-your-mobile {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/recycle-mobile.png ) no-repeat;
}
#comparisons-landing-content a.income-protection-insurance {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/income-protection.png ) no-repeat;
}
#comparisons-landing-content a.mobile-broadband {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/mobile-broadband.png ) no-repeat;
}
#comparisons-landing-content a.van-insurance {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/van-insurance.png ) no-repeat;
}
#comparisons-landing-content a.car-insurance {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/car-insurance.png ) no-repeat;
}
#comparisons-landing-content a.bike-insurance {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/bike-insurance.png ) no-repeat;
}
#comparisons-landing-content a.travel-insurance {
	background: url( http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/comparisons/icons/travel-insurance.png ) no-repeat;
}
#comparisons-landing-content h1 {
	border-bottom: 1px solid #000;
	font-size: 46px;
	font-family: 'DharmaGothicE-Bold';	
	line-height: 52px;
	margin: 0 10px 10px 10px;
}


/*
search results
*/
#search-results {
	width: 745px;
	margin: 10px;
}




/*
jasmine's world
*/

#jasmines-world {
	width: 765px;
	margin-bottom: 40px;
}
#jasmines-world p {
	margin-bottom: 20px;
}

#jasmines-world-content {
	float: left;
	width: 510px;
	margin-left: 10px;
}
#jasmines-world-intro {
	width: 490px;
	height: 400px;
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/jasmines-world/intro-bg.jpg' );
	float: left;
	margin-bottom: 30px;
}
#jasmines-world-intro p {
	padding-left: 260px;
	padding-top: 200px;
}
#social-feed {	
	background: #f6f6f6;
	width: 235px;
	height: 900px;
}
.scrollable {
	position: relative;
	overflow: hidden;
}
.scrollable .items {
	position:absolute;
	height:20000em;
}
#social-feed h2 {
	text-transform: none;
	font-size: 16px;
	font-style: italic;
}
.scrollable .item {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.scrollable div.odd-row {
	background: #f0f0f0;
}
.scrollable img {
	margin-top: 10px;
}
.melt-date {
	font-size: 11px;
	color: #666;
}
img.meet-magpies {
	margin: 40px 0 60px 0;
}
.jasmines-world-blogs-links {
	float: left;
	margin-right: 20px;
}
#blog-banners .action-box {
	float: left;
	width: 360px;
	min-height: 250px;
	margin: 0 15px 25px 10px;
	background: #f7f7f7;
}
#blog-banners .action-box-last {
	margin-right: 0;
}
#blog-banners .action-box img {
	float: left;
}
#blog-banners .action-box p {
	color: #000;
	font-size: 14px;
	font-style: italic;
	padding: 10px 10px 10px 134px;
	margin-bottom: 0;
}
#blog-banners .action-body {
	clear: both;
}
#blog-banners a.black-link {
	background: #000;
	color: #FFF;
	font-style: italic;
	font-size: 16px;
	max-width: 352px;
	padding: 3px 2px 3px 6px;
	clear: both;
	display: block;
}
#blog-banners a.black-link:hover {
	background: #FF003A;
}
img.the-blogs {
	margin-bottom: 10px;
}
#bargain-alert-latest {
	background: #f6f6f6 url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/jasmines-world/bargain-update-bg.jpg' ) top no-repeat;
	width: 470px;
	float: left;
	min-height: 420px;
	margin: 30px 0 30px 0;
	padding: 180px 10px 10px 10px;
}
#bargain-alert-latest p {
	width: 300px;
}
a.bargain-signup-cta {
	width: 272px;
	height: 37px;
	display: block;
	margin-top: 10px;
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/jasmines-world/bargain-signup.png' );
}

/* new version
#jasmines-world {
	height: 1500px;
	width: 1020px;
	position: relative;
	padding: 10px;
}
img#main-jasmine-img {
}
#overlay-jasmine {
	height: 1190px;
	width: 1000px;
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/jasmines-world/overlay.png' ) repeat;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
	display: none;
}
.jasmine-overlays {
	display: none;
	z-index: 999;
	position: absolute;
	cursor: pointer;
}
#jasmine-overlay-bargains {
	top: 400px;
	left: 620px;
}
#jasmine-overlay-blogs {
	top: 590px;
	left: 430px;
}
#jasmine-overlay-about-jasmine {
	top: 580px;
	left: 560px;
}
#jasmine-overlay-ask-question {
	top: 590px;
	left: 330px;
}
#jasmine-overlay-magpie-tv {
	top: 550px;
	left: 610px;
}
#jasmine-overlay-get-involved {
	top: 620px;
	left: 200px;
}
#jasmine-overlay-meet-magpies {
	top: 490px;
	left: 110px;
}
.jasmine-glows {
	position: absolute;
	z-index: 99999999;
	display: none;	
	cursor: pointer;
}
#bargains-glow {
	top: 350px;
	left: 300px;
}
#blogs-glow {
	top: 520px;
	left: 276px;
}
#about-jasmine-glow {
	top: 510px;
	left: 430px;
}
#ask-question-glow {
	top: 520px;
	left: 630px;
}
#magpie-tv-glow {
	top: 700px;
	left: 450px;
}
#get-involved-glow {
	top: 789px;
	left: 142px;
}
#meet-magpies-glow {
	top: 447px;
	left: 15px;
}
*/





/*
newsletter signup
*/
#signup-container {
	margin: 0 10px 0 10px;
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/misc/newsletter-signup.jpg' );
	min-height: 460px;
	width: 705px;
	padding: 20px;
}	
#signup-content {
	margin: 86px 0 0 285px;
}
#signup-content img {
	float: left;
	margin-right: 10px;
}
#signup-content p {
	margin-left: 78px;
	text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;		
}
#signup-content ul {
	margin: 30px 0 30px 0;
	text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;		
}
#free-signup-ebook {
	padding: 0 15px 0 0;
	min-height: 150px;
	font-size: 36px;
	font-family: 'DharmaGothicE-Bold';
	line-height: 30px;
}
#free-signup-ebook p {
	padding-top: 15px;
}
#signup-content .divider {
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #fff;
	margin: 25px 0 25px 0;
	clear: both;
	width: 409px;
}
#signup-content label {
	width: 180px;
	text-align: right;
	padding-right: 15px;
	display: block;
	float: left;
	font-style: italic;
	padding-top: 6px;
	font-size: 17px;
}
#signup-content input {
	width: 200px;
	background: #fff;
	margin-bottom: 8px;
	padding: 5px;
	font: 17px Georgia, "Times New Roman", serif;
	font-style: italic;
	border: 1px solid #000;	
}
#signup-content button {
	border: 1px solid #000;
	cursor: pointer;
	display: block;
	background: #fff;
	padding: 3px 6px 0px 6px;
	font-size: 24px;
	font-family: 'DharmaGothicE-Bold';	
	color: #000;
}
#signup-content button:hover {
	background: #f2f2f2;
}
#signup-content li.button-row {
	padding-left: 193px;
}
#signup-content input.newsletter-captcha {
	width: 100px;
}
#signup-content .form-error {
	display: block;
	background: #ff003a;
	padding: 7px;
	width: 395px;
	color: #fff;
	font-size: 12px;
	margin: 0;
	text-align: center;
}
#signup-content input.error-field {
	border: 1px solid #ff003a;
}



/*
meet the magpies
*/
#meet-the-magpies {
	margin: 0 10px 0 10px;
	width: 745px;
	font-size: 12px;
}
#meet-the-magpies p {
	margin:0 0 5px 200px;
}
img.magpie-img {
	border: 10px solid #fff;
	margin-left: 10px;
}
.magpie-name {
	font-size: 20px;
	margin-bottom: 5px;
	font-style: italic;
	color: #ff003a;
	display: block;
}
.magpie-profile {
	clear: both;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	padding-top: 15px;
	overflow: auto;
}


/*
404 
*/
#content-404 {
	margin: 0 10px 0 10px;
	width: 745px;
	text-align: center;
}
#content-404 h1 {
	font-size: 48px;
	font-family: 'DharmaGothicE-Bold';	
}
#content-404 p {
	margin-top: 30px;
}
#search-404 {
	margin-top: 20px;
}
#search-404 input {
	background: #FFF;
	width: 143px;
	height: 26px;
	border: 1px solid #000;
	border-radius: 0;
	font: italic 16px Georgia, "Times New Roman", serif;
	padding: 0 5px 0 5px;
}
#search-404 button {
	height: 28px;
	background: #E3E3E3;
	padding: 3px 0;
	border: none;
	width: 45px;
	font-size: 20px;
	font-family: 'DharmaGothicE-Bold';	
	color: #000;
	cursor: pointer;
}
#search-404 button:hover {
	background: #CCC;
}



/*
bargain signup page
*/
#bargain-signup-container {
	margin: 10px 10px 0 10px;
	width: 745px;
	min-height: 650px;
	background: url( 'http://www.moneymagpie.com/wp-content/themes/moneymagpie/imgs/backgrounds/bargain-signup-bg.jpg' ) no-repeat;
}
#bargain-signup-container p {
	width: 500px;
	padding: 170px 0 0 20px;
}
.bargain-signup-content {
	margin-left: 20px;
	width: 240px;
	height: 200px;
	float: left;
}
.bargain-signup-content label {
	font-style: italic;
	display: block;
	color: #fff;
}
.bargain-signup-content input {
	width: 200px;
	background: #fff;
	margin-bottom: 8px;
	padding: 5px;
	font: 17px Georgia, "Times New Roman", serif;
	font-style: italic;
	border: 1px solid #000;	
}
.bargain-signup-content button {
	border: 1px solid #000;
	cursor: pointer;
	display: block;
	background: #fff;
	padding: 3px 6px 0px 6px;
	font-size: 24px;
	font-family: 'DharmaGothicE-Bold';	
	color: #000;
}
.signup-highlight {
	padding: 10px;
	background: #ff003a;
	width: 212px;	
	height: auto;
}


/*
newsletter online
*/
#newsletter-online {
	margin: 10px;
	width: 745px;
}
#newsletter-online h1 {
	margin-top: 15px;
}
#newsletter-online table {
	margin: 20px;
}



/*
tag.php
*/
#tag-content {
	width: 745px;
	margin: 0 10px 0 10px;
}



/*
holiday bargain series on index.php
*/
#holiday-bargain-series {
	overflow: auto;
	width: 745px;
	clear: both;
	float: left;
	margin: 0 10px 30px 10px;
}
.holiday-bargain-imgs {
	width: 200px;
	float: left;
	margin-right: 20px;
}
.holiday-bargain-content {
	width: 525px;
	float: left;
}
#holiday-bargain-series h3 {
	font: 24px normal Georgia, "Times New Roman", serif;
	font-style: italic;	
	color: #ff003a;
	text-transform: none;
	margin-bottom: 15px;
}



/*
various buttons for downloads etc 
*/
.cboxElement {
	margin: 20px 0;
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif !important;	
	font-size: 18px !important; 
	text-transform: uppercase;
	text-align: center !important; 
	border: 1px solid #630606 !important;
	background: #cf3939 !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;	
	padding: 10px !important;
	color: #fff !important;
	font-weight: normal !important;
}
.cboxElement:hover {
	background: #b53232 !important;
}
#cboxContent {
	font-family: Helvetica, Arial, sans-serif !important;	
}
#cboxContent input[type=button] {
	font-family: Helvetica, Arial, sans-serif !important;	
	font-size: 18px !important; 
	text-transform: uppercase;
	text-align: center !important; 
	border: 1px solid #630606 !important;
	background: #cf3939 !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;	
	padding: 10px !important;
	color: #fff !important;
	cursor: pointer;
}
#cboxContent input[type=button]:hover {
	background: #b53232 !important;
}
#cboxContent p {
	height: 20px !important;
}
#cboxContent form {
	text-align: center;
}
#cboxContent h1 {
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'DharmaGothicE-Bold';	
	text-align: center;
}
#Cart66WidgetCartContents {
	font-size: 16px;
	background: url( 'images/BasketIcon.jpeg' ) no-repeat 0px 3px;
	padding-left: 50px;
	min-height: 50px;
}
#cart-page-content h1 {
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'DharmaGothicE-Bold';	
}

.Cart66ButtonPrimary, #content .Cart66ButtonPrimary, .Cart66CartButton .purAddToCart {
	display: inline-block;
	margin: 20px 0;
	font-family: Helvetica, Arial, sans-serif !important;	
	font-size: 18px !important; 
	text-transform: uppercase;
	text-align: center !important; 
	border: 1px solid #630606 !important;
	background: #cf3939 !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;	
	padding: 10px !important;
	color: #fff !important;
	cursor: pointer;
}
.Cart66ButtonPrimary:hover, #content .Cart66ButtonPrimary:hover, .Cart66CartButton .purAddToCart:hover {
	background: #b53232 !important;
}