/*
	Company: Texoma Regional Blood Center
	URL: http://texomablood.org
	Description: Style sheet for the Texoma Regional Blood Center.
	Version: 1.1
	Author: Gavin Coelho
	Author URI: http://gavincoelho.com

------- TABLE OF CONTENTS --------
	RESET
	HTML ELEMENTS
	HEADER
	NAV
	FOOTER
	HOME
	CONTENT PAGE
	DONAR PAGE
	EVENTS PAGE
	HIGH SCHOOL PAGE
	CALENDAR PAGE
	CONTACT PAGE
	GLOBAL
*/

/* @group reset.css */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* @end */

/* @group HTML ELEMENTS */
body {
	background: #d3d5dd url(../images/header-bg.png) repeat-x top;
	color: #666666;
	font-family: "Lucida Grande",Tahoma,Verdana,sans-serif;
/*	font-family: "Helvetica Neue","Helvetica-Neue",Arial,Helvetica,Geneva,sans-serif;*/
	font-size: 15px;
}
p {
	line-height: 1.4em;
	padding-bottom: 1em;
}
small{
	font-size: 0.8em;
}
a {
	color: #AD1725;
	text-decoration: none;
}
a:hover, a:visited, a:active {
	color: #9A2428;
}
a:hover {
	text-decoration: underline;
}
h2 {
	color: #AD1725;
	font-size: 32px;
}
h3 {
	font-size: 22px;
	padding-bottom: 10px;
}
/* @end */
/* @group HEADER */
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 160px;
	background: url(../images/header.jpg) no-repeat;
}
#header h1 a {
	color: #FFF3FB;
	font-family: Georgia;
	font-size: 40px;
	font-weight: 100;
	line-height: 120%;
	text-decoration: none;
	text-shadow:0 -1px 1px black;
	width: 400px;
	margin-top: 10px;
	padding-left: 15px;
	float: left;
}
#phone {
	color: white;
	float: right;
	font-size: 24px;
	margin: 50px 20px 0;
	text-shadow:0 -2px 1px black;
}
/* @end */
/* @group NAV */
#nav {
	float: left;
/*	top: 121px;*/
/*	position: absolute;*/
	width: 960px;
	height: 40px;
	overflow: hidden;
	font-size: 19px;
	border-left: 1px solid #5064ba;
	border-right: 1px solid #242d54;
}
#nav li {
	display: block;
	float: left;
	border-left: 1px solid #242d54;
	border-right: 1px solid #5064ba;
	text-align: center;
}
#nav li a {
	width: 158px;
	height: 32px;
	display: block;
	padding-top: 8px;
	color: #CCC;
	text-shadow: 0 -1px 2px #171717;
	text-decoration: none;
}
#nav li a:hover {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 -1px 2px #000;
}
#nav .current-page a {
	background: url(../images/nav-selected.png) repeat-x -1px;
	color: #9A2428;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
/* @end */
/* @group FOOTER */
#footer {
	width: 940px;
	height: 30px;
	color: #999;
	font-size: 11px;
	padding: 5px 10px;
/*	float: left;*/
}
#footer small {
	margin-top: 6px;
}
#footer a {
	color: #777;
}
#footer a:hover {
	color: #AD1725;
	text-decoration: none;
}
.facebook {
	width: 84px;
	height: 22px;
	display: block;
	float: right;
	margin-left: 10px;
	background: url(../images/icons/facebook.png) no-repeat center top;
}
.facebook:hover {
	background: url(../images/icons/facebook.png) no-repeat center -24px;
}
.facebook:active {
	background: url(../images/icons/facebook.png) no-repeat center -48px;
}
/* @end */
/* @group HOME */
#page-home {
	background: #d3d5dd url(../images/home-bg.png) repeat-x top;
}
#page-home #main {
	background: url(../images/home.png) no-repeat center top;
	height: 580px;
}
#home-main {
	height: 350px;
	width: 960px;
}
#slideshow {
	float: left;
	display: none;
}
#slideshow img {
	position: relative;
	top: 39px;
	left: 69px;
	border: 1px solid #CCC;
}
#quote {
	width: 470px;
	color: #FFF3FB;
	text-shadow:0 -1px 1px black;
	font-size: 24px;
	text-align: center;
	margin-top: 90px;
	float: right;
	display: none;
}
.bqstart, .bqend{
	opacity: 0.4;
	font-size: 500%;
}
.bqstart {
	float: left;
	margin-top: -30px;
	height: 100%;
}
.bqend {
	float: right;
/*	margin-top: -10px;*/
	height: 30px;
}
#slideshow.innerfade, #quote.innerfade {
	display: block;
}
#bottom-box {
	/*height: 228px;
	width: 958px;*/
