@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #EBEBEB url(images/bg-page.gif) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a, a:visited {
	color: #295E95;
}
a:hover {
	color: #B3235D;
	text-decoration: none;
}

a.arrow, a.arrow:visited, a.arrow:hover {
	padding-left: 16px;
	background: url(images/arrow-1.gif) no-repeat center left;
}

img {
	border: none;
}

input, select, textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
input {
	margin-top: 2px;
}
input.check {
	margin: 0;
}
form {
	padding: 0;
	margin: 0;
}
textarea {
	padding: 10px;
}

.torre-pino #container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white url(images/bg-container.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.torre-pino #header { 
	font: 100% Candara, Arial, Helvetica, sans-serif;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 234px;
	/*background: white url(images/bg-header.gif) no-repeat 228px 0px;*/
} 
.torre-pino #header #logo {
	float: left;
	padding: 0;
}
.torre-pino #header #top-right-1, .torre-pino #header #top-right-2, .torre-pino #header #top-right-3 {
	float: right;
	position: relative;
	padding: 0;
	width: 692px;
	height: 234px;
	background: url(images/bg-header-1.gif) no-repeat top left;
}
.torre-pino #header #top-right-2 {
	background-image: url(images/bg-header-2.gif);
}
.torre-pino #header #top-right-3 {
	background-image: url(images/bg-header-3.gif);
}


.torre-pino #header h1 {
	float: left;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	
	padding-top: 40px;
	font-weight: normal;
}
.torre-pino #header h1 #h-polisportiva {
	color: #336699;
	font-size: 30px;
}
.torre-pino #header h1 #h-torre-pino {
	display: block;
	color: #333333;
	font-size: 60px;
	line-height: 50px;
}
.torre-pino #header h1 #h-torre-pino #h-chiocciola {
	color: #B2245E;
}
.torre-pino #header h1 #h-subtitle {
	display: block;
	padding-top: 20px;
	color: #666666;
	font: 14px Arial, Helvetica, sans-serif;
	font-style: italic;
}

.torre-pino #header ul#top-menu {
	font: 15px Candara, Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 20px;
	bottom: 8px;
	width: 672px;
	height: 30px;
	line-height: 30px;
	display: block;
}
.torre-pino #header ul#top-menu li, ul#attivita-menu li, ul#musica-menu li {
	color: white;
	list-style: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
.torre-pino #header ul#top-menu li a, ul#attivita-menu li a, ul#musica-menu li a,
.torre-pino #header ul#top-menu li a:visited, ul#attivita-menu li a:visited, ul#musica-menu li a:visited {
	padding: 0 15px;
	color: white;
	display: block;
}
.torre-pino #header ul#top-menu li a:hover, ul#attivita-menu li a:hover, ul#musica-menu li a:hover {
	background: url(images/bg-active-menu-hover.gif) no-repeat bottom center;
}
.torre-pino #header ul#top-menu li.active-menu, ul#attivita-menu li.active-menu, ul#musica-menu li.active-menu  {
	background: white url(images/bg-active-menu.gif) no-repeat bottom center;
	opacity: .7;
}
.torre-pino #header ul#top-menu li.active-menu a, ul#attivita-menu li.active-menu a, ul#musica-menu li.active-menu a,
.torre-pino #header ul#top-menu li.active-menu a:visited, ul#attivita-menu li.active-menu a:visited, ul#musica-menu li.active-menu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black
}

ul#attivita-menu, ul#musica-menu {
	margin: 0 auto;
	font: 15px Candara, Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	height: 40px;
	line-height: 40px;
	display: block;
	width: 620px;
	background: gray url(images/attivita.jpg) no-repeat;
}
ul#attivita-menu li a, ul#attivita-menu li a:visited, ul#musica-menu li a, ul#musica-menu li a:visited {
	padding-bottom: 0px;
}
ul#musica-menu {
	background: gray url(images/musica.jpg) no-repeat;
}

