/*
-------------------
Custom Theme Styles
-------------------
*/
body {
	color: #515151; font-family: "Josefin Sans", sans-serif;
	font-weight: 400; font-size: 16px;
	
	background-color: #eceade;
		background-image: url('/uploads/site/background_image/426/athens_purple_background.jpg');
		background-repeat: repeat;
		background-attachment: fixed;
		-moz-background-size: auto; -webkit-background-size: auto; background-size: auto;
}
	.wrapper {
		background-color: rgba(255, 255, 255, 1.0);
		
		width: 854px;
		
		-moz-border-radius: 17px; -webkit-border-radius: 17px; border-radius: 17px; 
	}
		header {
			width: 854px;
		}
		h1 {
			font-family: Amarante, sans-serif; font-weight: normal;
			color: #000000; font-size: 60px;
		}
		h2 {
			font-family: Amarante, sans-serif; font-weight: normal;
			color: #ffffff; font-size: 21px;
		}
		h3 {
			font-family: "Alegreya Sans SC", sans-serif; font-weight: normal;
			color: #000000; font-size: 21px;
		}
		nav {
			font-family: Amarante, sans-serif; color: #000000;
			 font-weight: normal; font-size: 18px;
		}
				article {
					float: left;
					width: 60%;
				}
				aside {
					float: right;
					width: 30%;
				}
			


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