/* CSS Document */

/*  Custom definitions, for KookyMedia

Colours:
	puce green #85C226
	mid grey #C2C2C2       
	dark grey #4F4A4A
*/

html * {
	border: 0;
	margin: 0;
	}
	
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #4F4A4A;
	background: #fff url(../gfx/header_bg.gif) top right no-repeat;
	border-bottom: 0;
	padding-bottom: 0;
	}
	
h1 { 
	color: #85C226;
	font-size: 120%;
	margin-bottom: 0.5em;
	}
	
h2 {
	color: #85C226;
	font-size: 105%;
	margin-bottom: 0.5em;
	}
	
h3 {
	color: #85C226;
	font-size: 95%;
	margin-bottom: 0.5em;
	}
	
p, li {
	font-size: 85%;
	}
	
.border {
	border: 2px solid #4F4A4A;
	}
	
.clear {
	clear: both;
	}
	
.clearright {
	clear: right;
	}
	
.clearleft {
	clear: left;
	}
	
a.more {
	padding-right: 10px;
	background: url(../gfx/arrow.gif) no-repeat bottom right;
	}	
	
a:link {
	text-decoration: none;
	font-weight: bold;
	color:#85C226;
	}
	
a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#C2C2C2 ;
	}
	
	
a:hover, a:focus, a:active, #center a:hover.more, #news a:hover.more {
	background: #85C226 url(../gfx/arrow_white.gif) no-repeat bottom right;
	color: #fff;
	}
	
a:hover, a:focus, a:active {	
	background-image: none;
	}
	
a.extlink {
	background: url(../gfx/ext_link_green.gif) no-repeat center right;
	padding: 0 15px 0 5px;
	}
	
a:hover.extlink, a:focus.extlink {
	background: #85C226 url(../gfx/ext_link_white.gif) no-repeat center right;
	}
	
a.next, a.prev {
	border: 1px solid #4F4A4A;
	float: right;
	padding: 2px 5px;
	margin-top: -20px;
	}

a.next {
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
	}


/* ______________________________________________________________= Main header styles __ */
	

body #header {
	width: 500px;
	height: 60px;
	margin-left: -160px;
	}
		
#header {
	background: #fff;
	color: #85C226;
	margin: 0;
	padding: 0;
	}
	
/* Gilder-levin replaces header with image */
#header #sitename {
	width: 500px;
	height: 60px;
	position: relative;
	}
	
#header #sitename span {
	background: url(../gfx/kmlogo.gif) no-repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
	
/* _____________________________________________________________________= main wrapper __*/
#wrapper {
	border-left-color: #85C226; /* The color of the left column */
	border-right-color: #fff; /* The color of the right column */
	background-color:#fff;
	min-width: 650px;
	}
	
/* ____________________________________________________________= main navigation styles __*/
#mainnav {
	font-size: 120%;
	background: #85C226;
	color: #fff;
	}

#mainnav ul li {
	line-height: 1.5em;
	margin: 0;
	padding: 0.5em 0;
	}

#mainnav ul #subnav {
	background-image: none;
	padding-bottom: 0;
	margin-top: 0;
	background: #85C226;
	font-size: 120%;
	}
	
#mainnav #subnav li {
	padding-top: 0.5em;
	line-height: 1.45em;
	margin: 0;
	}
	
#mainnav a:link {
	color: #fff;
	text-decoration: none;
	padding: 5px 0 0 20px;
	background: url(../gfx/white.gif) no-repeat left top;
	}
	
#mainnav a:visited {
	color: #C7C7C7;
	text-decoration: none;
	padding: 5px 0 0 20px;
	background: url(../gfx/pale_grey.gif) no-repeat left top;
	}
	
#mainnav a:hover, #mainnav a:active {
	text-decoration: underline;
	background: url(../gfx/white.gif) no-repeat left top #858282;
	color: #fff;	
	}
	
#mainnav li:hover, #mainnav li.sfhover {  /* with suckerfish class */
	background: #858282;
	}
	
	
/* match wrapper class with main nav elements */	
.home #mainnav #home a, 
.showcats #mainnav #showcats a, 
.aboutus #mainnav #aboutus a, 
.morenews  #mainnav #morenews a,
.events  #mainnav #events a,
.links #mainnav #links a, 
.temp #mainnav #temp a {
	color: #4F4A4A;
	background: url(../gfx/dark_grey.gif) no-repeat left;
	}	
	
/* news page doesn't get a main nav match but does hide latest news panel and increase search */
.morenews #news {
	visibility: hidden;
	height: 0px;
	}
	
.morenews #searchbar {
	height: 335px;
	}
	
/* _________________________________________________________= centre column stuff __*/

