/*
-------------------
Custom Theme Styles
-------------------
*/
body {
	color: #22343e; font-family: Cabin, sans-serif;
	font-weight: 400; font-size: 16px;
	
	background-color: #3a3a3a;
}
	.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: 700;
			color: #ffffff; font-size: 58px;
		}
		h2 {
			font-family: Cabin, sans-serif; font-weight: 400;
			color: #ffffff; font-size: 24px;
		}
		h3 {
			font-family: "Lato", sans-serif; font-weight: 400;
			color: #c95a3b; font-size: 16px;
		}
		nav {
			font-family: Cabin, sans-serif; color: #ffffff;
			 font-weight: 400; font-size: 14px;
		}
				article {
					float: left;
					width: 60%;
				}
				aside {
					float: right;
					width: 30%;
				}
			


/*
-------------------
Custom CSS Setting
-------------------
*/
h1 { background-color: black; }
nav { background-image: none; }