/*
Theme Name: JSC
Description: Child theme for the Twenty Eleven theme
Author: Chrish Dunne
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

body, input, textarea {
	font: 15px Arial, sans-serif;
}

/* Header */
#branding {
	border: 0;
}

#page {
	margin: 0 auto 2em;
	padding: 0 10px;
}

#branding hgroup {
	margin: 0;
}

#branding hgroup #site-title-img {
	margin: 1.5% 0 1% 0;
	width: auto;
}


/* Navigation */
#access {
	background: #fff;
	border-top: 3px solid #043d60;
	border-bottom: 3px solid #043d60;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0 auto 15px;
}

#access li {
	font-family: Georgia, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #fff;
}
#access li:hover > a,
#access a:focus {
	background: #fff;
	color: #043d60;
	text-decoration: underline;
}

#access li a {
	color: #043d60;
}

#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
	font-style: italic;
}


/* Widgets */
.widget ul {
	margin: 0 0 0 15px;
}


/* Main content */
#main {
	padding: 15px 0 0;
}

#content {
	margin: 0 34% 0 1%;
	width: 65%;
}

.entry-title {
	color: #043d60;
	font-family: Georgia, sans-serif;
	padding: 0 0 15px;
}

.entry-content, .entry-summary {
	padding: 0;
}

p {
	margin-bottom: 1.000em;
}