/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	color: #efefef;
	margin: 0;
	padding: 0 0 50px 0;
	background: #535353;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 165%;
}

/* Links */
a, a:active, a:link {
	text-decoration: underline;
	color: #C7A346;
}
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

/* headers */
h1, h2, h3 {
	color: #C7A346;
}
h1 {
	font-family: 'dearJoe4Regular', Arial, Tahoma, Trebuchet MS , Arial, Sans-serif;
	font-weight: normal;
	letter-spacing: 0 px;
	padding: 10px 10px 15px 0px;
	font-size:25px;
	margin: 0;
}

h2 {
	font-size:17px;
	color: #C7A346;
	padding: 0px 0px 10px 0px;
	margin: 0;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 10px 0px 0px;
	margin: 0;
	color:C7A346;
	text-align: left;
}
h4 {
padding-top:20px;
padding-bottom:0px;
}

p, dl {
	margin: 0px;
	line-height: 2em;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

ul, ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #C7A346;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content-photo {
	width:600px;
	background-color:#2E2E2E;
	padding:10px;
	border: 1px #666666 solid;
	margin-bottom:15px;
	margin-top: 15px;
	text-align: center;
}

.imgallery {
	margin-top:5px;
	margin-right:5px;
	margin-left:5px;
	padding: 3px;
	background-color: #424242;
}
.imgallery2 {
	margin-top:5px;
	margin-right:5px;
	margin-left:5px;
	padding: 3px;
	background-color: #666;
}
.imgallery2:hover {
	background-color: #ccc;
}

img.float-right {
	background-color: #2e2e2e;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #666666;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
#boximg {
	width:640px;
	height:220px;
	margin-bottom:12px;
	border: 1px #937F78 solid;
	background-image: url(../img/bg-boximg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#boximg2 {
	width:640px;
	height:220px;
	margin-bottom:12px;
	border: 1px #937F78 solid;
	background-color: #F5F3F2;
}

.imgbox {margin: 3px 4px 0px; border:none;}


code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	border: 1px solid #ECF8FE;
	background: #ooo;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #C7A346;
}
blockquote {
	margin: 15px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #666;
	color: #FFF;
	background-color: #2E2E2E;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 5px 0px;
	background-color:#999;
}
th {
	height: 38px;
	padding-left: 5px;
	padding-right: 5px;
	color: #C7A346;
	text-align: left;
	background-color: #1A1A1A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
}

tr {
	height: 34px;
	background: #2E2E2E;
}
td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	padding-bottom:5px;
	border: 1px solid #666;
	color:#fff;
}
td li{
	padding: 5px;
}
td img {
	padding: 5px;
	background-color:#FFF;
	margin: 5px;
}	

/* end - table */

/* form elements */
form {
	border: 1px solid #999;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
label {
	display: block;
	font-weight: normal;
	color: #fff;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 6px;
}
textarea {
	width: 550px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	border-width: 1px;
	border-style: solid;
	border-color: #666 #ccc #ccc #666;
	margin:5px;
	background-color: #333;
	color: #FFF;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;

}

input.button { 
    font: bold 12px Arial, Sans-serif; 
    height: 30px;
    margin: 0;
    padding: 4px 4px; 
    color: #666666;
    background: #fff;
    border: none;
    -moz-box-shadow: 2px 2px 4px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

input.button:hover { 
    background-color: #666666;
    color: #fff;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* postmeta */
.postmeta {
	padding: 5px;
	margin: 20px 10px 15px 10px;
	font-size: 1em;
	color: #777;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa;	}
.post-info a { color: #C5935C; }

/* thumbnails */
p.thumbs{
	padding: 12px 0 0 10px;
	text-align: right;
}
	
.thumbs img:hover	{
	border: 1px solid #c5c5c5; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  {
	float: left;
	margin-right: 10px;
	width: 31%;
}
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }
.nobordo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}


#place{
width: 923px;
height: 316px;
margin:16px;
}
.sgFormsError {
    color: #ff0000;
    margin-left: 5px;
}

/*font dearjoe4*/

@font-face {
    font-family: 'dearJoe4Regular';
    src: url('dj4trial-webfont.eot');
    src: url('dj4trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('dj4trial-webfont.woff') format('woff'),
         url('dj4trial-webfont.ttf') format('truetype'),
         url('dj4trial-webfont.svg#dearJoe4Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 

#wrap-out {
	width: 100%;
	margin: 0 auto;
}

#wrap {
	margin: 0 auto;
	text-align: left;
	background-image:url(../img/bg-wrap);
	background-repeat: repeat-x;
}

#header {
	position: relative;
	height: 420px;
	padding: 0;
	background-color: #2D2D2D;
}

#top {
	background-color:#000000;
	position: relative;
	padding: 0;
	height:34px;
	margin-bottom:7px;
}

/*  Lingue e Home */
#lingue {
	position: relative;
	padding-top: 0px;
	width: 923px;
	height:30px;
	text-align:left;
	color:#fff;
	text-decoration:none;
	font-family: "Lucida Grande", Arial MT, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 auto;
}

