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

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

/**
 * 	Layout
 */

#page {
	margin-top: 0;
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.main-navigation ul.nav-menu, 
.main-navigation div.nav-menu > ul {
	border-top: 0;
}


/**
 * 	Typography
 */

body {
	color: #666;
}

hr {
	margin: 25px 0;
	background-color: #ededed;
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

.entry-header .entry-title {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 18px;
}

/**
 * 	Header
 */

.site-header h1 {
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 1px;
}

.site-header {
	padding: 25px 0 10px 0;
}

.main-navigation li a {
	letter-spacing: 1px;
}

/**
 * 	Body
 */

.site-content {
	margin: 15px 0 0 0;
	min-height: 400px;
}

/**
 * 	Sidebar
 */

.widget-area .widget h3 {
	margin-bottom: 10px;
	text-align: right;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: normal;
}

ul#menu-side-menu.menu {
	text-align: right;
}

.widget-area .widget {
	position: fixed;
}

.widget-area .widget a {
	text-decoration: none;
}


/**
 * 	Footer
 */

.site-info {
	font-size: 8px;
	color: #EEE;
	letter-spacing: 2px;
}

.site-info a {
	font-size: 8px;
	color: #EEE;
	text-decoration: none;
}

/**
 * 	Mobile
 */

.menu-toggle {
	width: 90%;
}


/**
 * 	Queries
 */

@media screen and (min-width: 600px) {
	

}

@media screen and (max-width: 767px) {
	
	.widget-area .widget {
	position: static;
	float: none;
	text-align: center;
	}
	
	.widget-area .widget h3 {
	margin-bottom: 10px;
	text-align: center;
	}

	ul#menu-side-menu.menu {
	text-align: center;
	}

}