/*
Theme Name: Mod Home Ec 3.0
Theme URI: http://www.modhomeec.com
Description: Theme for the new Mod Home Ec
Version: 3.0
Author: Brandon McDonald
Author URI: http://brandonwithglasses.com
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* SPECIAL FONTS */

      @font-face {
                        font-family: 'ProximaNova-Regular';
                        src: url('fonts/ProximaNova-Reg.eot');
       }

      @font-face {
                        font-family: 'ProximaNova-Regular';
                        src: url('fonts/ProximaNova-Reg.woff') format('woff'),
                        url('fonts/ProximaNova-Reg.svg#ProximaNova-Regular') format('svg');
       }
	 @font-face {
                        font-family: 'ContaxSans35-Thin';
                        src: url('fonts/ContaxSans35Thin.eot');
       }

      @font-face {
                        font-family: 'ContaxSans35-Thin';
                        src: url('fonts/ContaxSans35Thin.woff') format('woff'),
                        url('fonts/ContaxSans35Thin.svg#ContaxSans35-Thin') format('svg');
       }



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'ContaxSans35-Thin', "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'ContaxSans35-Thin', 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
input[type=submit] {
	font-family: 'ContaxSans35-Thin', 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	/*	font-family: Georgia, "Times New Roman", Times, serif; */
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: 'Radley', Georgia, 'Times New Roman', Times, serif;
/*	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; */
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {}
body,
input,
textarea {
	color: #000;
/*	color: #6D6E70; */
	font-size: 12px;
	line-height: 130%;
}

hr {
	background-color: #D3D7DA;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
	line-height: 140%;
}


ul {
	list-style: none;
/*	margin: 0 0 18px 1.5em; */
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #D3D7DA;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:active,
a:hover {
	color: #DB5A1F;
}


/* HIDEY HEADER THINGS */

#site-title{
	text-indent: -9999px;
	line-height: 0px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* LAYOUT */

#container{
	width: 960px; 
	padding: 0 40px; 
	margin: 0px auto 18px;
	background: #FFF;
}
#header{
	padding-top: 80px;
}

#head-top{
	width: 960px;
	height: 75px;
}


#logo{
	width:800px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	diplay: block;
	float: none;
}
/*
#search-top{
	width: 240px;
	height: 50px;
	padding-left: 200px;
	display: block;
	float:right;
}

*/

.search-result-head{
	font-family: 'ContaxSans35-Thin' !important;
	margin: 20px 0 !important;
}

#search-top #searchform {
	text-align: center;
	margin: 14px 0;
}

#searchform #s {
	padding: 2px;
	border: 1px solid #A7B0B5;
	vertical-align:top;
	width: 175px;
}

#searchsubmit {
	font-size: 12px;
	width: 54px;
	height: 21px;
	color: #FFF;
	background: #A7B0B5;
	text-transform: lowercase;
	border: 1px solid #A7B0B5;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#searchsubmit:hover{
	background: #6D6E70;
	border: 1px solid #6D6E70;
}


#nav	 {
	*width: 960px;
	text-align: center;
	list-style: none;
	margin: 48px auto 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #D3D7DA;
}
#nav ul{
	margin: 0 auto;
	width: 900px;

}

#nav li {
	display: inline;
}

#nav a {
	font-family: 'ContaxSans35-Thin', Arial, sans-serif;
	font-weight: normal; 
	font-size: 16px;
	color: #000;
	padding: 0 24px;
	text-decoration: none;
}

#nav a:hover{
	color: #3D3E30;
}

#main{
	width: 960px;
	min-height: 300px;
	margin-top: 36px;
}

#content{
	width: 600px;
	min-height: 200px;
	float: left;
}

#side-cont{
	width: 240px;
	padding: 0 0 0 20px;
	float: right;	
}

#sidebar1{
	width: 240px;
	height: 200px;
	background: #F00;	
}

.widget-container{
	margin-bottom: 18px;
}

#side-cont h3,
#footer h3{
	font-family: 'ContaxSans35-Thin';
	padding-bottom: 5px;
	border-bottom: 2px solid #D3D7DA;
	margin-bottom: 10px;
}





/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid). Thanks for the help. */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px !important;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0 !important;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* End Images */



/* MAIN CONTENT STYLES */


#post-first .entry-meta{
	margin-bottom: 10px;
}

.large-image{
	margin-bottom: 10px;
}

#post-first{
	border-bottom: 2px solid #D3D7DA;
}

.entry-title{
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 4px;
}

.entry-meta{
	font-family: 'Radley', 'Georgia', 'Times New Roman', Times, serif;
	font-size: 13px;
	text-style:bold;
	margin-bottom: 10px;
	color: #3D3E30;
}

