/*
Theme Name: FdC
Theme URI: 
Description: 
Version: 1.0
Author: Gabriele pagnotta
Author URI: 
Ultima modifica: 28/05/2010
Tags: fixed width, three columns, valid XHTML, widgets
*/

/* ELEMENTI PAGINA */
body
{
	margin:0 auto;
	padding:0;
	background-color:#A9E5EF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
  	color: #000000;
}
form{padding:0;margin:0;}
table.position{position: relative;width: 100%;table-layout:fixed;}
a img {	border: 0;}
div {position:relative;}

/* Start Content link style */
a
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: underline;
    color: #167198;
    line-height:20px;
}

/* Adds special style to an unvisited link. */
a:link
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: underline;
  	color: #167198;
  	line-height:20px;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: underline;
  	color: #95183C;
	line-height:20px;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
 	color: #95183C;
	line-height:20px;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 31px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #167198;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #167198;
 text-decoration:none;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #167198;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #0F506B;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #0F506B;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #0F506B;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #051B24;
	margin:1em 0 1em 2em;
	padding:0;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 13px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}

#bw-main {position: relative;width: 100%;left: 0;top: 0;}
#bw-gradiente {position: absolute;background-image: url('images/Page-BgSimpleGradient.jpg');background-repeat:repeat-x;top:0;width: 100%;height: 900px;}
.cleared{clear: both;margin:0px;padding:0px;}


/* 
 *  PAGINA 
 */
.bw-Sheet{position:relative;z-index:0;margin:0 auto;width: 1000px;margin-top:30px;}
.bw-Sheet-body {position: relative;z-index:1;padding:1px;}
/* Bordo pagina */
.bw-Sheet-tr, .bw-Sheet-tl, .bw-Sheet-br, .bw-Sheet-bl, .bw-Sheet-tc, .bw-Sheet-bc,.bw-Sheet-cr, .bw-Sheet-cl
{
	position:absolute;
	z-index:-1;
}
.bw-Sheet-tr, .bw-Sheet-tl, .bw-Sheet-br, .bw-Sheet-bl
{
	width: 32px;
	height: 32px;
	background-image: url('images/Sheet-s.png');
}
.bw-Sheet-tl{top:0;left:0;clip: rect(auto, 16px, 16px, auto);}
.bw-Sheet-tr{top: 0;right: 0;clip: rect(auto, auto, 16px, 16px);}
.bw-Sheet-bl{bottom: 0;left: 0;clip: rect(16px, 16px, auto, auto);}
.bw-Sheet-br{bottom: 0;right: 0;clip: rect(16px, auto, auto, 16px);}
.bw-Sheet-tc, .bw-Sheet-bc
{
	left: 16px;
	right: 16px;
	height: 32px;
	background-image: url('images/Sheet-h.png');
}
.bw-Sheet-tc{top: 0;clip: rect(auto, auto, 16px, auto);}
.bw-Sheet-bc{bottom: 0;clip: rect(16px, auto, auto, auto);}
.bw-Sheet-cr, .bw-Sheet-cl{top: 16px;bottom: 16px;width: 32px;background-image: url('images/Sheet-v.png');}
.bw-Sheet-cr{right:0;clip: rect(auto, auto, auto, 16px);}
.bw-Sheet-cl{left:0;clip: rect(auto, 16px, auto, auto);}
.bw-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 16px;
	left: 16px;
	right: 16px;
	bottom: 16px;
	background-color: #FFFFFF;
}
/* ***** FINE PAGINA ***/


