/*  

Theme Name: MiniPress Mayhem

Theme URI: http://MiniPressmayhem.com

Description: MiniPress Mayhem Theme coded exclusively for 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/bg2.jpg);

	background-repeat:repeat-x;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	}

	

a {

	text-decoration: none;

	color:#000000;

	}

	

a:hover {

	color:#666666;

	}



#main_container {

	width:800px;

	margin: 0 auto;

	background-color:#ffffff;

	background-image: url(images/content.jpg);

        

	}

	

#header {

	width:800px;

	height:185px;

	background-image:url(images/site_03.jpg);

	background-repeat: no-repeat;
	margin:0px auto 0px;
        padding:0;             

         

	}

	



#content {

	width:670px;
        background-color:#ffffff;
	padding-left: 65px;	
        margin: 0 auto;
	}



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:800px;

	height:136px;

	text-align:center;

	font-size:12px;

	background:#000066 url(images/footer.jpg)

	}

	

.clearer { clear: both; display: block; }