body {
	background: #f0d6b8;
	padding: 10px;
	text-align: center;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size: 12px;
	color: #74421f;
}

.clear {
	clear: both;	
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

.ravens_button {
	padding: 5px 10px;
	text-decoration: none;
	color: 4a948b;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#daedeb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#daedeb));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #daedeb;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(15,82,74,0),
		0px 1px 0px rgba(255,255,255,0.3);
}

.ravens_button:hover {
	background:#4a948b;
	color: white;
}

#wrapper {
	width: 985px;
	margin: auto;
	text-align: left;
	overflow: hidden;
}

/* TYPOGRAPHY */

p {
	line-height: 150%;
	padding: 5px 10px;
}

a {
	color: #74421f;	
}

a:hover {
	color: #005d8e;	
}

h1, h2, h3, h4, h5, h6 {
	padding: 5px 10px;	
	font-weight: normal;
}

h2 {
	font-size: 17px;
	font-weight: 800;
}

#content ul {
	padding: 5px 35px;
	list-style: square;
}

.wp-post-image {
	float: left;	
}


/* HEADER */

#header {
	background: #087ea3 url(layout/images/header-bg.png) 700px 20px no-repeat;
	width: 960px;
	height: 122px;
	margin: auto;
	overflow: visible;
	position: relative;
	z-index: 2;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

#logo a {
	text-indent: -9999px;
	display: block;
	background: url(layout/images/logo.png) no-repeat;
	width: 221px;
	height: 86px;
	margin: 20px 0 0 35px;
}

#menu {
	background: #fff;	
	width: 660px;
	position: absolute;
	overflow: visible;
	bottom: 10px;
	right: 10px;
	z-index: 2000;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}

#menu ul {
	padding: 0 10px;
}

#menu li {
	float: left;
	padding: 5px;
}

#menu li a {
	padding: 5px 10px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #005d8e;
	font-size: 11px;
}

#menu li a:hover {
	background: #097ea3;
	color: #fff;
}

/* SLIDESHOW */

#slideshow-wrapper {
	width: 985px;
	height: 255px;
	position: relative;
	overflow: hidden;
}

#slideshow {
	z-index: 1;
}

#slideshow-nav {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 2;
}

#slideshow-nav li {
	float: left;
}

#slideshow-nav li a {
	display: block;
	text-decoration: none;
	border: 1px solid #097ea3;
	background: #fff;
	color: #000;
	margin: 0 1px;
	width: 10px;
	height: 10px;
}

#slideshow-nav li a:hover, #slideshow-nav li a.activeSlide {
	color: #fff;
	background: #097ea3;
}

#divider {
	background: #895e40;	
	height: 10px;
	width: 960px;
	margin: auto;
}

#sub-header {
	width: 960px;
	margin: auto;
	background: #74421f;
	padding-top: 10px;

}

#sidebar-top {
	width: 300px;
	margin: 0 10px;
	float: left;
}

#donate-top {
	height: 5px;
	background: #087ea3;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;	
}

#main-top {
	width: 620px;
	height: 5px;
	margin: 0 10px;
	float: right;
	background: #fff;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
}


/* HOMEPAGE ONLY ELEMENTS */

.foundation-highlights {
	padding: 15px 10px;	
}

.foundation-highlights h3 {
	font-size: 15px;
	padding-top: 0;
	margin-top: 0;
}

.foundation-highlights h3 a {
	text-decoration: none;
}

.foundation-highlights p {
	padding-top: 0;
	margin-top: 0;
}

.foundation-highlights img {
	padding: 0 10px 0 0;
}

/* MAIN */

#content {
	width: 960px;
	margin: auto; 
	background: #74421f;
	padding-bottom: 10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

#main {
	width: 620px;
	margin: 0 10px;
	float: right;
}

#main a {
		
}

#main .pad {
	padding: 10px;
	background: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#main h2 {
	font-size: 21px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#main p.meta {
	padding-top: 0;
	font-size: 11px;
}

.single {
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 100%;
}

/* SIDEBAR */

#sidebar {
	width: 300px;
	margin: 0 10px;
	float: left;
	color: #fff;
}

#sidebar h2 {
	font-size: 20px;	
}

#sidebar .widget h2 {
	padding-top: 10px;	
	padding-bottom: 2px;
}

#sidebar .widget .tagline {
	font-size: 11px;
}

#sidebar .news {
	padding-bottom: 10px;
	padding-top: 5px;
}

#sidebar .news h3 {
	padding-bottom: 0;
	font-weight: bold;
	line-height: 110%;
	font-size: 13px;
}

#sidebar .news p {
	font-size: 11px;
	padding-top: 0;
	padding-bottom: 0;
}

#sidebar .news a {
	color: #e9b344;	
}

#sidebar .news a:hover {
	color: #ffe1a2;	
}

.donate {
	background: #087ea3;
	padding: 10px 5px;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	margin-bottom: 10px;
}

.donate-button {
	width: 277px;
	height: 49px;
	display: block;
	background: url(layout/images/donate.png) no-repeat;
	text-indent: -9999px;
	padding-right: 9px;
	margin: 10px auto;
}

.donate-button:hover {
	background: url(layout/images/donate.png) 0 -49px no-repeat
}

.widget {
	background: #895e40;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
}

.widget #emma_signup {
	padding: 0 10px 10px 10px;
	margin: 0;
	position: relative;
}

.widget #emma_signup p {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-size: 11px;
}

.widget input {
	padding: 7px;
	border: none;
	width: 250px;
}

.widget label {
	display: block;
	padding: 10px 0 2px 0;
	font-weight: bold;
	font-size: 11px;
}

.widget #emma_submit {
	background: #d5814b;	
	border: 1px solid #a7663a;
	color: #fff;
	width: 75px;
	padding: 5px;
	margin-top: 15px;
}

.widget #emma_submit:hover {
	background: #a7663a;
	cursor: pointer;
}

#connect {
	position: absolute; 
	bottom: 10px;
	right: 15px;
}

#footer {
	font-size: 12px;
	padding: 10px 20px;
	color: #b78e5f;
}

.social-youtube, .social-facebook {
	text-decoration: none;
}

.social-youtube {
	margin-left: 5px;
}

/* FIT FACTS */

#fit-facts-wrapper {
	padding: 20px 10px;
	overflow: hidden;
}

#fit-facts-wrapper img {
	float: left;
}

#fit-facts {
	float: left;
	margin: 3px;
}

#fit-facts a {
	color: #fff;
	text-decoration: none;
}


#fit-facts a:hover {
	color: #ffcc62;	
}

#fit-facts div {
	width: 500px;
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

/* NEWS ITEM CUSTOM SETTINGS */
.menu-item-462 a {
	cursor: default;
}

.menu-item-462 a:hover {
	background: #fff;
}

.menu-item-462 ul li a {
	cursor: pointer;
}


