/*
-------------------
Custom Theme Styles
-------------------
*/
body {
	color: #515151; font-family: Varela, sans-serif;
	font-weight: normal; font-size: 14px;
	
	background-color: #bfbfbf;
		background-image: url('/uploads/site/background_image/268/background02.png');
		background-repeat: repeat;
		background-attachment: fixed;
		-moz-background-size: auto; -webkit-background-size: auto; background-size: auto;
}
	.wrapper {
		background-color: rgba(255, 255, 255, 0.52);
		
		width: 854px;
		
		-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; 
	}
		header {
			width: 854px;
		}
		h1 {
			font-family: "Permanent Marker", cursive; font-weight: normal;
			color: #393939; font-size: 50px;
		}
		h2 {
			font-family: Varela, sans-serif; font-weight: normal;
			color: #ffffff; font-size: 48px;
		}
		h3 {
			font-family: "Open Sans", sans-serif; font-weight: 400;
			color: #51b5b7; font-size: 16px;
		}
		nav {
			font-family: "Raleway", sans-serif; color: #3a7d7c;
			 font-weight: 200; font-size: 18px;
		}
				article {
					float: left;
					width: 60%;
				}
				aside {
					float: right;
					width: 30%;
				}
			


/*
-------------------
Custom CSS Setting
-------------------
*/
nav { height: 135px; }