/*
Theme Name: Mimmos Mafia
Theme URI: http://www.pro-kare.com/
Description: Mimmo's Pizza theme.
Version: 1.1
Author: Chris Beavers
Author URI: http://chrisbeavers.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Mimmos Mafia v1.1
	 http://www.pro-kare.com

	This theme was designed and built by Chris Beavers,
	whose blog you will find at http://chrisbeavers.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, san-serif;
	background: url(images/body-bg.png) repeat-x top #25408f;
	}

p, li {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
	}

h1 { font-size: 3.0em; margin-bottom: 0.8em;}
h2 { font-size: 2.0em; text-transform: uppercase; margin-bottom: 0.8em; }

.clear { clear: both; }


div#header-image {
	height: 385px; 
	background: url(images/header-bg.jpg) repeat;
	list-style: none;
	padding-left: 0px;
	}

div#page-wrap {
	width: 776px;
	margin: 0 auto;
	background: url(images/text-body-bg.png) repeat;
	}

	* {  
	    margin:0;  
	    padding:0  
	    }  

	#nav {  
	    background:#577da2;  
	    border-bottom:1px solid #FFF;  
	    height:32px;  
	    }  

	#nav li {  
	    margin-right:25px;  
	    }  

	#nav li, #subnav li {  
	    float:left;  
	    list-style:none  
	    }  

	#nav a, #nav a:visited {  
	    color:#FFF;  
	    text-decoration:none;  
	    font-weight:bold  
	    }  

	#nav a:hover, #nav a:active,  
	li.current_page_parent a,  
	li.current_page_parent a:visited,  
	#nav li.current_page_item a,  
	#nav li.current_page_item a:visited  
	        {  
	    background:#295887  
	    }  

	#subnav {  
	    background:#e6eef7;  
	    border-top:2px solid #577da2;  
	    border-bottom:2px solid #cad8e6;  
	    height:28px;  
	    }  

	#subnav li {  
	    border-right:1px solid #295887;  
	    padding:0 7px;  
	    }     

	#subnav a, #subnav a:visited {  
	    color:#295887;  
	    text-decoration:none;  
	    font-weight:bold  
	    }  

	#subnav a:hover, #subnav a:active,  
	#subnav li.current_page_item a,  
	#subnav li.current_page_item a:visited {  
	    text-decoration:underline  
	    }

div#follow {
	padding-right: 20px;
}

div#main-content {
	padding-bottom: 50px;
	}

	div#main-content div#left-col {
	float: left;
	width: 530px;
	padding-left: 15px;
	padding-right: 15px;
	}
	
	div#main-content div#right-col {
	float: left;
	width: 200px;

	padding-top: 15px;
	padding-right: 15px;
	}
	
	a.button:link, a.button:visited {
		background-color: #f1a42b;
		margin: 5px 0px;
		padding: 5px 10px;
		color: #FFFFFF;
		text-decoration: none;
		border-top: 1px solid #f8c575;
		border-right: 1px solid #a06404;
		border-bottom: 2px solid #a06404;
		border-left: 1px solid #f8c575;

	}
	a.button:hover {
		background-color: #bd282d;
		margin: 5px 0px;
		padding: 5px 10px;
		color: #FFFFFF;
		text-decoration: none;
		border-top: 2px solid #84171b;
		border-right: 1px solid #d8777a;
		border-bottom: 1px solid #d8777a;
		border-left: 1px solid #84171b;
	}


	a.button1:link, a.button1:visited {
		background-color: #25408f;
		margin: 5px 0px;
		padding: 5px 10px;
		color: #FFFFFF;
		text-decoration: none;
		border-top: 1px solid #f8c575;
		border-right: 1px solid #a06404;
		border-bottom: 2px solid #a06404;
		border-left: 1px solid #f8c575;

	}
	a.button1:hover {
		background-color: #bd282d;
		margin: 5px 0px;
		padding: 5px 10px;
		color: #FFFFFF;
		text-decoration: none;
		border-top: 2px solid #84171b;
		border-right: 1px solid #d8777a;
		border-bottom: 1px solid #d8777a;
		border-left: 1px solid #84171b;
	}

div#footer {
	background: url(images/footer-bg.jpg) no-repeat;
	color: white;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	border-top: 2px solid #7e0000;
	text-align: center;
	}