/*
Theme Name: Pasadena YES Theme
Theme URI: http://www.pasadenayes.org
Description: A specially designed theme custom tailored for Pasadena YES and it's affiliates. 
Version: 1.0
Author: Jeff Hayford, Jennie Palluzzi
Author URI: http://jeffhayford.com/
Tags: blue, green, fixed width, two columns, widgets, quicklinks

	Pasadena YES v1.0
	 http://jeffhayford.com/

	This theme was designed and built by Jeff Hayford and Jennie Palluzzi,
	whose website you will find at http://jeffhayford.com/ and http://www.jenniepalluzzi.com/

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

*/



/* Begin Typography & Colors */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-attachment: fixed;
	background-color: #333333;
	background-image: url('images/yes_background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.yes_header {
	height: 273px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/yes_header.png');
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.yes_searchbox {
	height: 40px;
	width: 326px;
	margin-top: 233px;
	margin-left: 654px;
	background-image: url('images/yes_searchbox.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
}
.yes_search {
	padding-top: 9px;
	padding-left: 22px;
}
#searchsubmit {
	float: right;
	margin-right: 10px;
}
.fieldHolder {
	float: left;
}
.yes_buttonbar {
	background-image: url('images/yes_buttonbar.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
	overflow: hidden;
}
.yes_buttonmar_mask {
	height:30px;
	overflow:hidden;
}
.yes_buttonbar li {
	display: inline;
	list-style-type: none;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	padding-left: 19px;
	margin: 0px;
	padding-right: 16px;
}
.yes_buttonbar ul {
	width: 980px;
}
.yes_buttonbar a {
	color: #333333;
	text-decoration: none;
}
.yes_buttonbar a:hover {
	color: #000099;
	text-decoration: none;
}
.yes_body_container {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.yes_sidebar_container {
	float: right;
	width: 316px;
}
.yes_sidebar_top {
	background-image: url('images/yes_sidebar_top.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 316px;
}
.yes_sidebar {
	background-image: url('images/yes_sidebar_bg.png');
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
}
.yes_sidebar_bottom {
	background-image: url('images/yes_sidebar_bottom.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	width: 316px;
}
.yes_body_top {
	background-image: url('images/yes_body_top.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 650px;
}
.yes_body_top_wide {
	background-image: url('images/yes_body_top_wide.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 980px;
}
.yes_body {
	background-image: url('images/yes_body_bg.png');
	background-repeat: repeat-y;
	background-position: center top;
	width: 540px;
	padding-right: 55px;
	padding-left: 55px;
}
.yes_body_wide {
	background-image: url('images/yes_body_bg_wide.png');
	background-repeat: repeat-y;
	background-position: center top;
	width: 870px;
	padding-right: 55px;
	padding-left: 55px;
}
.yes_body_bottom {
	background-image: url('images/yes_body_bottom.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 650px;
}
.yes_body_bottom_wide {
	background-image: url('images/yes_body_bottom_wide.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 980px;
}
.yes_quicklinks {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	height: auto;
}
.yes_quicklinks_header {
	background-image: url('images/yes_quicklinks_header.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	width: 980px;
}
.yes_quicklinks_body {
	background-image: url(images/yes_quicklinks_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #021C88;
}
.yes_quicklinks_footer {
	background-image: url('images/yes_quicklinks_footer.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.yes_ql_col1 {
	float: left;
	width: 220px;
	margin-left: 20px;
	margin-top: 20px;
}
.yes_ql_col2 {
	float: left;
	width: 220px;
	margin-left: 20px;
	margin-top: 20px;
}
.yes_ql_col3 {
	float: left;
	width: 220px;
	margin-left: 20px;
	margin-top: 20px;
}
.yes_ql_col4 {
	float: left;
	width: 220px;
	margin-left: 20px;
	margin-top: 20px;
}
.yes_quicklinks li {
	margin-left: 20px;
	list-style-type: none;
	margin-bottom: 10px;
}
.yes_quicklinks a {
	color: #FFFFFF;
	text-decoration: none;
}
.yes_quicklinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.yes_quicklinks h2 {
	margin-bottom:20px;
}

/* END SIDEBAR STYLES */

.yes_signup_sidebar {
	float:right;
	width:175px;
	padding-left:15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}
.yes_signup_sidebar li {
	list-style-type:none;
}
.yes_video_sidebar {
	float:right;
	width:175px;
	padding-left:15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}
.yes_video_sidebar li {
	list-style-type:none;
}
.yes_staff_sidebar {
	float:right;
	width:175px;
	padding-left:15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}
.yes_staff_sidebar li {
	list-style-type:none; margin-bottom:15px;
}
.yes_staff_sidebar li p {margin-bottom:15px;
}

/* END SIDEBAR STYLES */

.yes_footer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: left;
	padding-left: 10px;
	clear:both;
}
.clear {
	clear: both;
	height: 14px;
}
.clear_left {
	clear:left;
}
.clear_right {
	clear:right;
}
/* Search Box Styles */
#search form {
	height: 17px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#search label {
	display: none;
}
#search .fieldHolder {
	width: 214px;
	height: 17px;
	float: left;
	background-image: url('images/yes_search_text.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#search #s {
	width: 214px;
	height: 17px;
	border: none;
	margin-top: 0px;
	margin-left: 3px;
	font-size: 12px;
	background: none;
	font-weight: bold;
}
/* Wordpress Specific Styling */
img {
	border:none
}
.entry h1 {
	margin-bottom: 20px;
}
.entry h2 {
	margin-bottom: 20px;
}
#map_canvas {
	border:solid;
	border-color:#000000;
	border-width:1px;
}
.entry p {
	margin-top:15px;
	margin-bottom:15px;
}
.entry {
	width:400px;
}
#yes_home_entry {
	width:537px;
}
#calendar_wrap {
	text-align:center;
}
#wp-calendar {
	width:275px;
}
#sidebar li {
	list-style-type:none;
	margin-bottom:15px
}
.widgettitle {
	margin-bottom:15px;
}
.navigation {
	width:540px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.yes_picture_pages li {
	height: 30px;
	width: 210px;
	background-image: url('images/yes_pictures_button_off.png');
	padding-top: 13px;
	padding-left: 15px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	float: left;
	padding-right: 25px;
	font-size: 14px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.yes_picture_pages li:hover {
	background-image: url('images/yes_pictures_button_on.png');
	background-position: left top;
}
.yes_picture_pages li a {
	color: #FFFFFF;
	text-decoration: none;
}
.yes_picture_pages li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.navCrumb {
	display:none;
}
