/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Scheme Name	:
	Comments	:
*/

a {
	
	font-weight: bold;
	
	}
a:link {color: #ACB57F }
a:visited {color: #ACB57F }
a:hover {
	color: #5C6141; 
	font-style: normal;
	}
a:active {color:#ACB57F  }

.primary a:hover, .primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: none;
	color: #5C6141;
	}
	
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #ACB57F;
	}	
	
	

body {
	background:#A0AA6D;
	padding: 0px; 
	margin: 0px;
	position: relative;
	}



#page {
	/* The entire design is contained within the 'page' id */
	padding: 0px 0px 10px !important;
	_padding: 0px 0 0px !important;
	position: relative;
	margin: 0px auto 0px auto;
	border:0;
	background: url('branch/google_round_bottom2.jpg') no-repeat bottom left;
	width:800px;
	}
	

	

#header {
	/* Contains the H1 and menu */
	background: url('branch/google_branch_copy2.jpg') no-repeat bottom left;
	height: 150px;
	
	}
	
#header h1 {
	padding-left: 250px;
	padding-top: 65px;
	
	}
#header p {
	padding-left: 250px;
	padding-top: 65px;
	}

#webtitle {
	padding-left: 30px;
	padding-top: 0px;
	}
#webtitle h1 a {
	color: #ACB57F;
	}
#webtitle h1 a:hover {
	color: #5C6141;
	}

#header .description { /* Blog description, under blog title */
	font-size: 1em;
	margin: 0 0 0 40px;
	display: inline; /* Checking for IE bug. If people start having problems with header width, then this is it */
	color: black;
	}




	
	
/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a { /* Font default of 1em */
	padding-top: 2px;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 1.5em;    /* default color, non-hover state */
	color: #ACB57F;
	font-weight: bold;
	}

ul.menu li a:hover{
	background: none !important; /* hover background menu item color */
	color: #5C6141 !important;
	border-bottom: 5px solid #5C6141; /* just a hover style, not necessary */
	}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	
	background: none !important; /* active tab background color */
	border-bottom: 5px solid #5C6141;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #5C6141;
	background: white;
	text-decoration: none;
	}



	
.primary {
	/* Contains the main column */
	margin-top: 10px;
	padding: 10px 18px 10px 14px !important;
   	_padding: 15px 10px 10px 22px !important; 
	background: url('branch/google_round_top2.jpg') no-repeat top left;
	background-color: #E2E5C7;
	}

.primary img {
	margin: 10px 10px 10px 10px;
	padding: 0;
	border: 1px solid black;
	}


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

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


.primary .item .itemtext p,
.primary .item .itemtext ul,
.primary .item .itemtext ol,
.primary .item .itemtext div,
.primary .item .itemtext blockquote {
	margin: 2px 0;
	}

.secondary {
	/* Contains the sidebar */
	}

.livesearchform {
	position: relative;
	left: 150px;
	top: -100px;
	}
h2 {	
	font-size: small;
	}

h3 {
	font-size: small;
	}
	
.metadata {
	background: #F9F8E2;
	border-top: 3px solid #A0AA6D;
	padding: 4px;
	
	}
.itemhead h3 a {
	/* color: #ACB57F; */
	font-weight: bold;
	}

.itemhead h3 a:hover {
	/* color: #5C6141; */
	text-decoration: none;
	}
	
