@import url('http://fonts.googleapis.com/css?family=Raleway');
@import url('import.css');

body {
	margin			: 0px;
	background-image	: url(../images/bg.jpg);
	background-repeat	: repeat;
	background-color	: #ffffff;
	color			: #0f0f0f; 
	font-size		: 13px; 
	font-family		: Raleway, Arial, Helvetica, Geneva, Swiss, SunSans-Regular ; 
	text-align		: left; 
	margin			: 0 auto;
	padding: 0;
	
}

#navigation a:hover {
	text-decoration		: underline;
}

li.sw_active a {
	text-decoration		: underline;
}
ul.swmenu{
	margin:13px auto;
}

			
h2{
	color			: #094B00;
	font-weight		: normal;
	font-size		: 24px;
	font-family		: Raleway, Arial;
}	
h3{
	color			: #094B00;
	font-weight		: normal;
	font-size		: 19px;
	font-family		: Raleway, Arial;
}	
img{
	border-style		: none;
}

#wrapper{
	width			: 1000px;
	height			: auto;
	margin			: 0px auto 20px auto;
	background-color	: transparent;
}

#header{
	background-image	: url(../images/head.jpg);
	width			: 100%;
	height			: 159px;
}

#headerfeature{
	background-image	: url(../images/headerfeature.jpg);
	width			: 100%;
	height			: 154px;
}

#headerinner{
	width			: 1000px;
	height			: 154px;
	margin			: 0 auto;
	background-image	: url(../images/logo.jpg);
	background-repeat	: no-repeat;
	background-position	: 0% 55%;
}

#headerinnerfeature{
	width			: 1000px;
	height			: 154px;
	margin			: 0 auto;
	background-image	: url(../images/logofeature.jpg);
	background-repeat	: no-repeat;
	background-position	: 0% 55%;
}

#navigation{
	width			: 1000px;
	height			: 60px;
	float			: left;
	background-color	: transparent;
	background-image	: url(../images/menubar.jpg);
	
}

#slider{
	width			: 998px;
	height			: auto;
	border			: 1px solid #000;
	background-color	: #114602;
}

#content{
	clear			: both;
	width			: 928px;
	height			: auto;
	margin			: 0 auto;
	padding			: 35px;
	border-left		: 1px solid #000;
	border-right		: 1px solid #000;
	background-color:rgba(255, 255, 255, 0.5)
}

#contentholder{
	width			: 630px;
	background		: transparent;
	height			: auto;
	padding-bottom		: 30px;
	float			: left;
}

.blog-featured .pull-left.item-image {
    margin: 0 0 18px;
}
.blog-featured .items-row .item p .btn {
	clear:both;
    display:block;
	margin-bottom: 14px;
}

.blog-featured .items-row .item * {
    max-width: 100%;
}

.first-group, .last-group {
    float: left;
    margin: 9px;
    width: 430px;
}

#footer{
	background		: #505050;
	width			: 1000px;
	height			: 42px;
	margin			: 0 auto;
	text-align		: left;
	clear			: both;
	background-image	: url(../images/foot.jpg);
	color			: #000;
	padding-top: 150px;
}


#footer a:link{
	color			: #ffffff;
	text-decoration		: none;
}

#footer a:active {
	color			: #ffffff;
	text-decoration		: none;
}

#footer a:visited {
	color			: #ffffff;
	text-decoration		: none;
}

#footer a:hover {
	color			: #ffffff;
	text-decoration		: underline;
}

#credit{
	position		: relative;
	text-align		: center;
	font-family		: Trebuchet MS,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size		: 12px;
	color			: #FFF;
	line-height		: 15px;
	padding-top		: 16px;
	padding-bottom		: 15px;
}


#credit a:link{
	color			: #FFF;
	text-decoration		: underline;
}
#credit a:active {
	color			: #FFF;
	text-decoration		: underline;
}
#credit a:visited {
	color			: #FFF;
	text-decoration		: underline;
}
#credit a:hover {
	color			: #FFF;
	text-decoration		: none;
}


#mobileswitcher{
	width			: auto;
	text-align		: center;
	margin			: 0 auto;	
}

.eventList {
	border: 1px solid #0F4700;
	width: 400px;
}
.eventList th {
	padding: 10px;
}

.eventList td {
	padding: 10px;
}

td.rsvpYes {
	color: #0F9301;
	font-weight: bold;
	text-align: center;
}

td.rsvpNo {
	color: #F00;
	font-weight: bold;
	text-align: center;
}

