html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body {
	background-color: #f8f8f3;
	/*background-image:url('../images/wrap-bg.gif');
	background-repeat:repeat-y;
	background-position:center;*/
	/* MULTI
	background-image: url('../images/wrap-bg.gif'), url('../images/rpt.gif');
	background-position: center, 0 0;
	background-repeat: repeat-y, repeat;
	*/	
	
	background-image:url('../images/rpt.gif');
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #484848;
}
#bigg {
	width: 100%;
	
	background-image: url('../images/wrap-bg.gif');
	background-position: center;
	background-repeat: repeat-y;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	margin: 15px 0px;
}

h1 {
	font-size: 26px;
	margin: 0px 0px 30px;
}

h2, h2 a { font-size: 21px; color: #333333; }

h3 { font-size: 18px; }

h4 { font-size: 16px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

p, address, .subdivision-left, .subdivision-right {
	font-size: 12px;
	color: #484848;
	line-height: 20px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #63a5d2;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #63a5d2;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a.footer:link, a.footer:active, a.footer:visited { 
	color: #333333;
	text-decoration:none;
	
}

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

.post-breadcrumbs a {
	font-size: 11px;
}

.post-breadcrumbs {
	color: #636363;
}

h1 a {
	color: #202427;
}

#maincontent img {
	border: 1px solid #ccc;
	margin: 5px 0px 5px 0px;
	padding: 5px;
}

abbr {
	font-style: italic;
}

acronym {
	text-transform: uppercase;
}

strong {
	font-weight: bold;
}

big {
	font-size: 14px;
}

pre {
	font-family: Courier;
	font-size: 12px;
}

q {
	font-style: italic;
}
code {
	font-family: Courier;
	padding: 10px;
	background-color: #eee;
	border-left: 1px solid #636363;
	display: block;
	margin: 10px 0px;
}

kbd {
	font-family: Courier;
}
del {

}

em {

}

ins {

}

cite {
	font-style: italic;
}

var {

}

dl {
	font-size: 12px;
	margin: 20px 0px;
}

dt {
	margin-left: 20px;
	font-weight: bold;
}

dd {
	margin: 0px 0px 10px 40px;
	font-style: italic;
}

#maincontent ul {
	list-style: inside disc;
	line-height: 20px;
}

#maincontent ol {
	line-height: 20px;
	list-style: inside decimal;
}

.img-left {
	float: left;
	margin: 20px 40px 20px 0px;
}

.img-right {
	float: right;
	margin: 20px 0px 20px 40px;
}

.right, .alignright {
	float: right;
}

.left, .alignleft {
	float: left;
}

#maincontent img.alignleft {
	margin: 20px 20px 10px 0px;
}

.center, .aligncenter {
	text-align: center;
}

.aligncenter {
	margin: auto;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 13px;
	color: #636363;
}

blockquote {
	border-left: 1px solid #636363;
	padding: 5px 0px 5px 20px;
	margin: 20px 0px;
	font-style: italic;
}

blockquote p, cite p {
	font-style: italic;
}

.clear {
	clear: both;
}
.icon-left {
	float: left;
	border: none;
}

.icon-right {
	float: right;
	border: none;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	/*background: url(../images/wrap-bg.gif) repeat-y;*/
	overflow: hidden;	
}

#left-column {
	float: left;
	width: 220px;
	top: 0;
	/*position: fixed;*/
	
}
#menuimg {
	float: left;
	width: 220px;
	position: relative;
	top:-310px;
	/*position: fixed;*/
	
}


.logo {
	margin:  0px 0px 20px 0px;
	border: none;
}


#sovrafooter {
clear: both;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width:1001px;
	
background: url('../images/sfondofooter.gif');
background-position: 0 -5px;
}
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	text-align: center;
	width: 1001px;
	height: 200px;
	font-size: 10px;
	color: #333333;
	/* MULTI
	background-image: url('../images/sfondotondo.png'), url('../images/sfondofooter.gif');
	background-position: 0 0, 0 5px;
	background-repeat: repeat-x, repeat-x;*/
	
	background-image: url('../images/sfondotondo.png');
	background-position: 0 0px;
	background-repeat: repeat-x;
}
/*
#menu li {
	list-style: none;
}

#menu li a  {
	color: white;
	background: url(../images/tab-inactive-bg.png);
	outline-style: none;
}

#menu .current_page_item a, #menu .current_page_parent a, #menu .current_page_item a:hover {
	background: url(../images/tab-active-bg.png);
	color: #202425;
}

#menu a:hover {
	background: url(../images/tab-inactive-hover-bg.png);
	text-decoration: none;
}

#menu a {
	color: #202425;
	font-size: 12px;
	background: url(../images/tab-active-bg.png) no-repeat;
	width: 200px;
	height: 30px;
	display: block;
	padding: 12px 0px 0px 20px;
	margin-bottom: 3px;
    text-align: left;
}

#menu li ul li a {
	background-image: none;
	height: 15px;
	color: #dcdcdc;
	font-size: 11px;
}

#menu li ul {
	margin-bottom: 20px;
}

#menu li ul li a:hover {
	background-image: none;
	font-weight: bold;
}

#menu li ul li a {
	background-image: none; 
	color: #ccc;
}


#menu li.current_page_item ul li a, 
#menu li.current_page_item ul li a:hover, 
#menu li ul li.current_page_item a, 
#menu li ul li.page_item a {
	background: none;
	color: white;
}

#menu li ul li.current_page_item a:hover, #menu li ul li.current_page_item a {
	background: url(../images/bg-menu-submenu-current.jpg) no-repeat 20px 13px;
	color: white;
}
*/

