#blog-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px;
}

.blog-container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#blog-container-bg {
	background:#eaeaea url('images/offers/body-bg.png') top left repeat;
}
#blog-container-inner {
	width: 1000px;
	margin: 0 auto;
	background-color:#ffffff;
	padding-bottom:30px;
}



.blog-container a {
	color: #606060;
	text-decoration: underline;
}

.blog-footer-container {
	width: 940px;
	margin: 0 auto;
}

/*Blog Header*/

.blog-container-top {
width: 100%;
background: rgb( 255, 255, 255 ) url('images/misc/stripes.png');
background-repeat: repeat-y repeat-x;
}
.blog-header-wrap {
    width: 1000px;
margin: 0 auto;
}

.blog-logo {
    float: left;
    display: block;
    width:380px;
    padding: 40px 0;
}

.blog-ad {
    float: right;
    display: block;
	height: 60px;
    width: 468px;
    padding: 40px 0;
}

/*Blog*/

.breadcrumbs {
    padding: 0 0 10px 0;
    color: #7d7d7d;
}

.breadcrumbs a {
    color: #575757;
}

.blog-overview {
    width: 100%;
    padding-top: 35px;
}

.blog-excerpts {
    width: 620px;
    float: left;
    display: block;
}
.blog-excerpts h1, .blog-excerpts h2 {
    font-size: 20px;
	font-weight: bold;
	line-height: 36px;
}

.blog-excerpts h2 a {
    color: #575757;
text-decoration: none;
}

.blog-excerpts h2 a:hover {
    text-decoration: none;
}

.blog-share {
    width: 220px;
    padding: 0 0 0 45px;
    float: left;
    display: block;
}

a span.post-readmore {
    color: #575757;
    font-weight: bold;
}

a span.post-readmore:hover {
    text-decoration: none!important;
}

.post-container {
    width:100%;
    border-bottom:1px solid #eee;
    margin-bottom:20px;
}

.post-content h1 {
    font-size: 27px;
    color: #575757;
    padding: 0 0 10px 0;
}

.post-content h2 {
    font-size: 24px;
    color: #575757;
    padding: 0 0 10px 0;
}

.post-content h3 {
    color: #575757;
    padding: 10px 0;
}

.post-content h4 {
    color: #575757;
    padding: 10px 0;
}

.post-content p {
    color: #7d7d7d;
    font-size: 15px;
    line-height: 21px;
    padding: 12px 0;
}

.post-thumb img {
    border: 1px solid #D2D2D2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: white;
}
.post-thumb {
    float:left;
    padding:8px 8px 0 0 ;
}

.post-content {
    color: #7d7d7d;
    font-size: 15px;
    line-height: 21px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    line-height: 150%;
    color: rgb( 87, 87, 87 );
    font-family:  'Helvetica Neue', Helvetica, 'Helvetica Neue', Helvetica, 'Maven Pro', 'Myriad Pro', 'Myriad', 'Myriad Pro', 'Myriad', sans-serif;
    font-weight: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
    padding: .5em 0 .2em 0;
}

.post-content h1 {
    font-size: 32px;
}

.post-content h2 {
    font-size: 27px;
}

.post-content h3 {
    font-size: 25px;
}

.post-content h4 {
    font-size: 20px;
}

.post-content h5 {
    font-size: 17px;
}

.post-content h6 {
    font-size: 14px;
}

.post-content h1 + h2,
.post-content h2 + h3,
.post-content h3 + h4,
.post-content h4 + h5,
.post-content h5 + h6 {
    padding-top: 0;
}

.post-content .inner > h1:first-child,
.post-content .inner > h2:first-child,
.post-content .inner > h3:first-child,
.post-content .inner > h4:first-child,
.post-content .inner > h5:first-child,
.post-content .inner > h6:first-child {
    padding-top: 0;
}

/* Paragraphs */

.post-content p {
    font-size: 15px;
    line-height: 180%;
    padding: 8px 0 24px 0;
    margin: 0;

    color: rgb( 125, 125, 125 );
}

