/** ----------------------------- Corpo generico ------------------------------ **/
/** --------------------------------------------------------------------------- **/

/* h1 e' per il titolo del post
 * h2 e' per i commenti (se presenti)
 * h3 e' per l'abstract
 * h4 e' il titolo delle finestre del menu
 * 
 * */

html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: Sans, Verdana, Sans-serif; /*Helvetica e' un po' troppo schiacciato*/
	color: #FFFFFF;
	background: #5F6F80;
	overflow: hidden;
}

#sfondo {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}

#web_title {
	float: right;
	position: relative;
	right: 22px;
	width: 244px;
	height: 110px;
	
	margin-top: 15px;
	margin-right: 0;
	color: #FFFFFF;
	font-weight: normal;
	overflow: hidden;
}

#web_title a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	color: #FFFFFF;
	text-decoration: none;
	text-indent: -5000px;
	background: url(../images/stili_imgs/logo.png) top left no-repeat;
}

#web_title span {
	display: block;
	text-indent: -5000px;
}

/** ------------------------------ Elementi Vari ------------------------------ **/
/** --------------------------------------------------------------------------- **/

input[type=text],
input[type=password],
textarea,
select {
	margin: 2px 0;
	border: 1px solid #E08057;
	background-color: #FAEBE5;

	font-family: Sans, Verdana, Sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
}

input[type=text],
input[type=password] {
	height: 16px;
	padding: 2px;
}

textarea {
	padding: 2px;
}

select {
	height: 20px;
}

a img {
	border: 0;
}

h1,h2 {
	display: block;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
}

h2 span {
	color: #AAAAAA;
	font-size: 0.7em;
}

h4 { /* titolo delle finestrine del menu */
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	margin: 0;
}

h3 { /* Abstract */
	padding: 2px 2px 2px 20px;
	margin: 0;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	max-height: 49px;
	overflow: hidden;
	color: #666;
}

p {
	margin: 0;
}

textarea {
	overflow: auto;
}

.underline {
	text-decoration: underline;
}

blockquote {
	font-size: 0.9em;
	margin: 1em 1em 0.8em 0px;
	padding-left: 26px;
	color: #666;
	background: url(../images/stili_imgs/quote.gif) 1px 1px no-repeat;
}

ul, ol {
	color: #999999;
	margin: 0.5em 0 0.8em 0;
	padding: 0 10px 0 26px;
	font-family: Georgia, Times, serif;
}

ul p, ol p{
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Sans,Verdana,Sans-serif;
}

form {
	margin: 0;
}

code {
	display: table;
	
	margin-top: 3px;
	padding: 5px 10px;

	background: #444444;
	color: #FAFAFA;
	font-size: 11px;
	font-family: Monaco,Courier New,monospace;
}

.auth_class {
	color: #85A0DA !important;
}

/** ---------------------------- Menu Principale ------------------------------ **/
/** --------------------------------------------------------------------------- **/

#menuImg {
	position: absolute;
	top: 0;
	left: 0;
	height: 113px;
	width: 113px;
	background: url(../images/stili_imgs/menuImg.png) no-repeat;
	z-index: 50000;
}

#menuBottMin {
	position: absolute;
	top: 1px;
	left: 72px;
	width: 41px;
	height: 34px;
	overflow: hidden;
}

#menuBottMen {
	position: absolute;
	top: 20px;
	left: 19px;
	width: 47px;
	height: 47px;
	cursor: pointer;
}

#menuBottUte {
	position: absolute;
	top: 74px;
	left: 0;
	width: 36px;
	height: 39px;
	cursor: pointer;
}

/** --------------------------- Layout application ---------------------------- **/
/** --------------------------------------------------------------------------- **/

#avvisi { width: 255px; }

#widget_box p.spacer {
	border-bottom: 1px solid #E2E6F0;
	float: left;
	width: 100%;
	margin: 10px 0;
	clear: both;
}

#kazzatissime { clear: both; }

#kazzatissime span {
	float: right;
	text-align: right;
	width: 180px;
	font-style: italic;
	font-size: 11px;
	margin-top: 5px;
}

#kazzatissime em {
	float: left;
	font-size: 10px;
	margin-top: 5px;
}

#forecast, #weather {
	position: relative;
	width: 252px;
	clear: both;
}

#forecast p {
	width: 60px;
	height: 40px;
	float: left;
	line-height: 110%;
}

#forecast p.not_last {
	margin-right: 3px;
	background: url(/images/stili_imgs/wea_sep.gif) center right no-repeat;
}

#forecast img {
	float: left;
	margin-right: 3px;
}

#forecast strong {
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

#forecast span.high { color: #DEC0B7; }
#forecast span.low { color: #BED2E5; }

#weather img {
	float: left;
	position: relative;
	left: -3px;
}

#weather strong {
	font-weight: normal;
	text-transform: uppercase;
}

#weather p {
	margin: 0 0 0 70px;
}


#caos_determ {
	font-size: 10px;
	clear: both;
	position: relative;
	text-transform: lowercase;
}

#caos_determ a:link, #caos_determ a:visited {
	text-decoration: none;
	color: #E2E6F0;
	position: relative;
}
	#caos_determ a:hover {
		text-decoration: underline;
	}
  
  #caos_determ a.link {
    float: right;
    clear: both;
  }
	
#caos_determ img {
	float: right;
	position: relative;
	cursor: pointer;
}