@import "layout.css";
@import "form.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	background: #fff url("/sezione_gpl/images/bg_html.png") repeat-x 50% 0;
	font:normal 0.75em/1.5 Arial,Helvetica,sans-serif;
	color:#666;
	height: 100%;
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	margin:0 0 10px;
	color:#000;
}

h1{
	font: normal 3.17em/1.2 "Avenir LT Std", Avenir, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	margin:0 0 20px;
}

h2{
	font-size:1.5em; 
	font-weight: normal;
	line-height:1.4;
}

.rule_above{
	border-top:1px solid #e8e8e8;
	margin-top:20px;
	padding-top:20px;
}

h3{
	font-weight:normal;
	font-size:1.3em;
}

h4{
	
}

h5{
	
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	margin: 0 0 20px;
	line-height: 1.5;
}

p.intro{
	font-weight: bold;
	font-size: .92em;
	text-transform: uppercase;
	color:#999;
}

p.tags {
	font: italic .92em Georgia, sans-serif;
	margin: 0 0 10px;
	line-height: 1.55;
}

#content_sub p {
	margin-bottom: 10px;
}

address{
	font-style: normal;
	margin:0 0 10px;
}

blockquote{
	font: 1.58em Georgia, serif;
	color: #8ab810;
	margin: 10px 0;
}

blockquote p {
	line-height: 1.5;
}

cite{
	display:block;
	margin:10px 0 0;
	font: normal .57em Arial, sans-serif;
	color: #999;
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ol{
	
}

ul{
	margin:0 0 20px;	
	list-style: none;
}

ul li{
	padding-left: 12px;
	background: url("/sezione_gpl/images/bg_more.gif") no-repeat 0 5px;
	margin: 0 0 5px;
	zoom: 1; /* :hack: stop IE6 from forgetting about the arrows */
}

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	margin:0 0 10px;
	overflow:hidden;
}

dt{
	clear:left;
	float:left;
	margin: 0 5px 5px 0;
	width: 50px;
}

dd {
	margin: 0 0 5px;
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border:0;
}

a {
	color:#23aebb;
	text-decoration:none;
}

a:focus, a:hover{
	text-decoration: underline;
}

.more a {
	padding-left: 12px;
	background: url("/sezione_gpl/images/bg_more.gif") no-repeat 0 3px;
}

.skip { border: 5px solid #fff; -moz-border-radius: 13px; border-radius: 13px; color: #fff; background: #95C512; padding: 6px 8px; position: absolute; top: 15px; left: -9999px; z-index: 10; font-size: 1.2em; }
.skip:focus, .skip:active { left: 15px; text-decoration: none; border-color: #ffe; /* :hack: IE requires a border-color change (!?) for this to work */ }
.skip:hover { text-decoration: underline; }

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	/*hide overflow:hidden from IE5/Mac */ 
	/*\*/ 
	overflow:hidden;
	 /**/
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor:pointer;
}

/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.dotrule{
	height:1px; 
	font-size:1px;
	background:url("/sezione_gpl/images/dot.gif") repeat-x; 
	clear:both;
	margin:5px 0;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{

}

.clear{
	clear:both;
}

.hrule{
	border-top:1px solid #e8e8e8;
}

#content_main li.no_margin, #content_sub li.no_margin {
	margin:0;
}

p.web_link{
	font-weight: bold;
}


/*error layouts*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

div.errorbox {

padding-top: 30px;
padding-right: 480px;
padding-bottom: 30px;
padding-left: 45px;
background-position: 440px 50px;
height: 350px;

}
/*background: #f5f5f5 url('/images/404_wake.png') no-repeat;*/

/*thumbnail layouts*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.thumbs{
	margin:0 0 10px;
	zoom: 1;
}
.thumbs:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }

.thumbs li{
	float:left;
	margin:0 0 20px 27px;
	padding: 0;
	background: none;
	width:197px;
	border-bottom: 1px solid #e8e8e8;
}

.thumbs .row_leader {
	margin-left: 0;
	clear: left;
}

.thumbs img {
	display: block;
	margin: 0 0 10px;
	border: 1px solid #ebebeb;
}

.thumbs h2 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

.thumbs h3 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	margin: 0 0 5px;
}

/* Contact styles */
#directions_errors {
    background:#f59c96;
    padding:6px;
}

#contact_flash {
    background:#a6cc00;
	height: 306px;
    color:#FFF;
    font-size:1.3em;
    font-weight:bold;
	background-repeat: repeat-x;
	background-image: url('/images/thankyou.png');
	background-position: 27px 0px;
}

#error_flash {
    background:#F60;
    padding:6px;
    color:#FFF;
    font-size:1.3em;
    font-weight:bold;
}

/* pagination */
.pagination {
	text-align: center;
	font: 1.08em Georgia, serif;
}

.pagination ul {
	padding: 0 0 15px;
	margin: 0;
	border-bottom: 1px solid #ebebeb;	
	zoom: 1; /* :hack: make borders show in IE6 */
}

.pagination li {
	background: none;
}

.pagination span {
	font-weight: bold;
}

.pagination .showing {
	color: #000;
}

.pagination .previous { float: left; padding: 0 0 0 12px; background: url(/images/bg_back.gif) no-repeat left; }
.pagination .next { float: right; padding: 0 12px 0 0; background: url(/images/bg_more.gif) no-repeat right; }