/*
Theme Name: Wild for Wags Custom Theme
Theme URI: http://wordpresswrench.com
Description: Custom Theme for WildForWags.com from Wordpresswrench.com
Author: Wordpress Wrench
Version: 1.0
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
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, 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, article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;	border-spacing: 0;}

body{
	background: url("images/bg.jpg") repeat;
	font-family: arial;
	font-size:14px;
	color:#323232;
	text-align:center;
}
a{
	color:#0093d9;
}
a:hover{
	color:#1072a1;
}
.wrap{
	text-align:left;
	margin: 0 auto;
	width:1004px;
	position:relative;
}
#mainwrap.wrap{
	width:1030px;
}

#wrapper{background:url("images/sidebar-bg2.png") top center repeat-y;}
#wrapper_full{background:url("images/full-bg2.png") top center repeat-y;}

#header{
	background:url("images/head-bg.jpg") repeat-x;
	height:213px;
	overflow:hidden;
}
#header #logo{
	margin-top:20px;
}
#header #subscribe{
	position:absolute;
	top:0;
	right:0;
	background: url("images/subscribe-bg.png") no-repeat;
	width:326px;
	height:74px;
}
#header #subscribe form{
	width:276px;
	margin:0 auto;
	padding-top:15px;
}
#header #subscribe #subscribe_text{
	background: url("images/subscribe-input.png") repeat-x;
	border:0;
	padding:8px 4px;
	width:140px;
	margin-right:5px;
}
#header #social{
	position:absolute;
	top:60px;
	right:0;
	overflow:hidden;
	clear:both;
	width:320px;
}
#header #social li{
	float:left;
}
#header #nav{
	display:block;
	position:absolute;
	left: 50%;
	margin-left: -525px;
	top: 149px;
	width: 1050px;
}
#header #nav ul{
	clear:both;
	overflow:hidden;	
	margin-top:13px;
}
#header #nav ul li{
	float:left;
	position:relative;
}
#header #nav ul li a{
	color:#f6f6f6;
	font-size:17px;
	padding:25px 12px;
	text-decoration:none;
	line-height:50px;
	position:relative;
}
#header #nav ul li a:hover{
	color:#fff;
}
#header #nav ul li.current-menu-item a:before,#header #nav li a:hover:before{
	background: rgba(255,255,255,0.25);
	content:'';
	position:absolute;
	top:20px;
	bottom:20px;
	left:5px;
	right:5px;
	border-radius:6px;
}
#header #nav ul li ul{
	display:none;
}
#footer{
	background:url("images/footer-bg.png") no-repeat;
	height:323px;
	width:1001px;
	overflow:hidden;
	margin:0 auto;
	color:#eeeeee;
	padding:70px 0 0 5px;
}
#footer #footnav{
	clear:both;
	overflow:hidden;
	position:absolute;
	top:195px;
	left:0;
}
#footer #footnav li{
	float:left;
}
#footer #footnav li a{
	font-size: 10px;
	text-decoration:none;
	color:#fff;
	text-shadow:1px 1px 1px #3f587e;
	font-weight:bold;
	padding:5px 12px;
	line-height:21px;
	font-size: 12px;
}
#footer #footnav li a:hover{
	text-decoration:underline;
}
#footer #widget_left, #footer #widget_right{
	width:275px;
	padding-left:10px;
	margin-right:10px;
	float:left;
}
#footer .widget ul{
	list-style:;
	color:#acb3dd;
	line-height:2em;
	font-size:12px;
}
#footer .widget ul li a{
	color:#dfdfdf;
	text-decoration:none;
}
#footer .widget ul li a:hover{
	text-decoration:underline;
}
#footer h3{
	color:#fff;
	font-size:24px;
	margin:8px 0 12px;
	line-height:1em;
}
#footer #about_me{
	position:absolute;
	top:-57px;
	right:20px;
	clear:both;
	width:310px;
}
#footer #about_me p{
	padding-top:5px;
}
#footer #about_me #aboutmepic{
	float:left;
	border:1px solid #fff;
	margin:0 10px 10px 0;
}
#footer #about_me  h3{
	font-size:34px;
}
#footer #copyright{
	position:absolute;
	top:170px;
	right:30px;
	color:#ccc;
}
#footer #tech {
    color: #FFFFFF;
    position: absolute;
    right: 280px;
    top: 260px;
}
#footer #tech a {
    color: #FFFFFF;
}

#footer #wagaff {
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    top: 290px;
    font-size: 12px;
}

#footer #wagaff a {
    color: #FFFFFF;
}

#search{
	position:relative;
	width:281px;
	height:39px;
	background:url("images/search.png") no-repeat;
	margin:0 auto 25px;
}
body #search #search_input{
	background:none;
	border:0;
	margin:0;
	padding:0;
	height:19px;
	width:230px;
	padding:10px 0 10px 10px;
	color:#fff;
}

body #search #search_input::-webkit-input-placeholder{
	color:#eaeaea;
	position:relative;
	top:15px;
}

body #search #search_submit{
	background:none;
	border:0;
	margin:0;
	padding:0;
	width:35px;
	height:39px;
	cursor:pointer;
	text-indent:-9999em;
}

/*
	Content
*/
#content{
	padding:15px 23px 25px 45px;
	clear:both;	
	overflow:hidden;
}
#content #main{
	float:left;
	width:585px;	
	padding:0 7px;
	margin-right:22px;
}
#content.full{
	clear:none;
	overflow:auto;
	padding:15px 13px 25px 20px;
        width:1000px
}
#content.full #main{
	width:890px;
	margin-right:0 15px;
        padding: 0px;
}

