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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@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;
			
		}
