/*
Theme Name: ACTION
Theme URI: http://www.sdyouthinaction.com/
Description: Custom WordPress theme for San Diego Youth in ACTION
Version: 1.0
Author: Anne Dorko
Author URI: http://www.annedorko.com/
Tags: clean, non profit

	ACTION v1.0
	 http://www.sdyouthinaction.com/

	Custom theme for San Diego Youth in ACTION

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}
body {
	background: #FFF;
	font: 90%/135% Arial, Tahoma, Helvetica, 'Trebuchet MS', sans-serif;
}
/* Structure */
#page {
	width: 801px;
	margin: 0 auto;
}
#headerimg a {
	display: block;
	height: 102px;
	background: url(images/bg_header.jpg) no-repeat;
}
#headerimg a span {
	display: none;
}
#nav {
	height: 47px;
	background: url(images/bg_nav.jpg) no-repeat;
}
#nav ul {
	height: 47px;
	list-style: none;
	padding: 15px 0 0 0;
	float: left;
}
#nav ul li {
	display: inline;
	padding: 0 0 0 25px;
}
#nav ul li a {
	font: 12pt Georgia, 'Times New Romans', Times, serif;
	color: #000;
	text-decoration: none;
	letter-spacing: -1px;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #333;
}
#nav ul li.current_page_item a {
	border-bottom: 2px solid #000;
}
#nav #searchform {
	float: left;
	margin: 12px 0 0 92px;
}
#nav #searchform .hidden {
	display: none;
}
#nav #searchform input#s {
	background: none;
	border: none;
	padding: 0 20px;
}
#nav #searchform input#searchsubmit {
	background: none;
	border: none;
	font: 0px Arial;
	width: 70px;
	height: 22px;
	margin: 0 0 0 10px;
}
#content {
	padding: 20px;
}

/* Fonts */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content ul, #content ol {
	padding: 0 0 10px 0;
}
#content h2 {
	font: 20pt/24pt Georgia, 'Times New Romans', Times, serif;
	color: #00819F;
}
#content h3 {
	font: italic 16pt/20pt Georgia, 'Times New Romans', Times, serif;
	color: #333;
}
#content p, #content ul, #content ol {
	font: 11pt/16pt 'Trebuchet MS', Tahoma, Helvetica, Arial, Verdana, sans-serif;
	color: #2F2F2F;
}
#content ul, #content ol {
	margin: 0 0 0 15px;
}
#content a {
	color: #00819F;
}
#sidebar {
	display: none;
}
#footer {
	border-top: 1px dotted #666;
	padding: 20px 0;
	text-align: right;
}
#footer p {
	font: 10pt/12pt Arial, sans-serif;
	color: #999;
}
#footer p a {
	color: #666;
}