/*
-------------------
Custom Theme Styles
-------------------
*/
body {
	color: #22343e; font-family: Cabin, sans-serif;
	font-weight: 400; font-size: 16px;
	
	background-color: #fff696;
}
	.wrapper {
		background-color: rgba(255, 252, 211, 1.0);
		
		width: 904px;
		
		-moz-border-radius: 9px; -webkit-border-radius: 9px; border-radius: 9px; 
	}
		header {
			width: 904px;
		}
		h1 {
			font-family: "Raleway", sans-serif; font-weight: 700;
			color: #2e78b5; font-size: 58px;
		}
		h2 {
			font-family: "Permanent Marker", cursive; font-weight: normal;
			color: #0c48d0; font-size: 24px;
		}
		h3 {
			font-family: Cabin, sans-serif; font-weight: 700;
			color: #de8d30; font-size: 16px;
		}
		nav {
			font-family: Arial, Helvetica, sans-serif; color: #ffffff;
			 font-weight: bold; font-size: 14px;
		}
				article {
					float: left;
					width: 60%;
				}
				aside {
					float: right;
					width: 30%;
				}
			


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