/*
	Author Name	: Jez McKean
	Author Site	: http://jezmckean.com/
	Style Name	: vukutu
	Style URI	:
	Version		: 1.1
	Comments	: Created for vukutu.com. Updated for WP2.5
*/

body {
	background: #555555 url("http://www.vukutu.com/style/stripes.gif") center top;
}
	

#page {
	/* The entire design is contained within the 'page' id */
	background: white;
	border: none;
	padding: 0;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #555555 url("http://www.vukutu.com/style/stripes.gif") center top;
	margin-bottom: 0.5em;
}

#header h1 {
	font-size: 0pt;
	width: 425px;
	height: 165px;
	margin: auto;
	background: url("http://www.vukutu.com/images/vukutu-blog.png") center top no-repeat;
}

	
.primary {
	/* Contains the main column */
	}

.content {
	background-image: none;
	background-color: white;
}


.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	
	margin: 0;
	padding: 0.5em 0;
	
	height: 2em;
	line-height: 2em;
	background: #ff6600 url("http://www.vukutu.com/style/oo.gif") left top repeat-x;
}

ul.menu li {
	height: 2em;
	line-height: 2em;
	display: inline;
	margin: 0.25em;
	padding: 0;
	float: none;
}

ul.menu li a {
	color: black;
	-moz-border-radius: 3px;
}

ul.menu li.current_page_item {
	background-color: black !important;
	color: white;
}
