/*  
Theme Name: Mulberry House B & B
Theme URI: http://www.betterwebspace.com
Description: The Mulberry House Theme
Version: 0.1
Author: Keiron Skillett
Author URI: http://www.betterwebspace.com

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: center;
	}

#header {
	background: #fff;
	text-align:center;
	}


#content {
	font-size: 1.2em;
	
	}

.sidebar {
	height: 300px;
	display: block;
	clear : both;
}
.maincontent {
	float: center;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 80%;
	}



#footer {
	background: fff;
	border: none;
	}


h1, h2 {
	color: #db1f60;
	text-decoration:strong;
}
#Menu {
	background-color:#db1f60;
	width: 60%;
}
#Menu, #Menu a	{
	font-family: verdana, arial;
	font-size : 1.3em;
	 color: #fff;
	text-decoration:none;
}
#Menu  a:hover {
	 color: #483d8b;
        text-decoration:strong;
}


