/* -----------------------------------------------------------------------

   * Kosair Charities
   * http://kosair.org

   * Copyright (c) 2008-2009
   * Created by thevimarcgroup : http://vimarc.com
   * Author Andrew Creek

----------------------------------------------------------------------- */


/*	Generic site styles
----------------------------------------------------------------------- */
* { margin: 0; padding: 0; }

body {
	font-size: small;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


/* Layout
----------------------------------------------------------------------- */
div#header {
	height: 228px;
	background: white url('./themes/site_themes/kosair_template_09/images/header-bg.jpg') no-repeat 260px 0px;
}

div#content {
	padding: 35px 0 0 35px;
}

div#container {
	float: left;
	width: 100%;
	margin-right: -250%;
	background: transparent url('./themes/site_themes/kosair_template_09/images/content-dropshadow.png') repeat-y right;
}

div#content-main {
	min-height: 480px;
	padding: 35px 250px 65px 35px;
	margin-right: 250px;
}

div#content-sidebar {
	position: absolute;
	right: 0;
	width: 250px;
	padding: 125px 0 65px 0;
	z-index: 99;
}

div.kosair-kid {
	margin: 0 0 30px 0;
}

div.kosair-kid img {
	float: left;
	margin-right: 30px;
}

div#news {
	margin-top: 20px;
}

div.news-item {
	margin-top: 5px;
	margin-bottom: 15px;
}

p.date {
	padding: 0;
}

div.sep {
	clear: both;
}

/* Navigation
----------------------------------------------------------------------- */
ul#main-nav {
	position: absolute;
	top: 0;
	right: 0;
}

#main-nav ul {display: none;}
#main-nav li:hover ul {display:block;}
#main-nav, #main-nav ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; top: 65px; line-height:1.5em; z-index:300;} 
#main-nav li {float:left; position:relative;} 
#main-nav ul {position:absolute; display:none; left: -5px; } 
#main-nav li ul { position: absolute; width: 140px; top: 79px; padding: 5px;}
#main-nav li ul a { width: 140px; padding: 5px; display: block; font-size: 1.25em; font-style: normal; } 
#main-nav ul ul {top:auto;} 
#main-nav li ul ul {left:12em; margin:0px 0 0 10px;} 
#main-nav li ul li { margin-left: 0px; }
#main-nav li ul a { width: 140px; padding: 5px 5px 5px 10px; display: block; font-size: 1.25em; font-style: normal; }

#main-nav li ul li a {
	font-size: .95em;
}

#main-nav li ul li:hover a {
	font-style: italic;
	text-decoration: none;
        font-weight: bold;
}

ul#main-nav li {
	float: left;
	list-style-type: none;
}

li#about {
	background: transparent url('./themes/site_themes/kosair_template_09/images/about-nav-bg.jpg') repeat-x;
}

li#about:hover {
	background: #f5cb05 url('./themes/site_themes/kosair_template_09/images/about-nav-bg.jpg') repeat-x;
}

#main-nav li#about ul li{
	background: #f5cb05;
}

#main-nav li#about ul li:hover {
	background: #f5dc73;
}

li#giving {
	border-left: 1px solid #8a25e4;
	background: transparent url('./themes/site_themes/kosair_template_09/images/giving-nav-bg.jpg') repeat-x;
}

li#giving:hover {
	background: #8a25e4 url('./themes/site_themes/kosair_template_09/images/giving-nav-bg.jpg') repeat-x;
}

#main-nav li#giving ul li{
	background: #8a25e4;
	position: relative;
	right: 1px;
}

#main-nav li#giving ul li:hover {
	background: #e778fb;
}

li#volunteering {
	border-left: 1px solid #418ae4;
	background: transparent url('./themes/site_themes/kosair_template_09/images/volunteer-nav-bg.jpg') repeat-x;
}

li#volunteering:hover {
	background: #418ae4 url('./themes/site_themes/kosair_template_09/images/volunteer-nav-bg.jpg') repeat-x;
}

#main-nav li#volunteering ul li{
	background: #418ae4;
	position: relative;
	right: 1px;
}

