/*   
Theme Name: DarkBondage
Theme URI: http://darkbondage.info/
Description: Dark bondage custom theme
Author: BloggerManiak
Author URI: http://darkbondage.info/
Version: 0.1
.
General comments/License Statement if any.
.
*/

body {
    color:#FFFFFF;
	font-family:Tahoma;
	font-size: 10pt;
	text-align: center;
	background-image: url('images/dark.jpg');
	background-repeat: repeat;
	}
#headerimg 	{ 
    background: url('images/darkheader.jpg') center;
	margin: 7px 9px 0; 
	height: 282px; 
	width: 750px;
}
.storycontent{background:#000000; } 
.storycontent img { border: 2px solid #C0D844; }
.post {
    color:#FFFFFF;
	font-family:Tahoma;
	font-size: 10pt;
	text-align: justify;
	margin: 7px 9px 10px 10px; 
}

.fondo 	{ 
    background: url('images/fondo.jpg') center;
	margin: 7px 9px 0;  
	width: 750px;
}
.sidebar {
	font-family:Tahoma;
	font-size: 10pt;
	text-align: justify;
	margin: 3px 3px 3px 3px;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 3px;
	list-style: none;
	padding-left: 0px;
	font-family:Tahoma;
	font-size: 10pt;
	} 
html>body .entry li {
	margin: 0px 0 0px 0px;
	font-family:Tahoma;
	font-size: 10pt;
	}
	
h1, h2, h3 {
	font-family:Tahoma;
	color: C0D844;
	font-size: 20px;
	}
ul {
	font-family:Tahoma;
	font-size: 10pt;
	padding: 0 0 0 10px;
	text-indent: -5px;
	list-style: square;
	color: #C0D844;
	margin-left: 10px;
}
li {
	font-family:Tahoma;
	font-size: 10pt;
	padding: 0 0 0 0;
	text-indent: 5px;
	list-style: square;
	color: #C0D844;
	
}



