/*
style sheet for musings.it
an idea of CeM Engineering
www.musings.it - www.cemengineering.it
Released for free under a Creative Commons Attribution 2.5 License
first version: 2009 05 05
last modified: 201 04 08
 
*/

body {
	margin: 0;
	padding: 0;
	background: url('../images/bg.png') repeat #FFFFFF;
	font-size: 12px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #808d23;
	line-height: 120%;
}

h1 {
	font-size: 24px;
	margin: 15px 0px 3px 0px;
}

h2 {
	font-size: 20px;
}

p {
}

#header h1{
	display: none;
}

img, fieldset {
	border: none;
}

.primo {
	color: #c2c921; /*verde chiaro del primo h1*/
	border-bottom: 1px dashed #c2c921;
}

.secondo{
	color: #9db032; /*verde medio del secondo h1*/
	border-bottom: 1px dashed #9db032;
}

.terzo{
	color: #808d23; /*verde medio del terzo h1*/
	border-bottom: 1px dashed #808d23;
}

p, blockquote {
	margin:0 0 15px 0;
	line-height: 150%;
	text-align: justify;
	color: #828282;
}

blockquote {
	position: relative;
	font-style: italic;
	background: url(../images/openquote.png) left top no-repeat;
	padding: 8px 0 8px 27px;
}

blockquote p {
	position: relative;
	display: block;
	background: url(../images/closequote.png) right bottom no-repeat;
	padding-right: 27px;
	margin-bottom: 0;
}

ul {
	margin: 0;
	padding: 0px 0px 0px 23px;
	list-style: none;
	line-height: 150%;
}

ul li {
	list-style-image: url(../images/bullet.png);
	padding: 5px 0;
	color: #828282;
}

a {
	text-decoration: none;
	color: #444444;
}

.aprimo {
	color: #c2c921; /*verde chiaro del primo h1*/
}

.asecondo{
	color: #9db032; /*verde medio del secondo h1*/
}

.aterzo{
	color: #808d23; /*verde medio del terzo h1*/
}


#header{
	width: 960px;
	margin: 0 auto;
	position: relative;
	border: 0px dotted #333;
}

#header img{
	padding-top: 10px;
	padding-left: 52px;
}

#content{
	width: 840px;
	margin: 0 auto;
	z-index: 5;
	position: relative;
	border: 0px dotted #333;
}

#content.home {
	width: 800px;
}

#content.error404 {
	margin-top: 50px;
}

#leftcol{
	width: 390px;
	float: left;
	margin: 0px;
	padding: 23px 0px 0px;
	border: 0px dotted green;
}

#leftcol.interno {
	width: 520px;
	border: 0px dotted green;
}

#rightcol.interno {
	width: 280px;
}

#leftcol p{
}

#rightcol{
	width: 390px;
	float: right;
	margin:0;
	padding: 0;
	border: 0px dotted blue;
}

#rightcol h1.selected{
	background: url(../images/selected2.png) left bottom no-repeat;
	padding-left: 45px;
}

#rightcol p{
}

.esc {
	width: 100%;
	clear: both;
}

#news {
	width: 	840px;
	position: relative;
	padding-top: 40px;
	background: #ffffff;
	z-index: 3;
	border: 0px dotted red;
}

#news h2 {
	background: #ffffff;
	position: relative;
	z-index: 10;
	margin:0 0 3px 0;
}


.trenta {
	width: 260px;
	float: left;
	margin-right: 30px;
}

.trenta_last {
	width: 260px;
	float: left;
	margin-right: 0;
}

.tweet li {
	border: 0px solid #333;
	height: auto;
	padding-left: 0px;
}

#last_tweets {
	position: relative;
	height: 165px;
	overflow: hidden;
	border: 0px dotted #333;
	margin-bottom: 0;
	background: url('../images/ajax-loader.gif') center center no-repeat #fff;
	z-index: 5;
}

#last_tweets .tweet {
	position: relative;
	top: 0;
	z-index: 2;
	background: #ffffff;
}

#last_project img {
	padding-top: 5px;
}

#last_project {
	height: 200px;
	overflow: hidden;
}

#slider {
	position: relative;
	width: 260px;
}

.project {
	position: relative;
	width: 260px;
	display: block;
}

#menu{
}

#footer{
	clear: both;
	width: 840px;
	height: 40px;
	margin: auto;
	position: relative;
	top: 100px;
	border-top: 0px dashed #909090;
}

#footer p{
	font-size: 10px;
}

/*per ora lo cancello, poi vediamo*/
/*#footerint{
	float: left;
	width: 462px;
	margin-top: 0px;
}

#affittaci{
	float: right;
	width: 150px;
	margin-top: 0px;
}
#affittaci p{
	text-align: right;
}
*/

#credits{
	float: left;
	width: 350px;
	margin-top: 0px;
}
#credits p{
}

#lingua{
	float: right;
	width: 350px;
	margin-top: 0px;
}

#lingua p{
	text-align: right;
}

/*per le pagine interne*/

#desk{
	display: none;
}
#iphone{
	display: none;
}
#twitter{
	display: none;
}

form {
 	margin: 20px 0px 0px 0px;
}

form label {
	float: left;
	clear: left;
	width: 10em;
	text-align: right;
	margin-right: 0.5em;
	color: #909090;
}

form input {
	font: 8pt Georgia;
	width: 24em;
	margin-bottom: 1em;
	color: #808d23;
	border: 2px solid #eeeeee;
	padding: 2px;
}

form input:hover, form textarea:hover{
	border: 2px solid #aaaaaa;
}

form input:focus, form textarea:focus{
	border: 2px solid #808d23;
}

form input.send {
	width: 110px;
	height: 23px;
	margin-left: 23em;
	padding-right: 36px;
	border: 0px solid #fff; /* stupid opera trick?? */
	background: url(../images/send.png) no-repeat 78px 0px;
	color: #909090;
	font: 12px Georgia;
	cursor: pointer;
}

form textarea {
	margin-bottom: 10px;
	font: 8pt Georgia;
	width: 24em;
	height: 15em;
	color: #808d23;
	border: 2px solid #eeeeee;
	padding: 2px;
	text-align: justify;
}

form br {
	clear: both;	
}