#maincontent {
	width: 1520px;
} 

#maincontent-wrapper {
	width: 760px;
	margin-left: 220px;
	overflow: hidden;
}

#cu3er-container {
	width: 700px;	
}

.content-slide {
	padding-top: 0px;
	padding-left: 27px;
	padding-right: 27px;
	padding-bottom: 40px;
	width: 700px;
	float: left;
	/*background: white;*/
	position: relative;
}

#scroller {
	z-index: 10000;
}

.post {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #666;
}

body .post a.read-more, .navigation a, #post-pager a {
	padding: 4px;
	background-color: #63a5d2;
	color: white;
	line-height: 20px;
}

#maincontent .post .attachment-post-thumbnail {
	margin: 0px 20px 20px 0px;
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: white;
}

.post h2 {
	margin-bottom: 5px;
	color: #111111;
}

.post-info {
	font-size: 11px;
	color: #636363;
	margin-bottom: 10px;
}

.post ul, .post ol {
	margin: 10px 0px;
}

.post ul li, .post ol li {
	font-size: 12px;
	list-style: disc inside;
	line-height: 20px;
}

.post ol li {
	list-style: decimal inside;
}

.post table {
	border: 1px solid #636363;
	background: #f5f5f5;
	margin: 10px 0px;
	text-align: center;
}

.post table th {
	border: 1px solid #202427;
	padding: 5px;
	background: #ddd;
	font-size: 12px;
	font-weight: bold;
}

.post table td {
	border: 1px solid #636363;
	padding: 5px;
	font-size: 12px;
	color: #202427;
}

.post table tr.alternate td {
	background: #fff;
}

#ajax-loader {
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	color: #555;
	font-size: 12px;
}

#ajax-loader img {
	margin: 0px;
}

#billboard {
	width: 700px;
	height: 340px;
	margin: 35px 0px;
	overflow: hidden;
}


#billboard img {
	width: 700px;
	height: 340px;
	padding: 0px;
	margin: 0px;

}

.subdivision-left {
	float: left;
	width: 320px;
	margin-right: 40px;
}

.subdivision-right {
	float: left;
	width: 320px;
}

.subdivision-left h1, .subdivision-left h2, .subdivision-left h3, .subdivision-left h4, .subdivision-left h5, .subdivision-left h6, .subdivision-right h1, .subdivision-right h2, .subdivision-right h3, .subdivision-right h4, .subdivision-right h5, .subdivision-right h6 {
	margin-top: 0px;
}

.subdivision-left .img-left, .subdivision-right .img-left {
	margin: 0px 20px 20px 0px;
}

.subdivision-left .img-right, .subdivision-right .img-right {
	margin: 0px 0px 20px 20px;
}

.subdivision-left .icon-left, .subdivision-right .icon-left{
	margin: 0px 20px 5px 0px;
}

#contact-area {
	width: 700px;
	margin-top: 25px;
	font-family: "Lucida Grande", Arial, sans-serif;
}

#portfolio-list {
	margin-top: 10px;
}

.portfolio-item, .portfolio-item-right {
	float: left;
    width: 320px;	
}

.portfolio-item img, .portfolio-item-right img {
	margin: 0px;
	border: none;
	width: 310px;
	height: 310px;
    padding: 4px;
    border: 1px dotted #ccc;
    margin-bottom: 10px;
}

.portfolio-item-right {
    margin-left: 40px;
    float: right;
}

.comment-info, .success {
	display: block;
	font-style: italic;
	border: 1px dotted black;
	background-color: #202427;
	color: white;
	padding: 5px;
	margin: 25px 0px 20px 0px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 551px;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #636363;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #00d0fd;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

#maincontent .comment img.avatar {
	float: left;
	margin: 0px 20px 20px 0px;
}

#comments {
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.comment-date {
	font-size: 11px;
	color: #636363;
	margin-bottom: 0px;
}

#add-comment label, #contact-form label {
	display: block;
	float: left;
	height: 20px;
	text-align: left;
	margin: -3px 10px 0px 0px;
	color: #202425;
}

.required {
	text-align: left;
	clear: both;
}