/*	position: absolute;*/
	display: inline-block;
	border: 1px solid #BBB;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #FFF url(../images/gradient-bg.png) bottom repeat-x;	
}
#bottom-box p {
	line-height: 16px;
}
#bottom-box .box {
	width: 276px;
	height: 190px;
	padding: 20px;
	float: left;
}
#bottom-box .hours {
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
#bottom-box img {
	float: left;
}
#bottom-box h3 {
	width: 210px;
/*	height: 40px;*/
	float: left;
	font-size: 23px;
	color: #242D55;
	padding: 5px 0 15px 20px;
}
#bottom-box .content {
	float: left;
	width: 278px;
	height: 160px;
	overflow: hidden;
	padding-top: 5px;
	font-size: 15px;
}
#bottom-box li {
	width: 268px;
	height:20px;
	overflow: hidden;
	line-height:1.4em;
}
#bottom-box li span {
/*	text-transform: uppercase;*/
/*	font-size: 9]13px;*/
}
/* @end */
/* @group CONTENT PAGE */
#main h2 {
	padding-top: 60px;
	background: url(../images/header-bg.png) repeat-x 0 -160px;
	margin-left: -70px;
	padding: 60px 70px 40px;
	width: 820px;
}
#content {
	border: 1px solid #B0B0B0;
	border-top: none;
	-moz-border-radius: 0 0 10px 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-radius: 0 10px 10px 0;
	background: #FFF url(../images/gradient-bg.png) bottom repeat-x;
	padding: 0 69px 40px 69px;
	width: 820px;
	overflow: hidden;
	margin: 0 auto;
}
#content img.left{
	margin: 0 40px 40px 0;
}
#content img.right{
	margin: 0 0 40px 40px;
}
#main-content {
	width: 580px;
	float: left;
}
#content p {
	font-size: 16px;
	padding-bottom: 60px;
}
#main-content .fancy img {
	margin: 0 20px 20px 0;
}
.content-block {
	/*width: 820px;
	display: inline-block;*/
}
.content-block p {
/*	width: 400px;*/
}
#sidebar {
	width: 160px;
	font-size: 15px;
}
#sidebar h3 {
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: 100;
}
#sidebar h3 a, #sidebar h3 a:visited {
	color: #666;
}
#sidebar h3 a:hover {
	border-bottom: 1px solid #9A2428;
	text-decoration: none;
}
#sidebar li {
	padding: 6px 0 5px 10px;
	border-top: 1px solid #DDD;
}
#sidebar li.current-page {
	list-style-type: disc;
	color: #171717;
}
#sidebar ul {
	margin-bottom: 40px;
	border-bottom: 1px solid #DDD;
}
#sidebar blockquote {
	 border-top: 2px solid #DDD;
	 border-bottom: 2px solid #DDD;
	 padding: 15px 0;
}
/* @end */
/* @group DONATING PAGE */
#page-donating #content ul {
	margin: 10px 0 20px 0;
}
#page-donating #content li {
	font-size: 16px;
	line-height: 20px;
	list-style-image:none;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	padding: 0 0 10px 10px;
}
#requirements {
/*	background: #F66;*/
	width: 680px;
	margin: 20px auto 40px;
	border: 1px solid #D7D7D7;
}
#requirements caption {
	font-size: 22px;
	margin-top: 20px;
	color: #AD1725;
}
#requirements th {
	height: 40px;
	padding: 10px;
	color: #333;
	background: #F4F9FE;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
}
#requirements th.even {
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
#requirements tr.even {
	border-top: 1px solid #EEE;
}
#requirements td {
	padding: 30px 0;
}
#requirements th, #requirements td {
	font-size: 19px;
	text-align: center;
}
#requirements td.even {
	background: #F7F7F7;

}
#page-donating blockquote {
	width: 560px;
	text-align: center;
	font-style: italic;
	margin: 0 auto 40px;
	font-size: 1.2em;
	line-height: 1.2em;
}
/* @end */
/* @group MEDIA PAGE */
#blood-drop {
	width: 820px;
	height: 500px;
	margin-bottom: 80px;
	background: url(../images/blood-drop.jpg) no-repeat center top;
}
#blood-drop a, #blood-drop a:visited {
	color: #333;
	padding: 10px 20px;
}
#blood-drop a:hover, #blood-drop a:active {
	color: #AD1725;
	text-decoration: none;
	border-color: #AD1725;
}
.video-link, .school-link, .battle-link, .military-link {
	position: relative;
	background: url(../images/blood-drop-bg.png) repeat-x bottom;
	border: 1px solid #CCC;
	box-shadow: 10px 10px 5px #888;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.video-link {
	left: 80px;
	height: 120px;
	width: 100px;
	display: block;
}
.video-link span {
	margin-left: 25px;
}
.school-link {
	left: 480px;
	top: -130px;
}
.battle-link {
	top: 280px;
	left: -250px;
}
.military-link {
	top: 280px;
	right: 60px;
}
/* @end */
/* @group VIDEOS */
#videos {
	margin-bottom: 40px;
}
#videos li {
	padding: 10px 0;
}
li .video img {
	margin-right: 20px;
}
li .video {
	font-size: 20px;
	color: #999;
}
li .video:hover, li .video:active {
	color: #AD1725;
	text-decoration: none;
}
/* @end */
/* @group SCHOOL HEROS PAGE */
ul.schools {
	padding: 20px 0 60px 0;
}
ul.schools li {
	padding: 5px;
	font-size: 16px;
}
/* @end */
/* @group CALENDAR PAGE */
.info-box, #page-calendar #loading {
	background-color: #F4F9FE;
	border: 1px solid #d5E8FB;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
