/* @override http://localhost/al-sura/alsura/css/alsura.css */
/* @override http://localhost/mt/cobdesign.com/html/alsura/css/alsura.css */
/* @override http://localhost:8082/css/alsura.css */
/* @override http://localhost:8088/chyrp/css/alsura.css */
@import "reset.css";

/*
Info
Colors: red #981B1E, silver #A4A6A8
Typography: headlines, subheads- Georgia; section titles, body text - arial
Sizes: container-960px, masthead-170px overall (40px navbar), modules- 320px incl. padding, footer ul's - 230px w/? padding 
Whitespace: internal padding- 20px

*/

html {background-color: #221e20}
body {background:url(../images/bg.jpg) repeat-x;font-family: Arial, sans-serif; color: gray; font-size: .85em;}
body.dummy div {width:960px;margin: 0 auto; padding-top:20px;} /* for dummy page specifically */
body a {
	text-decoration: none;
}

/*typography*/
h1, h2, h3 { color: #981B1E; font-family: Georgia, "Times New Roman", Times, serif; padding-top: 1em;}
h1 { font-size: 2em; line-height: 1.4em;}
h1.pageName { text-transform: uppercase; }
h2 {  }
h3 { font-family: Arial, sans-serif; line-height: 1.4em; font-size: 1.25em; }
h4, h5, h6 {color: gray; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-weight: normal; padding-top: 1em;}
h4 { font-size: 1.2em; line-height: 1.4em;}
h5 { color: white; font-weight: bold; padding: 0; font-family: Arial, sans-serif; font-style: normal; }
h6 { font-size: .8em; font-style: normal;; font-family: Arial, sans-serif; color: white; display: inline; padding: 5px 10px 0; }
p { color: gray; line-height: 1.4em; padding-top: .5em; padding-bottom: .5em;}
#main ul { padding-left: 1.6em; }
#main li { color: gray; line-height: 1.2em; padding-top: .5em; list-style-type: disc; list-style-position: outside; }
hr { margin: 1em 0; }

.clear { height: 0;	clear: both; }
.floatl { float: left; }
img.floatl { vertical-align: top; }
.floatr { float: right; }
.center { text-align: center; }
.left { text-align: left; }
.white { color: white; }

/*structure*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	overflow: hidden;
}

#notice { position: absolute; top: 0; width: 960px; }

#notice p {
	width: 150px;
	text-align: center; 
	margin: 0 auto;
	background-color: fuchsia;
	color: white;
	font-weight: bold;
	padding: .5em 1em; 
}

#container {
	background-color: white; overflow: hidden;
}

#masthead {
	height: 130px;
	background: url(../images/masthead.jpg) black;
}
a#homebtn { display: block; float: left; width: 320px; height: 100%; text-indent: -2000px;}

#toplinks { text-align: right; padding: 20px; color: white; }
#toplinks a { color: white; font-style: italic; }

ul#navbar {
	height: 40px;
	background: url(../images/navbar.png) no-repeat;
}

/*ul#navbar li[title="about"] { text-indent: -2000px;	float: left; width: 115px; }
ul#navbar li[title="events"] { text-indent: -2000px; float: left; width: 110px;  }
ul#navbar li[title="moreinfo"] { text-indent: -2000px; float: left; width: 230px; }
ul#navbar li[title="blog"] { text-indent: -2000px; float: right; width: 110px; }*/
ul#navbar li#liabout { text-indent: -2000px;	float: left; width: 115px; }
ul#navbar li#lievents { text-indent: -2000px; float: left; width: 110px;  }
ul#navbar li#limoreinfo { text-indent: -2000px; float: left; width: 180px; }
ul#navbar li#likahozi { text-indent: -2000px; float: left; width: 290px; }
ul#navbar li#liblog { text-indent: -2000px; float: right; width: 110px; }

ul#navbar li a { display: block; width: 100%; height: 40px; }

ul#navbar li#liabout a:hover { background: url(../images/navbar_over.png); }
ul#navbar li#lievents a:hover { background: url(../images/navbar_over.png) no-repeat -115px; }
ul#navbar li#limoreinfo a:hover { background: url(../images/navbar_over.png) no-repeat -225px; }
ul#navbar li#likahozi a:hover { background: url(../images/navbar_over.png) no-repeat -405px; }
ul#navbar li#liblog a:hover { background: url(../images/navbar_over.png) no-repeat -850px; }

body#about ul#navbar li#liabout a { background: url(../images/navbar_over.png); }
body#events ul#navbar li#lievents a { background: url(../images/navbar_over.png) no-repeat -115px; }
body#moreinfo ul#navbar li#limoreinfo a { background: url(../images/navbar_over.png) no-repeat -225px; }
body#kahozi ul#navbar li#likahozi a { background: url(../images/navbar_over.png) no-repeat -405px; }
body#blog ul#navbar li#liblog a { background: url(../images/navbar_over.png) no-repeat -850px; }

/*ul#navbar li a[title="about"]:hover { background: url(../images/navbar_over.png); }
ul#navbar li a[title="events"]:hover { background: url(../images/navbar_over.png) no-repeat -115px; }
ul#navbar li a[title="moreinfo"]:hover { background: url(../images/navbar_over.png) no-repeat -225px; }
ul#navbar li a[title="blog"]:hover { background: url(../images/navbar_over.png) no-repeat -850px; }

body#about ul#navbar li a[title="about"] { background: url(../images/navbar_over.png); }
body#events ul#navbar li a[title="events"] { background: url(../images/navbar_over.png) no-repeat -115px; }
body#moreinfo ul#navbar li a[title="moreinfo"] { background: url(../images/navbar_over.png) no-repeat -225px; }
body#blog ul#navbar li a[title="blog"] { background: url(../images/navbar_over.png) no-repeat -850px; }*/

#content {
	padding: 0px 20px 30px 20px;
}

#blog div#content { padding: none; }

#content a {  }

div#flash {
	width: 920px;
	height: 300px;
	margin-top: 20px;
	overflow: hidden;
	background: silver;
}