#lingue ul {
	list-style: none;
	line-height: normal;
}

#lingue li {
	display: inline;
	text-align: center;
	line-height:28px;
}

#lingue a {
	display: block;
	float: left;
	height: 32px;
	padding: 0px 10px 0px 10px;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	color: #fff;
	border-right:#000 1px solid;
}
#lingue a:hover,.active {
	display: block;
	float: left;
	height: 32px;
	padding: 0px 10px 0px 10px;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	color: #fff;
	background-color:#383838;
	border-right:#000 1px solid;
}

#home a {
	font-family: "Lucida Grande", Arial MT, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7A7A7A;
	margin: 0;
	text-decoration: none;
}

#home a:hover {
	font-family: "Lucida Grande", Arial MT, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	margin: 0;
	text-decoration: none;
}

#placeholder {
	width: 923px;
	background-image: url(../img/header-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 372px;
	margin: 0 auto;
}
#placeholderen {
	width: 923px;
	background-image: url(../img/en-header-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 372px;
	margin: 0 auto;
}

/* content */
#content-wrap {
	position:relative;
	width: 923px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	float: left;
	width: 655px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#main h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #C7A346;
	text-transform:uppercase;
	font-weight: normal;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

#main h2 a {
	color: #fff;
	text-decoration: underline;
	background: none;
	border: none;
	text-align: left;
}
#main h2 a:hover {
	text-decoration: none;
}
#main ul li {
	list-style:circle;
	margin-top:0px;
	margin-bottom:0px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 230px;
	display: inline;
	text-align: right;
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 3px 0px;
	font: normal 14px 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	color: #C7A346;
	letter-spacing: -0.5px;
	text-align: right;
}
#sidebar ul.sidemenu {
	text-align: right;
	margin: 10px 10px 0px 0px;
	padding-top: 10px;
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 2px 0px;
	margin: 0;		
}
* html body #sidebar ul.sidemenu li { 
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #C7A346;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;
	line-height: 200%;
}


#sidebar ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: .8em;
}
#sidebar ul.sidemenu li a:hover {
	color: #a29072;
 }
#sidebar ul.sidemenu ul { }
#sidebar ul.sidemenu ul li { background: none; }

.sopra a {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #CCC;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;
	line-height: 200%;
	margin-right:12px;
}

.sopra a:hover {
	text-decoration: underline;
}
a.attivo {
	text-decoration: underline;
	color: #FFF;
}
a.attivo:hover{
	text-decoration: none;
	color:#999;
}

.bottom-sidebar{
	padding-top: 20px;
	text-decoration: none;
}

/* footer */
#footer-wrap {
	clear: both;
	color: #CCC;
	width: 100%;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	background-color: #000000;
}

#footer-wrap a {
	color: #C7A346;
	text-decoration:none;
}

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

#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	margin-left: 0;	
	color: #666666;	
}

#footer-content {
	margin: 0 auto;
	width: 923px;
	text-align: left;
	line-height:1.5em;
}

.sx-foot {
	float:left; 
	width:300px; 
	padding-top:5px;
	padding-left:15px;
	text-align:left;
}

.sx-box {
	float:left;
	width:275px;
	padding-top:7px;
	background-color:#2E2E2E;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.md-foot {
	float:left;
	width:285px;
	padding-top:5px;
	margin-left:50px;
	text-align:left;
	font-size:12px;
}

#dx-foot {
	float:right; 
	width:250px;
}

.paypal { border: none; background-color: transparent; margin: 0; }