.info-box {
	width: 800px;
	padding: 10px;
	margin-bottom: 40px;
	font-size: 19px;
	float: left;
	line-height: 1.4em;
}
.info-box em {
	color: #9A2428;
}
#page-calendar #loading {
	position: absolute;
	top: 390px;
	left: 528px;
	padding: 10px 20px;
}
#calendar {
	float: left;
	width: 820px;
	background: #FFF;
}
#page-calendar #content small {
	padding-top: 15px;
	display: block;
}
/* @end */
/* @group CONTACT PAGE */
#contact-info {
	width: 300px;
	font-size: 19px;
}
#contact-info h3 {
	padding: 20px 0 4px;
	text-transform: uppercase;
	font-size: 13px;
	color: #BBB;
}
#contact-info p {
	padding: 0;
}
#contact-info h3:first-child {
	padding: 0 0 4px;
}
#contact-info span {
	font-size: 0.75em;
	color: #777;
}
#contact-info a {
	font-size: 0.8em;
}
#contact-info .map {
	vertical-align: top;
}

#contact-info .email {
	padding-bottom: 14px;
}
/* @end */
/* @group SITEMAP */
#sitemap ,#sitemap ul {
	border-left: 4px solid #AD1725;
	padding-left: 20px;
}
#sitemap li {
	padding-bottom: 10px;
}
#sitemap li a {
	font-size: 18px;
}
#sitemap ul {
	margin-top: 20px;
}
/* @end */
/* @group NOT-FOUND */
#little-guy {
	width: 100%;
	height: 400px;
	background: url(../images/little-guy.jpg) no-repeat center top;
	margin-bottom: 160px;
}
#bubble {
	width: 300px;
	height: 182px;
	position: relative;
	top: 18px;
	left: 420px;
	padding: 30px;
}
#bubble h3 {
	margin-top: 20px;
}
#bubble ul {
	list-style: decimal;
	list-style-position: inside;
}
/* @end */
/* @group GLOBAL */
.frame {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #BBB;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}
/* @end */