.torre-pino #header #top-right-box {
	position: absolute;
	right: 25px;
	top: 30px;
	width: 138px;
	font: 11px Arial, Helvetica, sans-serif;
	color: gray;
	line-height: 18px;
}

.opaque {
	opacity: .5;
}


.torre-pino #leftcolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 231px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	padding-left: 8px;
	margin: 0;
	margin-top: 0px;
	overflow: hidden;
}

.torre-pino #leftcolumn .left-box {
	background: white url(images/bg-left-box-middle.gif) repeat-y;
}
.torre-pino #leftcolumn .left-box h3 {
	height: 28px;
	background: white url(images/bg-left-box-top.gif) no-repeat;
	margin: 0;
	padding: 20px 3px 0px 25px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B2245E;
}
.torre-pino #leftcolumn .left-box .content-box {
	padding: 0px 25px;
	font-size: 10px;
	color: #333333;
}
.torre-pino #leftcolumn .left-box .close-box {
	height: 20px;
	background: white url(images/bg-left-box-bottom.gif) no-repeat;
}

.torre-pino #leftcolumn .left-box .content-box ul.left-menu {
	padding: 0;
	margin: 0 0 10px 0;
}
.torre-pino #leftcolumn .left-box .content-box ul.left-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 14px;
}
* > .torre-pino #leftcolumn .left-box .content-box ul.left-menu li {
	height: auto;
}

.torre-pino #leftcolumn .left-box .content-box ul.left-menu li a,
.torre-pino #leftcolumn .left-box .content-box ul.left-menu li a:visited {
	font-size: 12px;
	display: block;
	padding: 4px 0;
	padding-left: 16px;
	background: url(images/arrow-1.gif) no-repeat center left;
	border-bottom: 1px dotted #CDCDCD;
}
.torre-pino #leftcolumn .left-box .content-box ul.left-menu li a.active-menu {
	text-decoration: none;
	font-weight: bold;
}

.torre-pino #mainContent { 
	float: left;
	width: 680px;
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the leftcolumn div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #leftcolumn space when the content in #leftcolumn ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.torre-pino #mainContent .main-box {
	margin-left: -3px;
	background: url(images/bg-main-box-middle.gif) repeat-y;
}
* > .torre-pino #mainContent .main-box {
	margin-left: 0;
}
.torre-pino #mainContent .main-box.blue {
	background-image: url(images/bg-main-box-2-middle.gif);
}

.torre-pino #mainContent .main-box .open-box {
	height: 28px;
	background: url(images/bg-main-box-top.gif) no-repeat;
	margin: 0;
	padding: 15px 3px 0px 25px;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: left;
}
.torre-pino #mainContent .main-box.blue .open-box {
	background-image: url(images/bg-main-box-2-top.gif);
}

.torre-pino #mainContent .path, .torre-pino #mainContent .main-box .open-box p {
	margin: 0 25px 0 0;
	padding-top: 15px;
	color: gray;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;
}
.torre-pino #mainContent .main-box .open-box p { font-size: 12px }

.torre-pino #mainContent .path .sep {
	font-weight: bold;
	color: #B2245E;
	margin: 0 5px;
}

.torre-pino #mainContent .main-box h1, .torre-pino #mainContent .main-box h2 {
	font: 25px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B2245E;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 0;
	background: url(images/bg-hr.gif) no-repeat center bottom;
	text-align: left;
}
.torre-pino #mainContent .main-box h2 { 
	color: #316498;
	font-size: 20px;
	background-image: url(images/bg-hr-2.gif)
}

p {
	margin: 0;
	padding: 0;
}

.torre-pino #mainContent .main-box .content-box, div.outbox {
	margin: 0 0 0 0;
	padding: 0 35px 0 25px;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

.torre-pino #mainContent .main-box .close-box {
	height: 32px;
	background: url(images/bg-main-box-bottom.gif) no-repeat;
	text-align: right;
	padding: 7px 35px 0 25px;
	color: gray;
	font-size: 11px;
}

