/*
Theme Name: Coupon
Theme URI: http://www.savegrocerycoupons.com
Description: Coupon Themed Theme. 
Version: 1.0
Author: Lance Williams
Author URI: http://i.maginos.com
Tags: coupon, black, white, one-column, two-columns, fixed-width, theme-options, right-sidebar
    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php
    Reset CSS provided by Yahoo!
    http://developer.yahoo.com/yui/reset/
*/

/* RESET */
body {
    font-size: 62.5%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
    border:0;
}
/* END RESET */

body {
	margin:0px auto;
	padding:0px auto;
	height:100%;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}
a img { 
	border: none;
}
h3 {
	color: brown;
	padding: 10px 0px 8px 5px;
}
p {
	padding-top: 15px;
}

#wrapper {
	margin:0px auto;
	padding:0px auto;
	width:750px;
	position: absolute;
	top: 0px;
        left: 50%;
        margin-left: -375px;
}

/* HEADER */
#header {
	margin:0px auto;
	padding:0px auto;
	width:750px;
	height:125px;
	position: relative;
}
#header_img {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 720px;
	height: 122px;
	border: 3px solid black;
        border-bottom: 0;
}
#header_text{
	position: absolute;
	left: 155px;
	top: 0px;
	color: black;
        padding: 5px;
}
#header_text h1{
	font-family: Impact,Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #088F8C;
}
#header_text h2{
        font-weight: bold;
        font-size: .65em;
}
/* END HEADER */

/* TOP NAV */
#nav {
	border: 3px solid black;
	border-bottom: none;
	width: 720px;
}
#nav ul {
	margin:0;
	padding:5px 10px 5px 50px;
	list-style:none;
	position: relative;
	z-index: 3;
}
#nav li {
    display:inline;
    margin:0;
    padding:0;
}
#nav a{ 
	padding:0px 10px 0px 10px;  
	text-decoration:none;
	font-family: "Times New Roman", Times, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav a:link {
	color: #088F8C;
} 
#nav a:visited { 
	color: #088F8C;      
}
#nav a:hover {  
	color: green;
}
/* END TOP NAV */

/* WRAPPER */
#wrap_content {
	width:750px;
	margin:0px auto;
	height:auto;
	padding:0px auto;
	margin-bottom: 25px;
}
#text_container{
	padding:10px 35px 10px 15px;
	min-height:650px;
	height:auto;
	width: 670px;
	margin-top: 0px;
	color:#333;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 3px solid black;
}
#text_container ul {
margin: 10px 0px 10px 5px;
font-weight: bold;
}
#text_container li {
margin-top: 10px;
list-style-type: none;
}
#text_container a {
color:blue;
}
#text_container a:hover {
color:green;
}

.narrowcolumn {
    /*float: left; */
    padding: 0 0 20px 0px;
    width: 480px;
}

.widecolumn {
    padding: 0px 0 20px 0;
    margin-left: 20px;
    width: 650px;
}
/* END WRAPPER */

/* SIDEBAR */
#sidebar {
	float: right;
	width: 155px;
	color: black;
	padding:0px 10px;
	min-height:150px;
	height:auto;
	margin-left: 20px;
	margin-right: -20px;
	border: 1px dashed black;
	margin-top: 10px;
}

#sidebar ul {
    padding: 0;
}

#sidebar li {
	margin: 5px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar ul ul li {
    list-style-type: square;
}
/* END SIDEBAR */

/* WIDGETS */
.widgettitle {
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-serif;
    padding: 8px 0 1px 0;
    border-bottom: 1px dashed #ccd;
    margin: 0 10px 0 0;
}

.widget:hover .widgettitle {
    border-bottom: 1px dashed #667;
}

#searchform {
	margin-top: 20px;
	text-align: center;
}

#optin {
width: 165px;
height: 206px;
margin-left: -4px;
margin-top: 5px;
background: url(images/optin-bg.png) no-repeat;
font-size: 11px;
}

#optin .title {
font-size: 14px;
font-weight: bold;
padding-top: 15px;
padding-bottom: 10px;
}

#optin .name, #optin .email{
text-align: right;
padding-right: 10px;
line-height: 2.5em;
}

