/*
Theme Name: The Answer
Theme URI: http://www.hlcyouthfresno.org
Description: An original design by Adam Walker Cleaveland.
Version: 1.0
Author: Adam Walker Cleaveland
Author URI: http://www.cleavedesign.com
*/

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

* {
	padding: 0;
	margin: 0;
}

body {
	background: #000 url(images/bg-2.gif) repeat;
	font-size: 12px;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 16px;
	margin-bottom: 20px;
}

img {
	border: 0;
}

a {
	color: #0a3c6e;
	text-decoration: none;
}

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

a:visited {
	color: #2685a5;
}

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

#wrapper {
	display: block;
	margin: 0 auto;
	width: 900px;
	position: relative;
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#header {
	width: 900px;
	background: #fff url(images/header.jpg) top center no-repeat;
	height: 150px;
	margin-top: 0;
	color: #fff;
	border-top: 1px solid #000;
}

.title {
	padding: 5px 5px 5px 20px;
	color: #fff;
}

#Nav {
	display: block;
}

#content {
	width: 600px;
	float: left;
	color: #000;
	padding: 30px;
}

#frontLeft {
	width: 260px;
	float: right;
	color: #000;
	background: #fff;
	padding: 20px;
	text-align: center;
}

* html #frontLeft {
	width: 240px;
}

#frontCenter {
	width: 260px;
	float: right;
	color: #000;
	background: #fff;
	padding: 20px;
	text-align: center;
}

* html #frontCenter {
	width: 240px;
}

#frontRight {
	width: 260px;
	float: right;
	color: #000;
	background: #fff;
	padding: 20px;
	text-align: center;
}

* html #frontRight {
	width: 240px;
}

#frontContent {
	width: 500px;
	float: left;
	color: #000;
	padding: 20px;
}

#frontSidebar {
	width: 320px;
	float: right;
	color: #000;
	background: #fff;
	padding: 20px;
}

#calendar {
	width: 860px;
	float: left;
	color: #000;
	padding: 20px;
}

#sidebar {
	width: 179px;
	float: right;
	color: #000;
	background: #e4e4e4;
	padding: 30px;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

* html #sidebar {
	width: 179px;
}

#sidebarRight {
	width: 135px;
	float: right;
	color: #000;
	background: #fff;
	padding: 20px;
}

* html #sidebarRight {
	width: 135px;
}

#sidebarLeft {
	width: 135px;
	float: right;
	color: #000;
	padding: 20px;
}

* html #sidebarLeft {
	width: 120px;
}

#footer {
	clear: both;
	width: 871px;
	background: #000;
	color: #fff;
	text-align: center;
	height: 68px;
	padding: 8px 8px 12px 21px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#footer a {
	color: #fff;
}

/***** GROUP PAGE FORMATTING *****/

#sidebarGroup {
	width: 360px;
	float: right;
	color: #000;
	background: #fff;
	padding: 20px;
}

#contentGroup {
	width: 440px;
	float: left;
	color: #000;
	padding: 20px 30px 20px 30px;
}

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

ul#navbar {
	width:888px;
	margin:0;
	padding:0px 0px 0px 12px;
	float:left;
	background: #fff;
	border-top:1px solid #000;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

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: #000;
	text-decoration: none;
}

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

ul#navbar li ul { /* second-level lists */
	position: absolute;
	background:transparent url(images/transparent.png) repeat;
	top:0px;
	width: 148px;
	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;
	font-size: 11px;
	border-left: 1px solid #c4c0c0;
	border-right: 1px solid #c4c0c0;
	border-top: 1px solid #c4c0c0;
	border-bottom: 1px solid #c4c0c0;
}

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:38px;
	margin:0; 
	padding:0;
}

ul#navbar li ul li a {
	background-image: url(images/transparent.png) repeat;
	width:100%; 
	height:1em;
	font-size:1em;
	padding:6px 0; 
	color:#fff; 
	text-decoration:none;
	font-weight:normal;
	text-indent:5px;
	z-index:1000;
}

ul#navbar li ul li a:hover {
	color: #fff;
	background: transparent url(images/transparent-grey.png) repeat;
}

#navbar .page_item a { cursor: default; }
#navbar .page_item ul a { cursor: pointer }
.page-item-5 a, .page-item-30 a, .page-item-22 a { cursor: pointer !important; }

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

.post {
	margin-bottom: 20px;
}

blockquote {
	color: #000; 
	margin: 0px 30px 15px 30px; 
	border-top: 2px solid #CFCFCF;
	border-bottom: 2px solid #CFCFCF;
	background: #fff;
	padding: 7px 10px 0px 10px;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

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

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

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

p.center {
	text-align: center;
}

.postmeta {
	background: #e4e4e4;
	padding: 4px;
	font-size: 10px;
	border: 1px solid #d6d6d6;
}

.postmeta a {
	border-bottom: none;
}

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

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

h1.title {
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

h2 {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

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

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
	line-height: 1.4em;
}

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

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

.none ul li ol {
	list-style-type: none;
}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	float: right;
	margin: 0 20px 0;
	padding: 10px 0 0;
	text-align: left;
}

#searchform #s {
	width: 160px;
	padding: 4px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/

.sidebar h2 {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	color:  #000;
	border-bottom: 2px #fff solid;
	margin-bottom: 5px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

#sidebarRight a {
	color: #d8882f;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}

#sidebarLeft a {
	color: #d8882f;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}

#sidebarLeft a:visited {
	color: #49647d;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

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

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

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

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

#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}

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

img.post {
	padding: 3px;
	border: 1px solid #7f7f7f;
	margin: 10px;
	float: right;
}

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

img.alignright {
	padding: 3px;
	border: 1px solid #7f7f7f;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 3px;
	border: 1px solid #7f7f7f;
	margin: 8px;
	display: inline;
}

a img.front {
	border: 1px solid #aaaaaa;
	display: inline;
	padding: 3px;
	background: #e4e4e4;
}

a:hover img.front {
	border: 1px solid #000;
	display: inline;
	padding: 3px;
	background: #9d9d9d;
}

img.nav {
	border: none;
	float: left;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

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

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49647d;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea{
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/***** FLICKR FORMATTING *****/

#flickr {
    font-size: 9px;
    width: 150px;
    float: left;
}

#flickr a {
    display: block;
    float: left;
    padding: 0 1px 5px 4px;
    position: relative;
    height: 64px;
    width: 64px;
}

#flickr a:hover {
    z-index: 1;
}

#flickr img {
    border: 1px solid #ccc;
    padding: 1px;
    height: 60px;
    width: 60px;
}

#flickr a:hover img {
    background: #fff;
    border-color: #333;
    position: absolute;
    width: 75px;
    height: 75px;
    top: -7px;
    left: -4px;
}