/*
Theme Name: Super Saver
Version: 1.1
*/
/* Reset CSS */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li, table,
form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*-- end reset */

/* Basic Configurations */
ul {
	list-style: none;
}

a {
	color: #ef0602;
	text-decoration: none;
}


.the_content {
	line-height: 1.42em;
}

.the_content a {
	color: #ef0602;
	text-decoration: underline;
}


.the_content h1, .the_content h2, .the_content h3, .the_content h4, .the_content h5, .the_content h6 {
	line-height: normal;
	padding-bottom: 13px;
	color: #C00603;
}


.the_content h1 { font-size: 24px; }
.the_content h2 { font-size: 20px; }
.the_content h3 {	font-size: 18px; }
.the_content h4 {	font-size: 16px; }
.the_content h5 { font-size: 15px; }
.the_content h6 { font-size: 14px; }

.the_content ol,
.the_content ul {
	padding-left: 30px;
	padding-bottom: 19px;
}
.the_content ol { list-style: decimal; }

.the_content ul {
	list-style: disc;
}

.the_content ul ul {
	list-style: circle;	
}

.the_content li {
	padding-bottom: 2px;
}

.the_content li ul,
.the_content li ol {
	padding-bottom: 0;
}


blockquote {
    background: url(../images/quote.gif) no-repeat #F6F6F6;
    font-style: italic;
    margin: 20px 25px 20px 30px;
    padding: 10px 10px 10px 41px;
    text-align: left;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin: 10px 25px 0 10px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin: 10px 10px 0 25px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.the_content p,
.the_content ul,
.the_content ol,
.the_content dd,
.the_content hr,
.the_content table  {
	margin-bottom: 21px;
}
.the_content ul ul,
.the_content ol ol,
.the_content ul ol,
.the_content ol ul {
	margin-bottom: 0;
}
.the_content kbd,
.the_content tt,
.the_content var {
	font-size: 12px;
	line-height: 21px;
}
.the_content code {
	font-size: 12px;
}

.page-link {
	clear: both;
	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;
}

.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}


.the_content tr th,
.the_content thead th {
	font-weight: bold;
	padding: 4px 15px;
}
.the_content tr td {
	padding: 4px 15px;
}
.the_content tr.odd td {
	background: #f2f7fc;
}

.the_content hr {
	border: 0;
	border-bottom: 1px solid #939393;
	clear: both;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/*-- end basic conf*/

/* ============== Container ==================================== */
body {
	background: #fff;
	font-size: 14px;
	color: #4c4c4c;
	font-family: Arial, Helvetica, Verdana, sans-serif;	
}

#container {	
	width: 900px;
	margin: 0 auto;
	padding-top: 6px;
}

#wrapper {
	padding: 0 9px 0 5px;
}


/* ============== Header ==================================== */
#header-top {
	height: 95px;
	background-position: 2px 0;
	background-repeat: no-repeat;
	padding: 0 24px 0 0;
	margin-bottom: 3px;
}

#logo-container {
	float: left;
	padding: 13px 0 0 14px;
}

#logo {
	background: url(../images/cr-logo.png) no-repeat;
	width: 315px;
	height: 77px;
}

#logo a {
	display: block;
	width: 351px;
	height: 64px;
	text-indent: -9999px;
}

#header-top ul {
	float: right;
	padding-top: 12px;
}

#header-top li {
	float: left;
	padding-left: 21px;
}

#header-top li a {
	color: #000000;
	font-weight: bold;
}

#main-wrap {	
	padding: 11px 12px 10px 12px;
	margin-bottom: 12px;
}

body.home #main-wrap {
	padding-top: 5px;
}

.pack {
	-webkit-box-shadow: #b5b5b5 0px 0px 4px;
	-moz-box-shadow: #b5b5b5 0px 0px 4px;
	box-shadow: #b5b5b5 0px 0px 4px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background: #ffffff;
	background: #e8e8e8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e8e8e8));
	background: -webkit-linear-gradient(#ffffff, #e8e8e8);
	background: -moz-linear-gradient(#ffffff, #e8e8e8);
	background: -ms-linear-gradient(#ffffff, #e8e8e8);
	background: -o-linear-gradient(#ffffff, #e8e8e8);
	background: linear-gradient(#ffffff, #e8e8e8);
	-pie-background: linear-gradient(#ffffff, #e8e8e8);
}

#nav {
	background: #c00502 url(../images/bg_nav-ss.png) repeat-x;
	height: 34px;	
	position: relative;
	z-index: 9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 7px;
}

/* ============== Home ==================================== */
#main {
	padding-top: 12px;
}

.main-home {
	padding: 12px 7px 4px 0;
}

/* ======== Weekly Specials ==== */
#home-left {
	background: #ffffff;
	-webkit-box-shadow: #b5b5b5 0px 0px 4px;
	-moz-box-shadow: #b5b5b5 0px 0px 4px;
	box-shadow: #b5b5b5 0px 0px 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 232px;
	min-height: 291px;
	height: auto !important;
	height: 291px;
	float: left;
}

#home-left-inner {
	padding: 6px 6px 7px 5px;
}

#home-left-title {
	background: #646464 url(../images/bg_section_title.png) repeat-x;
	font-size: 15px;
	color: #ffffff;
	font-weight: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding-right: 15px;
}

#home-left-title a {
	color: #ffffff;
	display: block;
	padding: 7px 15px 6px;
}

