
/* LAYOUT **********************************************************************/
html,body {
	margin:0;
	padding:0;
}
body {
	background:#660000;
	font-family:Tahoma, Arial, sans-serif;
	font-size:76%;
	text-align:center;
}
div#pagewrapper {
	margin:0 auto;
	max-width:80em;
	min-width:60em;
	padding:0;
	text-align:left;
	/*border:1px solid #FF0000;*/
}
div#container {
	position:relative;
	width:760px;
	\width:780px;
	w\idth:760px;
	background-color:#FBF7E8;
	margin:0 auto;
	text-align:left;
	/*height:100%;*/
	/*border:3px solid #00FF00;*/
}
/*body>div#container {
	height:auto;
	min-height:100%;
}*/

/* ACCESSIBILITY ****************************************************************/
span.accesskey {
	text-decoration:none;
}
.accessibility {
	position:absolute;
	top:-999em;
	left:-999em;
}
dfn {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
}

/* HEADER *********************************************************************/
div#header {
	background:#FBF4C7 url(uploads/images/header.jpg) top center no-repeat;
	height:268px;
	/*border:2px solid #0000FF;*/
}

/* MAIN **********************************************************************/
div#main {
	padding:0 30px;
	/*border:2px solid #FF00FF;*/
}

/* CONTENT *********************************************************************/
div#content {
	float:left;
	background:#F3EADC url(uploads/images/fnd-content.gif) bottom repeat-x;
	width:453px;
	/*margin-left:30px;*/
	padding:10px 10px 30px;
	overflow:hidden;
	/*border:2px solid #000000;*/
}
div#content hr {
	/*visibility:hidden;*/
	border:0;
	height:1px;
	color:#600;
	background-color:#600;
	margin:10px 0;
}
/*div#content td {
	height:100%;
}*/
/*
div#content ul li, div#content ol li {
	margin-top:10px;
}
*/
div.breadcrumbs {
	text-align:left;
	color:#660000;
	font-size:85%;
	border-bottom:1px solid #660000;
}

/* NAVIGAZIONE *****************************************************************/
#menu_vert {
	float:right;
	background: #E5D2C5 url(./uploads/images/fnd-nav.gif) bottom repeat-x;
	/*margin: 0;*/
	width: 207px;
	/*border:2px solid #FFFF00;*/
}

#menu_vert ul {
	/*background: #E5D2C5;*/
	margin: 0;
	padding: 0;
}

#menu_vert ul li {
	background: url(uploads/images/fnd-menu.gif) no-repeat;
	width: 100%;
	list-style: none;
	font-weight: bold;
	font-size: 94%;
}

#menu_vert ul li a {
	/*background: #FBF7E8;*/
	display: block;
	text-decoration: none;
	color: #660000;
	padding: 8px 10px 8px 25px;
}

#menu_vert ul li a:hover {
	background: url(uploads/images/fnd-menu_over.gif) no-repeat;
	color: #FF0000;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

#menu_vert ul li ul {
	padding: 0;
	margin: 0;
}

#menu_vert ul li ul li {
	background: #FBF7E8;
	font-weight: normal;
	padding-bottom: 5px;
}

#menu_vert ul li ul li a {
	display: inline;
	padding: 0;
	margin-left: 35px;
	margin-bottom: 5px;
}

#menu_vert ul li ul li a:hover {
	background: none;
	color: #FF0000;
}

#menu_vert ul li ul li ul {
	padding: 0;
	margin: 0;
}

#menu_vert ul li ul li ul li {
	background: #FBF7E8;
	font-weight: normal;
	padding-bottom: 5px;
}

#menu_vert ul li ul li ul li a {
	display: inline;
	padding-top: 5px;
	margin-left: 40px;
}

/* fixed image flicker by adding .cssmenu-vertical ul */

.current {
	list-style-type: square;
	display: inline;
	background-color: #abb0b6;
}

#menu_vert ul li.activeparent {
	color:#FF0000;
	background: url(uploads/images/fnd-menu_on.gif) no-repeat;
	text-transform: none;
}

#menu_vert ul li.active01 h3 {
	display: block;
	background: url(uploads/images/fnd-menu_on.gif) no-repeat;
	padding: 8px 5px 8px 25px;
	text-transform: uppercase;
	margin: 0;
}
/*
#menu_vert ul li.active01 h3 ul {
	background: #FBF7E8;
	padding-bottom:10px;
}

#menu_vert ul li.active01 h3 ul li {
	padding:0;
}
*/
#menu_vert ul li ul li.active02 h3 {
	display: inline;
	font-weight: bold;
	color: #FF0000;
	padding: 8px 5px 8px 35px;
	margin: 0;
}

#menu_vert ul li ul li ul li.active03 h3 {
	display: inline;
	padding: 3px 5px 3px 40px;
	border-bottom: none;
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
	margin: 0;
}

li.sectionheader {
	margin:0;
	margin-right:-1px;
}

li.sectionheader h3 {
	margin:0;
	padding:1em 10px 0.5em 10px;
	border:none;
	background-color:#fff;
	border-bottom:1px solid #006699;
	z-index:90;
}

