/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Twelve theme 
Author:         Your name here
Author URI:     http://example.com/about/
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

html {
	font-size: 100%;
}

body {
	color: #333;
}

body.custom-font-enabled {
	font-family: sofiapro, helvetica, sans-serif; 
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

nav.clearfix {
	margin-top: -.1em;
}

.site-header {
	padding: 0;
}

.site-header h1 {
	font-size: 1.5em;
	padding: 0 0 .5em;
	margin: .2em 0;
	line-height: 1.2em;
	color: #333;
	display: inline;
}

.site-header h1 a {
	color: #333;
}

.site-description {
	display: inline;
	margin-left: 1em;
}

.site-title a, .site-description {
color: #333333 !important;
}

#primary {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 66.5%;
	padding: .4em 1.5% 0 0;
	border-right: 1px solid #cccccc;
}	

#secondary {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin: 0 0 0 0.5%;
    padding: .5em 1.5% 0;
    width: 33.0%;
	float: right;
}

#secondary aside {
	width: 100%;
	float: none;
}

.widget-area .widget {
	margin-bottom: 1.5em;
}

.widget-area .widget h3 {
	margin-bottom: 0;
}

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	color: #333;
	font-size: 1em;
	padding: .2em 0 .5em;
	margin-top: .4em;
	line-height: 1.2em;
	font-weight: bold;
}

.archive-header, .page-header {
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	line-height: 1.5em;
}

.comments-link {
	display:none;
}

#bottom-footer {
	font-size: .9em;
	padding: 1.25em 0 1em 0;
}

footer.entry-meta {
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
	color: #333;
	border-bottom: 4px double #ededed;
	padding-bottom: 1.5em;
	margin-bottom: 1.25em;
}

.site-content { 
	margin: 0;
}

.site-content article { 
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.entry-header {
	margin-bottom: 0;
}

.entry-header .entry-title {
	font-size: 1.3em;
	padding: .4em 0;
	margin: .4em 0;
	line-height: 1.2em;
	font-weight: bold;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	padding: .25em;
}

.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
	margin: 0 0 1em;
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	margin: .75em 0 .75em;
}

.entry-content h3, .comment-content h3 {
	font-size: 1.25em;
	padding: .2em 0;
	margin: 1em 0 .5em 0;
	line-height: 1.2em;
	font-weight: bold;
}

.entry-content h4, .comment-content h4 {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	padding: .75em 0 0 0;
}

.entry-content h5, .comment-content h5 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	margin-top: .5em;
	margin-bottom: -.3em;
}

.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 0;
	padding: 0;
}

#nav-below, .site-content nav {
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#nav-below a, nav.nav-single a {
	display: inline;
}

.nav-previous, .previous-image {
	float: left;
	text-align: left;
	width: 50%;
}

.nav-next, .next-image {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-previous a:hover, .previous-image a:hover, .site-content nav a:hover {
	background-color: #fff;
}


#main-content h2.entry-title a {
	color: #333;
}

@media screen and (max-width: 700px) {  
	
	.site-description {
		display: block;
		float: none;
		margin-left: 0;
	}
	
	.site-header h1 {
		display: block;
	}

	#primary {
		width: 100%;
		padding: 0;
		border-right: none;
		float: none;
	}	
	
	#secondary {
		margin: 0;
		padding: 0;
		width: 100%;
		float: none;
	}
	
	input[type="submit"] {
		margin-bottom: 0;
	}
	
	.nav-previous a, .previous-image a, .nav-next a, .previous-next a{
		background-color: #fff;
	}

}