#optin .privacy{
font-size: 10px;
font-style: italic;
padding: 10px 5px 0px 5px;
}

#optin .submit {
margin-top: 15px;
}

#optin input#submit {
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}

#optin input#submit:hover {
color: #4c7a0b;
}

#optin input {
background-color: #f4fdf0;
}

#optin input:focus {
background-color: #dfdfdf;
}

#optin input:hover {
background-color: #dfdfdf;
}

.widget_calendar {
    font-size: 1.2em;
    margin: 5px 0;
}

.widget_calendar .widgettitle, .widget_calendar:hover .widgettitle {
    border-bottom: 1px solid #fff;
}

#calendar_wrap {
    border: 1px solid #ccd;
    margin: 0 10px;
}

#calendar_wrap:hover {
    border-color: #667;
}

.widget_calendar table {
    margin: 0 auto;
}

.widget_calendar caption {
    font-weight: bold;
    padding: 4px 0;
    font-size: 1.4em;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-serif; 
    text-decoration: underline;
}

.widget_calendar th {
    font-weight: bold;
}

.widget_calendar th, td {
    padding: 3px;
    text-align: center;
}

.widget_calendar tbody td a {
    border: 1px solid #fff;
    padding: 1px;
}

.widget_calendar tbody td a:hover {
    border: 1px solid #567;
    text-decoration: none;
}

.widget_calendar #today a {
    border: 0 none;
    padding: 0;
}

.widget_calendar #today a:hover {
    border: 0 none;
}

.widget_calendar #today {
    background: #ccc;
    font-weight: bold;
}

#calendar_wrap, .widget_calendar #today, .widget_calendar tbody td a, .widget_calendar tbody td a:hover {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

.widget_text {
    text-align: justify;
    padding: 12px 10px 8px 2px;
}
/* END WIDGETS */

/* FOOTER */
#footer {
	width:720px;
	padding:0px auto;
	border: 3px solid black;
	border-top: none;
}
#footer_nav {
	margin:0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: .75em;
}
#footer_nav ul {
	margin:0;
	padding:5px 10px 5px 50px;
	list-style:none;
	position: relative;
	z-index: 200;
}
#footer_nav li {
    display:inline;
    margin:0;
    padding:0;
}
#footer_nav a{ 
	padding:0px 10px 0px 10px;  
	text-decoration:none;
}
#footer_nav a:link {
	color: black;
} 
#footer_nav a:visited { 
	color: black;      
}
#footer_nav a:hover {  
	color: white;
	background: green;
}
/* END FOOTER */

/* POSTS */
#content {
    font-size: 1em;
    line-height: 1.5em;
}
.post h2 {
    margin-top: 8px;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 0px;
}
.post h2 a {
    text-decoration: none;
}

.entry {
    padding: 0 5px;
    overflow: hidden;
}

.postmetadata {
    font-size: .9em;
    background: #eee;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 10px;
    margin: 5px 0;
    color: #999;
    line-height: 1.5em;
}

#content .postmetadata a {
    color: #888;
}

.postmeta {
    font-size: .8em;
    padding: 10px;
    margin: 5px 0;
    color: #999;
    line-height: 1.5em;
}

#content .postmeta a {
    color: #888;
}

.postmetabottom {
    font-size: .8em;
    padding: 10px;
    margin: 5px 0;
    color: #999;
    line-height: 1.5em;
    width: 480px;
    background: #eee;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

#content .postmetabottom a {
    color: #888;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.post-teaser {
    padding: 10px 0px;
    font-size: .9em;
    text-align: center;
    line-height: 1.2em;
}

small{
    line-height: 1.2em;
}
/* END POSTS */

/* PAGES */
#footer_nav .current_page_item a, #footer_nav .current_page_item a:hover {
	background: #ff6600 !important;
	color: #fff !important;
}

h2.searchtitle { 
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}
/* END PAGES */

/* ARCHIVE */
h2.pagetitle { 
    text-align: center;
}

.archive-title {
	margin-top: 8px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0px;
        border-bottom: 1px solid #ccc;   
}

