/*
THEME NAME: DoorDeals
THEME URI: 
DESCRIPTION: DoorDeals kick ass theme
VERSION: 1.0
AUTHOR: 40Digits, LLC
AUTHOR URI: http://www.40digits.com
*/

@import "reset.css";

body {
	/*background: #EEEEEE url(images/body_bg.jpg) repeat fixed center;*/
	background:#00476C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

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

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

h1 {
	color:#2F444F;
	font-size:200%;
	line-height:1.1;
	margin-bottom:5px;
} 

/* Wrapper */

#wrapper {
	width: 966px;
	background: url(images/bg_wrapper.png) repeat-y top left;
	margin: 0 auto;
}

#wrapper-btm {
	height: 40px;
	background: url(images/bg_wrapper_btm.png) no-repeat bottom left;
}

/* = Top Menu
-------------------------------------------------------------- */

#topmenu {
	width: 930px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px;
	background: #F6F6F6;
	font-size: 85%;
}

#topmenu ul li {
	float: left;
	text-transform: uppercase;
	
/*	padding: 10px 12px;*/
}

#topmenu ul li a {
	color: #666666;
	font-weight: bold;
}


/* = Header & Logo
-------------------------------------------------------------- */

#header {
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin: 10px 30px;
}

#logo a {
	display: block;
	width: 204px;
	height: 150px;
	background: url("images/logo.gif") no-repeat top left;
}

#logo a span {
	display: none;
}


/* = Main Menu
-------------------------------------------------------------- */

#mainmenu {
	margin: 0 auto;
	background: #f5822a url("images/bg_mainmenu.png") no-repeat bottom left;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 110%;
	font-weight: bold;
	padding: 13px 15px 18px;
}


/* = Container
-------------------------------------------------------------- */

#container {
	width: 890px;
	overflow: hidden;
	margin: 25px auto;
}

#breadcrumbs {
	padding-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 25px;
	overflow: hidden;
}

#breadcrumbs p {
	float: left;
	width: 550px;
	padding-top: 5px;
}

#breadcrumbs a {
	font-weight: bold;
}

#breadcrumbs #searchform {
	float: right;
	padding-top: 0;
}

#breadcrumbs h1 {
	float:left;
}


/* = Tile Display
-------------------------------------------------------------- */

.row {
	overflow: hidden;
	margin-bottom: 25px;
}

.tile {
	width: 420px;
	padding: 5px;
	background: #F7F7F7;
	float: left;
	margin-right: 25px;
}

.last {
	margin-right: 0;
}

.tile-inner {
	width: 390px;
	padding: 14px;
	background: #FFFFFF;
	border: 1px solid #EBEAE9;
}

.tile-image {
	margin-bottom: 10px;
}

.tile-title {
	font-size: 130%;
	line-height: 1.2;
	font-weight: normal;
}

.tile-meta {
	font-size: 85%;
	color: #999;
	margin: 2px 0 2px 0;
}

.tile-meta a {
	color: #666666;
}

.tile-content {
	margin-top: 10px;
}

.tile-content p {
	line-height: 1.2;
	height: 90px;
	overflow: auto;
}

.tile-content .readmore {	
	font-size: 85%;
	font-weight: bold;
	color: #333333;
}

.tile-footer {
	border-top: 1px solid #EFEFEF;
	padding-top: 10px;
	overflow: hidden;
}

.tile-comments {
	float: left;
}

.tile-comments a {
	font-size: 85%;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}

.tile-share {
	width: 80px;
	float: right;
}

.tile-share a {
	width: 16px;
	height: 16px;
	display: block;
	margin-left: 3px;
	float: right;
}

.tile-share a span {
	display: none;
}

.tile-share a.btn-digg { background: url(images/ico_digg.png) no-repeat top left; }
.tile-share a.btn-delicious { background: url(images/ico_delicious.png) no-repeat top left; }
.tile-share a.btn-twitter { background: url(images/ico_twitter.png) no-repeat top left; }
.tile-share a.btn-stumbleupon { background: url(images/ico_stumbleupon.png) no-repeat top left; }

.tile-share a.btn-digg:hover,
.tile-share a.btn-delicious:hover,
.tile-share a.btn-twitter:hover,
.tile-share a.btn-stumbleupon:hover
{ background-position: 0 -16px; }


/* = Single Page
-------------------------------------------------------------- */

#content {
	float: left;
	width: 530px;
	padding: 5px;
	background: #F7F7F7;
}

#content-inner {
	width: 500px;
	padding: 14px;
	background: #FFFFFF;
	border: 1px solid #EBEAE9;
}

.post {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 3px solid #F4F4F4;
}

.page .post-title {
	margin-bottom: 15px;
}

.post-title {
	font-size: 200%;
	color: #2F444F;
	line-height: 1.1;
	margin-bottom: 5px;
}

.post-meta {
	color: #999999;
	font-size: 90%;
	margin-bottom: 15px;
}

.post-content h2 {
	font-size: 140%;
	font-weight: bold;
	color: #2F444F;
	line-height: 1.1;
	margin-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 0 5px 0;
}

