/* ---------- STYLE GUIDE -----------

blue:			#254C80

Menu font:	ITC Avant Garde Gothic Book (Cufon)
Sub font:	ITC Avant Garde Gothic Extra Light (Cufon)
content/headline font:   Georgia

--------------------------------------*/
/* BEGIN Useful Classes */

.centered {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.img_right {
	margin: 2px 0px 2px 20px;
	float: right;
}

.img_left {
	margin: 2px 20px 2px 0px;
	float: left;
}

.clear_float {
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
	margin: 0;
	padding: 0;
}

.strike {
	text-decoration: line-through;
}
/* END Useful Classes */

/* BEGIN Core Styles */

body {
	background: #ccc url(../images/global/bg.png) center;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #4279b2;
	cursor: pointer;
}

.container {
	background: none;
}

.error {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

.centered {
	text-align: center;
}

input, select {
	font-size: 13px;
	padding: 3px;
}

.input {
	background: #eff6ff;
	padding: 10px;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	font-family: Arial;
}

.input h3 {
	font-weight: bold;
	}
	
h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	margin-bottom: 5px;
}

.working-status {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/icons/loading.gif) no-repeat center center;
}
.working-bg {
	background: url(../images/icons/loading.gif) no-repeat center center;
}
	
/* END Core Styles */

/* BEGIN Header Styles */

#header {
	height: 172px;
	background: url(../images/global/header.png) no-repeat scroll 0px -2px transparent;
	width: 962px;
	margin-left: -6px;
	margin-bottom: 15px;
	position: relative;
}

#header .home_link {
	cursor: pointer;
	width: 400px;
	height: 150px;
	margin-top: -90px;
}

#header h1 {
	text-indent: -8000px;
}

#header a.fb-banner {
	position: absolute;
	top: 0;
	right: -7px;
}

#header a.ypc {
	display:block;
	height:40px;
	position:absolute;
	right:10px;
	text-indent:-8000px;
	top:58px;
	width:85px;
}

/* END Header Styles */

/* BEGIN Menu Styles */

#menu {
	position: absolute;
	top: 132px;
	margin-left: 22px;
}

#menu ul {
	padding-left: 2.333em;
	margin-right: 0;
}

#menu ul li {
	list-style-type: none;
	float: left;
	position: relative;
}

#menu ul li a {
	font-family: Georgia, arial;
	font-size: 14px;
	font-weight: normal;
	padding: 7px 15px;
	border-right: solid 1px #ddd;
}

#menu ul li a:hover {
	background: #ddd;
}

/* dropdown menus */
#menu ul li .dropdown{
	display: none;
	position: absolute;
	top: 25px;
	
}
#menu ul li:hover .dropdown{
	display: block;
}

#menu ul li .dropdown ul {
	display: block;
	clear: both;
	text-align: left;
	width: 200px;
	margin: 0;
	padding: 0 0 0 10px;
	background-color: #F0F0F0;
}

#menu ul li .dropdown ul li {
	display: block;
	float: none;
	width: 200px;
	text-align: left;
}

#menu ul li .dropdown ul li a {
	border: none;
	padding: 5px;
}

#menu ul li#cart_button {
	
}
#menu ul li#cart_button a {
	padding: 15px 10px 0px 10px;
}

/* END Menu Styles */

/* BEGIN Layout Styles */

#center_column {
	font-family: Georgia, Arial;
}

#center_column a {

}

#center_column h2 {
	font-size: 32px;
	color: #254c80;
	margin-bottom: 6px;
}

#center_column p {
	font-size: 14px;
	line-height: 24px;
	color: #444;
	font-family: "Helvetica Neue", Helvetica, Arial;
}

#center_column .video {

}

#center_column .video p {
	font-size: 11px;
}

#center_column.mission h3 {
	margin-bottom: 3px;
	font-style: italic;
}

#center_column div.faq {
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#center_column div.faq p {
	margin-bottom: 5px;
}

#center_column div.faq p.answer {

	font-style:italic;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* END Layout Styles */

/* BEGIN footer Styles */

#footer {
	text-align: center;
	font-size: 11px;
	padding: 20px 0 15px 0;
	color: #999;
}

#footer p a img {
	position: relative;
	top: 8px;
}

#footer .cp_footer{
	font-size: 14px;
	margin-bottom:-15px;
}

#footer .cp_footer a {
	margin: 0px 5px 0px 5px;
}

/* END footer Styles */

/* BEGIN Random Mike Styles */

#calendar .full-calendar-month .fundraising td {
	background-color: #ff9696;
}

.qtip-title {
	font-size: 15px;
}

#tags_help_box {
	display: none;
	padding: 10px;
	background: #fff;
	border: solid 1px #ccc;
	position: absolute;
	width: 200px;
}

#tags_help_box p { 
	font-size: 11px;
	line-height: 14px;
}


span.checkbox_value {
	position: relative;
	top: 3px;
}

div.ac_results {
	background: #fff;
	width: 250px;
	border: solid 1px #333;
	border-top: none;
}

div.ac_results ul {
	margin: 0;
}

div.ac_results ul li {
	border-top: solid 1px transparent;
	border-bottom: solid 1px transparent;
	padding: 3px;
}

div.ac_results ul li.ac_over {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	background: #999;
	color: #fff;
}

li.ac_odd {
	background: #eee;
}

/* END Random Mike Styles */

/* BEGIN Mike Form Styles ? */

div.calendar .input {
	width: 60%;	
}

table.form {
	margin-bottom: 0;
	font-family: Arial;
}

table.form input {
	margin-top: 1px;
}

table.form .submit_button, .submit_button {
	display: block;
	width: 100px;
	height: 35px;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
}

div.form {
	margin-bottom: 20px;
}

div.form .row {
	padding: 10px 20px;
}

div.form .row:hover {

}

div.form input, 
div.form select, 
div.form textarea {
	font-size: 12px;
	border: solid 1px #ccc;
	padding: 3px;
}

div.form input[type=radio] + label {
	display: inline;
}

div.form .buttons input[type=submit], div.form .buttons input[type=button] {
	/*background: #38577D url(../images/global/button-bg.png) repeat-x;*/
	background-color: #38577D;
	height: 34px;
	display: block;
	float: left;
	border: solid 1px #38577D;
	padding: 0 15px;
	text-align:center;
	margin: 0 5px 20px 20px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

div.form .buttons input[type=submit]:hover, div.form .buttons input[type=button]:hover {
	background-color: #B2D9FA;
	color: #333;
	cursor: pointer;
}

div.form .cancel_link {
	padding-top: 8px;
}

div.form .cancel_link a{
	color: red;
}

div.form .cancel_link a:hover  {
	color: black;
	background: red;
}

form label {
	display: block;
	font-size: 12px;
}

form textarea {
	height: 120px;
}

div#errors ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#errors ul li.error {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#right_column #login form {
	text-align: right;
}


/* END Mike form styles */