/*  
Theme Name: Adoration in Carmel
Theme URI: http://adorationincarmel.com/
Description: A custom website design for Adoration in Carmel.
Author: Paul Fletcher
Author URI: http://paulfletcher.me/
Version: 1.5
Tags: custom, client work, one column
*/

/* Resets Margins for All Objects */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

div#wrapper {
	width: 900px;
	margin: 0 auto;
	min-height: 300px;
	text-align: left;
}

/* @group Header */

div#masthead {
	height: 237px;
	background: url(assets/images/banner.gif) no-repeat bottom center;
}



/* @end */

/* @group Content */

div#content {
	font-size: 1.2em;
	width: 565px;
	min-height: 300px;
	float: right;
	margin-top: .4em;
	padding: 55px 75px 75px;
}

div.clear {
	clear: both;
}



/* @end */

/* @group Sidebar */

div#sidebar {
	float: left;
}

div#sidebar ul {
	color: #1c1d20;
	list-style-type: none;
	width: 180px;
	font-size: 1em;
}

div#sidebar ul a {
	color: #1c1d20;
	display: block;	
	text-decoration: none;
	font-weight: bold;
	height: 3.5em;
	padding: 1em;
	margin-top: .4em;
	background-color: #b3c1e2;
}

div#sidebar ul a span {
	display: block;
	font-weight: normal;
}

div#sidebar ul li img {
	display: block;
	margin: 0 auto 1em;
}

div#sidebar ul li.special {
	margin-top: .4em;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #b3c1e2;
	padding: 1em;
}

div#sidebar ul li:last-child span {
	margin-top: 1em;
	display: block;
	font-weight: normal;
}

div#sidebar div.menu ul li a:hover, div#sidebar div.menu ul li.current_page_item a {
	color: #5581c0;
	background-color: #d7dff0;
}

/* @end */

/* @group Content Styling */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .35em;
}
h1 { font-size: 1.4em; }

h2 { font-size: 1.3em; }

h3 { font-size: 1.2em; }

h4 { font-size: 1.1em; }

h5 { font-size: 1em; }

h6 { font-size: .9em; }

div#content {
	line-height: 1.5em;
}

p {
	margin-bottom: 1em;
}

div#content img {
	margin: .35em;
}

/* @end */