#content.full .post_head{
        padding-left: 40px;
}

#content.full .post .post_head .date {
    left: -22px;
}

#content #sidebar{
	float:left;
	width:300px;	
	padding-left:22px;
}
#content.full #sidebar{
	display:none;
}
/* Content Design */
#content ul,#content ol{
	padding-left:20px;
	list-style:square;
	color:#000;
	line-height:2em;
	margin:20px 0;
}
#content .widget_content ul,#content .widget_content ol{
	margin: 10px 0;
}
#content ol,.widget_content ol{
	list-style:decimal;
}
.widget{
	line-height:1.3em;
	margin-bottom:20px;
}
.widget h3{
	font-size:26px;
	line-height:1.6em;
}

/*	Items */
h2, h3, h4{
	font-family: "lobster",arial;
	color:#e01938;
}
h1{
	font-size:26px;
	font-weight:bold;
	
}
h1 a{
	color:#0093d9;
	text-decoration:none;
}
h1 a:hover{
	color:#005C87;
}
.sm_red_btn{
	position:relative;
	top:2px;
	font-family: "lobster",arial;
	background: url("images/sm_red_button.png") repeat-x;
	font-size:20px;
	color:#fff;
	border:0;
	padding:5px 18px;
	line-height:24px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	text-shadow:1px 1px 1px #6c0000;
	cursor:pointer;
}
.sm_red_btn:active{
	top:3px;
}

/* Post */

.post{
	position:relative;
	margin-bottom:80px;
}

.post .post_head .post_head_div{
	background:url("images/post-title.png") top center no-repeat;
	width:100%;
	height:25px;
	padding-top:35px;
	position:relative;
	bottom:20px;
}
#content.full .post .post_head .post_head_div{
	position:relative;
	z-index:4;
	background:url("images/post-full-title.png") top left no-repeat;
}
.post .post_head h1{
	line-height:25px;
	position:relative;
	z-index:5;
	font-size: 24px;
}
.post .post_head .post_cats{
	font-size:12px;
	color:#bcbcbc;
}
.post .post_head .post_cats a{
	color:#e01938;
}
.post .post_head .post_comments{
	color:#e01938;
	font-size:26px;
	width:75px;
	text-align:center;
	position:absolute;
	top:35px;
	right:15px;
	text-decoration:none;
}
.post .post_head .post_comments span{
	font-size:12px;
	display:block;
}
.post .post_head .date{
	display:block;
	width:41px;
	padding-right:12px;
	height:59px;
	background:url("images/date.png") no-repeat;
	text-align:center;
	color:#fff;
	position:absolute;
	top:-5px;
	left:-52px;
}
.post .post_head .date strong{
	display:block;
	padding-top:8px;
	font-size:22px;
}
.post .post_head .date span{
	display:block;
	padding-top:4px;
	text-transform:uppercase;
}
.post .post_content{
	text-shadow:1px 1px 1px #fff;
	padding-bottom:37px;
	padding:15px 0 45px;
	margin-bottom:10px;
	background: url("images/signed.png") no-repeat bottom right;
}
.post.nosigned .post_content{
	background:none;
}	
::selection {
	background:#c72638;
	color:#fff;
	text-shadow:1px 1px 1px #660033;
}
.post .post_content p{
	line-height:1.6em;
	margin-bottom:1.6em;
}
.post h1, .post h2{
	font-size:30px;
	line-height:1.5em;
	color:#E01938;
}
.post h3{
	font-size:20px;
	line-height:2.5em;
	font-family:arial;
        text-align:center;
}
.post h4,.post h5{
	font-size:22px;
	line-height:1.5em;
	color:#E01938;
}
.post h6{
	font-size:18px;
	font-weight:bold;
}
.post .post_footer{
	margin-bottom:25px;
}
.post .post_footer .post_tags{
	color:#a7a7a7;	
}
.post .post_footer .post_tags a{
	background-color: #e4e4e4;
	color:#959595;
	padding:2px 6px;
	margin-left:10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-decoration:none;
	line-height:2em;
}
.post .post_footer .post_tags a:hover{
	background-color:#a0a0a0;
	color:#fff;
}
.post .post_footer .post_social{
	clear:both;
	overflow:hidden;
	margin-top:15px;
}
.post .post_footer .post_social .post_social_facebook,.post .post_footer .post_social .post_social_twitter{
	width:100px;
	float:left;
}
.post_social_google{
	width:100px;
	float:left;
        margin-left: 20px;
}
.post .post_footer .printfriendly{
	position:relative;
	bottom:8px;
}
.clear{
	clear:both;
	overflow:hidden;
}
/* WP Styles */

