/*
 Theme Name: ArtuindenfAir
 Theme URI: http://www.iamnoise.net
 Description: ArtuindenfAir
 Version: 1.0
 Author: Fabrizio
 Author URI: http://www.iamnoise.net
 */
/*
*{
	margin: 0;
	padding: 0;
}
*/
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	margin: 0;
	padding: 0;
}
hr{
	display: none;
}
#page{
	margin: 0 auto;
	width: 800px;
}
/*--------STRUTTURA HEADER----------*/
#header{
	margin: 0 auto;
	width: 800px;
	height: 200px;
	background: url(images/titolo.jpg)
}
#header h1{
	margin: 0;
	padding: 0;
}
#header h1 a{
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	width: 800px;
	height: 200px;
	
}
#headerimg{}
/*--------/STRUTTURA HEADER----------*/
#wrapper{}
 #content.narrowcolumn{
 	width: 550px;
 	float: left;
 }
  #content.widecolumn{
 	width: 100%;
 	margin: 0;
 	padding: 0;
 }
/*-----------SIDEBAR-------------*/
#sidebar{
	float: right;
	width: 229px;
/*	background: gray;*/
	margin: 50px 0 50px 0;
	padding-left: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}
	#sidebar h2{
		color: silver;
		margin: 0;
		padding: 0;
	}
	#sidebar ul, #sidebar li{
		margin: 0;
		padding: 0;
	}
/*-----------/SIDEBAR-------------*/
#footer{
	clear: both;
	margin: 0 auto;
	padding:0;
	border-top: 1px solid #ddd;
	width: 800px
	color: #666;
	font-style: italic;
	font-size: 12px;
	text-align: center;
}
#footer a{
	text-decoration: none;
	background: #aaa;
	color:#fff;
}
#footer a:hover{
	text-decoration: none;
	background: #aaa;
	color:#333;
}

/*-----------POST-------------*/
div.post{
	padding: 10px;
}
div.post h2{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #aaa;
	font-weight: normal;
	font-size: 50px;
}
div.post h2 a{
	text-decoration: none;
	color: #aaa;
	font-weight: normal;
	font-size: 50px;
}
div.post h2 a:hover{
	text-decoration: none;
	color: #fff;
	background: #aaa;
	font-weight: normal;
	font-size: 50px;
}
div.post small{
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
/*	background: #ccc;*/
	text-align: right;
	color: #ccc;
}
div.post .entry{
	font-size: 14px;
}
div.post .entry p{
	text-align: justify;
}
div.post .entry a{
	text-decoration: none;
	background: #aaa;
	color:#fff;
	border: 0;
}
div.post .entry a:hover{
	text-decoration: none;
	background: #aaa;
	color:#333;
	border: 0;
}
div.post img{
	border: 0;
}
div.post p.postmetadata{
	width: 100%;
	text-align: center;
	background: #ccc;
	color: #fff;
}
div.post p.postmetadata a{
	text-decoration: none;
	color: #666;
}
div.post p.postmetadata a:hover{
	text-decoration: none;
	color: #333;
}

/*-----------/POST-------------*/
/*-----------POST A PAGINA INTERA-------------*/

div.navigation {
	color:#fff;
	position: relative;
	height: 20px;
}
div.navigation a{
	text-decoration: none;
	color:#fff;
}
div.navigation div.alignleft{
	background: #aaa;
	position: absolute;
	left: 0;
	padding: 2px;

}
div.navigation div.alignright{
	background: #aaa;
	position: absolute;
	right: 0;
	padding: 2px;
}
div.widecolumn div.post h2{
	color: #aaa;
	font-weight: normal;
	font-size: 50px;

}
div.widecolumn div.post p.postmetadata{
	width: 100%;
	text-align: center;
	background: none;
	border-bottom: 1px solid #ddd;
	margin: 50px auto 10px auto;
	padding: 5px 20px;
	
}
div.widecolumn div.post p.postmetadata small{
	text-align: left;
	border: 0;
	color: #666;
	font-style: italic;
	font-size: 12px;
}
	div.widecolumn div.post p.postmetadata small a{
		text-decoration: none;
		color: #000;
		background: none;
}
h3#comments{
	color: #aaa;
	font-weight: normal;
	font-size: 20px;
	margin: 0 ;
	padding: 0;
}
ol.commentlist a{
	color: #000;
}
h3#respond{
	color: #aaa;
	font-weight: normal;
	font-size: 20px;
	margin: 60px 0 0 0 ;
	padding: 0;
}
form#commentform textarea{
	background: #ccc;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	height: 150px;
	font-size: 20px;
	color: #333;
	padding: 5px;
}
form#commentform a{
	color: #000;
}
/*-----------/POST A PAGINA INTERA-------------*/


/*-----------SIDEBAR-------------*/

#sidebar{
	border-left: 1px solid #ccc;
}
#sidebar ul{
	list-style: none;
}
	#sidebar ul li{
		margin-top: 5px;
	}
	#sidebar ul li ul li{
		margin-top: 0;
	}
	#sidebar ul ul{
		margin-left: 10px;
	}

#sidebar h2{
	font-weight: normal;
}

#sidebar ul a{
	background: #aaa;
	color: #eee;
	text-decoration: none;
	
}
#sidebar ul a:hover{
	background: #aaa;
	color:#333;
	text-decoration: none;
	
}
#sidebar label.hidden{
	display: none;
}


/*-----------/SIDEBAR-------------*/


/*-----------FOOTER-------------*/


