/*
Theme Name: For Your Lungs Only
Theme URI: http://foryourlungsonly.net
Description: Initially based on Blue Kino, but since I ended up rewriting the whole damned thing from scratch, this would appear to be original. I will add more functionality in future versions but fow now, this is it.
Version: 0.2
Author: Jonathan Harriot
Author URI: http://foryourlungsonly.net
*/


/* shit i need to clean this up, below is yahoo css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,images{ border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{ border:0}


body {
	font: 90%  "lucida sans unicode", "lucida grande", Arial, Tahoma, Verdana, sans-serif;
	background: #D8E7F3  url("images/bg.jpg") repeat-x;
	color: #333;
	padding: 0; margin: 0;
}
a { color:#00AAD6; text-decoration: none; outline: none; }
a:hover { color: #08657B; }
h1, h2, h3, h4, h5, h6{
color: #39C;font-weight: normal; font-family: "Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;}
h1 { font-size: 2em; margin: 0.25em 0; clear: left;}
h2 { font-size: 1.65em; }
h3 { font-size: 1.25em; }
h4 { font-size: 0.85em; }
h5 { font-size: 0.65em; }
blockquote {
	border: 1px solid #DFDFDF; background: #EFEFEF; width: 80%; padding: 1em; margin-left: 8%;
}



/* header */
a#skipAhead { display: inline; position:absolute; top:0; left:0; width:10%; z-index:1000;}
/* accesibility for skipper aka skinAhead from comments by patrick h. lauke aka redux@splintered.co.uk */
a#skipAhead:focus,a#skipAhead:hover,a#skipAhead:active {color:#fff; border-bottom:1px solid #023845; border-right:1px solid #023845; background:#0E4E70; font-weight: bold; text-align: center; padding: 5px; }
.adminMenu {
	position: fixed; top: 154px; left: 0;
	font-family: "lucida sans unicode", "lucida grande",verdana, sans-serif; text-transform: capitalize;
	margin-bottom: 222px;
}
.adminMenu ul {
	padding: 0; margin:0;
	list-style-type: none;
}
.adminMenu ul li {
	position: relative; float:left;
}
.adminMenu ul li a, .adminMenu ul li a:visited {
	display:block; 
	text-decoration:none; 
	width:25px;
	height:100px;
	font-weight:bold;
	background:transparent url("images/tab.gif") top right no-repeat; 
	text-indent:-999px;
}
.adminMenu ul li ul {
	visibility:hidden;
	position:absolute;
	width:190px;
	top:0; 
	left:0;
	border:1px solid #000;
	background: #142A4F url("images/admin-bg.png") bottom left no-repeat;
}
.adminMenu ul li table {
	margin:0; padding:0; border:0; 
	border-collapse:collapse;
	font-size:1em; 
}
.adminMenu ul li:hover a {
	color:#fff;
	width:215px;
}
.adminMenu ul li:hover ul { visibility:visible;}
.adminMenu ul li:hover ul li a {
	display:block; 
	background:transparent url("images/tab.gif") -3000em -3000em no-repeat;
	border:0;
	margin:0;
	text-indent:0;
	color:#c6c6c6;
	font-weight:normal; 
	font-size:0.9em;
	height:auto; 
	line-height:1.25em; 
	padding:5px; 
	width:180px;
	text-align:left;
}
.adminMenu ul li:hover ul li a:hover {
	background:#000; 
	color:#fff;
}
#siteTitle {
	text-indent: -2000em; overflow: hidden; 
	background: url("images/header.jpg") 0 0 no-repeat;
	width: 225px; height: 150px;
}
#siteTitle a {
	display: block;
	height: 100%; width: 100%;
}



/* sidebar */
#sidebar { width: 20%; float: left; }
#sidebar h2, #sidebar h3 { font-size: 1.25em; color: #08657B; margin: 0.35em 0; border-bottom: 1px solid #08657B; }
#searchform { margin: 0.5em 0; color: #08657B; }
#searchform fieldset input { color: #08657B; }



/* entries */
div.cornered { background: #fff; padding: 10px; }
div.cornered blockquote p { color: #7F7F7F; font-style: italic; }
div.cornered p {  margin: 0.5em 0; }
#stuff p { color: #555; text-align: justify }
.commentLinks { text-align: right; margin: 0; }
#container {
	margin: 0 auto; width: 75%;
	min-width: 500px;
}
.entry { width: 77%; float: right; margin: 0.5em 0 0 0; }
pre{ margin: 0 auto; width: 90%; border:1px solid #666; background-color:#354D5F; color: #fff; overflow: auto; padding: 1em; }
code{ font-size: 115%; margin: 1em; }

.prevNext { display: block; width: 100%; clear: both; text-align: right; }

/* footer */
#footer { clear: both; height:100%; padding-top: 5em; }
#footer h4 {  background-color: #DFDFDF; padding: 0.25em 15% 0.25em 0.5em; text-transform: capitalize; font-variant:small-caps; display: block; text-align: right; }