/*
Theme Name:     MTC1.0
Theme URI:      http://meetthecohens.com/
Description:    Child theme for Meet The Cohens based on the Twenty Twelve theme 
Author:         Francesca Marano
Author URI:     http://francescamarano.com
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

a {
	color: #e2b83f;
	text-decoration: none!important;	
}

a:hover {
	color: #362f2d;
	text-decoration: none!important;
}

.data-header {   	
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	color: #bcae9e;
	font-size: small;
    	padding-top: 5px;
	width: 100%;
	border-top: 1px solid #bcae9e; 
	margin-top: 2px;

} 

.entry-title {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: sans-serif;
	font-weight: 700;
}

.entry-header .entry-title a, .entry-header .entry-title a:hover {
	color: #362f2d;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	color: #362f2d;
}

body.custom-font-enabled {
    font-family: sans-serif;
} 

body.page h1.entry-title {
display: none;
}

body.page div#primary.site-content {
margin-top: 0!important;
}

.header-image {
    margin-top: 5px;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    	border-bottom: none;
    	border-top: none;
	display: inline-block !important;
    	text-align: left;
    	width: 100%;
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.main-navigation li a {
    	color: #362f2d;
	text-decoration: none!important;
}

.main-navigation li a:hover {
	color: #e2b83f;
	text-decoration: none!important;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #e2b83f;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    	border-radius: 0;
    	box-shadow: none;
}

.widget-area .widget h3 {
    	margin-bottom: 1.4rem;
	padding: 2px 0;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	background-color: #362f2d;
	color: white;
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.widget-area .textwidget ul {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
}

.widget-area .textwidget li {
    	display: inline;
    	margin: 0 10px;
}

.widget-area .textwidget li a {
    	color: #362f2d;
	text-decoration: none!important;
}

.widget-area .textwidget a:hover {
	color: #e2b83f;
	text-decoration: none!important;
}

#sidebarAbout {
	text-align:justify;
	text-justify:auto;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

#sidebarMenu {
	margin-top: 15px;
	margin-bottom: 15px;
}

aside#text-3.widget div.textwidget h3.widget-title {
	margin-bottom: 5px;
}


#sidebarSocial ul li {
	display: block;
	text-align: left;
}

#sidebarSubscribe {
	text-align: left;
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.widget-area .widget h4 a {
    	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: 2px 0;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	background-color: #d6d1c5;
	color: #362f2d;
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.widget-area .widget h4 a:hover {
	background-color: #e2b83f;
	color: #362f2d;
	text-decoration: none;
}

aside#text-4.widget {
	margin-bottom: 30px;
}

aside#search-2.widget {
	margin-bottom: 30px;
}

form#searchform {
	margin: 0 auto;
}

footer.entry-meta {
   	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	color: #362f2d;
	font-size: x-small;
    	padding: 2px 0 2px 2px;
	width: 100%;
	background-color:#eff0ed; 
}

.comments-link a, .entry-meta a {
    	color: #362f2d;
	font-weight: 700;
}
.comments-link a:hover, .entry-meta a:hover {
    	color: #362f2d;
	font-weight: 700;
}

.site-content article {
    	border-bottom: none;
    	margin-bottom: 4rem;
    	padding-bottom: 1rem;
}

.comments-area article header {
    border-bottom: 1px solid #BCAE9E;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
    	border: 1px solid #d6d1c5;
    	border-radius: 0;
}

.menu-toggle, input[type="submit"], article.post-password-required input[type="submit"], li.bypostauthor cite span {
    	background-color: #d6d1c5;
    	background-image: none;
    	background-repeat: no-repeat;
    	border: 1px solid #d6d1c5;
    	border-radius: 0;
    	box-shadow: none;
    	color: #362f2d;
    	font-size: 0.785714rem;
    	font-weight: normal;
    	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
    	padding: 0.428571rem;
	margin-top: -1px;
}

.menu-toggle:hover, input[type="submit"]:hover, article.post-password-required input[type="submit"]:hover {
    	background-color: #e2b83f;
    	background-image: none;
    	background-repeat: no-repeat;
    	color: #362f2d;
}

.menu-toggle:active, .menu-toggle.toggled-on, input[type="submit"]:active, article.post-password-required input[type="submit"]:active, input.toggled-on[type="submit"] {
    	background-color: #e2b83f;
	background-image: none;
    	background-repeat: no-repeat;
    	border: 1px solid #e2b83f;
    	box-shadow: none;
    	color: #362f2d;
}

/*COMMENTI*/
.comments-title {
    	background: url("http://meetthecohens.com/wp-content/uploads/2012/10/sidebarSeparatorY.png") repeat-x scroll center bottom transparent;
   	font-family: 'Quicksand',Helvetica,Arial,sans-serif;
    	font-weight: 700;
	text-transform: uppercase;
    	padding-bottom: 25px;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}