/*
-------------------
Custom Theme Styles
-------------------
*/
body {
	color: #333333; font-family: "PT Serif", serif;
	font-weight: 400; font-size: 16px;
	
	background-color: #fff8ea;
}
	.wrapper {
		background-color: rgba(255, 248, 234, 0.0);
		
		width: 854px;
		
		
	}
		header {
			width: 854px;
		}
		h1 {
			font-family: "Vast Shadow", cursive; font-weight: normal;
			color: #fff8ea; font-size: 52px;
		}
		h2 {
			font-family: "PT Serif", serif; font-weight: 400;
			color: #fff8ea; font-size: 21px;
		}
		h3 {
			font-family: "Raleway", sans-serif; font-weight: 400;
			color: #6a221e; font-size: 21px;
		}
		nav {
			font-family: "Raleway", sans-serif; color: #fff8ea;
			 font-weight: 400; font-size: 14px;
		}
				article {
					float: left;
					width: 60%;
				}
				aside {
					float: right;
					width: 30%;
				}
			


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