@charset "UTF-8";
/* CSS Document */

body {
	background:url(http://blackswift.org/wp-content/themes/blackswift/img/body.png) top left repeat-x;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:18px;
	text-align:justify;
}

h1 {
	width:441px;
	height:29px;
	background:url(http://blackswift.org/wp-content/themes/blackswift/img/logo.png) top left no-repeat;
	margin:164px 0 0 0;
	float:left;
	}
	
h2 {
	color:#BF0000;
	font-size:1.3em;
	font-variant:small-caps;
	margin:40px 0 18px 18px;
    	line-height: 18px; 
}

h3.data {
	background:#000;
	color:#fff;
	line-height:18px;
	margin-bottom:18px;
	width:200px;
	padding-left:17px;
	clear:left;
}

h3.volume {
	line-height:18px;
	margin-bottom:18px;
	padding-left:17px;
	text-align:right;
}

h4 {
	background:#FFF;
	color:#333;
	text-align:right;
	font-variant:small-caps;
	padding-right:5px;
}

p {
	margin: 10px 0 0 10px;
}
  
ul,
ol { 
	list-style-type: none;
	margin: 10px 0 0 0; 
	padding: 0px;
}

ul.categorygroup {
	margin-left: 5px;
	padding: 0px;
}

ul.categorygroup li {
	margin: 0 0 0 20px;
	line-height:18px;
}
ul ul	{ 
	list-style-type: none;
	margin: 10px 0 0 10px; 
	padding: 0px;
}

h3 { 
	font-size: 12px; 
	line-height: 18px; 
}

.left { 
	float: left; 
	margin: 0 18px 18px 0; 
}

.right { 
    float: right; 
    margin: 0 0 18px 18px;}
  
  .copertina {
  	background:url(http://blackswift.org/wp-content/themes/blackswift/img/copertina.jpg) top left no-repeat;
	width:280px;
	height:271px;
	margin-right:5%;
	float:right;
	}

  .column { 
    float: left; 
   /* width: 60%; */
	margin-top:0;
  }

  .sidebar {
    width: 25%;
    font-size: 0.9em;
	background:#FFF;
  }
  
  .interna {
      width:208px;
	  background:#E6E6E6;
	  float:right;
	  margin:271px 35px 0 40px;
	  text-align:left;
	}
	
   .interna p {
   	 margin:0 5px 18px 5px;
   }
  
  .clear_column {
  	width:208px;
	height:100px;
	background:url(http://blackswift.org/wp-content/themes/blackswift/img/fondo_gradioso.png) repeat-x top left;
	clear:both;
	float:right;
	margin:0 35px 0 40px;
	}
  
.content {
	margin:0;
	width: 55%;
	float: left;
}

a {
 color:#BF0000;
 text-decoration:none;
 font-weight:bold;
}
a:hover {
 background:#BF0000;
 color:#FFF;
 text-decoration:none;
 font-weight:bold;
}
