/*
-------------------
Custom Theme Styles
-------------------
*/
body {
	color: #515151; font-family: "Lato", sans-serif;
	font-weight: 400; font-size: 18px;
	
	background-color: #fbe9d0;
		background-image: url('/uploads/site/background_image/32/background06.png');
		background-repeat: repeat;
		background-attachment: fixed;
		-moz-background-size: auto; -webkit-background-size: auto; background-size: auto;
}
	.wrapper {
		background-color: rgba(251, 233, 208, 0.57);
		
		width: 847px;
		
		-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; 
	}
		header {
			width: 847px;
		}
		h1 {
			font-family: Oswald, sans-serif; font-weight: 400;
			color: #ef935d; font-size: 70px;
		}
		h2 {
			font-family: Oswald, sans-serif; font-weight: 400;
			color: #ef935d; font-size: 49px;
		}
		h3 {
			font-family: "Lato", sans-serif; font-weight: 700;
			color: #ef935d; font-size: 27px;
		}
		nav {
			font-family: Rokkitt, serif; color: #ef935d;
			 font-weight: 700; font-size: 23px;
		}
				article {
					float: left;
					width: 60%;
				}
				aside {
					float: right;
					width: 30%;
				}
			


/*
-------------------
Custom CSS Setting
-------------------
*/