.archive-title a {
	text-decoration: none;
}
.post:hover .archive-title {
    border-bottom: 1px solid #99a;
}
/* END ARCHIVE */

/* COMMENTS */
#comments, #respond {
    padding: 15px 0 10px 0;
}

.commentlist {
    list-style: none;    
}

.commentlist li {
    padding: 10px 0;
    font-size: .9em;
}

.commentlist li p {
    padding: 2px 10px;
}

.norm {}

.alt {}

.commentlist li:hover .commentmeta {
    border-bottom: 1px solid #889;
}

.commentlist li:hover .avatar {
    border: 1px solid #99a;
}

.commentmeta {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 1.2em;
    border-bottom: 1px solid #bbb;
    color: #556;
}

.commentmeta small {
    font-size: .8em;
    padding-bottom: 5px;
}

.commentbox {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 11px;
    padding: 7px;
    color: #667;
    border: 1px solid #999;
}

.commentbox:focus {
    color: #001;
    border: 1px solid #334;
    outline-style: none;
}

.textwrap {
    padding: 8px 0;
}

.comment_textbox {

    width: 200px;    
}

#comment {
    height: 100px;
    width: 220px;    
}

.avatar {
    /*float: right; */
    border: 1px solid #bbb;
    padding: 1px;
    margin-right: 5px;    
}
/* END COMMENTS */

/* LISTS */
ul {
    padding: 2px 0;
}
/* END LISTS */

/* WORDPRESS */
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners 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;
}
/* END WORDPRESS */

/* IMAGES */
#coupon_image {
	background: url(images/coupon-bg.png);
	background-repeat: no-repeat;
	height: 282px;
	width: 625px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logolink
{
	position: absolute;
	top: 170px;
	right: 40px;
	display: block;
	height: 89px;
	width: 337px;
	background-image: url(images/coupon-button.png);
        background-repeat: no-repeat;
	background-position: 0 0px;
}

#logolink:hover
	{
	display: block;
	height: 89px;
	width: 337px;
	background-image: url(images/coupon-button.png);
	background-position: 0 -88px;
}
/* END IMAGES */

/* GENERAL CLASSES AND TAGS */
.left {
    text-align: left; 
}

.center {
    text-align: center; 
}

.right {
    text-align: right; 
}

.justify {
    text-align: justify;
}

.clear {
    clear: both;
}

.thin {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.warning, .emergency {
    font-size: 1.2em;
    font-family: Verdana, Arial, Sans-serif;  
    margin: 10px auto;
    width: 85%;
}

.warning { 
    background-color: #ffffe0; 
    border: 1px solid #e6db55;
}

.emergency {
    background-color: #ffebe8;
    border: 1px solid #c00;
}

.hidden, hr {
    display: none;
}

#spacer {
height: 40px;
border-bottom: 2px #666 dotted;
margin-bottom: 40px;
}
/* END GENERAL CLASSES AND TAGS */

.asp_tags {
    color: #999;
    font-size: .9em;
    line-height: 1.4em;
    text-align: center;
}

#content .asp_tags a {
    color: #888;
}

.printBox {
	background-image: url(images/print_bg.gif);
	background-repeat: no-repeat;
width: 496px;
height: 360px;
margin-left: auto;
margin-right: auto;
}

#wrapper #wrap_content ol li{
list-style-type: decimal;
margin-left: 20px;
color: black;
}

#wrapper #wrap_content ol li a {
color: blue;
}

#wrapper #wrap_content ol li a:visited {
color: grey;
text-decoration: line-through;
}

#top_offers ol {
width: 500px;
margin-left: 50px;
margin-top: 20px;
font-size: 14px;
}

#top_offers ol li {
padding-bottom: 10px;
}

#wrapper #wrap_content #top_offers .first a {
font-weight: bold;
font-size: 1.15em;
}

#wrapper #wrap_content #top_offers .second a {
font-weight: bold;
font-size: 1.1em;
}

#wrapper #wrap_content #top_offers .third a {
font-weight: bold;
font-size: 1em;
}

#top_offers h2 {
font-size: 2em;
text-align: center;
margin: 10px 0px;
font-weight: bold;
}

#top_offers h3 {
font-size: 1.4em;
}