/* Lists */

.post-content ul,
.post-content ol {
    padding: 1em 0 .2em 0;
}

.post-content ul ul,
.post-content ol ol,
.post-content ul ol,
.post-content ol ul {
    padding: .2em 0 .4em 0;
    color: rgb( 125, 125, 125 );
    font-size: 15px;
}

.post-content li {
    color: rgb( 125, 125, 125 );
    font-size: 15px;
}

/* Tables */

.post-content table {
  width: 100%;
  margin-bottom: 18px;
}
.post-content table th,
.post-content table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.post-content table th {
  font-weight: bold;
}
.post-content table thead th {
  vertical-align: bottom;
}
.post-content table thead:first-child tr th,
.post-content table thead:first-child tr td {
  border-top: 0;
}
.post-content table tbody + tbody {
  border-top: 2px solid #ddd;
}
.post-content .table-condensed th,
.post-content .table-condensed td {
  padding: 4px 5px;
}
.post-content table {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.post-content table th + th,
.post-content table td + td,
.post-content table th + td,
.post-content table td + th {
  border-left: 1px solid #ddd;
}
.post-content table thead:first-child tr:first-child th, 
.post-content table tbody:first-child tr:first-child th, 
.post-content table tbody:first-child tr:first-child td {
  border-top: 0;
}
.post-content table thead:first-child tr:first-child th:first-child, 
.post-content table tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.post-content table thead:first-child tr:first-child th:last-child, 
.post-content table tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.post-content table thead:last-child tr:last-child th:first-child, 
.post-content table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.post-content table thead:last-child tr:last-child th:last-child, 
.post-content table tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.post-content .table-striped tbody tr:nth-child(odd) td, 
.post-content .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.post-content .table tbody tr:hover td, 
.post-content .table tbody tr:hover th {
  background-color: #f5f5f5;
}

/* Discription Lists */

.post-content dl {
    color: rgb( 125, 125, 125 );
    font-size: 15px;
    padding: 1em 0 .5em 0;
}

.post-content dt {
    padding: .4em 0 .1em 0;
    color: rgb( 87, 87, 87 );
    font-weight: normal;
    font-weight: bold;
    letter-spacing: 0;
}

.post-content dd {
    font-size: 14px;
    padding: 0 0 .2em 0;
}

.post-content address {
    font-size: 15px;
}

.share-post {
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0px 1px 2px 0px #cbcbcb;
    -moz-box-shadow: 0px 1px 2px 0px #cbcbcb;
    box-shadow: 0px 1px 2px 0px #cbcbcb;
}

.lt-ie9 .share-post {
    border: 1px solid #cbcbcb;
    border-bottom: 2px solid #cbcbcb;
}

.share-post h3 {
    background: #E3E3E3;
    background: -moz-linear-gradient(top, #E3E3E3 0%, #CBCBCB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E3E3E3), color-stop(100%,#CBCBCB));
    background: -webkit-linear-gradient(top, #E3E3E3 0%,#CBCBCB 100%);
    background: -o-linear-gradient(top, #E3E3E3 0%,#CBCBCB 100%);
    background: -ms-linear-gradient(top, #E3E3E3 0%,#CBCBCB 100%);
    background: linear-gradient(top, #E3E3E3 0%,#CBCBCB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#cbcbcb',GradientType=0 );
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    padding: 5px 0 5px 20px;
    color: #606060;
    text-shadow: 0px 1px 0px white;
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
}

.share-post ul {
    list-style-type: none;
    margin: 0 0 0 0;
    display: block;
}

.share-post ul li {
    color: #606060;
    font-size: 16px;
    display: block;
    padding: 10px 0 10px 20px;
}

.share-post ul li:nth-child(even) {
    background: #F3F3F3;
}

/********* Footer *********/

.blog-container ul#menu-footer-navigation li {
	display: list-item;
}

.blog-container ul#menu-footer-navigation {
padding: .4em 0 .2em 0;
margin-left: 0px;
}

#blog-footer-wrap {
    background-color: #323636;
    color: #fff;
    min-height: 150px;
}


/* footer widget areas */
.footer-widget { margin:20px auto; padding:15px 12px; width:209px; float:left; }

.footer-widget h4.widgettitle{ background:none; color: #fff; padding: 6px 0; font-size: 16px; }
    .footer-widget h4.widgettitle span{ background:none; padding:0 10px 0 0; }
        .footer-widget h4.widgettitle span span{ padding:0; }
    .footer-widget .widget > ul, #footer-widgets .widget > div{ margin:0; }

.footer-widget .textwidget p { width: 190px;}

#blog-footer-wrap .sidebar-form p {
	margin: 0 0 9px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#blog-footer-wrap input, textarea {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

#blog-footer-wrap input, textarea, select, .uneditable-input {
	display: inline-block;
	width: 210px;
	height: 18px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* bottom nav links */
.footer-widget ul.menu { margin-top: 0; }
    .footer-widget ul { margin: 0;}
    .footer-widget ul li { list-style-type: none; font-size: 0.9em; line-height: 20px; }
        .footer-widget ul li a { margin-right: 10px; text-decoration: underline; color: #fff; text-decoration: none;}
            .footer-links ul li:last-child a { margin-right: 0; }
        .footer-links ul li a:hover, .footer-links ul li.current-menu-item a, .footer-links ul li.current_page_item a {}
        .footer-links ul li ul.sub-menu { display: none; } /* you shouldn't have that many links in the footer anyway ;P */

.blog-footer-container p {
	padding: 15px 0;
	font-size: 12px;
	padding: 4px 0 0 0px;
	color: rgb( 125, 125, 125 );
	font-weight: 400;
}
.copyright-border {
    width: 100%;
    border-top: 1px solid #474D4D;
}

#sidebar .single-offer-widget {
	margin: 0 0 30px 0;
	-webkit-box-shadow: 0px 1px 2px 0px #cbcbcb;
	-moz-box-shadow: 0px 1px 2px 0px #cbcbcb;
	box-shadow: 0px 1px 2px 0px #cbcbcb;
}

.lt-ie9 .single-offer-widget {
    border: 1px solid #cbcbcb;
    border-bottom: 2px solid #cbcbcb;
}

#sidebar.single-offer-widget .textwidget {
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0px!important;
    -moz-box-shadow: 0px!important;
    box-shadow: 0px!important;
}

#sidebar .single-offer-widget .single-offer-widget-title {
    background: #e3e3e3; /* Old browsers */
    background: -moz-linear-gradient(top,  #e3e3e3 0%, #cbcbcb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e3e3e3 0%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e3e3e3 0%,#cbcbcb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e3e3e3 0%,#cbcbcb 100%); /* IE10+ */
    background: linear-gradient(top,  #e3e3e3 0%,#cbcbcb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

#sidebar .single-offer-widget ul {
	list-style-type: none;
	margin: 0 0 0 0;
}

#sidebar .single-offer-widget li:nth-child(even) {
	background: #f3f3f3;
}

#sidebar .single-offer-widget li {
	color: #606060;
	font-size: 16px;
	display: block;
	padding: 10px 0 10px 20px;
}

#sidebar .single-offer-widget a:hover {
	color: #000;
	text-decoration: none;
}


#content-page-default address {
    font-size: 15px;
}

