/* LINKS */

a {
	color: #98642B;
	text-decoration: none;
	}

h2 a:hover, h2 span a:hover {
	color: #98642B !important;
	}

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

.entry-content a:visited {
	color: #443B2F;
	}

#page h2 a:hover {
	text-decoration: none;
	color: #444444;
	}

/* PAGE LAYOUT */

body {
	background: #443B2F;
	}

#page {
	/* The entire design is contained within the 'page' id */
	background: #98642B;
	padding-top: 10px;
	}

#header {
	/* Contains the H1 and menu */
	background: transparent url(header.jpg) no-repeat;
	height: 220px;
	}

#primary {
	background: transparent url(corner-bg.gif) top right no-repeat;
	}

/* MAIN MENU */
	
ul.menu {
	padding-top: 20px;
	left: 10px;
	}
	
ul.menu li a {
	font-size: 1.2em;	
	}

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

ul.menu li a:hover {
	background: #764A1B;
	text-decoration: none;
	}	

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333;
	background: #ffff99 url(menu-bg.gif) no-repeat;
	text-decoration: none;
	}	

/* CONTENT */

.content ul {
	list-style-type: disc;
	}

.content li {
	padding: 0;
	line-height: 1.2em;
	}

#commentform {
	width: 480px;
	}

#commentform input, #commentform textarea {
	border: 1px solid #98642B;
	background-color: #E2D47A;
	}

#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #443B2F;
	background-color: #FFF7BF;
	}

#commentform textarea {
	}

/* IMAGES */

img.size-thumbnail {
	background: transparent url(img-bg-133.gif) no-repeat;
	padding: 6px;
	}

img.size-medium {
	background: transparent url(img-bg-150.gif) no-repeat;
	padding: 6px;
	}

img.size-large {
	background: transparent url(img-bg-300.gif) no-repeat;
	padding: 6px;
	}

img.alignright {
	margin-right: 10px;
	}

/* HOME PAGE */

.homesection {
	height: 240px;
	width: 500px;
	float: left;
	padding: 3px 0 0 2px !important;
	padding: 7px 0 0 6px;
 	background: transparent url(homesection-bg.gif) no-repeat;
	}

.homesection h3 {
	text-align: center;
	margin-right: 20px;
	}

.homesection p {
	margin-right: 20px;
	padding-left: 10px !important;
 	}

.homesection a:link, .homesection a:visited, .homesection a:hover {
	text-decoration: none;
	color: #444;
	}

.homesection img.alignright {
	margin-right: 4px !important;
	margin-right: 12px;
	margin-left: 4px !important;
	margin-left: 12px;
 	}

.homesection img.alignleft {
	margin-right: 6px !important;
	margin-right: 12px;
	}

.homesection:hover {
	background: transparent url(homesection-bg2.gif) no-repeat;
	}	

/* OTHER K2 STYLES */

.meta-start, div.entry-date, div.entry-categories, .meta-end {
	display: none;
	}

#primary {
	/* Contains the main column */
	background-color: #fFff99;
	}

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

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

#sidebar-1 {
	/* The first sidebar */
	margin-top: 26px;
	}

#sidebar-1 p {
	padding-top: 6px;
	}
	
#sidebar-1 h4 {
	margin-top: 10px;
	padding-top: 6px;
	}
	
#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	font-size: 1.2em;
	color: #fff;
	position: relative;
	padding: 0 10px;
	overflow: hidden;
	}

.secondary div p {
	margin-top: 1em;
	}

.sb-latest, .sb-links {
	display: none;
	}

.footerfeedlinks {
	display: none;
	}


