		img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
			
			opacity:1;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		




body {

	background-color:#ade0fb;
	text-align: center;

	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333;
	height:100%;
	margin:0px;

}




.foot{
	position:relative;
	    margin-left: 605px;
    margin-bottom: 25px;
height: 20px;
	bottom:1%;
	display:block;
   float:left;
   clear:left;
	
}




#outer {
	margin:0px;
	width: 100%;
	height: 1700px;
	position:relative;

	width:auto;
	margin-bottom:20px;

}

#wrapper{
	overflow: hidden;
	opacity: 1;
	display: block;
	width: 1000px;
	position: absolute;
	min-height: 600px;
	top: 5px;
	left: 50%;
	margin: 0 0 0 -502px;
	/* background: #FBF9D9;*/
	background:#F5F5F5;
	border: 2px solid #000;
	-moz-box-shadow: 6px 6px 6px #333;
	-webkit-box-shadow: 6px 6px 6px #333;
	box-shadow: 6px 6px 6px #333;
	
	-moz-box-border-radius: 20px 20px 20px 20px;
	-webkit-box-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	
	background-image: url(images/banner.png);
	background-position: top;
	background-repeat: no-repeat;

}

#bannum{
	text-align:right;
	float:right;
	color:#0C0;	
		font-size: 16px;
	font-family: 'Open Sans', sans-serif;
		   text-shadow:
    -1px -1px 3px #000,
    1px -1px 3px #000,
    -1px 1px 3px #000,
    1px 1px 3px #000;
	height:40px;
	width:300px;
	padding:15px;
	line-height:25px;
}
	

#banner{
	-moz-box-border-radius: 20px 20px 0px 0px;
	-webkit-box-border-radius: 20px 20px 0px 0px;

border-radius:20px 20px 0px 0px;

	border-radius:20px 20px 0px 0px;
	overflow: hidden;
	height: 100px;
	/*margin-bottom: 2em;*/
	width: 100%;
	text-align:left;
}

#menu-wrapper {
	
	
}

#menu {
	overflow: hidden;
	height: 43px;
	/*margin-bottom: 2em;*/
	width: 100%;
	font-size: 16px;

}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;

}

#menu li {
	display: inline-block;
		
}

#menu a {
	display: block;
	border: 2px solid rgba(102,51,0,0);
	padding:0px 30px;
	
		-moz-box-border-radius: 15px 5px 0px 0px;
	-webkit-box-border-radius: 15px 5px 0px 0px;
	border-radius: 15px 5px 0px 0px;
	line-height: 42px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;	
	font-weight:600;
	font-size: 17px;
	color: #FFF;
	   text-shadow:
    -1px -1px 2px #000,
    1px -1px 2px #000,
    -1px 1px 2px #000,
    1px 1px 2px #000;
	
	transition:all 0.2s ease-in-out;
}

#menu a:hover, #menu .current_page_item a {

	background: #F5F5F5;
	text-decoration: none;
border: 2px solid #000;
font-weight:600;
border-bottom:none;
padding:0px 30px;
color: #000;
text-shadow:
    -1px -1px 2px #FFF,
    1px -1px 2px #FFF,
    -1px 1px 2px #FFF,
    1px 1px 2px #FFF;
	
}




h2{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #7D7764;
}

h3 {

	margin: 0;
	padding: 0;
	
	font-weight: 400;
	color: #333;
	


}

.post {
	
	padding: 16px 16px 0px 16px;
	overflow:hidden;
			margin-top: 0px;
	float: left;
	text-align: left;
	width:533px;


}

.post .title {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 3px solid #E0E1D6;
	font-size: 22px;
	font-weight:400;
		text-shadow: 1px 1px 0px #FFFFFF;
	color: #373737;
}

.post .title a {
	border: none;
	color: #373737;
}


.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 14px;
	font-weight: 300;

}

.pic{
	border: none;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 4px 4px 4px #000;
	
			-moz-box-border-radius: 25px 25px 25px 25px;
	-webkit-box-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	margin: 10px;
}


.thumbs{
	text-align:center;

}

.thumbs img{
	border: none;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 4px 4px 4px #000;
	
				-moz-box-border-radius: 5px 5px 5px 5px;
	-webkit-box-border-radius:5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 5px;
	
}

.rollover{

	
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 6px #000;
	
					-moz-box-border-radius:25px 25px 25px 25px;
	-webkit-box-border-radius:25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	width:190px;
	height:162px;
	border: 2px solid #333;
	
	
	}







.sidebar {
	float: left;
	width: 205px;
	padding: 0;
	margin: 15px 5px 5px 5px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align: left;
}

.sidebar ul {
	display:block;
	margin: 0;
	padding: 0;
	list-style: none;
	

}

.sidebar li {

	margin-left:3px;
	margin-right:3px;
	text-align: left;
	text-transform: uppercase;
	text-decoration:none;
	border-bottom: 1px #666666 dashed;
	
}

.sidebar a{
	text-align: left;
display: block;
padding:6px;
color:#3BB776;
text-decoration:none;
	color:#000;
	
	-webkit-transition:all 0.5s ease-in-out;
	 -moz-transition:all 0.5s ease-in-out;
	 -ms-transition:all 0.5s ease-in-out;
	 -o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;

}



.sidebar ul li a:hover {
	padding-left:12px;
background:#E6D5CB;
	text-transform: uppercase;
	text-decoration:none;
color:#067F02;


}





.sidebar2 {
	float: right;
	width: 205px;
	padding-right:5px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	margin: 15px 5px 5px 5px;
}

.sidebar2 ul {
	display:block;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	text-align: right;

}

.sidebar2 li {
padding: 6px;


	
	text-align: right;
	text-transform: uppercase;
	text-decoration:none;
	border-bottom: 1px #666666 dashed;
}

.sidebar2 a{
display: block;

text-transform: uppercase;
text-decoration:none;

	color:#000;

	   text-shadow:
    -1px -1px 2px #FFF,
    1px -1px 2px #fff,
    -1px 1px 2px #fff,
    1px 1px 2px #fff;
}


.sidebar2 ul li a:hover {
	color:#093;
		text-transform: uppercase;
	text-decoration:none;
}


#footer{
	background-image: url(images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
border-top:4px solid #CCC;
	overflow: hidden;
	height: 70px;
	/*margin-bottom: 2em;*/
	width: 100%;
	text-align:left;
		font-family: 'Open Sans', sans-serif;
		list-style:none;
		color:#CCC;
		margin:0px;

}

#footer h1{
	
	font-size:16px;
	   text-shadow:
    -1px -1px 1px #000,
    1px -1px 1px #000,
    -1px 1px 1px #000,
    1px 1px 1px #000;
	
	list-style: none;
	text-align: left;
	font-weight:400;
	border-bottom:2px solid #999;
	
margin-top:5px;
 margin-bottom:3px;
 margin-right:20px;
 margin-left:20px;
	
	}
	
#footer ul{
	
	list-style:none;
	}	
	

#footer a {
	text-decoration: underline;
	color: #909090;
}

#footer a:hover {
	text-decoration: none;
	color: #383838;
}

	.floater{
		z-index:2;
		position:absolute;
		
	margin-top:5px;
	margin-left:20%;
	
	height:80px;
	width:30%;
	background: rgba(255,255,255,0);
	border: 2px solid #000;
	border-radius:0 0 20px 20px;
	color:#0C0;
	font-size:36px;
	text-shadow:0 0 2px 2px #000;
	}