.post-content h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0 5px 0;
	margin-bottom: 5px;
	color: #2F444F;
	font-weight: bold;
	font-size: 90%;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignleft {
	float: left;
	margin: 0 25px 20px 0;
}

.post-content img.alignright {
	float: right;
	margin: 0 0 20px 25px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}


/* = Navigation
-------------------------------------------------------------- */

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation a {
	display: inline-block;
	font-size: 85%;
	text-transform: uppercase;;
	font-weight: bold;
	padding: 4px 0 4px 10px;
	line-height: 1.2;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/btn_left.png) top left no-repeat;
}

.navigation a span {
	padding: 4px 10px 4px 0;
	background: url(images/btn_right.png) top right no-repeat;
}

.navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;	
}

/* = PageNavi
-------------------------------------------------------------- */
 
/* Use !important to override PageNavi CSS */

.wp-pagenavi {
	padding: 10px 0 15px 0;
	float:right;
}
 
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	color: #FFFFFF !important;
	background: #BEBEBE !important;
	border: 1px solid #BEBEBE !important;
	padding: 3px 7px !important;
}

.wp-pagenavi a:hover {
	background: #f5822a !important;
	color: #FFFFFF !important;
	border: 1px solid #f5822a !important;
	padding: 3px 7px !important;	
}

.wp-pagenavi span.pages {
	background: #EFEFEF !important;
	border: 1px solid #CCCCCC !important;
	padding: 3px 7px !important;	
}

.wp-pagenavi span.current {
	border: 1px solid #CCCCCC !important;
	background: transparent !important;
	padding: 3px 7px !important;	
}

.wp-pagenavi span.extend {
	border: 1px solid #CCCCCC !important;
	background: transparent !important;
	padding: 3px 7px !important;	
}


/* = Post Footer
-------------------------------------------------------------- */

.section {
	overflow: hidden;
}

.section h2 {
	font-size: 140%;
	font-weight: bold;
	color: #2F444F;
	line-height: 1.1;
	margin-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 0 5px 0;
}

.section p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.block {
	width: 235px;
	float: left;
	margin-bottom: 10px;
}

.bmargin {
	margin-left: 30px;
}

.block h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0 5px 0;
	margin-bottom: 5px;
	color: #2F444F;
	font-weight: bold;
	font-size: 90%;
}

.block p {
	padding-top: 5px;
}

.zalist li {
	padding: 5px 0;
	line-height: 1.2;
}

#social {
	float: left;
	margin: 10px 0 30px 0;
}

#social li {
	float: left;
	margin-right: 5px;
}

#social li:hover {
	padding-top: 2px;
}

#feed {
	font-weight: bold;
	font-size: 90%;
	padding: 3px 0 3px 20px;
	background: url(images/feed.png) no-repeat 0 3px;
}


/* = Comments
-------------------------------------------------------------- */

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px dotted #E5E5E5;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 4px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 5px;
}

.comment-meta {
	color: #999999;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#btn-submit {
	width: 61px;
	height: 24px;
	border: none;
	text-indent: -1000em;
	padding: 0;
	background: url("images/btn_submit.png") no-repeat top left;
	cursor: pointer;
}


/* = Sidebar
-------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 325px;
}

.sidepanel {
	width: 315px;
	padding: 5px;
	background: #F7F7F7;
	margin-bottom: 25px;
}

.sidepanel-inner {
	width: 285px;
	padding: 14px;
	background: #FFFFFF;
	border: 1px solid #EBEAE9;	
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 6px 0;
	color: #2F444F;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {	
	padding: 10px 0;
	line-height: 1.2;
	border-bottom: 1px dotted #E5E5E5;
}

.sidepanel p {
	padding-top: 10px;
	line-height: 1.3;
}


/* = Subscribe Panel
-------------------------------------------------------------- */

#subscribe-rss {
	background: url(images/ico_rss.png) no-repeat top left;
	margin: 10px 0;
	padding: 0 0 23px 40px;
	border-bottom: 1px dotted #E5E5E5;
}

#subscribe-rss h4, #subscribe-email h4, #subscribe-twitter h4, #subscribe-facebook h4, #subscribe-linkedin h4 {
	font-size: 110%;
	font-weight: bold;
}

#subscribe-rss p, #subscribe-twitter p, #subscribe-facebook p, #subscribe-linkedin p {
	padding-top: 2px;
	font-size: 85%;
	text-transform: uppercase;
	font-weight: bold;
	color: #ADADAD;
}

#subscribe-twitter {
	background: url(images/ico_twitter_big.png) no-repeat top left;
	margin: 10px 0;
	padding: 0 0 23px 40px;
	border-bottom: 1px dotted #E5E5E5;
}

#subscribe-facebook {
	background: url(images/facebook.png) no-repeat top left;
	margin: 10px 0;
	padding: 0 0 23px 40px;
	border-bottom: 1px dotted #E5E5E5;
}

#subscribe-linkedin {
	background: url(images/linkedin.png) no-repeat top left;
	margin: 10px 0;
	padding: 0 0 23px 40px;
	border-bottom: 1px dotted #E5E5E5;
}

