/*
Theme Name: UAU
Theme URI: http://wordpress.org/
Description: Comunica 2009
Version: 1.0
Author: Chet
Author URI: http://www.uaustudio.com/
*/

@charset "utf-8";
/* CSS Document */

html {
	margin:0px; padding:0px;
	background: #d3e1ea;
	}

body {
	margin:0px; padding:0px;
	background: #d3e1ea;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	}

img {
	border:none;
}

a{
	color:#111;
	text-decoration:none;
}
	
a:hover{
	color:#000;
	text-decoration:underline;
}

h1, h2, h3, h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#BB3F57;
	font-weight:normal;
	line-height:normal;
}

h1{
	font-size:28px;
	margin: 5px 0;
}

h2{
	font-size:20px;
	margin:20px 0 5px 0;
}

h3{
	margin:10px 0 5px 0;
}

small, small a {
	font-size:11px;
	color:#6c7c86;
}

.clear {
	clear:both;
	float:none;
	height:0px;
}

.alignleft.size-thumbnail {
	border: #6c7c86 solid 2px;
	margin:10px 10px 0 0;
}

.alignleft.size-thumbnail:hover {
	border: #B94053 solid 2px;
}

.alignleft.size-medium {
	border: #6c7c86 solid 1px;
	margin:0 20px 20px 0;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.hackadelic-sliderButton{
	display:block;
	background: url(img/arrow.jpg) center right no-repeat;
	width:200px;
	font-weight:bold;
	color:#555;
}

#wrappy {
	background: repeat-x #ffffff url('img/topbg.jpg');
	text-align: left;
	clear:both;
	}

#page {
	background: repeat-x #ffffff url('img/topbg.jpg');
	margin: 0 auto;
	clear:both;
	width:900px;
	min-height:480px;
	}

.aligna {
	width:900px;
	margin:auto;
	text-align:left;
	}

#header {
	clear:both;
	position:relative;
	height:152px;
}

#header #langbar{
	position: absolute;
	right:0px;
	bottom:45px;
}

#header #langbar a{
	display:block;
	padding:5px 10px;
	font-size:11px;
	color: #FFF;
	background: url(img/barbg.jpg) repeat-x;
}

#header #bar{
	position: absolute;
	right:0px;
	bottom:0px;
	height:35px;
}

#header #bar .sx{
	background: url(img/barsx.jpg) no-repeat;
	float:left;
	height:35px;
	width:20px;
}

#header #bar .dx{
	background: url(img/bardx.jpg) no-repeat;
	float:left;
	height:35px;
	width:20px;
}

#header #bar .bar{
	background: url(img/barbg.jpg) repeat-x;
	float:left;
	height:35px;
	font-size:12px;
}

#header #bar .bar ul{
	margin:10px 0 0 0; padding:0;
}

#header #bar .bar ul li{
	margin:0 6px; padding:0;
	list-style:none;
	float:left;
}

#header #bar .bar ul li a{
	color:#FFF;
	text-decoration:none;
}

#side{
	float:left;
	width:225px;
	margin: 0 40px 40px 0;
	color:#000;
	font-size:11px;
	text-align:center;
}

a.langbutton {
	color:#FFF;
	background:#bb3f57;
	padding:5px 10px;
}

#menu{
	background: url(img/menubg.jpg) no-repeat bottom #6c7c86;
	padding:30px 0 40px 20px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	color:#FFF;
	font-size:18px;
	text-align:left;
}

#menu ul {
	margin:0; padding:0;
}

#menu ul li{
	list-style:none;
	margin:2px 0;
}

#menu ul a{
	color:#EEE;
	text-decoration:none;
}

#menu ul a:hover{
	color:#FFF;
}

#intro{
	clear:both;
	width:900px;
	height:225px;
	background: url(img/animazione.jpg) no-repeat;
	border-bottom: 3px solid #6c7c86;
}

#maincontent{
	float:left;
	width:635px;
	margin:20px 0;
	font-size:14px;
	line-height:19px;
	color:#3d4950;
}

#maincontent p{
	margin:0 0 15px 0;
}

#maincontent li{
	/*list-style:url(img/bull.gif) ;*/
	color:#B93F56;
}

#maincontent #home li{
	color:#333;
}

.post {
	min-height:370px;
}

.post.archive{
	min-height:30px;
	margin-bottom:25px;
}

.post.archive p{
	margin:0;
}

#home.post {
	min-height:250px;
}

#home strong {
	color:#BB3F57;
}

.areariservata .post {
	min-height: 0px;
}

ul.subpages li{
	list-style:none;
	background: url(img/arrow.jpg) center right no-repeat;
	padding:4px 0;
	margin-bottom:2px;
	width:200px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
}

ul.subpages li a{
	color:#555;
	display:block;
}

.loginpanel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-transform:none;
}

.loginpanel a{
	color:#FFF;
}

.loginpanel h1{
	color:#FFF;
	font-size:18px;
}


.loginpanel input {
	margin-bottom:5px;
}

.ddfm .credits, .hide {
	display:none;
}

#footer{
	clear:both;
	border-top: 3px solid #6c7c86;
	color: #6c7c86;
	font-size:11px;
	padding:10px 0;
	background: #d3e1ea;
}

#footer a{
	color: #555;
}