/******************************************************************
COMMENT STYLES
******************************************************************/

#comments { padding: 30px 20px 20px; margin-bottom:0 !important; background:#fff; } /* h3 comment title */
    #comments span {} /* number of comments span */ 
.comment-nav {}
    .comment-nav ul {}
        .comment-nav ul li {}
.commentlist { background:#fff; margin: 0; padding:0 20px 30px; }
    .commentlist li { position: relative; /*margin-bottom: 1.5em;*/ padding: 0.7335em 0; clear: both; overflow: hidden; }
        .commentlist li[class*=depth-] { margin-left: 70px; /*margin-top: 1.1em; border-top: 1px solid #cecece;*/ }
            .commentlist li.depth-1 { margin-left: 0; margin-top: 0; }
            .commentlist .vcard { margin-left: 70px; }
                .commentlist .vcard cite.fn { font-weight: normal; font-style: normal; }
                .commentlist .vcard .time { font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:10px; text-transform:uppercase; display:block; }
                    .commentlist .vcard .time a { text-decoration: none; color: #999; }
                        .commentlist .vcard .time a:hover { text-decoration: underline; }
                .commentlist .vcard img.photo {}
                .commentlist .vcard img.avatar { position: absolute; left: 0; top: 0.7335em; }
                .commentlist .vcard cite.fn a.url {}
            .commentlist .comment-meta {} 
                .commentlist .comment-meta a {}
            .commentlist .commentmetadata {}
                .commentlist .commentmetadata a {}
            .commentlist li .comment_content { padding-left: 70px; border-bottom:1px solid #eee; }
                .commentlist li .comment_content p { font-size: 1em; line-height: 1.5em; margin: 0.7335em 0 1.5em; }
                .commentlist li ul { padding-top: 1.1em; }      
                .commentlist .comment-reply-link { font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; text-decoration: none; font-size: 0.846em; line-height: 1.5em; color: #0088cc; padding: 3px 5px; position:absolute; top:10px; right:0; }
                    .commentlist a.comment-reply-link:hover { opacity: 1; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/

#respond { background:#fff; margin: 0; padding:30px 20px 0;  }
    #comment-form-title { margin: 0 0 0em; }
        
        #comment-form-elements { margin: 0.75em 0 0; }
            #comment-form-elements li { overflow: hidden; margin-bottom: 20px; }
                #comment-form-elements label span { color:#ccc; }
                #comment-form-elements small {  }
                #author, #email, #url, #comment { background: #fff; border: 1px solid #eee; font-size: 1em; line-height: 1.5em; margin-right:15px; }
                    #author:focus, #email:focus, #url:focus, #comment:focus { outline: none; }
                #author, #email, #url { padding: 3px 6px; max-width: 400px; min-width: 250px; }

            #allowed_tags { font-size: 0.846em; line-height: 1.5em; margin: 1.5em 10px 0.7335em 0; display:none; }

                #comment { resize: none; padding: 3px 6px; margin-bottom:15px; width: 100%; height: 150px; }
        
        #cancel-comment-reply {}
            #cancel-comment-reply a {}
            #cancel-comment-reply p.small { padding: 0!important;}

    #commentform {}
        .comments-logged-in-as { margin-bottom:0px;}
                #submit { font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:12px; color:#fff; text-transform:uppercase; text-decoration:none;background-color:#222; padding:10px 10px; border:none; }
                    #submit:hover{ background-color:#f26535; }

        /* form validation */
        #commentform input:invalid, #commentform textarea:invalid { border-color: red; outline: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; background-color: #f6e7eb; }
        #commentform input:valid {}
        
        /* no comments */
        .nocomments { margin: 0 20px 1.1em; }
        
p.subscribe-to-comments {
    padding: 7px 0;
}

p.subscribe-to-comments label {
    position: relative;
    top: 4px;
}

/**
 * ===================================================================================================
 * 
 * Footer Styles
 *
 * ===================================================================================================
*/

.blog-footer-container p {
	float: left;
	padding: 20px 0 20px 0;
}

#social-media {
	width: 85px;
	display: block;
	float: right;
	padding: 0 0 0 0!important;
}

.post-tags, .recommended-offers {
border-top: 1px solid #eee;
line-height: 32px;
margin: 43px 0 0 0;
padding: 16px 0;
}
.post-tags {
margin: 0;
}
.post-tags a, .recommended-offers a {
background: rgb( 255, 255, 255 ) url('images/misc/tag.png') no-repeat;
color: #606060;
padding-left: 24px;
text-decoration: underline;
}
.recommended-offers a {
background: rgb( 255, 255, 255 ) url('images/misc/coins.png') no-repeat;
}