/*  
Theme Name: MiniPress Mayhem
Theme URI: http://MiniPressmayhem.com
Description: MiniPress Mayhem Theme coded exclusively by MiniPressMayhem.com and Jeremy Gatica. A very simple "minisite salesletter" theme.
Version: 1.0
Author: Minipressmayhem.com
Author URI: http://www.minipressmayhem.com
*/

/* CSS Document */

body {
	background-color:#000000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
a {
	text-decoration: none;
	color:#000000;
	}
	
a:hover {
	color:#666666;
	}

#main_container {
	width:778px;
	margin: 0 auto;
	background-color:#000066;
	background-image: url(images/content.jpg);
	}
	
#header {
	width:778px;
	height:191px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	}
	

#content {
	width:670px;
	padding-left: 65px;	
	}

div.page_navigation {
	text-align: center;
	margin-top: 10px;
}

div.pagination { 
	clear: both;
	margin-top: 20px;
}
div.pagination div.left a { 
	float: right;
	padding-left: 10px;
}

div.pagination div.right a { 
	float: left;
	padding-right: 10px;
}

#navigation {
	padding-top: 30px;
	list-style: none;
	text-align:center;
	}
#navigation li { 
	display: inline;
 	}
#navigation a {
	padding:3px;
	}

#second_navigation {
	list-style: none;
	text-align:center;
	}
#second_navigation li { 
	display: inline;
 	}
#second_navigation a {
	padding:3px;
	}

	
/* COMMENTS FORM */
form#commentform { 
	margin: 0 0 40px 86px;
	}
form#commentform textarea { 
	width: 490px;
	}

#footer {
	clear: both;
	width:778px;
	height:83px;

	text-align:center;
	font-size:12px;
	background:#000066 url(images/footer.jpg)
	}
	
.clearer { clear: both; display: block; }