#main-nav li#volunteering ul li:hover {
	background: #77e8fa;
}

li#events {
	border-left: 1px solid #de2f37;
	background: transparent url('./themes/site_themes/kosair_template_09/images/specevent-nav-bg.jpg') repeat-x;
}

li#events:hover {
	background: #de2f37 url('./themes/site_themes/kosair_template_09/images/specevent-nav-bg.jpg') repeat-x;
}

li#community {
	border-left: 1px solid #88c552;
	background: transparent url('./themes/site_themes/kosair_template_09/images/community-nav-bg.jpg') repeat-x;
}

li#community:hover {
	background: #88c552 url('./themes/site_themes/kosair_template_09/images/community-nav-bg.jpg') repeat-x;
}

#main-nav li#community ul li{
	background: #88c552;
	position: relative;
	right: 1px;
}

#main-nav li#community ul li:hover {
	background: #edf8b4;
}

ul#main-nav a {
	float: left;
	padding: 55px 10px 10px 10px;
	font-size: 1.15em;
	color: black;
	text-decoration: none;
}

ul#main-nav a:hover {
	text-decoration: underline;
}

/* Typography
----------------------------------------------------------------------- */
#header h1 {
	position: absolute;
	width: 204px;
	height: 198px;
	margin: 15px 0 0 42px;
	background: transparent url('./themes/site_themes/kosair_template_09/images/kosair-brand.jpg') no-repeat;
	text-indent: -9999px;
}

#header h1 a {
	float: left;
	width: 204px;
	height: 198px;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
	margin: 20px 0 20px 0;
}

p {
	font-size: 1.10em;
	padding: 10px 0 10px 0;
	line-height: 1.50em;
}

#content-main a {
	font-weight: bold;
}

div#kosair-kids {
	margin-bottom: 20px;
}

div#kosair-kids h3 {
	float: left;
	width: 465px;
	height: 176px;
	background: transparent url('./themes/site_themes/kosair_template_09/images/kosair-kids.png') no-repeat;
	text-indent: -9999px;
	position: absolute;
}

div#kosair-kids p {
	padding: 90px 10px 0 190px;
}

#content-main ul {
	font-size: 1.05em;
}

#content-main li {
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 20px;
}

/* Misc
----------------------------------------------------------------------- */
div#article-photos {
	float: right;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
}

div#article-photos img {
	margin-bottom: 10px;	
}

div.event {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #381010;
}

div#kite-brand { position: absolute;top: 100px;right: 20px;width: 492px;height: 375px;background: transparent url('./themes/site_themes/kosair_template_09/images/kite.png') no-repeat; }

a#kite-tails-button { float: right;width: 216px;height: 47px;display: block;margin-bottom: 20px;background: transparent url('./themes/site_themes/kosair_template_09/images/kitetail-bttn.gif') no-repeat;text-indent: -9999px; }

a#donate-now-button { float: right;width: 217px;height: 49px;display: block;margin-bottom: 20px;background: transparent url('./themes/site_themes/kosair_template_09/images/donate-bttn.gif') no-repeat;text-indent: -9999px; }

a#contact-us-button { float: right;width: 217px;height: 49px;display: block;margin-bottom: 20px;background: transparent url('./themes/site_themes/kosair_template_09/images/contact-bttn.gif') no-repeat;text-indent: -9999px; }

a#announcements-button { float: right; width: 217px; height: 49px; display: block; margin-bottom: 20px; background: transparent url('./themes/site_themes/kosair_template_09/images/announcement-bttn.png') no-repeat; text-indent: -9999px; }

a#store-button { float: right; width: 217px; height: 49px; display: block; margin-bottom: 40px; background: transparent url('./themes/site_themes/kosair_template_09/images/charities-store.png') no-repeat; text-indent: -9999px; }

a#youtube-button { float: right;width: 38px;height: 38px;display: block;margin-right: 10px;background: transparent url('./themes/site_themes/kosair_template_09/images/youtube-bttn.gif') no-repeat;text-indent: -9999px; }

