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

@import url(http://fonts.googleapis.com/css?family=Cherry+Cream+Soda);
@import url(http://fonts.googleapis.com/css?family=Slackey);
@import url(http://fonts.googleapis.com/css?family=Abel);
body {
	margin:0px;
	padding:0px;
	background-image:url(img/bg2012.jpg);
	background-position: top;
	background-attachment:fixed;
	font-family: 'Abel', arial, serif;
	font-size:18px;
	color:#fff;
}
a {
	color:#f4d494
}

a:hover {
	color: #fff;
	background-color:#3B4B97;
}

p {
	line-height:1.4em;
	margin-bottom:25px;
}
h2, h3, h4 {
	color: #FC0;
	font-family: 'Slackey', arial, serif;
	font-size:20px;
		line-height:1.5em;

}

#wrapper {
	margin:auto;
	width:100%;
}
#header {
	position:fixed;
	top:0px;
	z-index:99px;
	background-image:url(img/black75.png);
	background-repeat:repeat;
	height:36px;
	width:100%;
	text-align:center;
	font-family: 'Cherry Cream Soda', arial, serif;
	font-size:13px;
	
}
#header ul {
	list-style: none;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}
#header li {
	display: inline;
	margin: 4px 18px 18px 5px;
	padding: 4px;
}


#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #fff;
	background-color:#3B4B97;
	text-decoration: none;
}

#page {
	background-image:url(img/orange75.png);
	background-repeat:repeat;
	margin-top:20px;
	clear:both;
	z-index:50;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	padding-top:12px;
	padding-bottom:12px;
}
.post {
}
#sub-header {
	
	margin-top:45px;
}
 #logo {
	display:block
}
 #social {
	text-align:right;
}
 #social img {
	padding:10px;
}
#next-event {
	margin-top:30px;
	margin-bottom:30px;
}
#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height:80px;
	text-align: center;
	background-image:url(img/footer.png);
	color: #666;
	font-size:12px;
	z-index:99;
}
#footer ul {
	list-style: none;
	padding: 0px;
	margin: 65px 0px 2px 0px;
}
#footer li {
	display: inline;
	margin: 0px 10px 0px 10px;
	padding: 14px;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
/* Begin Images */
img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.faded {
	display:none;
}

/* End Images */

