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

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

body {
	
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-size: .9em;
}

body .site {
	margin-top: 0px;
	padding: 0px;
	box-shadow: none;
}

.site {
	width: 960px;
	padding: 0px;
}

.site-header {
	padding: 0px;
}

.nav-menu {
	float: right;
	margin-top: 23px;	
	margin-right:10px;
}

.main-navigation {
	text-align: left;
	margin-top: 0px;
	background:none;
	padding:27px 0 10px 0;
}

.main-navigation li {
	margin: 0;
}

.main-navigation li a {
	color: #ffffff;
	padding:30px 10px 0;
}

.main-navigation li a:hover {
    color: #6c6c6c
}

.main-navigation div.nav-menu > ul {
	border: none;
}

.cru-logo {
}

.site-content {
	margin-top: 24px;
	margin-left: 24px;
}

.site-content article {
	margin-bottom: 0px;
}

.wrapper {
	min-height: 500px;
	
}

#comments {
    display: none;	
}

h1, p {
    color: #000000;	
}

.title-date {
	color: #000000;
}

.entry-meta {
	display: none;
}

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

#colophon {
	display: none;
}

.widget-title {
	color: #000000;
}

.widget-area .widget a {
	color: #000000;
}

.widget-area .widget a:hover {
	color: #FF0;
}

.widget-area .widget h3 {
	margin-bottom: 10px;
}

button, input, textarea {
	border: 1px solid rgb(0, 0, 0);
}

.nav-next, .nav-previous {
    display:none;	
}

.archive-title {
    color:#000000;	
}

.page-title {
    color:#000000;	
}

.archive-header, .page-header {
	border-bottom: none;
	margin-bottom: 15px;
}