p{
	color: #3D3E30;
}
.entry-content p{
	font-size: 14px;
	color: #3D3E30;
}

.readmore a{
	color: #F26322;	
}

.smaller-post{
	padding: 20px 0;
	/*min-height: 200px;*/
	border-bottom: 2px solid #D3D7DA;
	display:block;
	position: relative;
}

.smaller-post .type-post{
}

.sm-img{
	width:200px;
	float:left;
	/*margin-bottom: 10px;*/
}

.smaller-features{
	padding-left: 20px;
	width: 380px;
float:right;
}

.smaller-features .entry-content{}


.entry-utility{
	padding-bottom: 10px;
}
.commentlist{
	padding-top: 10px;
}


img.size-full {
	min-width: 100%;
	max-width: 100%;
	height: auto;
}
.page img.size-full{
	min-width:0;
	margin: 0 auto;
	display:block;
}
p a,
.entry-content a{
	color: #F26322;
}
.entry-content a:hover{
	color: #A7B0B5;
}

.readmore a{
	text-decoration: underline;
	color: #F26322;
}
.readmore a:hover{
	color: #A7B0B5;
}

/* PAGING */

#paging{
	width:100%;
	height: 20px;
	font-size: 10px;
	font-family: "ContaxSans35-Thin";
}

#older, #newer{
	line-height:20px;
}

#paging #older{
	float: left;
}
#paging #newer{
	float: right;
}

/* COMMENT STUFF */

#comments-title {
    font-family: "ContaxSans35-Thin","Helvetica Nueue",Helvetica,sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    padding: 2.6em 0 2.6em;
    text-transform: uppercase;
	border-top: 2px solid #D3D7DA;
}

.commentlist {
    list-style: none outside none;
    margin: 0;
}

.commentlist > li.comment {
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 1.625em 100px;
    padding: 1.625em;
    position: relative;
    width: 400px;
}

.comment-meta {
    color: #666666;
    font-family: "ContaxSans35-Thin","Helvetica Nueue",Helvetica,sans-serif;
    font-size: 12px;
    line-height: 2.2em;
}

.commentlist .avatar {
    background: url("images/comment-arrow.png") no-repeat scroll right 30px transparent;
    left: -98px;
    padding: 0 34px 0 0;
    position: absolute;
    top: 0;
}

.commentlist .pingback {
    font-family: "ContaxSans35-Thin","Helvetica Nueue",Helvetica,sans-serif;
    font-size: 12px;
	background: #D3D7DA;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 1.625em 100px;
    padding: 1.625em;
    position: relative;
    width: 400px;
}

.commentlist .pingback p {
	margin: 0;
}

#respond {
   /* background: none repeat scroll 0 0 #D3D7DA;*/
    border-radius: 3px 3px 3px 3px;
    margin: 0 auto 1.625em;
    overflow: hidden;
    padding: 1.625em;
    position: relative;
    width: 600px;
}

#reply-title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

#respond .comment-notes {
    margin: 0.8125em 0 0;
    padding: 0 4px;
}

#respond p {
    font-size: 12px;
}

#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
    margin: 0.3em;
    position: relative;
}

#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
    background: none repeat scroll 0 0 #E4E2D2;
    color: #333333;
    display: inline-block;
    font-family: "ContaxSans35-Thin","Helvetica Nueue",Helvetica,sans-serif;
    font-size: 10px;
    left: 3px;
    letter-spacing: 0.1em;
    padding: 8px 10px;
    position: relative;
    text-transform: uppercase;
    /*top: 42px;*/
    width: 60px;
    z-index: 2;
	border-radius: 3px 3px 0 0;
}

#respond label {
    line-height: 2.2em;
}

#respond input[type="text"], #respond textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #E4E2D2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px #000000;
    padding: 10px;
    position: relative;
    /*text-indent: 80px;*/
	z-index:1;
}

#respond input[type="text"] {
    display: block;
    width: 95%;
}

#respond textarea {
    width: 95%;
}

#respond input[type="text"]:focus,
#respond textarea:focus {
	color: #333;
}

#commentform .required{
	position: relative;
	z-index: 3;
	color: #F26322;
}

.comment-form-author .required,
.comment-form-email .required{
		margin-left: -10px;

}
#commentform p{
margin-bottom: 18px !important;
}


/*

input {
        border: 1px solid #ccc;
        color: #000;
        font: inherit;
        padding: 4px;
        width: 230px;
    }
input:focus { border-color: #99B32D;}
    .focus { color: #8F8F8F; }
    .typing { color: #99B32D; }
/*


/* FOOTER STUFF! */

.clear, #clear {
	clear:both;
}

#footer{
	width:960px;
	display:block;
	padding: 20px 0;
}