li.separator {
	height:1px;
	padding:0.5em 0;
	margin:0;
	width:100%;
	border-bottom:1px dotted black;
}

/* FOOTER **********************************************************************/
div#footer {
	clear:both;
	background:#660000 url(uploads/images/fnd-foot.gif) repeat-x;
	height:48px;
	text-align:center;
	font-size:85%;
	color:#C2967A;
	padding-top:25px;
	/*border:3px solid #0000FF;*/
}

div#footer a,
div#footer a:link,
div#footer a:active,
div#footer a:visited {
	color:#C2967A;
	text-decoration:none;
}

div#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

div#footer .right {
	float:right;
	padding-right:30px;
}

div#footer .left {
	float:left;
	padding-left:30px;
}

/* ANCHORS */		
a, a:link, a:active, a:visited {
	color:#FF6600;
}
a:hover {
	color:#FF0000;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:visited {
	color:#660000;
	text-decoration:none;
}
.breadcrumbs a:hover {
	color:#FF0000;text-decoration:none;
}

/* HEADINGS *********************************************************************/
h1 {
	margin:0 0 10px 0;
	padding:0;
	color:#990000;
	padding-top:5px;
	font:bold 1.5em Tahoma,Arial,sans-serif;
}
h2,h3 {
	margin-bottom:0;
	padding:0;
}
h2 {
	color:#990000;
	font-size:1.3em;
}
h3 {
	margin-top:0;
	color:#FF0000;
	font-size:1em;
}

/* PHOTOGALLERY *****************************************************************/
/* Album List UL */
.albumlist {
	margin-left:0;
	padding-left:0;
	display:inline;
	text-align:center;
}
/* Picture List UL */
.picturelist {
	margin-left:0;
	padding:10px;
}
/* Album and Picture Lists */
.thumb {
	padding:0;
	width:auto;
	margin:0 0.5em 0.5em 0;
	/* Thumbnail spacing */ text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;
}
.thumb img,.thumb a img,.thumb a:link img {
/* Set link formatting*/
	/* width:100px; */
/* Thumb width*/ 
	height:72px;
/* Thumb height*/
	padding:10px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:0;
	background-color:white;
/*Background of thumb */
	border-top:1px solid #eee;
/* Borders of thumb frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}
.thumb a:visited img {
	background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}
.thumb a:hover img {
	background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}
/* Styling of text and navigation for Album */
.albumname {
	/*font-size:smaller;*/
	text-align:center;
	font-weight:bold;
	font-style:normal;
}
.albumpicturecount {
	/*font-size:smaller;*/
	text-align:center;
	font-weight:normal;
	/*font-style:italic;*/
}
.albumcomment {
	text-align:center;
	font-weight:normal;
	font-style:normal;
}
.albumnav {
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}
.instructiontext {
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}
/* Big Picture */
.bigpicture {
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}
.bigpicturecaption {
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}
.bigpicture img {
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}
.bigpicturenav {
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}
/*Thickbox CSS */
#TB_overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6px;
	opacity:0.6px;
}
#TB_window {
	position:absolute;
	background:#fff;
	z-index:102;
	color:#000000;
	display:none;
	border:4px solid #525252;
}
#TB_window img {
	display:block;
	margin:15px 0 0 15px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #666;
	border-left:1px solid #666;
}
#TB_caption {
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
	margin-right:100px;
}
#TB_closeWindow {
	height:25px;
	float:right;
	padding:10px 12px 5px 10px;
}
#TB_closeWindow a,#TB_closeWindow a:link,#TB_closeWindow a:visited {
	color:#f6f7f0;
	background:#d40d0e;
	text-decoration:none;
	padding:2px 5px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
#TB_closeWindow a:hover {
	background:red;
	color:white;
	text-decoration:none;
	padding:2px 5px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
#TB_closeWindow a:active {
	color:#f6f7f0;
	background:#d40d0e;
	text-decoration:none;
	padding:2px 5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #666;
	border-left:1px solid #666;
}
#TB_closeAjaxWindow {
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}
#TB_ajaxContent {
	padding:2px 15px 15px;
	overflow:auto;
}
#TB_load {
	text-align:center;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	overflow:visible;
	visibility:visible;
	display:block;
	z-index:101;
}
#TB_loadContent {
	margin-left:-125px;
	position:absolute;
	top:-50px;
	left:50%;
	width:250px;
	height:100px;
	visibility:visible;
}

/* CLEARING *********************************************************************/
.stretch, .clear {
	clear:both;
	height:1px;
	margin:0;
	padding:0;
	font-size: 15px;
	line-height: 1px;
}
.clearfix:after {
	content: ".";
	display: inline;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: block;
	width: 100%;
}
* html .clearfix {
	height: 1%;
/* Hides from IE-mac */}

/* REPLACE **********************************************************************/
.replace {
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
}
/* tidy these up */
.replace * {
	text-indent: -10000px;
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	background-color:transparent;
}
.replace a {
	text-indent:0;
}
.replace a span {
	text-indent:-10000px;
}

