/*
Theme Name: Melanie Finley
Theme URI: http://mfocf.com
Description: The theme for http://mfocf.com
Version: 1.0
Author: Greg Bell & Kristy Streefkerk
Tags: blue, custom header, fixed width, two columns, widgets

Colours:
	Brown		#573e28
	Teal		#05848a

*/

/* --------------------------------------- Main Structure */
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 85%;
	line-height: 140%;
	color: #573e28;
	border-top: 2px solid #05848a;
	background: url("images/bg.gif") repeat center top;
}

#container {
	width: 700px;
	margin: 40px auto 40px auto;
	padding: 30px 30px 20px 30px;
	background: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
}

#content {
	width: 440px;
	float: left;
	margin-left: 10px;
}

#sidebar {
	width: 180px;
	float: right;
	margin-top: 44px;
}
#sidebar.home_page { margin-top: 0; }

#footer {
	background: #05848a;
	color: #fff;
	text-align: right;
	font-size: 0.8em;
	padding-right: 10px;
}

/* --------------------------------------- Global Nav */
#global_nav {
	background: #573e28;
	padding: 3px 15px 1px 15px;
}
#global_nav li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
}
#global_nav a { color: #fff; text-decoration: none;}
#global_nav a:hover { text-decoration: underline; }

/* --------------------------------------- Links */
a { color: #05848a; }
a:hover { text-decoration: none; }

/* --------------------------------------- Typography */
h1 {
	margin: 0;
	padding: 0;
}

h1 a { 
	background: url("images/logo.gif") 0 0 no-repeat;
	width: 270px;
	height: 117px;
	display: block;
}
h1 a span { display:none; }

h3 {
	margin-bottom: 0;
}

.intro_text {
	font-size: 1.2em;
	line-height: 130%;
	color: #05848a;
}
.intro_text strong {
	font-weight: normal;
	color: #573e28;
}

/* --------------------------------------- Donate Button */
.donate_btn {
	background: url("images/donate_btn_all.gif") 0 0 no-repeat;
	display: block;
	width: 161px;
	height: 62px;
}
.donate_btn:hover {
	background-position: 0 -62px;
}
.donate_btn:active {
	background-position: 0 -124px;	
}
.donate_btn span { display: none; }



.alignleft { float: left; }
.alignright { float: right; }




/* ----------------------------------------- Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 15px 10px 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-caption.alignleft { margin-left: 0; }
.wp-caption.alignright { margin-right: 0; }


#donation_sub_text {
	font-size: 0.8em;
	line-height: 120%;
	padding: 0 4px 5px 10px;
	margin: 0;
	color: #999;
}