/* HEADER */
div.bw-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 998px;
	height: 250px;
}
.bw-Header-sfondo
{
	position:absolute;
	top:10px;
	left:0px;
	right:0pc;
	bottom:0px;
	background-color:#32ADE2;
	z-index:-3;
}
div.bw-Header-png
{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 998px;
	height: 90px;
	background-image: url('images/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}
/* end Header */

/* MENU */

/*  struttura */
.bw-menu a, .bw-menu a:link, .bw-menu a:visited, .bw-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.bw-menu, .bw-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.bw-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.bw-menu li:hover {z-index:10000;white-space:normal;}
.bw-menu li li    {float:none;}
.bw-menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}
.bw-menu li:hover>ul{visibility: visible;top: 100%;}
.bw-menu li li:hover>ul{top: 0;left: 100%;}
.bw-menu:after, .bw-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.bw-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.bw-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* Caratteri e colori*/
.bw-menu
{
	padding: 0px 0px 0px 0px;
	border-top:1px solid #32ADE2;
    border-bottom:2px solid #32ADE2;
    background-color:#32ADE2;
}
.bw-menu ul li{clear: both;}
.bw-menu a , .bw-menu a:visited , .bw-menu a:link
{
	display: block;
	overflow:hidden;
	height: 22px;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 0 22px;
	margin: 0 0px;
	line-height: 23px;
	text-align: left;
}
.bw-menu a:hover {	background-color:#ffffff;}

/* Sotto Menu */
.bw-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;
	border:1px solid #32ADE2;
	border-top:0px;
	background-color:#FFFFFF;
}
.bw-menu ul a:hover {background-color:#32ADE2;border:1px solid #000000;}
/*************** FINE MENU *********************/






/* begin ContentLayout */
.bw-contentLayout
{
	position: relative;
	margin-bottom: 4px;
	width: 998px;
}
/* end ContentLayout */

/* begin Box, Block */
.bw-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:19px;
	min-height:19px;
}

.bw-Block-body
{
	position: relative;
	z-index: 1;
	padding: 3px;
}

.bw-Block-tr, .bw-Block-tl, .bw-Block-br, .bw-Block-bl, .bw-Block-tc, .bw-Block-bc,.bw-Block-cr, .bw-Block-cl
{
	position:absolute;
	z-index:-1;
}

.bw-Block-tr, .bw-Block-tl, .bw-Block-br, .bw-Block-bl
{
	width: 18px;
	height: 18px;
	background-image: url('images/Block-s.png');
}

.bw-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 9px, 9px, auto);
}

.bw-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 9px, 9px);
}

.bw-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(9px, 9px, auto, auto);
}

.bw-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(9px, auto, auto, 9px);
}

.bw-Block-tc, .bw-Block-bc
{
	left: 9px;
	right: 9px;
	height: 18px;
	background-image: url('images/Block-h.png');
}

.bw-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 9px, auto);
}

.bw-Block-bc
{
	bottom: 0;
	clip: rect(9px, auto, auto, auto);
}

.bw-Block-cr, .bw-Block-cl
{
	top: 9px;
	bottom: 9px;
	width: 18px;
	background-image: url('images/Block-v.png');
}

.bw-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 9px);
}

.bw-Block-cl
{
	left:0;
	clip: rect(auto, 9px, auto, auto);
}

.bw-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 9px;
	left: 9px;
	right: 9px;
	bottom: 9px;
	background-color: #DBF1FA;
}


.bw-Block
{
	margin: 5px;
}

/* end Box, Block */

/* begin BlockHeader */
.bw-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 6px;
	margin-bottom: 10px;
}

.bw-BlockHeader .t
{
	height: 30px;
	color: #000000;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;	
}

.bw-BlockHeader .l, .bw-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.bw-BlockHeader .l
{
	left:0;
	right:9px;
}

.bw-BlockHeader .r
{ 
	width:998px;
	right:0;
	clip: rect(auto, auto, auto, 989px);
}




/* end BlockHeader */

/* begin Box, BlockContent */
.bw-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.bw-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 6px;
}



.bw-BlockContent-body
{
	color:#000000;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
}

