/* Style settings */
/* body {
	font-family: "PT Serif", serif; color: #333333;
	font-weight: 400; font-size: 16px;
	
	background-color: #fff8ea;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-moz-background-size: center; -webkit-background-size: center; background-size: center;
}
	.wrapper {
		background-color: rgba(255, 248, 234, 0.0);
		
		width: 854px;
		
		
		-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	}
	
	h1 {
		font-family: "Vast Shadow", cursive; color: #fff8ea;
		font-weight: normal; font-size: 52px;
	}
		h1 img {
			max-width: 100%;
		}
	h2 {
		font-family: "PT Serif", serif; color: #fff8ea;
		 font-weight: 400; font-size: 21px;
	}
	h3 {
		font-family: "Raleway", sans-serif; color: #6a221e;
		 font-weight: 400; font-size: 21px;
	} */
	
		article {
			float: left;
			width: 60%;
		}
		aside {
			float: right;
			width: 30%;
		}

body { background-repeat: repeat-x; }
.top_bar { width: 100%; margin: 0 auto; padding-top: 40px; padding-bottom: 62px; background: url('/uploads/theme/nav_image/22/austin_background.png') center top repeat-x ; }
.top_bar h1 { text-align: center; text-transform: uppercase;  margin-bottom: 0;  }
.wrapper { padding-top: 0; }

.banner { position: relative; }
.banner h2 { position: absolute; left: 0; bottom: 0; padding: 25px 30px; background-color: rgba(99,  29, 24, 0.9); width: 100%; }

nav {  background-color: #6a221e;  text-transform: uppercase; }
nav .current { background-color: #591814; }