/* 
Last Update 14/07/07
Ciro Esposito

Playoff
*/

@import url("reset.css");


/*---------------------
------ GENERALI -----
--------------------*/

html, body {
	height:100%;
}

body {
	font-family: Arial, Helvetica, "Helvetiva Neue",sans-serif;
	color: #242424;
	text-align: center;
	font-size: 62.5%;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	padding:0 0 5px 0;
	border-bottom: 1px solid #000;
	margin: 10px 0;
}

h3 {
	font-size: 1.7em;
	font-weight: bold;
	padding:0 0 5px 0;
	border-bottom: 1px solid #000;
	margin: 0 0 10px 0;
}

/* Clear
-------------------------------------------------------------- */
/*.clear { display: inline-block; }   */
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; clear: both;}

/* Hr
-------------------------------------------------------------- */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.4em;
  border: none; 
}

/*---------------------
------ CONTENITORE -----
--------------------*/

#container {
	width: 960px;
	margin: 0 auto;
	/*min-height: 100%;
	height: auto !important;
	height: 100%;*/
	margin: 0 auto -50px;
}

/*---------------------
------ TESTATA -----
--------------------*/

#header {
	position: relative;
	text-align: left;
	height: 200px;
}

/*---------------------
-- MENU ORIZZONTALE --
--------------------*/

#menu-h {
	position: absolute;
	top:18px;
	right: 8px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#menu-h li {
	padding: 0 0 0 5px;
	display: inline;
}

#menu-h li a {
	text-decoration: none;
	padding: 5px;
}

#menu-h li a:hover  {
	text-decoration: underline;
}

#menu-h li a.attivo  {
	text-transform: uppercase;
}


/*---------------------
-- REGISTRAZIONE --
--------------------*/

.cerca {
	position: absolute;
	top: 50px; right:5px;
}

.login {
	bottom:10px; right: 5px;
	position: absolute;
}

#header p.section {
	position: absolute;
	top: 120px; 
	right:15px;
	font-size: 20px;
	font-weight: bold;
}

#header h5 {
	font-size:10px;
}

#header a.signin {
	color:#fff;
	text-decoration:none;
}

#header a.signin:hover {
	text-decoration:underline;
}

#header label {
	float: left;
	margin: 23px 0 0 10px;
	color: #fff;
}

#header input {
	float: left;
	margin: 15px 10px 0 5px;
	padding: 3px;
	width:auto;
}

#header input:hover, #header input:focus {
	background: #fff;
}

#header input.button {
	float: left;
	margin: 15px 10px 0 5px;
	padding: 3px;
	cursor: hand;
	cursor: pointer;
}

#header input:hover.button, #header input:focus.button {
	color: #fff;
}

/*------------- COL C -------------------*/

.col-c ul {
	font-size: 16px;	
}

.col-c li {
	line-height: 1.5;	
}

.col-c li.active {
	font-weight: bold;
}


.col-c ul.foto {
	float: right;
}

.col-c li.foto {
	float: left;
	margin: 0 10px 0 0;
}

/*---------------------
-- NAVIGAZIONE --
--------------------*/

#navigazione {
	font-size: 1.1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	height: 50px;
}

#navigazione ul {
	padding: 0 10px;
}

#navigazione li {
	float: left;
	margin: 0 2px;
}

#navigazione li a {
	text-decoration: none;
	padding: 20px 5px 19px 5px;
	color: #bbb;
	text-align: center;
	display: block;
}

#navigazione li a:hover {
	text-decoration: underline;
}

#navigazione li a.attivo {
	text-transform: uppercase;
	color: #fff;
}


/*-----------
-- CONTENT --
-----------*/

#content {
	float: left;
	width: 960px;
}

/*-------------------
------- LISTA -------
-------------------*/

ul.menu {
	font-size: 14px!important;	
}

ul.menu li {
	line-height: 1.5;	
}

ul.menu li.active {
	font-size: 18px;
	font-weight: bold;
}

/*-----------------
------- CMS -------
-----------------*/


#edit-photo img {
	float: left;
	margin: 0 0 15px 0;
}

#edit-photo .text {
	margin-left: 350px;
}


/*---------------------
------- FOOTER -------
--------------------*/

#footer, #spazio-footer {
	height: 50px
}

#footer {
	clear: both;
	height: 50px;
	margin: 0 auto;
	font-size: 1em;
	color: #888;
	width: 960px;
}

#footer p {
	padding: 0;
	line-height: 1.3;
	padding: 30px 0 0 0;
	float: left;
}

#footer span {
	float: right;
	padding: 30px 0 0 0;
}

#footer a {
	color: #888;
}

#footer a:hover {
	color: #242424;
}

strong { font-weight: bold; }
em { font-style: italic; }

.cms {
	background: #ccc!important;
	color: #333!important;
	height: 15px!important;
	border: 1px solid #000;
	font-weight: bold;
}

.cms-col-a {
	margin-top: 30px;
}
.cms a {
	text-decoration: none;
	color: #f00!important;
	padding: 0 0 0 20px;
}
.cms a:hover {
	text-decoration:underline;
}

.error		{ color: #dc0000!important; font-weight: bold; text-align: center; }
.feedback	{ color: #3366CC!important; font-weight: bold; text-align: center; }
.search		{ color: #dc0000!important; font-weight: bold; text-align: center; }
