/*
Theme Name: Wax Apple
Theme URI: 
Description: Wax Apple stands for the abolition of libraries.
Version: 1.0
Author: Mike Senig (based on a rubber stamp)
Author URI: http://www.perfectdaytent.com/Members%20Pages/Senig.htm
*/

/*

	1) General selectors - body,h1/h3,a,blockquote,code,p
	2) Structure - container,content,tagline
	3) Left selectors - main,meta,comments
	4) Right selectors - author,links,line,search,themes
	5) Footer - extras
	6) Forms - input,textarea
	7) Accessibility - skip,hr
	8) Hacks - clearfix

*/

.article {
	overflow: auto;
	height: 100%;
	padding-bottom: 25px;
	border-bottom: 1px solid #99cc66;
}

/* 1) -=-=-=- General selectors -=-=-=- */

body {
	background: #ccff99 url(images/bg_top.gif) repeat-x;
	margin: 68px 0 20px 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 80%;
	color: #3F3F3F;
	text-align: center;
	}

h1 {
	color: #ffffff;
	margin: -66px 0 0 2px;
	position: absolute;
	font-size: 3em;
	font-weight: bold;
	}

	
h1 a:link, h1 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
	
h1 a:hover, h1 a:active {
	background: none;
	color: #DAED9C;
	text-decoration: none;
	font-weight: bold;
	}
	
h2 {
	color: #99cc66;
	font-weight: normal;
	font-size: 1.8em;
	margin: 20px 0 0 0;
	}
	
h2 a:link, h2 a:visited {
	color: #99cc66;
	font-weight: normal;
	text-decoration: none;
	}

h2 a:hover, h2 a:active {
	color: #3F3F3F;
	background: none;
	font-weight: normal;
	text-decoration: none;
	}
	
h3 {
	font-size: 1.4em;
	margin: 20px 0 0 0;
	font-weight: normal;
	}
	
a:link, a:visited {
	color: #99cc66;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover, a:active {
	background: #99cc66;
	color: #fff;
	font-weight: bold;
	}
	
blockquote {
	border-left: 4px solid #3F3F3F;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
	}
	
code {
	display: block;
	padding: 10px;
	color: #3f3f3f;
	background: #ffffcc;
	font-size: 1.2em;
	border-top: 2px solid #99cc66;
	}

p {
	line-height: 1.4;
	}
	
/* 2)-=-=-=- Structure -=-=-=- */
		
#container {
	width: 765px;
	margin: 0 auto;
	text-align: justify;
	border-color: #99cc66;
	border-style: solid;
	border-width: 22px 8px 8px;
	background-color: #fff;

}
		
#content_bg {
	background: #ffffff url(images/container.gif) repeat-y;
	}

#content {
	padding-top: 30px;
	margin-left: 20px; /*set to left to make sidebar go to top*/
	width: 470px;
	}
	
	
/* Uncomment if you want to use the tagline feature (make sure you uncomment h1 above and comment the original h1) - off by default*/
.tagline {
	color: #ffffcc;
	margin: -18px 0 0 6px;
	position: absolute;
	font-size: 1em;
	}

	
/* 3)-=-=-=- Left selectors -=-=-=- */	
	
.main li {
	background: url(images/content_bullet.gif) no-repeat 0 7px;
	padding: 2px 0 0 10px;
	list-style: none;
	}
	
.main ul {
	padding: 0 0 20px 10px;
	margin: 0;
	}
	
.main img {
	padding: 3px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 2px;
	border: 1px solid #99CC66;
	}
	
.meta {
	/*background: #cf9;*/
	font-size: .9em;
	padding: 2px;
	}

.meta a:link, .meta a:visited {
	color: #99cc66;
	font-size: .9em;
	padding: 2px;
	}
	
.meta a:hover {
	color: #fff;
	font-size: .9em;
	padding: 2px;
	background: #99cc66;	
	}

.highlight { /* Basic highlight for text */
	background: #ffffcc;
	}
	
.comments {
	font-size: 1em;
	/*padding-bottom: 25px;
	border-bottom: 1px solid #99cc66;
	clear: both;*/
	}
	
.comments a:link, .comments a:visited {
	color: #99cc66;
	font-weight: bold;
	text-decoration: none;
	}
	
.comments a:hover, .comments a:active {
	background: #99cc66;
	color: #ffffff;
	text-decoration: none;
	}	
	
.commentlist {
	padding: 0;
	margin: 0;
	}
	
.commentlist li, .alt {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #ffc;
	border: 1px solid #9c6;
	margin: 10px;
	color: #3C452D;
	}
	
p.metadate {
	font-size: .8em;
	margin: 0;
	text-transform: uppercase;
	}
	
p.comment_meta {
	margin: 0 0 10px 10px;
	font-size: .9em;
	}
	
.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}
	
.reply {
	font-weight: bold;
	font-size: 1.2em;
	}
	
.warning p { /* Used on the search page (image will appear if no result is found) */
	background: url(images/warning.gif) no-repeat left;
	height: 160px;
	padding: 20px 0 0 90px;
	font-size: 1.5em;
	margin: 0 0 0 10px;
	}
	
.postinput {
	margin-left: 10px;
	}
	
/* 4)-=-=-=- Right selectors -=-=-=- */	
	
#right {
	float: right;
	width: 250px;
	padding: 10px 15px;
	
	/* Box model hack used for IE5.5/5 */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 230px;
	}
	
#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: .9em;
	line-height: 1.4;
	}
	
#author ul {
	padding: 20px 0 0 0;
	margin: 0;
	}
	
#links li {
line-height: 18px;
	list-style: none;
	background: url(images/apple.gif) no-repeat 0 50%;
	padding: 2px 0 2px 20px;
	}
	
