
@import "reset.css";

body { background-color: #fffef3; color: #000; font: .75em/normal Verdana, Arial, Helvetica, sans-serif; text-align: center; }

a,a:link,a:visited { color: #46a057; }
a:hover { color: #000; }

img.rflt, img.alignright { display: inline; float: right; margin: 0 0 .5em 10px; }
img.lflt, img.alignleft { display: inline; float: left; margin: 0 10px .5em 0; }

p { margin-bottom: 1em; }

ul { list-style: disc; margin-bottom: 1em; padding-left: 2em; }
ol { list-style: decimal; margin-bottom: 1em; padding-left: 2em; }
ul.reset, ul.reset ul, ul.reset ol, ol.reset, ol.reset ol, ol.reset ul { list-style: none; margin: 0; padding: 0; }


/* Forms */

input.text, textarea, select { padding: 3px; border: solid 1px #ccc; color: #5a5a5a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; }
input.button { border-style: solid; border-width: 2px; border-color: #f9f8f3 #828177 #828177 #f9f8f3; background-color: #e3e3e3; color: #555; font-size: 11px; font-weight: bold; }
input.button:active { border-color: #828177 #f9f8f3 #f9f8f3 #828177; }
textarea { overflow: auto; height: 100px; }
input.checkbox { width: 15px; height: 15px; }


/* Titles */

h1,h2,h3,h4,h5,h6 { margin-bottom: .5em; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }

h1 { font-size: 24px; font-weight: normal; }
h2 { font-size: 18px; font-weight: normal; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

#logo { position: absolute; bottom: 0; left: 15px; z-index: 100; width: 162px; height: 148px; margin-bottom: 0; }
#logo img { display: block; }

#outline { color: #46a057; margin-right: 40px; }

#donate img { margin-right: 20px; }


/* Main layers  */

#container { width: 801px; margin: 50px auto 0; text-align: left; }
#wrapper { position: relative; z-index: 1; padding: 0 12px; background-color: #fff; border-style: solid; border-width: 0 1px; border-color: #46a157; }
#wrapperBefore { height: 14px; background: url(../images/box1-top.png) 0 0 no-repeat; }
#wrapperAfter { clear: both; height: 14px; background: url(../images/box1-bottom.png) 0 0 no-repeat; }
#content {  }
#header { margin-bottom: 20px; border-bottom: solid 1px #28903b; text-align: right; }
#portbar { float: left; width: 205px; }
#starboard { overflow: auto; float: left; width: 570px; height: 468px; }
#home #starboard, #contact #starboard { height: 400px; }
#mainbar { float: left; width: 65%; line-height: 1.5em; }
#starbar { float: right; width: 30%; }
#subbar { clear: both; width: 100%; text-align: right; }
#footer { margin-top: .5em; color: #46a057; text-align: center; letter-spacing: -1px; }
* html #wrapper { height: 1px; }


/* Navigation */

#nav { padding-left: 30px; color: #46a057; font-size: 18px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
#nav li { padding-bottom: .5em; }
#nav li span { cursor: pointer; }
#nav li a, #nav li a:visited { color: #46a057; }
#nav li a:hover, #nav li a.on { padding-right: 20px; background: url(../images/arrow1-right.png) 100% 50% no-repeat; }  
#nav li a:hover, #nav li span.hover { color: #ec008c; }
#nav ul { padding-left: 10px; font-size: 14px; }
#nav ul li { padding: .5em 0 0; }


/* Team */

#team { padding-right: 12px; line-height: 1.5em; }
#team li { clear: right; }
#team img.member { float: right; }
#team .about { margin-right: 180px; }


/* Blog */

#blog .clear { clear: both; }
#blog .alignright { float: right; }
#blog .alignleft { float: left; }
#blog .meta { color: #555; }

#blog #starbar ul li h2 { margin-bottom: 0; color: #46a057; font-size: 14px; font-weight: bold; text-transform: uppercase; }
#blog #starbar ul li ul { margin-bottom: 1em; }
#blog #starbar ul li ul li { padding: .3em 0 .3em 12px; border-bottom: solid 1px #ccc; background: url(../images/arrow1-right-smaller.png) 0 50% no-repeat; }

#blog .post { margin-bottom: 2em; }
#blog .post .entry { margin: 1em 0; }


/* DO NOT EDIT OR ADD CODE BELOW */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* hide from ie/mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end hide */