/*
 * 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 {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	margin: 0px;
	padding: 0px 0px 30px;
	}
a {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: none;
	}
p {
	padding: 0px 0px 10px;
	margin: 0px;
	}
#header .sitetitle { margin: 2px 0 0 0; padding-bottom: 10px; font: bold 36px/100% "Trebuchet MS", Tahoma, Arial; }
#header .sitetitle a, h1 a:visited{ text-decoration: none; }
#header .sitetitle a:hover{ text-decoration: none; }
#header .sitetitle {float:left}
#header .sitetitle a{display: block}
#header .sitetag {float: left; clear: left}

h2, #sidebar .sidehead, #pagelead h1 {
	margin: 0px 0px 2px;
	border-bottom: 1px dotted;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
	}
h2 a, h2 a:visited, .pageheader h1 {
	text-decoration: none;
	}
h2 a:hover {
	text-decoration: none;
	}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	margin: 10px 0px 5px;
	}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	margin: 10px 0px 5px;
	}
form {
	margin:0px;
	padding:0px;
	}
hr {
	border: 1px solid;
	width: 100%;
	}
pre {
  overflow:auto;
  margin:0 0 0 0;
  padding:4px;
  width: 99%;
}
#page {
	margin: 0px auto;
	width: 800px;
	border-bottom: 5px solid;
	border-left: 5px solid;
	border-right: 5px solid;
	background: url(images/content-bg.gif) repeat-y;
	}

/* headings
--------------------------------------------------*/
#header {
	height: 140px;
	border-bottom: 3px solid;
	position: relative;
	}
#header .sitelogo {
	float: left;
	margin-right: 10px;
	}
#siteheader {
	padding: 20px 0px 0px 20px;
	height: 60px;
	}
#siteheader .sitetitle {
	margin:0px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	}
#siteheader .sitetitle a, #siteheader .sitetitle a:visited {
	text-decoration: none;
	}
#siteheader .sitetitle a:hover, #header .pageheader a:hover {
	text-decoration: none;
	}
#siteheader .sitetag {
	font-size: 14px;
	}
#siteheader .vspace {
	margin: 0;
	}

/* nav
--------------------------------------------------*/
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	}
#nav li {
	float: left;
	margin-left: 5px;
	padding: 6px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	display: block;
	}
#nav .current_page_item a, #nav .current_page_item a:visited, #nav .selflink, #nav .selflink:visited {
	text-decoration: none;
	}
#nav li a {
	text-decoration: none;
	}
nav .page_item a{
	text-decoration: none;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	display: block;
}

/* content area
--------------------------------------------------*/
#content {
	padding: 0px 0px 30px 20px;
	float: left;
	width: 555px;
	overflow: hidden;
	}
.post, .post-content {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-year {
	font-size: 9px;
	text-align: center;
	display:block;
	line-height: 20px;
	padding-top: 2px;
	letter-spacing: .3em;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 490px;
}

.entry {
	clear: both;
	padding-top: 10px;
	margin-bottom: 20px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat scroll 0 -2px;
	padding-left: 20px;
	float: left;
	margin-right: 10px;
	font-size: 95%;
	color: #999999;
}
.post-author {
	background: url(images/mini-loginout.gif) no-repeat scroll 0 2px;
	padding-left: 20px;
	float: right;
	margin-right: 10px;
	font-size: 95%;
	color: #999999;
}
.post-count {
	float: right;
	margin-right: 10px;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.blogit-page-navigation {
	clear: both;
	padding: 10px 0px;
}
.previous-entries a, .blogit-newer-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a, .blogit-older-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond, #commentblock {
	border-bottom: 1px dotted;
	padding: 10px 0 5px 0;
	clear: both;
}
.blogit-comment-list {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.blogit-comment-list li{
	padding: 5px 10px;
}
.blogit-comment-list .cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
}
.commentmetadata {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform, #commentblock form {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p, #commentblock form p{
	padding: 6px 0px;
	margin: 0px;
}
#commentform label, #commentblock label {
	font-size: 87%;
}
#commentform input, #commentblock input {
	width: 200px;
	border: 1px solid;
	padding: 3px;
	margin-bottom: 1em;
}
#commentform textarea, #commentblock textarea {
	width: 478px;
	height: 115px;
	border: 1px solid;
	padding: 2px;
	margin-bottom: 15px;
}
#commentform #comment-post, #commentblock #comment-post{
	font: bold 12px Arial, Helvetica, sans-serif;
	border: none;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/* sidebar
--------------------------------------------------*/
#sidebar {
	float: right;
	padding: 15px 10px 20px 0px;
	width: 190px;
	overflow: hidden;
	}
#sidebar p {
	padding: 0;
	}
#sidebar .sidehead {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	margin: 20px 0px 2px;
	border-bottom: 1px solid;
	}
#sidebar a, #sidebar a:visited{
	text-decoration: none;
	}
#sidebar a:hover{
	text-decoration: none;
	}