#subscribe-email {
	background: url(images/ico_email.png) no-repeat top left;
	padding: 7px 0 23px 40px;
	border-bottom: 1px dotted #E5E5E5;
	margin: 10px 0;
}

#subemail {
	padding: 3px;
	color: #666666;
	width: 190px;
	margin-top: 5px;
}


/* = Recent Posts
-------------------------------------------------------------- */

#recentposts li {
	overflow: hidden;
}

#recentposts li img {
	float: left;
	padding: 5px;
	background: #F1F2F3;
	margin-right: 12px;
}

#recentposts li p {
	float: left;
	width: 200px;
	padding: 0;
}

#recentposts li a {	
	margin-bottom: 2px;
}

#recentposts li span {
	display: block;
	color: #999999;
	font-size: 85%;
}


/* = Sidebar Tabs
-------------------------------------------------------------- */

ul.tabNavigation {
	width: 284px;
	overflow: hidden;
	height: 1%;
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 4px;
}

ul.tabNavigation li {
	position: relative;
	float: left;
	border: 1px solid #E5E5E5;
	border-bottom-width: 0 !important; 
	margin: 0 2px -1px 0;
	background: #EFEFEF;
	padding: 0 !important;
	font-size: 90%;
	font-weight: bold;
}

ul.tabNavigation a {
	float: left;
	padding: 8px 10px 6px 10px;
	color: #2F444F;
}

ul.tabNavigation a.selected {
	background: #FFFFFF;
	padding-bottom: 8px;
	border-bottom-width: 0;
}

.tabContainer {
	display: block;
	border-top: 1px solid #E5E5E5;
	position: relative;
}


/* = Searchbox
-------------------------------------------------------------- */

#searchform {
	overflow: hidden;
	margin-top: -1px;
	float:right;
}

#s {
	width: 240px;
	float: left;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	border: 1px solid #CCCCCC;
	margin-right: 4px;
	color: #555;
}

#s.default {
	color: #aaa;
}

#searchsubmit {
	float: left;
	width: 25px;
	height: 22px;
	border: none;
	text-indent: -1000em;
	padding: 0;
	background: url(images/btn_search.png) no-repeat top left;
	cursor: pointer;
}


/* = Footer Widgets
-------------------------------------------------------------- */

#footer-widgets {
	width: 860px;
	padding: 30px 0 30px 30px;
	margin: 0 auto;
	overflow: hidden;
	height: 1%;
	background: #F4F5F6;
	border-top: 1px solid #EBEDEE;
	border-bottom: 3px solid #EBEDEE;
}

.footpanel {
	float: left;
	width: 390px;
	margin-right: 25px; 
}

.footpanel h3 {
	font-size: 90%;
	margin-bottom: 5px;
	color: #2F444F;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
	text-transform: uppercase;
}

.footpanel img.avatar {
	padding: 5px;
	border: 1px solid #E9EBEB;
	background: #FFFFFF;
	float: left;
	margin: 5px 15px 10px 0;
}

.footpanel .textwidget {
	padding-top: 10px;
}

.footpanel .textwidget p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.footpanel ul li {
	padding: 5px 0;
	line-height: 1.3;
}


/* = Footer
-------------------------------------------------------------- */

#footer {
	margin: 0 auto;
	width: 886px;
	height: 20px;
	padding: 30px 40px;
	color: #222;
}

#footer a {
	color: #fff;
}

#footer-links {
	display: block;
	width: 886px;
	list-style: none;
	overflow: hidden;
	padding: 0 0 15px 0;
}

#footer-links li {
	float: left;
	margin-right: 25px;	
	color:#fff;
}

#credit {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 30px 0;
	border-top: 1px solid #E5E5E5;
	text-align: center;
	font-size: 85%;
	color: #999999;
}

#credit a {
	color: #fff;
}


/* = Misc
-------------------------------------------------------------- */

.clear {
	clear:both;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.coupon-full {
	width: 495px;
	border:dashed 2px #ccc;
	margin-bottom:10px;
}

.coupon-meta td {
	padding:5px;
}

#sign-up {
	float:right;
}

#sign-up img {
	margin:20px
}

/* top nav with drop-downs */
#suckerfishnav {
    background:#F6F6F6 repeat-x;
    /*font-size:13px;*/
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:20px;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#666666;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:101px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:99px;
    border-bottom:1px solid #666666;
   /* border-left:1px solid #666666;
    border-right:1px solid #666666;*/
    font-weight:bold;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:80px;
    /*font-size:13px;*/
    color:#fff;
    }
#suckerfishnav li ul ul {
    margin:-22px 0 0 100px;
    }
#suckerfishnav li li:hover {
    background:#555555;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#fff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#fff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#fff;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#bbb;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#dddddd;
    }
	
/*
 * emm_paginate - WordPress Pagination Function
 * Version: 1.0
 *
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/
 * Link: http://www.ericmmartin.com/pagination-function-for-wordpress
 *
 */
.emm-paginate {}
.emm-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.emm-paginate a:hover, .emm-paginate a:active {background:#ccc; color:#888;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate .emm-current {color:#fff; background:#5f87ae; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}