/*
Theme Name: Amici di Camilla
Theme URI: http://www.bigthink.it
Version: 1.0
Author: Daniele Ghidoli
Author URI: http://www.bigthink.it
*/

*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

html, body, #wrap {
	height:100%;
	background:#e9e8e8 url(images/bg.jpg) repeat-x;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

a img{
	border:0;
}

.alignleft{
	float:left;
	margin-right:10px;
}

.alignright{
	float:right;
	margin-left:10px;
}

#wrap{
	background:url(images/bgcontent.jpg) repeat-y center;
}

#container{
	width:750px;
	margin:0 auto;
	padding-bottom:40px;
}

#header{
	background:#f8bc26 url(images/ombraleft.jpg) repeat-y left;
}

#header .ombraright{
	background:url(images/ombraright.jpg) repeat-y right;
	height:163px;
	position:relative;
}

#hand{
	background:url(images/mano.jpg) no-repeat;
	width:116px;
	height:141px;
	position:absolute;
	left:30px;
	top:10px;
}

#logo{
	position:absolute;
	top:50px;
	right:60px;
}

#menu{
	background:#F8BC26 url(images/menu.jpg) repeat-x bottom;
}

#menu .ombraleft{
	background:url(images/ombraleft2.jpg) no-repeat bottom left;
}

#menu .ombraright{
	background:url(images/ombraright2.jpg) no-repeat bottom right;
	height:40px;
}

#content{
	padding:30px;
	color:#504f4f;
	padding-top:10px;
}

.breadcrumb{
	margin-bottom:30px;
	font-size:11px;
}

#content p, #content li{
	margin-bottom:10px;
	line-height:20px;
	text-align:justify;
}

#content a{
	color:#54a193;
	font-weight:bold;
	text-decoration:underline;
}

#content .breadcrumb a{
	color:#F68D12;
	font-size:11px;
}

#content a:hover{
	text-decoration:none;
}

#content li{
	margin-left:20px;
}

#content h1{
	font-size:16px;
	border-bottom:1px dashed #54a193;
	color:#54a193;
	margin-bottom:10px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}

#content h2, #content h3{
	font-size:16px;
	margin-bottom:10px;
	margin-top:20px;
	clear:both;
}

#content #rassegna a, #content #iniziative a{
	color:#4c4c53;
	text-decoration:underline;
}

#content #rassegna a:hover, #content #iniziative a:hover{
	text-decoration:none;
}

#rassegna{
	background:url(images/rassegna.jpg) no-repeat top right;
	min-height:165px;
}

/* MENU */
#menu ul{
	padding:0; 
	list-style:none; 
	height:40px; 
	margin-left:13px; 
	margin-right:4px;
}

#menu li {
	float:left;
}

#menu li a {
	display:block; 
	height:40px; 
	line-height:40px; 
	padding:0 18px 0 0; 
	float:left; 
	color:#fff; 
	text-decoration:none;
}

#menu li a b {
	display:block; 
	height:40px; 
	float:left; 
	padding:0 0 0 18px; 
	cursor:pointer;
}

#menu li a:hover, #menu li.current_page_item a{
	background:url(images/tab_a.gif) no-repeat right top; 
	line-height:36px;
}

#menu li a:hover b, #menu li.current_page_item a b{
	background:url(images/tab_b.gif) no-repeat left top; line-height:36px;
}

#footer{
	position: relative;
	margin:0 auto;
	margin-top: -40px;
	height: 20px;
	width:695px;
	clear:both;
	text-align:center;
	border-top:1px dashed #999999;
	padding-top:10px;
	padding-bottom:10px;
} 

#footer, #footer a{
	color:#999999;
	font-size:9px;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

/* FORM CONTATTI */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}


