/*
 * 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;
	}
h1 {
	margin: 2px 0 0 0;
	padding-bottom: 10px;
	}
h2, #sidebar .sidehead {
	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 {
	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;
}
#page {
	margin: 0px auto;
	width: 780px;
	border-bottom: 5px solid;
	border-left: 5px solid;
	border-right: 5px solid;
	background: url(images/content-bg.gif) repeat-y;
	}

/* headings
--------------------------------------------------*/
#header {
	height: 120px;
	border-bottom: 3px solid;
	position: relative;
	}
#header .sitelogo {
	float: left;
	margin-right: 10px;
	}
#headerimg {
	position: relative;
	padding: 20px 0px 0px 20px;
	height: 60px;
	}
#headerimg .sitetitle {
	margin:0px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	}
#headerimg .sitetitle a, #headerimg .sitetitle a:visited {
	text-decoration: none;
	}
#headerimg .sitetitle a:hover, #header .pageheader a:hover {
	text-decoration: none;
	}
#headerimg .description {
	font-size: 14px;
	}
#headerimg .vspace {
	margin: 0;
	}
	
/* nav
--------------------------------------------------*/
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	}
#nav li {
	float: left;
	margin-left: 5px;
	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;
	}
#nav .selflink, #nav .selflink:visited {
	text-decoration: none;
	}
#nav li a {
	text-decoration: none;
	}

/* pageactions
--------------------------------------------------*/
#pagelead {
	margin: 0 0 20px 0;
	}
#pagelead .pagegroup {
	line-height: 1.6em;
	}
#pagelead .pageactions {
	float: right;
	margin-top: -45px;
	font-size: .9em;
	}
#pagelead .pageactions ul {
	margin:0;
	padding:0;
	}
#pagelead .pageactions li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
	}
#pagelead .pageactions li a {
	line-height: 1em;
	display:block;
	padding:0 5px;
	}
	
/* content area
--------------------------------------------------*/
#content {
	padding: 0px 0px 30px 20px;
	float: left;
	width: 565px;
	overflow: hidden;
	}

/* 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;
	}

/* 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-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	}
#wikiedit input {
	margin: 2px 2px;
	}
#wikiedit input[type=submit] {
	margin: 12px 2px;
	background: url(images/nav-button-bg.gif) repeat-x;
	}

/* sidebar
--------------------------------------------------*/
#sidebar {
	float: right;
	padding: 15px 10px 20px 0px;
	width: 160px;
	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 {
	margin-left: 1em;
	padding: 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;
	}

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

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

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

/* credits
--------------------------------------------------*/
#credits {
	margin: 0px auto;
	width: 780px;
	font-size: 85%;
	line-height: 120%;
	}

/* pmwiki
--------------------------------------------------*/
ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
.varlink, pre, code.escaped { font-size: 110% !important; }
code.escaped { white-space: nowrap;}
.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;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* End hide from IE-mac */	
#navigation .createlink {
	display: none;
}
