@charset "UTF-8";
/* CSS Document */


		/*Theme Name: Mothers of The Gods
		Description: For Leon Rufus Novel
		Designer: Victor Ramirez
		Slicer/Coder: Victor Ramirez

		/* Generic Styles */
		
		body {
			background: url(../images/gradient.png) repeat-x;
			text-align:center;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			line-height: 20px;
		}
		
		h1, h2, h3, h4, h5 {
			margin: 5px 0;
		}
		h2 {font-size: 20px;
		color:#000;
		margin: 0 px;
		padding: 0px;
		}
		
		h3 { font-size:20px;
		color:#000;
		line-height: 10px;
		padding-bottom:0px;
		text-transform:uppercase;
		font-style:italic;
			}
		
		h4 {font-size:20px;
		color:#000;
			}
		
		p {
			color:#000;
			font-size: 16px;
			margin: 0px;
			}
		
		p2 {
			color:#000;
			font-size: 15px;
			padding-top: 0px;
			margin: 0px;
			line-height:18px;
			}
		
		a {
			text-decoration:none;
			color: #4c83ec;
			}
		
		a:hover {
			text-decoration:underline;
			color:#f2be3a;
			}
			
		a:visited {
			color: #4c83ec;
			}

		
		/*MAIN CONTENT*/
		
		#main {
			overflow: hidden;
			}
		
		#main #primarycontent {
			padding-left:104px;
			padding-right:20px;
			float: left;
			width: 499px;
			height: 660px;
			padding-top:40px;
			}
		
		#main #secondarycontent {
	float: right;
	width: 351px;
	background-color: #b9c4d9;
	padding-right: 10px;
	padding-left:20px;
	padding-top:40px;
	padding-bottom:100px;
			}
			#blockquote {
			background-color:b9c4d9;
			padding-right:30px;
			position:relative;
			}
		
		#container {
			width:1004px;
			margin:auto;
			text-align:left;
			position:relative;
			background-color:#FFF;
			}
		
		#container #main li {
			color: #FFF;
			font-size 14px;
			margin-bottom:27px;
			}
		
		#container ul#nav {
			float:right;
			height: 20px;
			margin: 0;
			margin-top: 540px;
			}
		
		#nav li {
			float:left;
			font-size: 24px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			text-align:center;
			width:200px;
			height: 11px;
			margin-right: 37px;
			list-style:none;
		}
		#nav li a {
			color: #6D8BBA;
			height: 11px;
			display: block;
			padding-top: 1px;
			text-align: center;
		}
		
		#header {
			width:1004px;
			height: 575px;
			background-image:url(../images/header.png)		
		}
		
		#footer {
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color:4c83ec;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	height: 76px;
	position:relative;
	background-color: #020D23;
		}
		
		#footer p {
			color:#4c83ec;
			padding-top:30px;
		}
		
		#footerinfo #a {
			color:#999;
			
		}
