/* Start of CMSMS style sheet 'BNB_MkII' */
/* Start of CMSMS style sheet 'BNB_MkII' */
/* Start of CMSMS style sheet 'BNB_MkII' */


/*
This layout depends on modified news summary template

<!-- Start News Display Template -->
{foreach from=$items item=entry}

<h3>
	{$entry->titlelink}
</h3>

<p>
{$entry->category}
{if $entry->author}
	by {$entry->author}
{/if}

{if $entry->formatpostdate}
<strong>
		{$entry->formatpostdate}
</strong><br />
{/if}


{if $entry->summary}
 {eval var=$entry->summary}
</p>
  <p class="textright">[{$entry->morelink}]</p>

{else if $entry->content}
		{eval var=$entry->content}
</p>
{/if}

{/foreach}
<!-- End News Display Template -->

Copy paste this template to your news summary template and delete from here
*/

body {
margin: 0 auto;
padding: 0;
font: 80% Verdana, sans-serif;
background: url(uploads/bnb/fondo.gif) repeat-y center;
}

#wrap {
color: #303030;
margin: 0 auto;
width: 850px;
position : absolute;
	left : 50%;
	margin-left : -425px;
	background: #ffffff url(uploads/bnb/content-bg.jpg) repeat-x 0 200px;
}

.box_home {
		background: #ffffff url(uploads/bnb/content-bg.jpg) repeat-x 0;

}

#header {
clear: both;
margin: 0px 0 10px;
padding: 0;
height: 200px;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(uploads/bnb/TESTATA_MkII.jpg) no-repeat center;
}

#search {
	background-color: #e5e3e6;
	border-top: 2px solid #8baaca;
	clear: both;
	padding: 5px;
}

#search input {
	width: 100px;
}


#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 5px -1px;

font-size: 0.9em;
	font-weight: bold;
}



#avmenu ul {
list-style: none;
}


/* first level */

#avmenu li {
margin-left: -30px;
padding: 5px;
display: block;
border-bottom: 1px solid #006014;
}

#avmenu li a {

}	

	
#avmenu li a:hover {	
text-decoration: none;
	color: #1e8300;
}

#avmenu li a.menuactive {
color: #ff7a00;
}


/* second level */
#avmenu li li {
	border: none;
	margin-left: -40px;
	font-weight: normal;
	font-style: normal;
}	
#avmenu li li a {
}	

#avmenu li li a:hover {}

#avmenu li li a.menuactive {
	}

/* third level */
#avmenu li li li a {}	

#avmenu li li li a:hover {}

#avmenu li li li a.menuactive {}



.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 30px 140px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
margin: 0 0 0.5em 0;
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #006014;
	border-bottom: thin dotted #006014;
}

#content h3 {
	color: #003f83;
	font-family: "Trebuchet MS", trebuchet, Arial, ;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #d6d6f1;
	margin: 4px;
}

#content li {
	list-style-image: url(uploads/bnb/trifoglio.jpg);
	list-style-position: inside;
	line-height: 20px;
}

#content blockquote {
	background: #fff url(uploads/bnb/blockquote.gif) no-repeat;
	padding-left: 10px;
	padding-top: 20px;
	font-style: italic;
	border-left: 1px solid #ff7a00;
	line-height: 18px;
}

.didascalia {
	font-size: 0.7em;
}



a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
	font: 0.9em Verdana, Helvetica, Arial;
}

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

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

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* 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;
	}
/* end replace */


/* 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;
}
/* end accessibility */
/* End of 'BNB_MkII' */

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* 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;
	}
/* end replace */


/* 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;
}
/* end accessibility */
/* End of 'BNB_MkII' */


/* End of 'BNB_MkII' */

#barradx {



}


#parolechiave {
		font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #9bbed2;
	color: #004c77;
width: 120px;
position: absolute;
top: 210px;
left: 710px;
	border: 3px solid white;
}

.parolachiave {
	font-weight: bold;
	padding: 5px;
}

.descrizione {
	background-color: #fff;
	color: #2f2f2f;
	padding: 2px;
}





/* End of 'BNB_MkII' */





/* End of 'BNB_MkII' */

