/*
Author Name : 	Martin S
Author Site : 	http://martin.sankofi.com
Style Name : 	simple as fart!
Version : 		0.5
Comments : 	Based on john t p's tutorial
License: 		http://creativecommons.org/licenses/by-nc-sa/2.5/
*/

body {
font-family: arial, comic sans ms, helvetica, sans-serif !important;
background: #fff !important;
font-size: 62.5% !important;
color: #333 !important;
margin: 0 !important;
_margin: 0 !important;
padding-top: 0px;
padding-bottom: 10px;
}

#page {
width: 950px !important; /*Width of entire Blog*/
_width: 950px !important; /*Check in IE to get the value that matches your blog*/
border: 0px !important;
padding: 0px !important;
_padding: 0px !important;
}

#header {
background: #ffffff url('header11.jpg') no-repeat !important;
height: 115px !important; /*sets the height of header*/
_height: 115px !important; /*IE tweak*/
border: none !important;
padding: 0px;
margin: 0px;
position: relative;
}
ul.menu {
margin-bottom: 2px;
padding-left: 2px;
width: 90% !important;
word-spacing: 0;
}
ul.menu li a {
font: 1em Verdana, Helvetica, Arial, Sans-Serif;
color: #000;
font-weight: bold;
}
ul.menu li a:hover{
background: #cccccc !important; /* hover background menu item color */
color: #cccccc !important; /* text color when hovered */
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
color: #cc0000 !important; /* active tab hover text color */
background: #ffffff !important; /* active tab background color */
}