/*  
Theme Name: Portfolioclienti
Theme URI: http://www.qthemes.com
Description: Theme support at http://www.worldpress.it
Version:1.0 
Author: Graziano Muscas aka Gracio
Author URI: http://www.qthemes.com/
*/



/* MAIN */

* {
	padding:0;
	margin:0;
	line-height:20px;
	}

h2,h3,h4,h5,h6
   {
	font-size:1.4em;
	}
body 
{
	font-size:62.5%;
	font-family:Verdana, Georgia, Times new roman;
	background:white;
	}

#panino {
	width:1000px;
	margin:0 auto;
	
}
#content {
	width:600px;
	float:left;
	background:white url(images/header.jpg) no-repeat center top;
	margin-top:20px;
}
#contentpage {
	width:600px;
	float:left;
	margin-top:20px;
}
#sidebar {
	float:right;
    width:400px;
	height:466px;
	background:white url(images/bg.jpg) no-repeat top left;
}

#footer {
clear:both;
text-align:center;
}
#header a{
color:#fa707d;
}
#header ul{
clear:both;
list-style:none;
}
#header li{
float:left;
margin:0 10px;
font-weight:bold;
}
#contentpage a{
	padding:2px;
	background:#e9e7e7;
	font-weight:bold;
	font-size:1.2em;
}
#contentpage a:hover{
	padding:2px;
	background:aqua;
	font-weight:bold;
	font-size:1.2em;
}
.menu2 {
	padding: 0;
	list-style: none;
}
.menu2 li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
	margin-top:80px;
}
.menu2 a {
	padding: 14px 10px;
	display: block;
	color: #efede9;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	background: url(images/button.gif) no-repeat center center;
}
.menu2 img {
	padding:5px 5px 20px 5px;
	background:#f6f3ed url(images/wpc.png) no-repeat center bottom;
	border:1px solid #efede9;
}
.menu2 img:hover {
	padding:5px 5px 20px 5px;
	border:1px solid #dfd7cc;
}
.menu2 li em {
	font-weight: normal;
	background: url(images/hover1.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -95px;
	left: -15px;
	text-align: center;
	padding: 19px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
	color: gray;
}
.accordion {
	margin-top:320px;
	width: 280px;
	border-bottom: solid 1px #c4c4c4;
	float:right;
	opacity:.90;filter: alpha(opacity=90); -moz-opacity: 0.9;
}
.accordion a{
	padding:2px;
	background:#e9e7e7;
	font-weight:bold;
	font-size:1.3em;
}
.accordion a:hover{
	padding:2px;
	background:aqua;
	font-weight:bold;
	font-size:1.3em;
}
.accordion h3 {
	background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