#add-comment div, #contact-form div {
	margin-top: 10px;
}

input, textarea {
	border: 1px solid #999;
	padding: 2px;
}

#add-comment textarea, #contact-form textarea {
	width: 440px;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

#add-comment .buttons {
	margin-left: 110px;
}

#add-comment .buttons button, #contact-form button {
	padding: 3px 5px;
	color: white;
	background: #202425;
	border: 1px solid #111;
	cursor: pointer;
}

#add-comment .buttons button:hover, #contact-form button:hover {
	color: #202425;
	background: white;
}

.error {
	padding: 2px 8px;
	color: white;
	background-color: #982121;
	border: 1px solid #6d1818;
}

hr.comment-divider {
	border: none;
	border-bottom: 1px dotted #666;
	margin: 25px 0px 10px;
	display: none;
}


/** s3slider **/
#s3slider { 
   width: 700px; /* important to be same as image width */ 
   height: 340px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   border: none;
   margin-bottom: 25px;
}

#maincontent ul#s3sliderContent {
   width: 700px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   list-style: none;
}



.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 15px "Lucida Grande", Arial, Helvetica, sans-serif;
   padding: 20px 13px;
   width: 700px;
   background-color: #000;
   color: #fff;
   display: none; /* important */
   bottom: 45px;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

#maincontent .s3sliderImage img {
	padding: 0px;
}

/* Portfolio */
.boxgrid{
	width: 320px;
	height: 320px;
	float:left;
	background: #202427;
	border: solid 1px #111;
	overflow: hidden;
	position: relative;
	margin: 10px 0px 0px;
	color: #202427;
}

.boxgrid.left {
	margin: 10px 30px 20px 0px;
}

#maincontent .boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	z-index: 100;
	width: 320px;
	height: 320px;
	border: none;
	padding: 0px;
	margin: 0px;
}

.boxcaption{
	float: left;
	position: absolute;
	background: #202427;
	height: 260px;
	width: 240px;
}
 
.captionfull .boxcaption {
 	top: 0px;
 	left: 0px;
 	padding: 30px 30px;
 	color: white;
 	line-height: 18px;
	font-size: 11px;
	
}
.caption .boxcaption {
	top: 220px;
	left: 0px;
}

.portfolio-item h3 {
	margin: 0px 0px 10px;
}

.portfolio-item h3 a {
	color: white;
	text-decoration: none;
}

#post-pager a {
	margin: 0px 3px;
	text-align: center;
	width: 20px;
}

body #maincontent .subdivision-left p a img, body #maincontent .subdivision-right p a img {
	border: none;
	margin: 0px 10px 0px 0px;
}






ul li {
	list-style: none;
}


#divmenu {
	position: relative;
	left: -5px;
	top: -20px;
	padding-right: 0px;
	padding-bottom: 0px;
	z-index: 10;
	
}

/* Menu Verticale 
//////////////////////////////////*/
#vnav {
	position: absolute;
	top: 10px;
	left: 0;
	width: 230px;
	height: 336px;
	background: url('../images/menu.png') no-repeat;
}
#vnav li {
	position: absolute;
	left: 0;
	width: 230px;
	height: 48px;
}
#vnav li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 48px;
	text-indent: -9999em;
}

#vnav #hnavhome {
	height: 48px;
	top: 0px;
}
#vnav #vnavnews {
	height: 48px;
	top: 48px;
}
#vnav #vnavbio {
	height: 48px;
	top: 96px;
}
#vnav #vnavdisco {
	height: 48px;
	top: 144px;
}
#vnav #vnavphoto {
	height: 48px;
	top: 192px;
}
#vnav #vnavcontact {
	height: 48px;
	top: 240px;
}
#vnav #vnavlink {
	height: 48px;
	top: 288px;
}

/* Icone Social Network
/////////////////////////////////////////////
*/
#snav {
	position: absolute;
	top: 370px;
	left: 94px;
	width: 130px;
	height: 90px;
	background: url('../images/social.png') no-repeat;
}
#snav li {
	position: absolute;
	left: 0;
	width: 130px;
	height: 26px;
}
#snav li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 26px;
	text-indent: -9999em;
}

#snav #snavface {
	height: 30px;
	top: 0px;
}
#snav #snavmy {
	height: 30px;
	top: 30px;
}
#snav #snavrss {
	height: 30px;
	top: 60px;
}
#snav #snavtwi {
	height: 25px;
	top: 90px;
}
#snav #snavpin {
	height: 30px;
	top: 120px;
}





#twnav {
	position: absolute;
	top: 500px;
	left: 65px;
	width: 130px;
	height: 180px;
}
#twnav li {
	position: absolute;
	left: 0;
	width: 130px;
	height: 26px;
}
#twnav li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 26px;
	text-indent: -9999em;
}

#twnav #twnavtw {
	height: 30px;
	top: 0px;
}