a#facebook-button { float: right;width: 38px;height: 38px;display: block;margin-right: 20px;background: transparent url('./themes/site_themes/kosair_template_09/images/facebook-bttn.gif') no-repeat;text-indent: -9999px; }

a#twitter-button { float: right;width: 38px;height: 38px;display: block;margin-right: 10px;background: transparent url('./themes/site_themes/kosair_template_09/images/twitter-bttn.png') no-repeat;text-indent: -9999px; }

a#privacy-statement {
	float: right;
	color: white;
	clear: both;
	margin: 20px;
	font-size: 10px;
}

.right {float:right; border:5px solid white; margin:10px;}
.left {float:left; border:5px solid white; margin:10px;}
#content-main img { border: 5px solid white; }
.f1 {
	display: inline-block;
	width: 100px;
}

span.smaller {
	position: relative;
	bottom: 5px;
	font-size: 9px;
}

.graph1 {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.graph2 {
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

/* Blue Body Background
----------------------------------------------------------------------- */
#blue #content{
	background: #1f3e68 url('./themes/site_themes/kosair_template_09/images/blue_page/blue-bg.png') repeat-x bottom;
}

#blue #content-main {
	background: #b2fbff url('./themes/site_themes/kosair_template_09/images/blue_page/blue-content-bg.png') repeat-x bottom;
}

#blue #content-main p, #blue #content-main a {
	color: #152b4a;
}

#blue #content-main a:hover {
	color: #1f3e68;
}

#blue li {
	color: #152b4a;
}
/* Yellow Body Background
----------------------------------------------------------------------- */
#yellow #content{
	background: #ece45b url('./themes/site_themes/kosair_template_09/images/yellow_page/yellow-bg.png') repeat-x bottom;
}

#yellow #content-main {
	background: #fcf307 url('./themes/site_themes/kosair_template_09/images/yellow_page/yellow-content-bg.png') repeat-x bottom;
}

#yellow #content-main p, #yellow #content-main a {
	color: #443505;
}

#yellow li {
	color: #443505;
}

/* Red Body Background
----------------------------------------------------------------------- */
#red #content{
	background: #681f1f url('./themes/site_themes/kosair_template_09/images/red_page/red-bg.png') repeat-x bottom;
}

#red #content-main {
	background: #fc7c7c url('./themes/site_themes/kosair_template_09/images/red_page/red-content-bg.png') repeat-x bottom;
	/*padding-right: 35px;*/
}

#red li {
	color: #3a100f;
}

#red  #content-main a {
	color: #381010;
}

/* Purple Body Background
----------------------------------------------------------------------- */
#purple #content{
	background: #581f68 url('./themes/site_themes/kosair_template_09/images/purple_page/purple-bg.png') repeat-x bottom;
}

#purple #content-main {
	background: #ffafff url('./themes/site_themes/kosair_template_09/images/purple_page/purple-content-bg.png') repeat-x bottom;
}

#purple #content-main p, #purple #content-main a, li {
	color: #311643;
}

#purple #content-main ul{
	position: relative;
	left: 20px;
}

/* Green Body Background
----------------------------------------------------------------------- */
#green #content{
	background: #2b681f url('./themes/site_themes/kosair_template_09/images/green_page/green-bg.png') repeat-x bottom;
}

#green #content-main {
	background: #e7f3ad url('./themes/site_themes/kosair_template_09/images/green_page/green-content-bg.png') repeat-x bottom;
}

#green #content-main p, #green #content-main a {
	color: #253715;
}

#green #content-main a:hover {
	color: #50782d;
}

#green li {
	color: #253715;
}

span#highlight h3 {
	font-size: 2em;
	color: white;
}

h3#cafepress a{
	display: block;
	background: url('./themes/site_themes/kosair_template_09/images/cafepress.jpg') no-repeat;
	height: 172px;
	width: 300px;
	text-indent: -9999px;
}

h3#rewardback a{
	display: block;
	background: url('./themes/site_themes/kosair_template_09/images/rewardback.jpg') no-repeat;
	height: 130px;
	width: 420px;
	text-indent: -9999px;
}