/*
Theme Name: Solinas
Theme URI: http://www.falegnameria-solinas.com
Description: Solinas custom theme
Version: 1.0
Author: MACCOM
Author URI: http://www.maccom.it/
*/

/*Html Assets*/
hrml{
	height: 100%;
	width: 100%;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	/*background-color:#666;*/
	background-color:#686868;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	height: auto; 
	}

	
#main p{
	margin: 0px 20px 17px 0px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	}
	
#sidebar p{
	margin: 0px 20px 15px 0px;
	font-size: 10px;
	}

/*#main P:first-letter {
	font-size: 200%;
	margin: 0px 20px 0 0px;
	font-family: "Times New Roman", Times, serif;
	float: left;
	width: 120px;
}*/

	
h1, h2, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	
	}
	
h2 {
	font-size: 2.7em;
	margin: 30px 0 40px 0px;
	letter-spacing: normal;
	color: #990000;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	margin: 30px 0 20px 0px;
	letter-spacing: normal;
	color: #333;
	font-weight: bold;
	}
	
h4 {
	font-size: 1.5em;
	margin: 20px 0 10px 0px;
	letter-spacing: normal;
	color: #666;
	}
	
h5 {
	font-size: 1.4em;
	margin: 20px 0 10px 0px;
	letter-spacing: normal;
	color: #666;
	font-style: italic;
		}
		
a{
	color: #990000;
	text-decoration: underline;
}
	
a:hover{
	text-decoration: none;
}
	
	/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
hr{
	display: none;
}

#main ul{
	font-size: 1.3em;
}

#main li{
	line-height: 2em;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	padding: 0 0 5px 10px;
	}
	
.alignleft {
	float: left;
	padding: 5px;
	}

.calloutr {
	float: right;
	padding: 0 0 5px 10px;
	display: block;
	}	

.calloutr p{
	font-size: 20px;
	background-color: #CCCCCC;
	}
	
	
#main img {
       border: 1px dotted #666;
       padding: 5px;
		
}

/* End Images */
	
	
/*Begin structure */

#page{
	width: 820px;
	/*height: 100%;*/
	display: block;
	margin: 150px auto;
	padding: 0;
	background-image: url(images/bpg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#left{
	width: 120px;
	float: left;
	background-color: #686868;
}

#left h1{
	background: url(images/logo.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	
}

#left h1 a{
	display: block;
	height: 300px;
	text-indent: -2000px;
	text-decoration: none;
}

/*Begin Sidebar*/
#sidebar{
	width: 199px;
	float: left;
	text-align: left;
	/*background-color: #ccc;*/
	background-color: transparent;
	background-image: url(images/bgm.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#sidebar ul, #sidebar ul ol {
	margin: 110px 0 30px 3px;
	padding: 0 0 0px 0;
	width: 195px;
	height: 180px;
	}

#sidebar ul ul{
	margin: 0px 0 0px 0px;
	padding: 0 0 0px 0;
	width: 185px;
	height: auto;
}

#sidebar ul ul li{
	border-bottom: none;
	padding: 0 0 0px 0px;
}

#sidebar ul ul li a{
	font-size: 13px;
	font-weight: normal;
	border-bottom: none;
	width:100%;
	text-decoration: none;
	display: block;
	text-indent: 25px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	line-height: 30px;
	width: 196px;
	/*border-bottom: 1px solid #fff;*/
	display: block;
	}

#sidebar ul li a {
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	/*font-size: 1.6em;*/
	font-size: 16px;
	font-weight: bold;
	border-bottom: none;
	width:100%;
	text-decoration: none;
	display: block;
	text-indent: 15px;
	}

#sidebar ul li a:hover {
/*	background-color: #990000;*/
	color: #990000;
	text-decoration: none;
	display: block;
	}
	
#sidebar .banner{
	width: 178px;
	margin-left: 12px;
	padding-top: 30px;
	clear: both;
}	

#sidebar .banner img{
	border: none;
}
	
	
/*end sidebar*/
#main{
	width: 480px;
	float: right;
	/*height: 1200px;*/
	text-align: left;
	margin: 0;
	background-image: url(images/bgr.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#footer{
	/*padding: 300px 0 50px 0px;*/
	padding: 100px 0 50px 0px;
	margin:0;
	width: 100%;
	clear: both;
	text-align: left;

}

#footer p{
	margin: 20px 20px 0 340px;
	padding: 10px 0 0 0;
	font-size: 0.95em;
	text-align: center;
	
}

#footer a{
	color: #666;
}

#footer ul{
	margin: 20px 20px 0 340px;
	padding: 10px 0 0 0;
	font-size: 0.95em;
	text-align: center;
	border-top: 1px dotted #ccc;
}

#footer ul li{
	display: inline;
	/*letter-spacing: 0.2em;*/
	letter-spacing: normal;
	font-size: 10px;
}

#main .ex_thumb_preview, #exhibit_thumbs .#exhibit_thumbs{
	background-color: #fff;
	width: 100%;
	padding:  5px;
	margin: 10px 0 10px 0;
}

/*#main .ex_thumb_preview img, #exhibit_thumbs img{*/
.ex_thumb{

   /* border: 1px dashed #777;*/
    margin: 0px 10px 50px 0px;
	 padding: 5px;
	 background-color: #fff;
	 float: left;

height:200px;
}
#main .ex_caption{
	display: none!important;
}
#main .blockr{
	float: right;
	width: 180px;
	background-color: #eee;
}

#main .blockr p{
	font-size: 14px;
	text-align: left;
}


#main .blockl{
	float: left;
	width: 180px;
	font-size: 1.2em;
	color: #666;
	text-align: left;
	padding: 5px;
	padding: 0 15px 0 0px;
}


/*Gallery Elements{*/

.fancy_title{
	display: none;
}

.fancybox .size-thumbnail{
	margin: 0 16px 16px 0;
}

.xprint{
	display: none;
}