#links ul {
	padding: 20px 10px 30px 10px;
	margin: 0;
	}
	
#links a {
	font-size: 11px;
	text-decoration: none;
	}
	
#links a:link, #links a:visited {
	color: #565D4A;
	font-weight: normal;
	}
		
#links a:hover, #links a:active {
	background: #99cc66;
	color: #fff;
	}
	
.line {
	border-top: 1px solid #99CC66;
	margin-top: -5px;
	}
	
#search {
	background: url(images/search.gif) no-repeat;
	height: 56px;
	margin: 0 auto;
	padding-top: 22px;
	}
	
#search h3 {
	font-size: 1.4em;
	margin: 20px 0 -10px 0;
	font-weight: normal;
	}
	
p.searchinfo {
	margin: 10px 0 -8px 2px;
	font-size: .9em;
	color: #999;
	}
	
.searchfield {
	background: #ffffff;
	border: 1px solid #99CC66;
	color: #99cc66;
	padding: 2px 5px 1px 5px;
	width: 160px;
	}
		
.submit {
	background: url(images/search_submit.gif) no-repeat;
	height: 20px;
	width: 52px;
	border: 0;
	/*margin-left: 2px;
	text-indent: -9999px;*/
	cursor: pointer;
	}
	
.submit:hover {
	background: url(images/search_submit.gif) no-repeat 0 -20px;
	height: 20px;
	width: 52px;
	border: 0;
	/*margin-left: 2px;*/
	cursor: pointer;
	}
	
.themes {
	font-size: .9em;
	}
	
/* 5)-=-=-=- Footer -=-=-=- */	
	
#footer {
	/*background: url(images/footer.gif) no-repeat;*/
	padding-top: 30px;
	/*margin-left: 20px; /*set to left to make sidebar go to top*/
	width: 470px;
	height: 100px;
   	clear: both; 	
	}
	
#footer a:link, #footer a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #99cc66;
	}

#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #ffffff;
	background-color: #99cc66;
	}

#footer p {
	/*padding: 30px 280px 100px 30px;*/
	text-align: center;
	text-transform: uppercase;
	font-size: .9em;
	color: #777;
	}
	
.extras {
	float: right;
	padding: 33px 18px 0 0;
	}
	
.extras a {
	text-decoration: none;
	font-weight: bold;
	}
	
.extras a:link, .extras a:visited {
	background: #ccc;
	color: #fff;
	padding: 5px;
	border: 2px solid #fff;
	}
	
.extras a:hover, .extras a:active {
	background: #DEEEA4;
	color: #7AB90C;
	padding: 5px;
	border: 2px solid #C9E979;
	}
	
.extras li {
	display: inline;
	}
	
.extras ul {
	padding: 0 0 10px 0;
	margin: 0;
	}
	
/* 6)-=-=-=- Forms -=-=-=- */
	
input {
	border: 1px solid #BFBFBF;
	color: #949494;
	background: #fff;
	padding: 2px 5px 1px 5px;
	font-size: 1em;
	}
	
input:hover {
	background: #fff;
	border: 1px solid #99CC66;
	color: #99CC66;
	font-size: 1em;
	}
	
textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	color: #949494;
	padding: 2px 5px 1px 5px;
	width: 450px;
	}
	
	
/* 7)-=-=-=- Accessibility -=-=-=- */
	
#skip {
	display: none;
	}
	
hr { /* Simple style when CSS not in use */
	display: none;
	}
	
/* 8)-=-=-=- Hacks -=-=-=- */

#login {
	background: #fff;
	border: 8px solid #9c6;
	margin: 5em auto;
	padding: 1.5em;
	width: 450px;
}

#login a:link, #login a:visited {
	color: #99cc66;
	text-decoration: none;
	font-weight: bold;
}

#login a:hover {
	color: #3f3f3f;
	text-decoration: none;
	font-weight: bold;	
}


#login #login_error {
	background: #c00;
	border: 1px solid #a40000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: .5em;
	text-align: center;
}

#login h1 {
	margin-top: 0;
}

#login h1 a {
	display: block;
	text-indent: -1000px;
	height: 66px;
	border-bottom: none;
}

#login h2 {
	color: #99cc66;
	font-weight: normal;
	font-size: 2.5em;
	margin: 20px 0 0 0;
	}
	
#login h2 a:link, #login h2 a:visited {
	color: #99cc66;
	font-weight: normal;
	text-decoration: none;
	}

#login h2 a:hover, #login h2 a:active {
	color: #3f3f3f;
	background: none;
	font-weight: normal;
	text-decoration: none;
	}

#login input {
	padding: 3px;
}

#login ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#login ul li {
	display: inline;
	margin-left: 1.4em;
	text-align: center;
}

#login #log, #pwd {
	font-size: 1.7em;
	width: 80%;
}

#login #submit {
	font-size: 1.7em;
	background: #ffffcc;
}

#logo {
	margin: -90px 0 0 672px;
	position: absolute;

}

.caption
	{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 30px;
	text-align: center;
	}

.printonly {
display : none;}




/*psx mail*/
   form dl, dl.labels {
      margin:0em;
      font-size:100%;
      margin-top:0.5em
    }
    form dt, dl.labels dt {
      float:left;
      
      width:10em;
      margin-bottom:0.8em;
      color:#555;
      text-align:right;
      font-weight:normal;
      position:relative /*IEWin hack*/
    }
    form dd, dl.labels dd {
      margin-left:10.5em;
      margin-bottom:0.8em;
      font-size:100%;
      font-style:normal;
      padding-left:0.5em
    }
    form dd.submit, dl.labels dd.submit  {
      margin-top:2em
    }



.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 */	
