/*
Theme Name: Mountain Hope
Theme URI: http://www.mountainhopeky.org
Description: A customized design for the Mountain Hope Initiative.
Version: 2.0
Author: Adam Walker Cleaveland
Author URI: http://cleavedesign.com
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #178517;
	font-size: 12px;
	color: #000;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

a {
	color: #00609c;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #00609c;
}

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 800px;
	position: relative;
	background: #fff;
}

#header {
	width: 800px;
	background: #00609c url(images/headerGreen.gif) top center no-repeat;
	height: 113px;
	border-bottom: 1px solid #000;
}

#headerImg {
	width: 800px;
	height: 190px;
}

.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	padding: 15px 20px 10px 450px;
	margin-bottom: 0;
	line-height: 1.2em;
}

#content {
	width: 500px;
	float: right;
	color: #000;
	padding: 20px 20px 5px 20px;
}

#sidebar {
	width: 220px;
	float: left;
	color: #000;
	padding: 20px;
	background: #fff;
}

* html #sidebar {
	width: 200px;
}

#footer {
	clear: both;
	width: 780px;
	background: #fff url(images/footerGreen.gif) bottom no-repeat;
	color: #000;
	text-align: center;
	padding: 10px;
	font-size: 11px;
	border-top: 2px solid #e4e4e4;
}

p {
	clear: left;
}

/***** QUICK LINKS FORMATTING *****/

.links ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-type: none !important;
	padding-left: 30px;
} 

.links li {
	display: block;
	list-style-type: none !important;
	background: #fff;
	font-size: 12px;
}

.links li a {
	display: block;
	color: #000;
	list-style-type: none;
	text-decoration: none;
	padding: 7px;
}

.links li a:hover {
	display: block;
	background: #006db2;
	padding: 7px;
	color: #fff;
}

.links ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.links ol li {
	margin: 0;
	padding: 0;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#navbar {
	width:800px;
	margin:0;
	padding:0;
	float:left;
	background: #005489 url(images/nav_Off.gif) repeat-x;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-size: 10px;
}

ul#navbar li {
	display: inline;
	list-style-type: none;
	float:left;
	margin:0 auto;
	padding:0;
	position:relative;
}

ul#navbar a { 
	display: block;
	padding: 10px 10px; 
	text-decoration: none;
	float: left;
	margin: 0 auto;
}

ul#navbar a:link, #navbar a:visited {
	color: #fff;
	text-decoration: none;
}

ul#navbar a:hover {
	color: #fff;
	text-decoration: none;
	background: #178517;
}

ul#navbar li ul { /* second-level lists */
	position: absolute;
	background:#178517;
	top:0px;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style:none;
	z-index:1000;
	padding:0;
	margin:0;
	border-left: 1px solid #178517;
	border-right: 1px solid #178517;
	border-bottom: 1px solid #178517;
}

ul#navbar li ul li {
	float:none;
	background:transparent;
}

ul#navbar li:hover ul, ul#navbar li.over ul { /* lists nested under hovered list items */
	left: 0;
	top:33px;
	margin:0; 
	padding:0;
}

ul#navbar li ul li a {
	background:transparent; 
	width:100%; 
	font-size:1em; 
	height:1em;
	padding:6px 0; 
	color:#005489; 
	text-decoration:none;
	font-weight:normal;
	text-indent:5px;
	z-index:1000;
}

ul#navbar li ul li a:hover {
	color: #fff;
	background-color: #1c9b1c;
}

/***** GENERAL TEXT FORMATTING *****/

.flickr img {
	margin: 5px;
	border: 1px solid #000;
	padding: 4px;
}

.concertInfo {
	width: 180px;
	float: right;
	color: #000;
	background: #fff;
}

* html .concertInfo {
	width: 180px;
}

p {
	margin-bottom: 15px;
	line-height: 1.4em;
}

p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}

.frontContent {
	margin-bottom: 5px;
	background: #edf0f2;
	padding: 20px 20px 5px 20px;
}

.frontSubcontent {
	margin-bottom: 15px;
	padding: 10px;
	background: #fff;
	font-size: 11px;
	border: 1px dotted #ccc;
}

.post {
	margin-bottom: 20px;
}

h1 {
	font-size: 30px;
	letter-spacing: -1.0px;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 18px;
	letter-spacing: -1.0px;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 14px;
	letter-spacing: -0.5px;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	border-left: 5px solid #ACAB7B;
	background: #edede3 url(images/bqt_Bg.png) top right no-repeat;
	padding: 10px 10px 4px 10px;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

.postmeta {
	background: #e4e5d4;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}

/***** LISTS IN CONTENT SECTION FORMATTING *****/

html>body .content ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: none;
	padding-left: 30px;
} 

html>body .content li {
	margin: 7px 0 8px 10px;
}

.content ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.content ol li {
	margin: 0;
	padding: 0;
}

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-type: none !important;
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
}

/***** FOOTER FORMATTING *****/

#footer p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #005489;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #000;
	background: none;
	border-bottom: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}