#home-left-title span {
	position: absolute;
	top: 7px;
	right: 15px;
}

#home-left-content {
	text-align: center;
	padding-top: 4px;
}

/* ===== Homepage Slideshow ==== */
#homepage-slideshow {
	background: url(../images/bg_slideshow.png) no-repeat;
	width: 606px;
	height: 290px;
	float: right;
	position: relative;
	z-index: 1;
}

#home-slide {
	width: 600px;
	height: 284px;
	overflow: hidden;
	margin: 3px 0 0 3px;
	position: relative;
	z-index: 1;
}

.corner {
	background: url(../images/corner.png) no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 9;
}

.corner-topleft {
	top: 0;
	left: 0;
}

.corner-topright {
	background-position: right top;
	top: 0;
	right: 0;
}

.corner-bottomleft {
	background-position: left bottom;
	left: 0;
	bottom: 0;
}

.corner-bottomright {
	background-position: right bottom;
	bottom: 0;
	right: 0;
}

/* ===== Lower Callout ==== */
#lower-callout-container {
	padding: 14px 5px;
	margin-bottom: 12px;
}

.callout {
	background-color: #ffffff;
	background-repeat: no-repeat;
	width: 262px;
	height: 158px;
	border: 3px solid #ef0602;
	float: left;
	margin: 0 12px;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #b5b5b5 0px 0px 4px;
	-moz-box-shadow: #b5b5b5 0px 0px 4px;
	box-shadow: #b5b5b5 0px 0px 4px;	
}

.callout h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 6px 13px 8px;
}

.callout .transparent {
	background: url(../images/transparent.png);
}

.callout .transparent a {
	color: #000000;
}

.callout a.full_image_callout_link {
	display: block;
	width: 262px;
	height: 158px;
	text-indent: -9999px;
	outline: none;
}

/* ===== Lowest Callout ==== */
#home-lowest {
	padding: 16px 14px 13px;
	margin-bottom: 11px;
}

#social-box {
	background: #ffffff;
	font-size: 14px;
	float: left;
	-webkit-box-shadow: #b5b5b5 0px 0px 4px;
	-moz-box-shadow: #b5b5b5 0px 0px 4px;
	box-shadow: #b5b5b5 0px 0px 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 285px;
	height: 91px;
}

#social-box-inner {
	padding: 7px 6px 0;
}

#social-box h3 {
	background: #646464 url(../images/bg_section_title.png) repeat-x;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	padding: 3px 13px;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.social-link-facebook, .social-link-twitter, .social-link-youtube {
	margin: 11px 0 0 28px;
	width: 60px;
	float: left;
}

#social-box a {
	color: #5a5a5a;
}

#social-box img {
	float: left;
	margin: 0 9px 0 0;
}

#signup-box {
	background: #fff url(../images/bg_signup.png) repeat-x;
	height: 91px;
	float: right;
	width: 556px;
	-webkit-box-shadow: #b5b5b5 0px 0px 4px;
	-moz-box-shadow: #b5b5b5 0px 0px 4px;
	box-shadow: #b5b5b5 0px 0px 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#signup-box-inner {
	padding: 3px 8px 0;
}

img.signup-image {
	float: left;
}

#signup-content {
	color: #5a5a5a;
	font-size: 20px;
	float: left;
	width: 461px;
	padding-top: 9px;
	overflow:visible;
}

.signup-button {
	font-size: 10px;
	text-align: center;
	float: left;
	padding-top: 6px;
	margin-left: 40px;
}

.signup-button img {
	margin-bottom: 5px;
}

.signup-sep {
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding: 11px 0 0 20px;
}

/* ============== Interior ==================================== */
.main-interior {
	padding: 0px 2px 20px !important;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

.content-title {
	color: #ffffff;
	font-size: 22px;
	background: #FF0000;
	font-weight: normal;
	padding: 12px 22px;
}

#content {
	padding: 3px 3px 10px 3px;
}


/* ============== Footer ==================================== */
#footer {
	background: #e9e9e9;
	font-size: 10px;
	line-height: 14px;
	color: #5a5a5a;
	padding: 9px 0 10px 10px;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#footer a {
	color: #5a5a5a;
}

.footer-links {
	float: left;
	width: 120px;
	margin-left: 23px;
}
.login h1 a {
	width: 380px !important;
}

.wp-socializer div{
    display:inline-block;
}




/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	text-decoration:	none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
#nav a {
	color: #ffffff;
}

#nav li {
	background: url(../images/sep_nav-ss.png) left top no-repeat;
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	height: 34px;
}

#nav li:first-child { background: 0; }

#nav li a {
    padding: 7px 26px;
}

#nav li ul {
	margin-top: -6px;
}

#nav li li {	
	border-left: 0;
	padding: 0;
	font-size: 14px;
	height: auto;
}

#nav li li a {
	background: #c00502;
	padding: 5px 10px 5px 13px;
}

#nav li li a:hover {
	background: #9a0301;
}

#nav li li ul { margin: 0; }

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sf-menu .sub-menu {
    width: 24.6875em;
}
















pre {
	margin-top:0px;
	font-family:arial;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;
}
