
* { outline:none; }

body { 
	background-image:url(mmf-body.jpg);
	padding-top:10px;
}

a {
	color: #c03;
}

#header {
	background: url(mmf-header.jpg) no-repeat top center;
	/*background: #B0BFDE;
	color:#fff;
	margin:11px;
	border:solid 1px #c03;
	border-width:1px 0;
	*/
}

#header h1 a { color:#fff; }

#header form input { 
/*
	padding:10px; 
	border:solid 1px #c03; 
	color:#666; 
*/
}

#header form button {  }

#navigation {
	background-color: #B0BFDE;
	border-color: #647baa;
}

#navigation li a {
	color: #ffffff;
}

.post h2 a {
	background-color: none;
}

.first h2 a {
	background-color: none;
}

.post h3 {
	color: #c03;
}

#sidebar h2 {
	color: #ffffff;
	background-color: #B0BFDE;
	border-color: #647baa;
}

#sidebar ul { width:280px; }
#sidebar div { width:280px; padding:5px 10px 10px 10px; }

#sidebar ul li {
	border-bottom: 1px dashed #cccccc;
}
#sidebar ul li a {
	color: #c03;
}
#sidebar ul li a:hover {
	color: #f30;
}
		
#footer {
	background-color: none;
	color: #999999;
	border: none;
}

#footer a {
	color: #999999;

}

.post blockquote {

	border-left: 2px solid #e6e6e6;
}

.commentdetails img {
	border: 1px solid #CCCCCC;
}

.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}

#postnav { padding:5px; }
