/*
	Theme Name: Jetpacks Was Yes!
	Theme URI: http://corpseflowers.org/
	Description: Features skeletal hands, and lyrics from the Periphery track "Jetpacks Was Yes!"   
	Author: Rachel-Rebecka. 
	Author URI: http://corpseflowers.org/
	*/

/* positioning */ 


body {
	background-image: url(); 
	background-repeat: repeat; 
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: georgia, verdana, sans-serif;
	font-size: 11px;
	color: #808080;	
}
#container {
	background: url(http://corpseflowers.org/wp-content/themes/jetpacks/bg.png) repeat-y;
	width: 900px;
	margin: 0 auto;

}
#header {
	height: 438px;
	background: url(http://corpseflowers.org/wp-content/themes/jetpacks/header.png) no-repeat;
}
#footer {
	background: url(http://corpseflowers.org/wp-content/themes/jetpacks/footer.png) no-repeat;
	height: 68px;
	clear: both;
}
#main{
	width: 540px; 
	float: left; 
	margin-top: -130px;
	padding-left: 5px;
}
#sidebar{
	width: 345px;
	float: right;
	margin-top: -25px;
	padding-right: 5px;
}

/* posts */

h3 {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8995bc;
	font-weight: lighter;
	color: #808080;
	font-family: georgia, verdana, sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-size: 13px;
	}

/* sidebar */

	.sidebartitle, #sidebar li h3  {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8995bc;
	font-weight: lighter;
	color: #808080;
	font-family: georgia, verdana, sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-size: 13px;
	}

/* comments */

	#commentlist li , .singolocommento li {
	list-style-type: none;
	padding: 0px;
	width: 75%;
	}

	div.bubble {
	width: auto;
	margin-bottom: 24px;
	border: 0px solid #404040;
	}

	div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
	}

	a.author, a.author:active, a.author:visited {
	text-decoration: none;
	font-family: georgia, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #b5dff6;
	}

/* extras */

	a, a:visited, a:link, a:active { color: #b5dff6; text-decoration: none; background-color: inherit;}
	a:hover { color: #8995bc; text-decoration: none;}
	b, strong, em, i{ color: #404040; background-color: inherit;}
	u{ text-decoration: none; color: #404040;border-bottom: 1px solid #000000; background-color: inherit;}

	img {border:0px;}

	.search, #searchsubmit {
	width: 100px;
	background-color: #000000;
	border: 1px solid #b5dff6;
	color: #808080;
	font-size: 11px;
	font-family: georgia, arial, sans-serif;
	}

	input, textarea, blockquote, select {
	background-color: #000000;
	border: 1px solid #b5dff6;
	color: #808080;
	font-size: 11px;
	font-family: georgia, arial, sans-serif;
	}
