/*
Theme Name: TAMFS Custom Theme
Theme URI: http://tamfs.org/
Description: Custom theme designed for TAMFS.
Version: 1.0
Author: April Hodge Silver
Author URI: http://springthistle.com/
*/

body {
	background: url('images/body-bg.gif') #e0e0e0 repeat-x;
	color: #333;
	font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #c5281c;
}

h2 {
	color: #e6910c;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 0;
}

h3 {
	color: #000;
	font-weight: normal;
}

img {
	border: none;
}

form {
	margin: 0 0 20px 0;
}

input {
	border: 1px solid #c6c6c6;
	background-color: #f8f8f8;
	padding: 4px 3px;
}

.clr {
	clear: both;
}

#header h1, #header #description, #header h3, #sidebar h3, #footer h3 {
	display: none;
}

#sidebar h3.widgettitle {
	display: block;
	margin: 0 0 10px 0;
}

#container {
	width: 890px;
	background: url('images/bg.gif') repeat-y;
	margin: 0 auto;
}

#header {
	background: url('images/header.gif') no-repeat;
	height: 219px;
}

#header #menu {
	padding: 175px 0 0 28px;
}

#sidebar, #homesidebar {
	width: 200px;
	float: left;
	margin-left: 50px;
	padding-top: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

#sidebar a, #sidebar a:visited {
	text-decoration: none;
	color: #868686;
}

#sidebar a:hover, #sidebar .current_page_item a {
	text-decoration: underline;
	color: #555;
}

#content, #homecontent {
	width: 550px;
	float: right;
	margin-right: 50px;
	line-height: 18px;
}

#footer {
	background: #e0e0e0 url('images/footer.gif') no-repeat;
	height: 35px;
}

#footer {
	text-align: center;
	padding-top: 40px;
	color: #aaa;
}

#footer a, #footer a:visited {
	color: #aaa;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	font-size: 18px;
	text-decoration: none;
	padding: 13px 20px 12px 20px;
	/* width: 10em; */
}

#nav a:hover, #nav .current_page_item a {
	background-color: #f5f5f5;
}

#nav li { /* all list items */
	float: left;
	margin-right: 10px;
	/*width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #f5f5f5;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav ul li a {
	font-size: 14px;
	padding: 5px;
	display: block;
	width: 15em;
}

#nav ul li a:hover {
	background: none;
	text-decoration: underline;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* HOMEPAGE */

#homesidebar {
	color: #8e8e8e;
}

#homesidebar .widget_text {
	margin-bottom: 15px;
}

#homesidebar h3 {
	color: #e6910c;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 5px 0;
}

#homesidebar input {
	width: 140px;
	font-size: 18px;
	padding: 2px;
	color: #666;
}

#homesidebar p {
	margin: 8px 0 5px 0;
}

#homesidebar #submitbutton {
	padding: 1px 5px;
	width: 25px;
}

#homecontent h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

#homecontent h3 {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 5px 0;
}

#donate-button {
	margin-top: 20px;
}

/* wordpress styles */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.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: 10px;
	-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;
}