/* Style settings */
/* body {
	font-family: Domine, serif; color: #515151;
	font-weight: 400; font-size: 16px;
	
	background-color: #f1f1df;
	background-image: url('/uploads/theme/background_image/6/background06.png');
	background-repeat: repeat;
	background-attachment: fixed;
	-moz-background-size: auto; -webkit-background-size: auto; background-size: auto;
}
	.wrapper {
		background-color: rgba(255, 255, 255, 1.0);
		
		width: 854px;
		
		
		-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	}
	
	h1 {
		font-family: Domine, serif; color: #291222;
		font-weight: 400; font-size: 60px;
	}
		h1 img {
			max-width: 100%;
		}
	h2 {
		font-family: Domine, serif; color: #ffffff;
		 font-weight: 400; font-size: 21px;
	}
	h3 {
		font-family: "Open Sans", sans-serif; color: #eb884b;
		 font-weight: 400; font-size: 14px;
	} */
	
		article {
			float: left;
			width: 60%;
		}
		aside {
			float: right;
			width: 30%;
		}

.wrapper { border: 1px solid #cacaca; padding: 50px; }

h1 { text-align: center; }
nav { background-color: transparent; text-align: center; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; margin-bottom: 2em; }
nav .current { background-color: #fef5e0; color: #393939; border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; }

.banner { position: relative; }
.banner h2 { background-color: rgba(209, 121, 66,0.9); position: absolute; left: 0; bottom: 0; padding: 20px; width: 920px; }

h3 { text-transform: uppercase; }

article { padding-left: 0; }
aside { padding-right: 0; }