#footer a{
	color: #6D6E70;
}

#footer a:hover{
	color: #F26322;
}

#footercol1{
	width: 30%;
	padding-right: 3%;
	float:left;
	display:block;
}

	#footercol1 h3{}

	#footercol1 ul li{
		padding: 5px 0;
	}

#footercol234{
	width: 66%;
	float:left;
	display:block;
}

#footercol234 .as_seen{
width: 120px;
height: 40px;
padding: 12px 38px 12px 0;
display:inline-block;
*display:inline;
}

.as_seen4, .as_seen8, .as_seen12, .as_seen16, .as_seen20{
padding-right: 0px !important;
}

#footerpad{
	clear:both;
	font-size:1px;
	line-height:0px;
	height: 30px;
}

#site-info{
	clear:both;
	font-family: 'Radley', Georgia, "Times New Roman", Times, serif;
	font-size:12px;
/*	background: #6D6E70;
	color: #FFF;*/
	color: #333;
	text-align:center;
	width:100%;
	margin: 18px 0;	
}

#site-info a{
	color: #333;
	text-decoration: underline;
}

#site-info a:hover{
	color: #6D6E70;
}

.feat-img a img:hover,
.sm-img a img:hover {
-moz-box-shadow: 0px 0px 5px 2px #6D6E70;
-webkit-box-shadow: 0px 0px 5px 2px #6D6E70;
box-shadow: 0px 0px 5px 2px #6D6E70;
}

.mailchimp {
	color: #333;
	width: 230px;
	font-family: 'ContaxSans35-Thin', 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 25px;
	line-height: 32px;
}
.mail-button{
text-align:center;
width: 165px;
height: 42px;
margin: 18px auto;
background-image: url(images/subscribe-buttons.png);
repeat: no-repeat;
border-radius:8px;
-moz-border-radius:8px;
}

.mail-button:hover{
background-position: 0 -44px;
/*background: #F26322;*/

}

.mail-button a{
color: #FFF;
font-size: 32px;
line-height: 42px;
}

.pint, .face, .twit{
vertical-align:middle;
display:inline-block;
width: 32px;
height: 32px;
background-image: url(images/social-buttons.png);
}
.inst{
vertical-align:middle;
display:inline-block;
width: 32px;
height: 32px;
background-image: url(images/instagram.png);
}


.face{
background-position: -32px 0;}
.twit{
background-position: -64px 0;}
.soc-text{
line-height:32px;
}

#text-26 a:hover .face{
background-position: -32px -32px;}
#text-26 a:hover .twit{
background-position: -64px -32px;}
#text-26 a:hover .pint{
background-position: 0 -32px;}
#text-26 a:hover .inst{
background-position: 0 -32px;}
#text-26 ul{
	margin-left: 10px;	
}
#text-26 ul li{
	font-size: 16px;
	font-family: 'ContaxSans35-Thin';
	padding: 5px 0;
}


.policy-click p{
padding-top: 10px;
}
.smaller-post .class{
/*min-height:300px;*/
}

.class-banner{
display:none;
float:left;
margin-left: -200px;
}

#class-contain{
position: relative;
}

.cl-img,.cl-banner{
}
.cl-banner{
display:none;
z-index: 10;
float: left;
position: absolute;
top: 0;
left: 0;
}

.cl-PayPal, .cl-policy-click{
text-align:center;
padding-top: 10px;
}

/* BLOGROLL-RESOURCES STUFF*/
.blogroll{
	font-size: 16px;
	line-height: 24px;
}
.brlink{
	color: #333;
}

/* VIDEO PLAY BUTTON */
.playover{
	background: url('images/playover2.png') no-repeat;
	height: 385px;
	margin-top:-365px;
	position: relative;
	z-index:2;
}
.playover:hover{
	background: url('images/playhover2.png') no-repeat;
}

/* RESOURCES */
.resource-tax{
	/*font-family: 'ContaxSans35-Thin';*/
	font-size: 21px;
	/*border-bottom: 2px solid #D3D7DA;*/
	margin: 9px 0;
	padding: 9px;
	text-transform: uppercase;
}
.resource-post{
	padding: 9px;
	margin-bottom: 9px;
	/*border-left: 2px solid #D3D7DA;
	background: #E4E2D2;*/
	border: 4px solid #D3D7DA;
}
.resource p{
	margin-bottom:3px;
	padding:0;
}
.resource .entry-title{
	font-family: 'ContaxSans35-Thin';
	font-weight: normal;
	padding: 10px;
}
.resource .entry-content b{
	font-weight: normal;
}
.resource p{
	padding: 0 10px;
	margin-bottom: 18px;
}
p.resource-link{
}

.post blockquote p{
	font-size: 21px;
	font-style:normal;
}