.bw-BlockContent-body a:link
{
	color: #000000;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.bw-BlockContent-body a:visited, .bw-BlockContent-body a.visited
{
	color: #1B8BBB;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.bw-BlockContent-body a:hover, .bw-BlockContent-body a.hover
{
	color: #881636;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.bw-BlockContent-body ul
{
	list-style-type: none;
	color: #9E1A3F;
	margin:0;
	padding:0;
}

.bw-BlockContent-body li
{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 13px;
text-decoration: none;
}

.bw-BlockContent-body ul li
{
	padding:0px 0 0px 12px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* ***********************
 * POST 
 * *********************** */
.bw-g468x60
{
	padding:35, 0, 0, 0px;
}
.bw-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:13px;
	min-height:13px;
	margin:0px;
}
.bw-Post-body{position: relative;z-index:1;padding:5px;}
.bw-PostMetadataHeader {padding:5px;}
/* Bordo post Header */
.bw-PostMetadataHeader .lt, .bw-PostMetadataHeader .rt, .bw-PostMetadataHeader .lb, .bw-PostMetadataHeader .rb
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 15px;
	background-image: url('images/BlockHeader.png');
}
.bw-PostMetadataHeader .lt {left:0;right:9px;background-position:0px 0px;}
.bw-PostMetadataHeader .rt {width:10px;right:0;background-position:-988px 0px;}
.bw-PostMetadataHeader .lb {bottom:0px;left:0;right:9px;background-position:0px -15px;}
.bw-PostMetadataHeader .rb {width:10px;bottom:0px;right:0;background-position:-988px -15px;}
.bw-PostMetadataHeader-cc {
	position:absolute;
	top:11px;
	bottom:10px;
	left:0px;
	right:0px;
	border-left:1px solid #1b8bbb;
	background-color:#36aee2;
	z-index:-2;
}
/* Caratteri titolo Header */
.bw-PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
.bw-PostHeader a, .bw-PostHeader a:link, .bw-PostHeader a:visited, .bw-PostHeader a:hover
{
	font-size: 24px;
	line-height: 30px;
	font-style: normal;
	font-weight: bold;
	margin:0;
	color: #000000;
	text-align: left;
}

.bw-PostHeader a:visited, .bw-PostHeader a.visited { color: #9A193D;}
.bw-PostHeader a:hover, .bw-PostHeader a.hovered
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-align: left;
	text-decoration:none;
}
/* dati aggiuntivi HEADER */
.bw-PostHeaderIcons {padding:1px;}
.bw-PostHeaderIcons, .bw-PostHeaderIcons a, .bw-PostHeaderIcons a:link, .bw-PostHeaderIcons a:visited, .bw-PostHeaderIcons a:hover
{
	font-size: 12px;
	line-height:15px;
	color: #000000;
	margin:0;
}
.bw-PostHeaderIcons a:visited, .bw-PostHeaderIcons a.visited {text-decoration: underline;color: #881636;}
.bw-PostHeaderIcons a:hover, .bw-PostHeaderIcons a.hover {text-decoration: none;color: #881636;}
/* end PostIcons */

/* ELEMENTI NMEL POST */
.bw-PostContent p {margin: 0.5em 0;}
.bw-PostContent, .bw-PostContent p
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
  	color: #000000;
}
.bw-PostContent{ margin:0;}
.bw-Post li{padding:0px 0 0px 11px;line-height:1.2em;}
.bw-Post ol li, .bw-Post ul ol li{background: none;padding-left:0;}
.bw-Post ul li, .bw-Post ol ul li {	background-image: url('images/PostBullets.png');background-repeat:no-repeat;padding-left:11px;}
blockquote, blockquote p,.bw-PostContent blockquote p
{
	color:#000000;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
blockquote, .bw-PostContent blockquote
{
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 32px;
	background-color:#DBF1FA;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}
/* Finish blockuote */
/* FOOTER POST */
.bw-PostMetadataFooter
{
	padding:1px;
	background-color: #DBF1FA;
	border-color: #32ADE2;
	border-style: solid;
	border-width: 1px;
}
.bw-PostFooterIcons{padding:1px;}
.bw-PostFooterIcons, .bw-PostFooterIcons a, .bw-PostFooterIcons a:link, .bw-PostFooterIcons a:visited, .bw-PostFooterIcons a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: bold;
	color: #;000000
	line-height:15px;
	margin:0;
}
.bw-PostFooterIcons a:link
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #000000;
}
.bw-PostFooterIcons a:visited, .bw-PostFooterIcons a.visited
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #881636;
}
.bw-PostFooterIcons a:hover, .bw-PostFooterIcons a.hover
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #881636;
}
/* end PostIcons */

/* BOTTONE */
.bw-button-wrapper .bw-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:27px;
	margin: !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
	cursor:pointer;
}

