@charset "UTF-8";
/* CSS Document */

/*INDEX
1-COLORS
2-BASE CODE
3-TYPOGRAPHY
4-NAVIGATION STYLES
5-POSITIONING
*/

/*1-COLORS
Purple #534bb5
Green #92b900
Blue #1982d8
Yello #39f081
Light Gray #e6e6e6
*/


/*2-BASE CODE - helps with browser inconsistencies */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Fonts */

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*3-TYPOGRAPHY*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

p {
	margin-bottom: 15px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #534bb5;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #92b900;
	margin-bottom: 10px;
}
a:link, a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1982d8;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#soc a:link, #soc a:visited {
	color: #666;
	text-align: right;
}
.highlight {
	color: #92b900;
}
#contentarea strong{
	color: #534bb5;
}
#footer h1 {
	font-size: 1.2em;
}
#contentarea ul {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: square;
}
blockquote {
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
	display: block;
	padding-top: 10px;
	padding-left: 70px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #92b900;
	padding-bottom: 20px;
}
#footer a:link, #footer a:visited {
	color: #000;
}
#stories p , .story {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	line-height: 1.5em;
}
.footdivider {
	color: #666;
}



/*4-NAVIGATION STYLES*/ 


#mainHorizNav ul {
	padding: 0;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	vertical-align: middle;
	z-index: 1000;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: bold;
}

#mainHorizNav li {
	position:relative;
	padding: 0;
	z-index: 1000;
	list-style-type: none;
	float: left;
}

#mainHorizNav li a:link, #mainHorizNav li a:visited  { /*changed from #mainHorizNav li a*/
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
	display: block;
	position: relative;
	width: 160px;
	height: 35px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
}

#mainHorizNav li a:hover, #mainHorizNav li a:active {
	color:#1982d8;
	text-decoration:underline;
}

#mainHorizNav li ul {
	display: none;
	padding: 0;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: absolute;
	top: 46px;
	left: 0px;
}

li > ul {
	top: auto;
	left: auto;
	}

#mainHorizNav li li a:link, #mainHorizNav li li a:visited  { /*changed from #mainHorizNav li li a*/
	display: block;
	background-color: #e6e6e6;
	width: 150px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	color: #000;
	font-size: 1em;
	font-weight: normal;
	height: 18px;
}

#mainHorizNav li li a:hover, #mainHorizNav li li a:active {
	text-decoration:underline;
	color:#ffffff;
	color: #1982d8;
	}

#mainHorizNav li li {
display: block;
float:none;
}

#mainHorizNav li:hover ul, #mainHorizNav li.over ul {
display:block;
}

#mainHorizNav li li a.last {
	padding-bottom:15px;
	border-bottom-color: #e6e6e6;
}
#mainHorizNav .navdivider {
	color: #999;
	display: block;
	padding-top: 12px;
}
#stories {
	padding-top: 15px;
	border: 2px solid #e6e6e6;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#main {
	margin-bottom: 50px;
}
#donate {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}
#footer {
	padding-top: 5px;
}
#soc {
	text-align: right;
}
img.photoborder {
	margin: 10px;
	border: 2px solid #CCC;
}