.torre-pino #mainContent .main-box.blue .close-box {
	background-image: url(images/bg-main-box-2-bottom.gif);
}


div.outbox {
	margin: 10px 22px 10px 8px;
	padding: 0;
}
div.outbox.forum table, #mainContent .main-box.blue table {
	border: 1px solid silver;
}
div.outbox.forum table { border-top: none; }

div.outbox.forum table tr td, #mainContent .main-box.blue table tr td {
	padding: 5px;
}

div.outbox.forum table tr.first-row td, #mainContent .main-box.blue table tr.first-row td {
	height: 38px;
	font-weight: bold;
	font-size: 14px;
	background: white url(images/bg_first_title.gif) repeat-x;
}


.torre-pino #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 94px;
	background: #EBEBEB url(images/bg-footer.gif) no-repeat;
	padding: 30px 25px 0 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: gray;
} 
.torre-pino #footer p {
	text-align: right;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.info, .warning, .error {
	padding: 10px;
	padding-left: 40px;
	border-top: 1px solid silver;
	border-bottom: 3px solid silver;
	margin: 10px 0;
	background: white url(images/icon-info.gif) no-repeat 10px 10px;
}
.info {
	border-color: #6699CC;
	background-color: #EBECFE;
	background-image: url(images/icon-info.gif);
	
}
.warning {
	border-color: #FFCC66;
	background-color: #FFFFD2;
	background-image: url(images/icon-warning.gif);
}
.error {
	border-color: #CC99CC;
	background-color: #FFDDEE;
	background-image: url(images/icon-error.gif);
}

.center {
	text-align: center;
}


.torre-pino .otherArticle {
	background: white;
	padding: 10px 15px;
	border-bottom: 1px dotted silver;
}
.torre-pino .otherArticle.pair {
	background: #EDEDED;
}

.torre-pino .otherArticle .data {
	font-size: 10px;
	color: gray;
	padding-left: 15px;
	margin-right: 10px;
	background: url(images/dot01.gif) no-repeat center left;
}

.torre-pino .otherArticle a {
	margin-right: 12px;
}

.torre-pino .otherArticle .autore {
	float: right;
	margin-top: -12px;
	font-weight: bold;
	color: gray;
}


.rowMenu {
	margin-left: 20px;
	margin-right: 5px;
	text-align: left;
	font-size: 10pt;
}
.rowMenuElement {
	padding: 5px;
	font-weight: normal;
	font-size: 12pt;
	margin-bottom: 20px;
}
.rowMenuElement a, .rowMenuElement a:visited {
	text-decoration: none;
}

.rowMenuElement .rowMenuElement {
	border-bottom: 1px dotted silver;
	font-size: 10pt;
	margin-bottom: 0px;
}
.rowMenuElement .rowMenuElement a, .rowMenuElement .rowMenuElement a:visited {
	text-decoration: underline;
}
.rowMenuElement .rowMenuElement a:hover {
	text-decoration: none;
}

.survey {
	margin-top: 0;
	margin-bottom: 5px;
	height: 10px;
	line-height: 10px;
	font-size: 1px;
	border: 1px solid silver;
	background: silver url(images/bg-main-box-2-top.gif) no-repeat top center;
}

.common-div {
	text-align: left;
	margin-bottom: 6px;
}

.torre-pino p {
	margin: 0;
	padding: 0;
}


.entry-commento {
	margin-top: 10px;
	margin-bottom: 35px;
}

.entry-commento .commento {
	padding: 12px;
	position: relative;
	background: white;
	border: 1px solid silver;
	font-size: 11px;
}
.entry-commento .commento .autore {
	position: absolute;
	bottom: -28px;
	left: 20px;
	padding-top: 8px;
	background: url(images/tip.gif) no-repeat 15px 0px;
	color: gray;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
}