.bw-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 27px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .bw-button-wrapper
{
	display:block;
	float:left;
}

.bw-button-wrapper .bw-button
{
	display:block;
	height: 27px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 10px !important;
	line-height: 27px;
	text-decoration: none !important;
	color: #000000 !important;
}

input, select
{
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
}

.bw-button-wrapper.hover .bw-button, .bw-button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.bw-button-wrapper.active .bw-button
{
	color: #167198 !important;
}

.bw-button-wrapper .l, .bw-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 81px;
	background-image: url('images/Button.png');
}

.bw-button-wrapper .l
{
	left:0;
	right:11px;
}
.bw-button-wrapper .r
{
	width:423px;
	right:0;
	clip: rect(auto, auto, auto, 412px);
}
.bw-button-wrapper:hover .l, .bw-button-wrapper:hover .r{top: -27px;}
.bw-button-wrapper.active .l, .bw-button-wrapper.active .r{top: -54px;}
/* end Button */

/* FOOTER */
.bw-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 998px;
	margin: 0px auto 0px auto;
}

.bw-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 15px;
	text-align: center;
}

.bw-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 998px;
	height: 150px;
	bottom:0;
	left:0;
}

.bw-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 30px;
	width: 19px;
    cursor: default;
}

.bw-Footer-text
{
	display:inline-block;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.bw-Footer-text a:link
{
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.bw-Footer-text a:visited
{
	text-decoration: none;
	color: #841535;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.bw-Footer-text a:hover
{
	text-decoration: none;
	color: #841535;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* **** FINE FOOTER *** */


/* FOOTER PAGINA */
.bw-page-footer, .bw-page-footer a, .bw-page-footer a:link, .bw-page-footer a:visited, .bw-page-footer a:hover
{
	font-family:Verdana;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#75C8EB;
}

.bw-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#E97797;
}
/* end PageFooter */

/* SIDEBAR */
.bw-sibebar4
{
	margin:0px;
	padding:5px;
	background-color:#ffffff;
	min-height:50px;
	height:150px;
}
.bw-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 249px;
}
/* end LayoutCell */

/* begin LayoutCell */
.bw-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 498px;
}
.bw-content-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 747px;
}
.bw-content-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 747px;
}
.bw-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 996px;
}
/* end LayoutCell */

/* begin LayoutCell */
.bw-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 249px;
}
/* end LayoutCell */


