/*
The styles for Bonnie's customization of K2

Author Name	: Lachlan Donald
Author Site	: http://www.ljd.cc
Scheme Name	: Bonnie v3
*/

body {
	background: #F2F2EE url(/wp-content/themes/bonniev3/styles/bonnie/background.gif) 50% 0;
}

#page {
	/* The entire design is contained within the 'page' id */
	margin-top: 20px;
	padding: 0;
}

#header {
	background: #BEAFD2 url(/wp-content/themes/bonniev3/styles/bonnie/banner.png) no-repeat 0% 50%;
}

#header h1, #header p.description {
	display: none;
}

#header .menu {
	margin: 0;
	width: 750px;
	background-color: #DDD1E6;
	left: 0;
	padding-top: 15px;
}

.primary {
	margin-left: 20px;
}

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

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

.secondary {
	/* Contains the sidebar */
}

.primary .itemhead h3 a {
	color: #BEAFD2;
	text-transform: capitalize;
}

.sb-latest a {
	text-transform: capitalize;
}

a, a:visited, a:active {
	color: rgb(119, 119, 119);
}

#livesearch {
	border-style: solid;
	border-color: rgb(170, 170, 170) rgb(221, 221, 221) rgb(221, 221, 221) rgb(170, 170, 170);
	border-width: 1px;
	padding: 3px 5px 3px 20px;
	background: transparent url(/wp-content/themes/bonniev3/styles/bonnie/bg_magnify.gif) no-repeat scroll 4px 50%;
	font-size: 100%;
	color: rgb(153, 153, 153);
	width: 175px !important;
}

