/* @override http://www.thisisthewayitis.com/wordpress/wp-content/themes/simple/style.css */
 
/*  
Theme Name: Simple
Theme URI: http://www.thisisthewayitis.com
Description: A very stripped down theme with transparent content windows.
Version: 2.2
Author: Ruby Red
Author URI: http://www.ruby-red.com
This version is even simpler... hiding all kinds of meta and footer info.
*/

* {margin: 0; padding: 0;}

html {height: 100%;}

* html #wrapper {height: 100%;}

body {height: 100%;
	background: white url(images/band_photo.jpg) no-repeat fixed right bottom;
	font: .9em/1.2em Trebuchet, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;}
	
a {color: #d36300;}
a:hover {color: #9b3300;}
/*a:visited {color: #d08356;}*/
a:active {color: maroon;}

/* @group Positioning */

#wrapper {margin: 0 10px 5px;
	position: relative;}

#header {position: fixed;
	left: 10px; top: 0;
	background: #fff url(images/title_1.jpg) no-repeat;
	height: 75px;
	width: 100%;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	padding-right: 10px;
	z-index: 3;}

#menu {position: fixed;
	top: 0;
	left:  519px;
	padding-top: 20px;
	border-top: 5px solid white;
	z-index: 4;}

*html #menu {position: absolute;}/* IE6 hack to keep menu from being ignored by position: fixed. Visible only to IE6.*/

#sidebar {position: relative;
	margin-top: 20px;
	padding: 10px;
	width: 200px;}

*html #sidebar {
	position: absolute;
	top: 110px;}/* IE6 hack to keep sidebar from being ignored by position: fixed */

#content {position: relative;
	width: 60%;
	margin-left: 30px; 
	margin-top: 120px;}

#footer {clear: both;
	position: relative;
	margin-top: 10em;
	margin-left: 2em;
	margin-right: 2em;
	text-align: right;}

/* @end */

/* @group Header */
	
#header h1 a {
	width: 509px;
	height: 75px;
	position: absolute;
	text-align: center;}
	
#header h1 a span {
	display: none;}/*makes header clickable but text is invisible*/
	
#menu {background-color: white;}

#menu li {display: inline;
	list-style-type: none;
	font-weight: bold;
	padding: 0 .8em;}
	
#menu li a {text-decoration: none;}
	
#menu li a:hover {text-shadow: #ae5873 0 0 6px;}
	
#menu li a:visited {}


/* @end */

/* @group Sidebar */
	
#feed {}

#search {padding-bottom: 10px;}

#sidebar ul {padding-bottom: 10px;
	list-style-type: none;} 
	
#sidebar h2 {color: #4c4c4c;
	font-size: 1em;}

#sidebar li {font-size: .9em;
	padding-left: 10px;
	list-style-type: none;}

/* "shop" or .linkcat, all bookmarks */	
	
#sidebar .linkcat{margin-left: -10px;}
	
#linkcat-4 li {font-variant: small-caps;
	font-size: 1.2em;}

#sidebar a {text-decoration: none;}

#sidebar a:hover {text-shadow: #ae5873 0 0 4px;}

/* @end */

/* @group Content */
	
#postTitle {
	padding: 15px 0 10px;}

#postTitle a {
	text-decoration: none;}
	
#postBody {border-bottom: 1px inset #ddb6bb;
	padding: 5px 10px 40px 10px;
	background-image: url(images/clear_bg.png);
	width: 80%;}

	
.postdetails {font-size: .8em;
	line-height: 1.4em;
	color: #7f7f7f;
	padding-top: 5px;
	padding-left: 5px;}
		
*html .postdetails, *html .fader {
	display: none;} /* hides in IE6 */

/* @end */

/* @group Footer */

#footer {font-size: .6em;
	border-top: 1px solid #ddb6bb;}
	
#footer h2 {font-size: 1em;}
	
#footer ul li {display: inline;
	list-style-type: none;
	padding: 0 4px;}
	
#podPress_footer {display: block;
	margin-left: 25px;}

/* @end */

/* @group Additional Formatting */

p {padding-bottom: .8em;}

.alignleft {float: left;
	text-decoration: none;
	margin: 5px 8px 2px 0px;
	border: 1px solid #333333;}

.alignright {text-decoration: none;
 	margin: 5px 0px 2px 8px;
	/*border: 1px solid #333333;*/
	float: right;}

.center {float: center;
	text-decoration: none;
	margin: 8px; 
	border: 1px solid #333333;}
	
.fader {opacity: 0;}
.fader:hover {opacity: 0.46;}

.error {
	font-style: italic;
	color: gray;
	padding: 40px;
	font-size: 1em;
	line-height: 1.8em;}

/* @end */