/* LISTA COMMENTI */
.commentlist, .commentlist li {	background: none;}
.commentlist li li {margin-left:30px;}
.commentlist li .avatar {float: right;border: 1px solid #eee;padding: 2px;margin:1px;background: #fff;}
.commentlist li cite {font-size:1.2em;}
#commentform textarea {border:1px solid #888888;}
img.wp-smiley {border:none;margin:0;padding:0;}
.navigation{ display: block;text-align: center;}
/* CLASSI USATE DA WORDPRESS */
.aligncenter, div.aligncenter, .bw-article .aligncenter img, .aligncenter img.bw-article, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft{	float: left;}
.alignright{float: right;}
.alignright img, img.alignright{margin: 1em;margin-right: 0;}
.alignleft img, img.alignleft {margin: 1em;margin-left: 0;}
.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img{margin: 0;padding: 0;border: 0 none;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}
.hidden{display: none;}

/* PLUGIN Calendar */
#wp-calendar {empty-cells: show;margin: 10px auto 0;width: 155px;}
#wp-calendar #next a {	padding-right: 10px;text-align: right;}
#wp-calendar #prev a {padding-left: 10px;text-align: left;}
#wp-calendar a {display: block;}
#wp-calendar caption {text-align: center;width: 100%;}
#wp-calendar td { padding: 3px 0;text-align: center;}

/* plugin bw_calendar css*/
.vevent {position:relative; color:#000;margin:3px;margin-top:15px;font-size:14px; border-bottom:2px solid #32ADE2;}
.vevent .data_event {position:absolute; padding:5px; top:0px; left:1px; text-align:right; height:20px;	font-size:14px;}
.vevent .location {position:absolute;	padding:5px; top:0px;right:1px;	text-align:right; height:18px;	font-size:14px;z-index:100;}
.vevent .summary {font-weight:bold;margin-top:5px;margin-left:1px;margin-right:1px;padding:5px;text-align:left;font-size:16px;padding-top:30px;}
.vevent .description {margin-left:0px;margin-right:0px;padding:3px;margin-top:2px;}
.vevent .tags{position:absolute;padding:5px;bottom:-32px;right:0px;	background-color:#DBF1FA;}
/* end bw_calendar css*/
/* FINE Calendar */

/* FINE CLASSI DEL TEMPLATE */

/* LOGIN */
.bw-login {	padding:5px;line-height:20px;color:#ffffff;font-size:12px;}
.bw-login input{border:1px solid #276AE0;color:#444444;text-align:left;font-size:11px;}
.bw-login-title{float:left;width:70px;}
.bw-login-input{float:left;width:100px;}
.bw-login a,.bw-login a:link,.bw-login a:visited {color:#ffffff;text-decoration:underline;}
.bw-login a:hover {color:#ffffff;text-decoration:none;font-weight:bold;}



/*
 * CLASSI DEI PLUGIN
 */
/* Articoli piu letti */
.bw-list-article ul{margin:0px;margin-left:10px;padding:0px;padding-left:10px;line-height:12px;list-style-image:url('images/PostBullets.png');}
.bw-list-article a,.bw-list-article a:hover,.bw-list-article a:link{font-size:11px;}

/* SLIDE */
.gr_slide { width:400px;}
#bw_slideInner{padding-left:10px;padding-right:10px;}
#slide_container { position:relative; width:350px;height:150px;padding-left:20px;margin-left:auto;margin-right:auto;margin-bottom:10px;}
#leftControl { position:absolute;left:0px; background-image:url('images/slide_left.png');width:26px;height:100px;z-index:100;}
#rightControl { position:absolute;right:0px; background-image:url('images/slide_right.png');width:26px;height:100px;z-index:100;}
/* end slide */
.block-s {  position:relative;float:left;width:230px;min-height:100px;}

/* plugin immagini random  */
.bw_blocktop {position:relative;top:-8px;padding:5px;height:80px;}
.bw_postgallerywrapper {float:left;margin:0px;}
.bw_postgallery {overflow:hidden;background-color:#ffffff;} 
.bw_postgalleryimage { position:absolute;margin:0px;}
/* ******************* */

/* plugin bw_valledeltronto */
.bw_locale { position:relative;margin:5px;border:1px solid #888888;background-color:#ffffff;padding:3px;}
.bw_locale_header {font-size:18px;}
.bw_locale .bw_img {float:left;border:1px solid #aaaaaa;margin:0px;margin-right:10px;padding:0px;}
.bw_locale .bw_locale_content{ font-size:12px;}
.bw-link-active { color:#000000;font-weight:bold;font-size:14px;}
/* fine bw_valledeltronto */
/* inizio contactform */
.bwcf-wrap {padding:10px;text-align:left;}
.bwcf-wrap ul {list-style:none;padding:0px;margin:0px;}
.bwcf-wrap li {line-height:30px;padding:3p 0px 3px 0px;}
.bwcf-wrap label {float:left;display:block;font-size:12px;width:120px;}
.bwcf-wrap input, .bwcf-wrap textarea {border:1px solid #AAAAAA;width:400px;font-size:12px;}
.bwcf-wrap input:focus, .bwcf-wrap textarea:focus {border:1px solid #74C2F0;}
.bwcf-wrap input {height:22px;}
.bwcf-wrap .submit {width:80px;}
.bw-error {color:#e84f55;}
.bw-error-message {border:1px solid #FF0000;padding:5px;margin:5px;color:#FF0000;font-size:12px;background-color:#ffefef;text-align:center;}
.bw-message {border:1px solid #E6DB55;color: #333;display: block;font-size: 13px;height: 20px;line-height: 18px;margin-bottom: 15px;margin-top: 5px;padding:3px 10px 3px 10px;background-color:#fdf5e5;}
/* fine contactform */