#sidebar ul {
	padding: 0;
	margin: 0;
	}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#sidebar ul li ul {
	padding: 0;
	margin: 0;
	}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid;
	}
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
	}
ul.menu li, #sidebar ul li, li.leaf {
  padding: 0 0 .2em 1.5em ! important;
  border: none ! important;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
}
ul.links.inline, ul.blogit-meta-data li {
	display:inline;
}
ul.links, ul.blogit-meta-data {
	margin:0;
	padding:0;
}
ul.blogit-meta-data li {
	list-style-type:none;
}
ul.links li {
	display:inline;
	list-style-type:none;
	padding:0 0.5em;
}

/* blogroll
--------------------------------------------------*/
#sidebar .list-comments li {
	list-style: none;
	background: url(images/mini-recent-comments.gif) no-repeat left top;
	padding-left: 20px !important;
}
#sidebar .list-admin li {
	list-style: none;
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 20px !important;
}
#sidebar .list-blogroll li{
	list-style: none;
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
#sidebar .list-cat li, widget_categories li{
	list-style: none;
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
#sidebar .list-archives li, widget_archives li{
	list-style: none;
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
#sidebar .list-page li {
	list-style: none;
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
#sidebar .list-page li ul li {
	list-style: none;
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}

/* calendar widget
--------------------------------------------------*/
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/* search form
--------------------------------------------------*/
#searchform {
	margin-bottom: 15px;
	}
#searchform br {
	display: none;
	}
#searchform #searchfield {
	width: 115px;
	height: 22px;
	padding: 2px 2px 1px 5px;
	border: 1px solid;
	font-size: 95%;
	vertical-align: middle;
	}
#searchform fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	}
#searchform #searchbutton {
	border: none;
	width: 51px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding: 0 2px 4px 0;
	}

/* footer
--------------------------------------------------*/
#footer {
	clear: both;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
	padding-top: 10px;
	}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	margin: 10px 0px 5px;
	}
.footer-recent-comments, #footer .footer-section {
	width: 280px;
	float: left;
	margin-left: 10px;
	}
.footer-recent-comments ul, #footer .footer-section ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.footer-recent-comments ul li {
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-recent-posts {
	width: 260px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong, #footer .footer-section strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
	}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
#footer .footer-recent-posts ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 5px 20px;
	}
#footer .footer-about {
	width: 190px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	}

/* credits
--------------------------------------------------*/
#credits {
	margin: 0px auto;
	width: 800px;
	font-size: 85%;
	line-height: 120%;
	}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments
--------------------------------------------------*/
.center {
	text-align: center;
	}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
	}
.alignright {
	float: right;
	}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
	}
.clear {
	clear:both;
	}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	}

/* pageactions
--------------------------------------------------*/
#pagelead {
	margin: 0;
	position: relative;
	}
#pagelead .pagegroup {
	line-height: 1.6em;
	}
.pageactions {
	float: right;
	font-size: .9em;
	}
.pageactions ul {
	margin:0;
	padding:0;
	}
.pageactions li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
	}
.pageactions li a {
	line-height: 1.6em;
	display:block;
	padding:0 5px;
	}

/* edit area
--------------------------------------------------*/
#wikiedit {
	padding: 10px 0;
	}
#wikiedit form input {
	cursor: pointer;
	}
#wikiedit #text {
	width:99%;
	overflow:auto;
	margin: 0 0 10px 0;
	}
#wikiedit input, #wikiedit #text {
	padding:2px;
	border:1px solid;
	font-size:1.2em;
	}
#wikiedit input {
	margin: 2px 2px;
	}
#wikiedit input[type=submit], #comment-post.inputbutton {
	margin: 0 2px;
	}

/* pmwiki
--------------------------------------------------*/
fieldset { margin: 0; padding: 0; border-style: none; }
ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
.varlink, pre, code.escaped { font-size: 110% !important; }
.vspace { margin-top:1em; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
a.createlinktext { text-decoration:none; border-bottom:none; }
a.createlink { text-decoration:none; position:relative; top:-0.5em; font-weight:bold; font-size:smaller; border-bottom:none; }
.diffbox { width: 100% !important;}
#wikidiff { font-size: 110%; }
.versions {
	float: right;
	text-align: right;
	}
.quickref p {margin:0; padding:0;}
.clearfix:after {
/* float hack used to float content correctly */
	 content: ".";
		display: block;
		height: 0;
		clear: both;
	 visibility: hidden;
	}
.blogit-edit-link{
	padding-left: 10px;
	float: right;
	font-size: 95%;
}
.blogit-actions span{  /* for published/draft/sticky action lists */
	float: none;
	padding-left: 0;
	}
.blogit-listmore {text-align:right;}
.blogit-readmore {
	display: block;
	margin-top: 10px;
	font-weight: bold;
	}
#wikiedit form img, #searchform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
#navigation .createlink { display: none; }
.wikimessage {
	color: red;
	font-weight: bold;
	font-size: 110%;
	}

#captcha {
	display: inline;
	font-weight: bold;
	}
#captcha input {
	width: 50px;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* End hide from IE-mac */
