/*  
Theme Name: BlogLab
Theme URI: http://www.senzastile.it/
Description: Bloglab
Version: 0.1
Author: G. Dragone@gmail.com
Author URI: http://www.senzastile.it/
*/
/* Senzastile.com design By Giovanni Dragone
www.senzastile.com // senzastile.it 
g.dragone@gmail.com */

body {
	margin:0;
	color:#000;
	font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	font-size:80%;
}
#wrapper {
	width:100%;
	height:100%;
}
#header{
	height:70px;
	padding-top:15px;
	padding-bottom:15px;
	clear:both;
	padding-left:20px;
	background-color :#00a8e6;
	border-bottom:14px solid #4f4f4f;
}
#container {
	margin-left:5px;
	width:99%;
	height:100%;
}
#contenuto {
	width:53%;
	padding:1%;
	float:left;
}
#contenuto a:active {
	text-decoration:none;
	color: #333;
	border-bottom:0px;
}
#contenuto a:link {
	color: #333;
	text-decoration:none;
	border-bottom:1px #ff6000 dotted;
}
#contenuto a:hover {
	color: #999;
	text-decoration:none;
	border-bottom:1px #FFF dotted;
}
#contenuto a:visited {
	color: #333;
	text-decoration:none;
	border-bottom:1px #666 dotted;
}
#divpost {
	text-align:left;
}
#divpost h1 {
	font-size:1.6em;
}
#divpost h1 a:active {
	text-decoration:none;
	color: #333;
	border:0px;
}
#divpost h1 a:link {
	color: #333;
	text-decoration:none;
	border:0px;
}
#divpost h1 a:hover {
	color: #999;
	text-decoration:none;border:0px;
	
}
#divpost h1 a:visited {
	color: #333;
	text-decoration:none;
	border:0px;
}
.dataora {
	border-top:#ccc dashed 1px;
	padding-top:10px;
	text-align:center;
}
#video{
float:left;
width:90%;
text-align:center;
}
#side{
	width:26%;
	padding:0;
	float:left;
	border-left: dashed 1px #ccc;
	border-right: dashed 1px #ccc; 
}
#side h1{
	font-size:1.2em;
	margin:0px;
	padding:2px;
	padding-top:10px;
	font-weight: bold;
	border-bottom: dashed 1px #ccc;
}
#side p{
	margin:0px;
	padding:2px;
	text-align: justify;
}

#side a:active {
	text-decoration:none;
	color: #333;
	border:0px;
}
#side a:link {
	color: #333;
	text-decoration:none;
	border:0px;
}
#side a:hover {
	color: #999;
	text-decoration:none;border:0px;
	
}
#side a:visited {
	color: #333;
	text-decoration:none;
	border:0px;
}
#box_side{
	width:100%;
}
#box_t{
	height:27px;
	padding:5px;
	background-image:url(img/bk_box1.gif);
}
#naviga {
	width:170px;
	padding: 0px;
	float:left;
	text-align: right;
	border-right: 1px #ccc dashed;
	font-size: 0.9em;
}
#naviga ul {
	margin:0;
	width: auto;
}
#naviga li {
	list-style:none;
	margin: 0;
	text-align:  right;
}
#naviga li h1 {
	font-size:1.4em;
}
#naviga li h2 {
	font-size:1.1em;
}
#naviga a:active {
	text-decoration:none;
	color: #333;
	border-bottom:1px #666 dotted;
}
#naviga a:link {
	color: #333;
	text-decoration:none;
	border-bottom:1px #666 dotted;
}
#naviga a:hover {
	color: #666;
	text-decoration:none;
	border-bottom:1px #FFF dotted;
}
#naviga a:visited {
	color: #333;
	text-decoration:none;
	border-bottom:1px #666 dotted;
}
#footer{
	clear:both;
	margin-top:15px;
	padding:5px;
	text-align:center;
	font-size:0.8em;
	color:#fff;
	background-color :#4f4f4f;
}
#footer a:active {
	text-decoration:none;
	color: #fff;
	border-bottom:1px #666 dotted;
}
#footer a:link {
	color: #fff;
	text-decoration:none;
	border-bottom:1px #666 dotted;
}
#footer a:hover {
	color: #000;
	text-decoration:none;
	border-bottom:1px #FFF dotted;
}
#footer a:visited {
	color: #fff;
	text-decoration:none;
	border-bottom:1px #666 dotted;
}