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

body, div, p, h1, h2, h3, h4, h5, h6, table, td, th, img {
	margin:0;padding:0; outline:none; border:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

input{
	font-family:Georgia, "Times New Roman", Times, serif;	
}

:focus{
	outline:none;
}

body{
	font-size:63%;
	background-image:url(../images/header-stripe.jpg);
	background-repeat:repeat-x;
}

#header{
	height:251px;
	background-image:url(../images/header.jpg);
	width:1000px;
	margin:0px auto;
}

#content{
	width:1000px;
	background-image:url(../images/bg-repeater.jpg);
	margin:0px auto;
}

#footerWrap{
	background-image:url(../images/footer-stripe.jpg);
	background-repeat:repeat-x;
}

#footer{
	background-image:url(../images/footer.jpg);
	width:1000px;
	height:193px;
	margin:0px auto;
}

#posts{
	width:450px;
	float:left;
	margin:25px 0px 30px 135px;
	display:inline;
}
#sideBar{
	width:250px;
	margin:25px 100px 30px 0px;
	float:right;
	display:inline;
}

h1, h2, h3, h4, h5, h6, p{
	margin-bottom: 8px;
	color:#555;
	line-height:150%;
}

h1{
	font-size:1.8em;
}

h1 a, h1 a:link, h1 a:visited{
	color:#555;
	text-decoration:none;
}

h1 a:hover, h1 a:active, h1 a:focus{
	color:#555;
	text-decoration:underline;
}

h2{
	font-size:1.3em;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	width:100%;
}

h3{
	font-size:1.2em;
	color:#bec400;
}
h4{
	font-size:1.8em;
}

p{
	font-size:1.3em;
	color:#999;
	line-height:160%;
}

label{
	font-size:13px;
	color:#999;
	line-height:160%;
}

p label{
	font-size:13px;
	color:#999;
	line-height:100%;
}

#sideBar p{
	font-size:1.1em;
	color:#999;
}

.clearBoth{
	clear:both;
}

a, a:link, a:visited{
	color: #bec400;
	text-decoration:none;
}

a:focus, a:hover, a:active{
	color:#bec400;
	text-decoration:underline;
}

p.metaLinks a, p.metaLinks a:link, p.metaLinks a:visited{
	color: #0e5980;
	text-decoration:none;
}

p.metaLinks a:focus, p.metaLinks a:hover, p.metaLinks a:active{
	color:#0e5980;
	text-decoration:underline;
}

p.metaLinks{
	font-size:1.3em;
}

h3.archive{
	margin-bottom:0px;
}

ul#topNav{
	padding:185px 0px 0px 135px;
	list-style:none;
	margin:0;
}

ul#topNav li{
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
}

ul#topNav a span{
	font-size:1.6em;
	font-weight:bold;
}


ul#topNav a, ul#topNav a:link, ul#topNav a:visited{
	color:#fff;
	text-decoration:none;
	font-size:1.2em;
	float:left;
	padding-top:15px;
	height:51px;
}

ul#topNav a:hover, ul#topNav a:active, ul#topNav a:focus{
	background-image:url(../images/selected.png);
	background-repeat:no-repeat;
}

ul#topNav a.selected{
	background-image:url(../images/selected.png);
	background-repeat:no-repeat;
}

ul#topNav a.about{
	width:120px;
	background-position: 20px 0px;
}

ul#topNav a.surveys{
	width:160px;
	background-position: 30px 0px;
}

ul#topNav a.calendar{
	width:140px;
	background-position: 32px 0px;
}

ul#topNav a.downloads{
	width:170px;
	background-position: 42px 0px;
}

ul#topNav a.contact{
	width:160px;
	background-position: 38px 0px;
}

input.newsletter {
	width:193px;
	height:13px;
	display:block;
	float:left;
	border:none;
	background-color:#eaeceb;
	padding:5px 3px;
	margin-right:3px;
	background-image:url(../images/form-bg.png);
	color:#929294;
}
/**********************
Don't tell anyone I used these CSS hacks
It's 1:30 am, I'll fix it later :(
**********************/
html* input.newsletter {
	margin-right:0px;
}
html* .submitBtn{
	margin-top: 0;
}
.submitBtn{
	margin-top: 28px;
}

div.aPost{
	margin-bottom:50px;
}

.falbum-thumbnail-nods{
	display:inline;
	margin-right:5px;
	float:left;
}

input.contact{
	float:none;
}

textarea{
	width:280px;
	padding:5px;
	height:82px;
	border:none;
	background-image:url(../images/textarea-bg.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#929294;
	font-size:0.9em;
}