/*
Author Name : Aaron Post
Author Site : http://www.artietheclown.com
Style Name : Artie
Style URI : 
Version : 2.0
Comments : 
*/


body {
	font-family: lucida sans, arial, comic sans ms, helvetica, sans-serif !important;
	background: #050973 url('images/bg.gif') repeat-x top left !important;
	font-size: 62.5% !important;
	color: #333 !important;
	margin: 0 !important;
	_margin: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
	}

h2 { 
	font-family: comic sans ms, lucida sans, arial, helvetica, sans-serif !important;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}


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

/*width 180 padding 10 */

#sidebar-main {
	float: left;
	width: 0px;
	padding: 0px;
	}

#primary {
	position: relative;
	float: left;
	width: 640px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	}

#header {
	background: #06096a url('header.gif') no-repeat !important;
	height: 161px !important; /*sets the height of header*/
	_height: 161px !important; /*IE tweak*/
	border: none !important;
	padding: 0;
	margin: 0;
	position: relative;
	}

/* Hide header title */
h1{
	display: none;
	}

#header .description {
	display: none;
	}

/* Edit navigation menu.  

Increase the value of margin-bottom until you get the menu to reach above header

padding-left lets you move the menu away from the default left side

width lets you control the spacing between the links in the menu

word-spacing lets you control the space between the words */

ul.menu {
	padding-left: 205px;
	width: 90% !important;
	word-spacing: 0;
	}

/* Menu font */
	ul.menu li a {
	font: 14px Lucida Sans, Verdana, Helvetica, Arial, Sans-Serif;
	color: #ffffff;
	}

/* Menu hover */
ul.menu li a:hover{
	background: #437bf0 !important; /* hover background menu item color */
	color: #ffffff !important; /* text color when hovered */
	}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #003366 !important; /* active tab hover text color */
	background: #ffffff !important; /* active tab background color */
	}