#center {
	background: url(../gfx/flower.jpg) no-repeat bottom right;
	min-height: 475px;
	}
	
.cat #center, .product #center, .home #center, .aboutus #center {	
	background-image: none;
	}
	
#center p {
	padding: 0 0.5em 0.5em 0;
	}

#center ul, #center ol {
	margin-bottom: 10px;
	}
	
#center ul li {
	list-style-image: url(../gfx/bullet.gif);
	list-style-position: inside;
	padding-left: 10px;
	}

.search #center ul li {
	list-style: none;
	padding-left: 0;
	}

.searchresults li img {
	float: left;
	}

#center ol li {
	list-style-type: lower-roman;
	list-style-position: outside;
	margin: 5px 0;
	}
	
.terms #center ol {
	margin: 5px 20px 5px 30px;
	}

#center #image1 {
	float: right;
	margin: 5px 10px;
	}
	
#center #image2 {
	float: left;
	margin: 5px 10px 5px 0;
	}
	
#center #image1 .caption, #center #image2 .caption {
	font-size: 55%;
	text-align: center;
	font-weight: bold;
	clear: both;
	}
	
.links dl {
	width: 98%;
	}
	
.links dt {
	padding-left: 20px;
	background: url(../gfx/green.gif) top left no-repeat;
	font-size: 95%;
	}
	
.links dd {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c7c7c7;
	font-size: 85%;
	}

.events #center ol li {
	list-style: none;
	list-style-position: outside;
	}
	
.products, .catlist, .newsstories {
	float: left;
	list-style: none;
	width: 98%;
	padding: 0;
	margin: 10px 0;
	padding-top: 10px;
	text-align: center;
	border: 1px solid #85C226;
	font-size: 65%;
	}
	
.newsstories {
	text-align: left;
	padding: 0.25em;
	width: 96.5%;
	font-size: 95%;
	}
	
.newsstories dt {
	padding-left: 25px;
	background: url(../gfx/green.gif) top left no-repeat;
	}
	
.newsstories dd {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c7c7c7;
	}

.newsstories em {
	color: #85C226;
	font-size: 75%;
	font-style: normal;
	font-weight: bold; 
	}
	
.catlist {
	border: 0;
	}
	
.products li, .catlist li {
	position: relative;
	float: left;
	text-align: center;
	height: 13em;
	width: 18.25%;
	display: inline;
	margin-bottom: 0.25em;
	}

.eventlist {
	width: 97%;
	float: left;
	}
	
.eventlist li, .vcard {
	background: url(../gfx/microformat.gif) top right no-repeat;
	border: 1px solid #85C226;
	margin: 5px;
	padding: 5px;
	}

.eventlist li em {
	color: #85C226;
	font-style: normal;
	font-weight: bold; 
	}
	
.eventlist li strong, .vcard strong {
	float: left;
	width: 6.5em;
	font-weight: bold;
	text-align: right;
	padding-right: 1em;
	}

.vcard {
	width: 55%;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
.vcard .type {
	display: none;
	}
	
/* ______________________________________________________________= rightcol stuff __*/
	
.rightcol {
	background: transparent url(../gfx/rcol_bg.jpg) repeat-x top left;
	}

.rightcol h2, .rightcol h3 {
	color: #4F4A4A;
	margin-bottom: 0.25em;
	}
	
#news {
	padding-bottom: 80px;
	min-height: 320px;
	}
	
#news p, #news li {
	font-size: 75%;
	margin-bottom: 0.75em;
	line-height: 1.3em;
	}

#news li em {
	font-size: 80%;
	font-style: normal;
	color: #85C226;
	font-weight: bold;
	}
	
#news a:visited {
	color: #4F4A4A;
	}
	
#news a:hover {
	background: url(../gfx/arrow.gif) no-repeat bottom right;
	}

#searchbar input {
	border: 1px solid #85C226;
	}
	
#searchbar #go {
	background: #85C226;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	width: 3.5em;
	}

#searchbar #go:hover, #searchbar .sfhover2 {
	background: #4F4A4A;
	}

/* ________________________________________________________________= thumbnail styles __*/

.categoryImg {
	padding: 4px;
	margin: 0 15px 0 0;
	float: left;
	}

.prodImg {
	clear: left;
	float: left;
	margin: 5px 10px 10px 0;
	}
	
/* ___________________________________________________________________= footer styles __*/

#footer {
	padding: 10px 0 ;
	margin-bottom: 0;
	height: 60px;
	background: repeat-x top left url(../gfx/footer_bg.gif) #fff;
	}

/* match wrapper class with footer elements */	
.terms #footer #terms a,
.contact #footer #contact a {
	color: #4F4A4A;
	}