div#flash div { width: 600px; float: left; }

div#flash #ctas {
	width: 320px;
	height: 300px;
	background: url(../images/ctas2.jpg) no-repeat 0 top;
	float: right;
}

div.no { display: none; visibility: hidden; }

#ctas li {
	height: 100px;
	overflow: hidden;
}

#ctas li a {
	display: block;
	height: 100px;
	overflow: hidden;
	text-indent: -3000px;	
}

#ctas li#vol a:hover {
	background: url(../images/ctas_over2.jpg) no-repeat 0 0px;
}

#ctas li#don a:hover {
	background: url(../images/ctas_over2.jpg) no-repeat 0 -100px;	
}

#ctas li#con a:hover {
	background: url(../images/ctas_over2.jpg) no-repeat 0 -200px;	
}

#main { width: 640px; float: left;}

div.gallery a {display: block; float: left; margin: 2em; width: 200px; height: 211px}

#sidebar { width: 240px; float: right; padding-top: 20px; }
#sidebar p img { display: block; margin: 0 auto; padding-top: 20px; }
#sidebar ul { width: 100%}
#sidebar li { color: maroon; padding: .25em 0; font-weight: bold; font-size: 1em; line-height: 1.6; text-align: center; border-bottom: 1px solid silver; }
/*#sidebar li:first-child { display: none; visibility: hidden; }*/
#sidebar li:last-child { border: none; }
#sidebar li a { color: black; padding: .25em; font-weight: normal;}
#sidebar li a:hover { background-color: maroon; color: white; padding: .25em;}
/* current events submenu */
#sidebar ul.currentevents a.currentevents {background-color: maroon; color: white; padding: .25em;}
#sidebar ul.attire a.whiteattire {background-color: maroon; color: white; padding: .25em;}
/* more info submenu */
#sidebar ul.stats a.stats {background-color: maroon; color: white; padding: .25em;}
#sidebar ul.faqs a.faqs {background-color: maroon; color: white; padding: .25em;}
#sidebar ul.links a.links {background-color: maroon; color: white; padding: .25em;}
#sidebar ul.partners a.partners {background-color: maroon; color: white; padding: .25em;}
/* about submenu */
#sidebar ul.board a.board {background-color: maroon; color: white; padding: .25em;}
#sidebar ul.action a.action {background-color: maroon; color: white; padding: .25em;}
#sidebar ul.news a.news {background-color: maroon; color: white; padding: .25em;}

#footer { background-color: #A4A6A8; padding: 20px; float: left; color: white; overflow: hidden; }
#footer ul { width: 172px; float: left; padding-right: 12px }
#footer li { color: maroon; padding: .25em 0; font-weight: bold }
#footer li p { font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; }
#footer a { color: white; padding: .25em; font-weight: normal;}
#footer a:hover { background-color: maroon; color: white; padding: .25em;}
#footer p { color: #221e20; font-size: .9em; padding-bottom: 1em;}
div.bottom { text-align: center; margin-top: 1em;}