.aligncenter, div.aligncenter {
	display: block;
	margin: 10px auto;
}
.alignleft {
	float: left;
	margin:10px;
}
.alignright {
	float: right;
	margin:10px;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.clear{
	clear:both;
	overflow:hidden;
}
#content .commentlist{
	list-style:none;
	margin:0;
	padding:0;
}
#content  ul.post-categories{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
#content  ul.post-categories li{
	display:inline;
}
.comment{
	background:url("images/commentsgrad.png") no-repeat top left #c4e3f3;
	position:relative;
}
.comment.odd{
	background-color:#b1d4e6;
}
.comment .comment-author{
	border-bottom:1px solid #dcedf5;
	position:relative;
}
.comment .comment-author .says{
	displaY:none;
}
.comment .comment-author .fn{
	font-size:20px;
	position:absolute;
	left:60px;
	top:30px;
	color:#235f7e;
	line-height:1px;
}
.comment .comment-author .avatar{
	padding:4px;
	margin:10px;
	background:#f2f2f2;
	border:1px slid #fff;
}
.comment .commentmetadata{
	position:absolute;
	top:10px;
	right:10px;
	font-size:12px;
}
.comment .comment-reply-link{
	display:block;
	margin:5px 5px 0;
	text-align:right;
}
.comment em{
	padding:5px 10px;
	color:#999;
}
.comment p{
	padding:5px 10px;
}

/* SMART WINDOW */
.smartmenufloaty {
    background: #8DB638 none repeat scroll 0 0;
    border-top:1px solid #B7DF63;
    margin: 25px 0px 0 2px;
    padding: 0px;
    overflow: hidden;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.smartmenuie6 {
    height: 30px;
}

.smartmenufloaty a {
    font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    border-right: 1px dotted #FFF;
    padding: 0px 10px;
}

.smartmenufloaty {
    background: transparent;
    position: absolute;
    border: none;
    width: auto;
    height: auto;
    left: 0px;
    top: 0px;
    z-index: 1000;
}

.smartmenufloaty .tip {
    background: url(images/floatytip.png) no-repeat;
    font-size: 0px; 
    height: 20px;
    width: 50px;
    margin: 0px;
    overflow: hidden;
    display: block;
}

.smartmenufloaty .tipIE6 { 
    background: url(images/floatytip.gif);
}

.smartmenufloaty .padder {
    background: url(images/floatybg.png);
    padding: 0px 8px; 
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.smartmenufloaty .padderIE6 {
    background: url(images/floatybg.gif);
}

.smartmenufloaty li {
    float: none ;
    border-bottom: 1px dotted #FFF;
    padding: 5px 8px; 
}
 
.smartmenufloaty li.last {
    border: none;
}

.smartmenufloaty a {
    border: none;
    padding: 0px;
}

.smartmenufloaty a:hover {
    color: #222;
}

/* Fonts */
@font-face {
	font-family: "lobster";
	src: url("/wp-content/themes/wild4wags/Lobster.otf") format("opentype");
}

.post .navigation .alignleft {
   float:right;
}

.post .navigation .alignright {
   float:right;
}

/* COUPON DATABASE */

.valuet {
  width:60px;
}

.value {
  width:60px;
}

div #tagline {
	position: absolute;
	left: 233px;
	top: 143px;
	color: #E1EFEF;
	font-family: sans-serif;
	font-size: 14px;
}

strong {
	font-weight: bold;
}
div.seo-header {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
