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

For the WordPress community (GPL), enjoy it guys.
by Ian Main - e-lusion.com
*/

/*

	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

*/

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

body {
	margin: 68px 0 0 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 76%;
	color: #3F3F3F;
	text-align: center;
	}

h1 {
	color: #000;
	margin: -66px 0 0 0;
	position: absolute;
	font-size: 3em;
	}

	
h1 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	background: none;
	color: #000;
	text-decoration: none;
	}
	
h2 {
	color: #3f3f3f;
	font-weight: normal;
	font-size: 1.8em;
	margin: 20px 0 0 0;
	}
	
h2 a:link, h2 a:visited {
	color: #3f3f3f;
	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 -10px 0;
	font-weight: normal;
	}
	
a:link, a:visited {
	color: #9c6;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover, a:active {
	background: #9c6;
	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: #444E1F;
	background: #F5F8E8;
	font-size: 1.2em;
	border-top: 2px solid #D0EC98;
	}

p {
	line-height: 1.4;
	}
	
/* 2)-=-=-=- Structure -=-=-=- */
		
#container {
	margin: 0;
	text-align: justify;

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

#content {
	padding-top: 30px;
	}
	
	
.tagline {
	color: #78A515;
	margin: -28px 0 0 0;
	position: absolute;
	font-size: 1em;
	border-bottom: 1px solid #78A515;
	}

	
/* 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;
	border: 1px solid #78A515;
	}
	
.meta {
	/*background: #cf9;*/
	font-size: .9em;
	padding: 2px;
	}
	
/*.meta:hover {
	background: #F7FEDC;
	}*/
	
.highlight { /* Basic highlight for text */
	background: #F7FEDC;
	}
	
.comments {
	font-size: 1em;
	padding-bottom: 25px;
	border-bottom: 1px solid #78A515;
	clear: both;
	}
	
.comments a:link, .comments a:visited {
	color: #78A515;
	font-weight: bold;
	text-decoration: none;
	}
	
.comments a:hover, .comments a:active {
	background: #78A515;
	color: #fff;
	text-decoration: none;
	}	
	
.alt:hover {
display : none;	}
	
.commentlist li:hover {
display : none;	}
	
.commentlist {
	padding: 0;
	margin: 0;
	}
	
.commentlist li, .alt {
	list-style: none;
	padding: 10px 10px 0 10px;
	border: 1px solid #78A515;
	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;
	margin: 10px 0 0 10px;
	}
	
.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 {
display : none;	}
	
#author li {
display : none;	}
	
#author ul {
display : none;	}
	
#links li {
display : none;	}
	
#links ul {
display : none;	}
	
#links a {
display : none;	}
	
#links a:link {
display : none;	}
	
#links a:visited {
display : none;	}
	
#links a:hover, #links a:active {
display : none;	}
	
.line {
	border-top: 1px solid #78A515;
	margin-top: -5px;
	}
	
#search {
display : none;	}
	
#search h3 {
display : none;	}
	
p.searchinfo {
display : none;	}
	
.searchfield {
display : none;	}
	
.searchfield:hover {
display : none;	}
	
.submit {
display : none;	}
	
.submit:hover {
display : none;	}
	
.themes {
	font-size: .9em;
	}
	
/* 5)-=-=-=- Footer -=-=-=- */	
	
#footer {
	/*background: url(images/footer.gif) no-repeat;*/
	height: 75px;
	}
	
#footer p {
	padding: 30px 30px 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 {
display : none;	}
	
.extras a:hover, .extras a:active {
display : none;	}
	
.extras li {
display : none;	}
	
.extras ul {
display : none;	}
	
/* 6)-=-=-=- Forms -=-=-=- */
	
input {
display : none;	}
	
input:hover {
display : none;	}
	
textarea {
display : none;	}
	
textarea:hover {
display : none;	}
	
/* 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: 400px;
}

#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 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;
}

#logo {
display : none;}

.printonly { 
	text-align: right;
	font-size: 9px;
}

.noprint {
display : none;}


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

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

