/* DailyGenesis.com */
/* Main.css */
/* by Tim Wall
--------------------------------------- */


@import url("c/blogStyle.css");


/* basic styles
--------------------------------------- */

body {
	font: 15px Georgia, "Times New Roman", Times, serif;
	background-color: #0D193F;
	color: #182D72;
	}
	
a {
	color: #9AB2FE;
	}
	
a:hover {
	text-decoration: none;
	}



/* structure and layout
--------------------------------------- */

div#wrapper {
	width: 1000px;
	padding: 0 25px;
	margin: 0 auto;
	}



/* content
--------------------------------------- */

h1 {
	font-size: 3.5em;
	}