/*
-------------------
Custom Theme Styles
-------------------
*/
body {
	color: #10232e; font-family: "Open Sans", sans-serif;
	font-weight: 400; font-size: 16px;
	
	background-color: #faf6f1;
}
	.wrapper {
		background-color: rgba(255, 255, 255, 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: 200;
			color: #10232e; font-size: 38px;
		}
		h2 {
			font-family: "Raleway", sans-serif; font-weight: 400;
			color: #ffffff; font-size: 42px;
		}
		h3 {
			font-family: "Raleway", sans-serif; font-weight: 700;
			color: #eb5a5c; font-size: 16px;
		}
		nav {
			font-family: Arial, Helvetica, sans-serif; color: #29414f;
			 font-weight: bold; font-size: 14px;
		}
				article {
					float: left;
					width: 60%;
				}
				aside {
					float: right;
					width: 30%;
				}
			


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