/*  
Theme Name: Fucinaweb Miles
Theme URI: http://www.fucinaweb.com/
Description: Fucinaweb's theme
Version: 0.1
Author: Gianluca Rota
Author URI: http://www.gianlucarota.it/
This theme was designed and built by Gianluca for Fucinaweb.
*/

body, #content, #footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body  {
	background: none;
	font-size: 12pt;
	font-family: Georgia, sans-serif;
	line-height: 130%;
}

#menu, #sidebar, #header, .postcomment, #respond, #commentform, #powered {
	display: none;
}

#content {
   width: auto;
   margin: 0 2%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

a:link, a:visited {
   color: #000000;
   background: transparent;
   font-weight: normal;
   text-decoration: none;
   }

.postmetadata, .postmetadata a {
	font-size:10pt;
	font-weight:bold;
}

.description a:link:after, .description a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

.description a[href^="/"]:after {
   content: " (http://www.fucinaweb.com" attr(href) ") ";
   }

h2 a:link:after, h2 a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 40%;
   }

h2 a[href^="/"]:after {
   content: " (http://www.fucinaweb.com" attr(href) ") ";
   }

#footer  {
	border-top: 1px solid #CCCCCC;
	font-size: 10pt;
}
 
.alignleft {
	float:left; 
	margin:0.0em 0.4em 0 0;
}
.alignright {
	float:right; 
	margin:0.0em 0.4em 0 0;
}


