/*
 * PmWiki GlossyHue: http://pmwiki.com/Cookbook/GlossyHue and http://skins.solidgone.org/
 *
 * Based on Glossy Blue by Nick La http://www.ndesign-studio.com/
 * Copyright (c) 2007 David Gilbert
 * Dual licensed under the MIT and GPL licenses:
 *	 http://www.opensource.org/licenses/mit-license.php
 *	 http://www.gnu.org/licenses/gpl.html
 */

/* tags
--------------------------------------------------*/
body {
	background: url(images/main-bg.gif);
	background-color: #ffffff;
	color: #333333;
	}
a {
	color: #cc6600;
	}
a:visited {
	color: #cc6633;
	}
a:hover {
	color: #ff6600;
	}
#header h1 a, h1 a:visited{
	color: #c9eefe;
}
#header h1 a:hover{
	color: #ffffff;
}

#pagelead h1,#pagelead h1 a,
#sidebar .sidehead,
h2, h2 a, h2 a:visited  {
	color: #59770e;
	}
h2, #sidebar .sidehead {
	border-color: #cccccc;
	}
h2 a:hover {
	color: #ff6600;
	}
h3, h4 {
	color: #758d38;
	}
hr {
	border-color: #59780a;
	}
#page {
	border-color: #d5e6eb;
	background-color: ##d5e6eb;
	}

/* content
--------------------------------------------------*/
nav .page_item a{
	color: #ffffff;
	background: #5c8d0c url(images/nav-button-bg.gif) repeat-x;
	border-top-color: #E6EED0;
	border-left-color: #AFCD69;
	border-right-color: #AFCD69;
}
.post-month {
	color: #FFFFFF;
}
.post-day, .post-year {
	color: #999999;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
ul.blogit-meta-data li {
	color: #CC6633;
}

/* comments
--------------------------------------------------*/
#comments, #respond {
	border-bottom-color: #CCCCCC;
}
.blogit-comment-list .alt {
	background: #f1fedb;
}
.blogit-comment-list .cite, .blogit-comment-list .cite a, .blogit-comment-list .cite a:visited {
	color: #CC6600;
}
#commentform label{
	color: #787878;
}
#commentform input{
	background:#f1fedb;
	border-color: #bdd77f;
}
#commentform textarea{
	background:#f1fedb;
	border-color: #bdd77f;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #comment-post{
	background: transparent url(images/btn-bg.gif) no-repeat;
	color: #FFFFFF;
}

/* headings
--------------------------------------------------*/
#header {
	background: url(images/header-bg.jpg) no-repeat;
	background-color: #0facea;
	border-color: #59780a;
	}
#headerimg .description,
#headerimg .sitetitle, #headerimg .sitetitle a, #headerimg .sitetitle a:visited {
	color: #c9eefe;
	}
#headerimg .description a {
	color: #fff;
	}
#headerimg .sitetitle a:hover, #header .pageheader a:hover {
	color: #ff6600;
	}
.post-date {
	background: url(images/date-bg.gif) no-repeat;
}

/* nav
--------------------------------------------------*/
#nav li {
	background: url(images/nav-button-bg.gif) repeat-x;
	background-color: #5c8d0c;
	border-top-color: #e6eed0;
	border-left-color: #afcd69;
	border-right-color: #afcd69;
	}
#nav .selflink, #nav .selflink:visited, #nav li a:hover {
	color: #ff6600;
	}
#nav li a {
	color: #ffffff;
	}

/* pageactions
--------------------------------------------------*/
.pageactions li a{
	color: #c9eefe;
	}
#pagelead .pagegroup, #pagelead .pagegroup:hover {
	color: #ff6600;
	}

/* edit area
--------------------------------------------------*/
#wikiedit input, #wikiedit #text {
	border-color: #59780a;
	}
#wikiedit input[type=submit], #comment-post.inputbutton {
	color: #fff;
	background: url(images/nav-button-bg.gif) repeat-x;
	background-color: #5c8d0c;
	}
#wikiedit input[type=submit]:hover {
	color: #ff6600;
	}

/* sidebar
--------------------------------------------------*/
#sidebar {
	color: #666;
	}
#sidebar .sidehead {
	border-bottom-color: #cfe1ac;
	}
#sidebar .sidehead, #sidebar a, #sidebar a:visited {
	color: #758d38;
	}
#sidebar a:hover{
	color: #ff6600;
	}
#sidebar ul li ul li{
	border-bottom-color: #dceeb7;
	}

/* search form
--------------------------------------------------*/
#searchform #searchfield {
	border-color: #bed881;
	background: #fff;
	color: #000;
	}
#searchform #searchbutton {
	color: #fbfbfb;
	background: url(images/search-btn-bg.gif) no-repeat;
	}

/* footer
--------------------------------------------------*/
#footer {
	background: url(images/footer-bg.gif) no-repeat;
	background-color: #048db4;
	color: #acd7ee;
	}
#footer a, #footer a:visited {
	color: #fbfbfb;
	}
#footer h4 {
	color: #9cdbfb;
	}
#footer .footer-about {
	background: url(images/footer-right-bg.gif) no-repeat;
	}

/* credits
--------------------------------------------------*/
#credits {
	color: #7a9299;
	}
#credits a, #credit a:visited {
	color: #048db5;
	}
