/*
	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	: Sam Bible
	Author Site	: www.sitecoffee.com
	Scheme Name	: KreggKish
	Comments	: Copyright (C) 2006. All rights reserved.
*/

/* Structure */
body {
	background: #8e370c url('kreggkish/body_bg.png') top center repeat-y;
	}
#page {
	background: #fff url('kreggkish/page_bg.png') top center repeat-y;
	border: 0;
	padding-top:0;
	padding-bottom:0;
	_width:760px;
	}
#header {
	background: url('kreggkish/header.png') center center no-repeat;
	width: 780px;
	height: 200px;
	}
.primary {
	_margin: 0 20px 0 35px; /* IE Hack */
	}
.primary p {
	font-size:1.2em;
	text-align:left;
	}
div.item {
	background: url('kreggkish/grass.png') bottom right no-repeat;
	border-bottom: 2px solid #F0E8D7;
	_z-index:-1;
	}
.secondary {
	font-size: 1.1em;
	background: #F0E8D7 url('kreggkish/grass.png') top center no-repeat;
	}
.secondary .sb-latest, .secondary .sb-about, .secondary .sb-latest, .secondary .sb-categories, .secondary .sb-months, .secondary .sb-links, .secondary .sb-other {
	background: url('kreggkish/secondaryh2.png') no-repeat;
	padding:6px 10px 6px 10px;
	margin:0 0 0 5px;
	}
.secondary .sb-latest h2, .secondary .sb-about h2, .secondary .sb-latest h2, .secondary .sb-categories h2, .secondary .sb-months h2, .secondary .sb-links h2, .secondary .sb-other h2 {
	color:#fff;
	padding-bottom:20px;
	}
.secondary .sb-generic, .secondary .sb-search {
	padding:6px 10px 6px 10px;
	margin:0;
	}

/* Text Styling */
a {
	color:#8e370c;
	}
a:visited {
	color:#5C2208;
	}
.feedlink img { /* On the sidebar */
	right: 10px;
	}
.primary .item .itemtext {
	font-size: 1.1em;
	}
.itemhead h3 {
	background: url('kreggkish/g_bullet.png') center left no-repeat;
	padding: 2px 0 2px 25px;
	margin-right:10px;
	}
.itemhead h3 a {
	color:#606842;
	}

/* Forms */
#LSResult, #searchcontrols, .LSRow:hover, #LSHighlight, #LSHighlight:hover {
	padding-left:5px;
	}
textarea, input {
	border: 1px solid #95825F;
	}

/* Comments */
#comments li {
	border-bottom: 2px solid #F0E8D7;
	}
.commentslink {
	float:right;
	_z-index:5;
	}
.comments .commentlist li.authorcomment {
	background:#F0E8D7;
	}
#comments h4 a {
	font-size:.8em;
	color:#ccc;
	}

/* Lists */
.secondary ul, .secondary ol {
	margin: 15px 20px;
	padding-left: 0;
	font-size:1.2em;
	}
.secondary p {
	font-size:1.2em;
	}
.secondary ul {
	_margin-left: 15px; /* IE Fix */
	}
.secondary ol {
	margin-left: 15px;
	}
.secondary ul li, .secondary ol li {
	margin: 0;
	padding: 1px 0;
	}
.secondary ul li {
	list-style-type: none;
	list-style-image: url('kreggkish/sb_bullet.png');
	}
ol li {
	list-style: decimal outside;
	}

/* Tab Menu */
.admintab {
	position:relative;
	}
ul.menu {
	right: 30px;
	bottom:5px;
	text-align:right;
	height:30px;
	}
ul.menu ul {
	padding:10px 10px 0 10px;
	margin-bottom:0;
	}
ul.menu li  {
	float:right;
	background:url("kreggkish/r_tab.png") no-repeat right top;
	margin:0;
	padding:0;
	height:100%;
	}
ul.menu li a  {
	background:url("kreggkish/l_tab.png") no-repeat left top;
	padding:8px 15px;
	font-size:12px;
	display:block;
	}
ul.menu li.current_page_item  {
	background:url("kreggkish/r_tabon.png") no-repeat right top;
	}
ul.menu li.current_page_item a {
	background:url("kreggkish/l_tabon.png") no-repeat left top;
	}

/* Footer */
#footer {
	background: url('kreggkish/footer.png') top center no-repeat;
	height: 100px;
	padding-top:15px;
	margin: 0 auto;
	position:relative;
	width:780px;
	text-align:left;
	}
#disclaimer {
	float: left;
	display: inline;
	width: 425px;
	margin: 25px 25px 0 40px;
	}
#disclaimer p {
	margin: 0 0 15px;
	}
#footerfeeds {
	height: 1%;
	float: right;
	display: inline;
	margin: 25px 40px 0 25px;
	}
#footerfeeds ul {
	margin: 0;
	padding: 0 0 10px 45px;
	background: url(kreggkish/footerfeed.gif) no-repeat;
	}
#footerfeeds li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: none;
	line-height: 1.4em;
	}