/*
	Theme Name: I'm A Beauty Killer
	Theme URI: http://corpseflowers.org/
	Description: If I couldn't be beautiful... I'd rather just die.
	Author: Rachel-Rebecka
	Author URI: http://corpseflowers.org/
	*/

/*positioning*/

html, body
	{
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: georgia, tahoma, verdana, sans-serif;
	font-size: 11px;color: #bdc2c3;
	line-height: 18pt;
	}

 
#container{ 
 	width:750px; 
 	position:relative;  
 	margin-left:auto; 
 	margin-right:auto;  
 	background-color: #000000;
} 
 
#header{
	background-image: url(http://corpseflowers.org/wp-content/themes/skeletal/skeleton-header.png) !important;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #000000;
	width: 100%;
	height: 312px;
	text-align: center;
} 
 
#sidebar{
 	width:30%; 
 	float:left; 
 	display:inline;
 	position:relative; 
 	background-color:#000000; 

 }
 
#main{
	background-color: #000000;  
 	float: right; 
 	display:inline; 
 	position: relative; 
	width:65%; 
 }
 
#footer{
 height:70px; 
  background-color:#000000; 
 clear:both;
 } 
 
/* posts */

h3 {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #676765;
	font-weight: lighter;
	color: #bdc2c3;
	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: #676765;
	font-weight: lighter;
	color: #bdc2c3;
	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: 10px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #bdc2c3;
	}

/* extras */

	a, a:visited, a:link, a:active { color: #676765; text-decoration: none; background-color: inherit;}
	a:hover { color: #800000; text-decoration: none;}
	b, strong, em, i{ color: #bdc2c3; background-color: inherit;}
	u{ text-decoration: none; color: #bdc2c3;border-bottom: 1px solid #c8bba8; background-color: inherit;}

	img {border:0px;}

	.search, #searchsubmit {
	width: 100px;
	background-color: #000000;
	border: 1px solid #676765;
	color: #bdc2c3;
	font-size: 10px;
	font-family: georgia, verdana, arial, sans-serif;
	}

	input, textarea, blockquote, select {
	background-color: #000000;
	border: 1px solid #656567;
	color: #bdc2c3;
	font-size: 11px;
	font-family: georgia, verdana, arial, sans-serif;
	}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
