body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; 
FONT-WEIGHT: normal; FONT-SIZE: 11px; BORDER-LEFT: #000000 1px solid; 
COLOR: #000000; 
TEXT-INDENT: 2px; 
BORDER-BOTTOM: #000000 1px solid; 
FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
BACKGROUND-COLOR: #ffffff;
	margin-bottom:2px;
}
label{
	width: 250px;
	display:block;
	float:left;
	/*border:1px solid #bebebe;*/
	margin-bottom:2px;
}
h1, h2 {
	font-weight: normal;
	color: #7CD300;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
}

p {
margin: 5px 0px 5px 0px;
}

blockquote {
	font-style: italic;
}

ul {
margin:0;
padding:0;
padding-bottom:10px;
list-style: none;
}
ol {
}

a {
	color: #7CD300;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	margin:0;
	padding:0;
	width: 100%;
	height: 1px;
	border: none;
	background: rgb(210,210,210);
	color: rgb(210,210,210);
}
br{
	clear:both;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 2px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 2px;
}

/* Header */

#header {
	width: 920px;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
	/*text-transform: lowercase;*/
}

#logo h1 {
	padding-top: 52px;
	font-size: 3em;
	color: #554D49;
	/*font-family: "Courier New", Courier, monospace;*/
	font-family: "@Microsoft YaHei","Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family: "MS Serif", "New York", serif;*/
	/*font-family: "MS Sans Serif", Geneva, sans-serif;*/
	font-weight: bold;
}

#logo h1 a {
	color: #554D49;
}

/* codice 2008.09.24 */
p.logovecchiamici {
	float: left;
	padding: 0px;
	margin-top: -52px;
	width: 203px;
	height: 109px;
	background: transparent url(../images/logovecchiamici.jpg) top left no-repeat !important;
}
p.logofindoldfriends {
	float: left;
	padding: 0px;
	margin-top: -52px;
	width: 203px;
	height: 109px;
	background: transparent url(../images/logofindoldfriends.jpg) top left no-repeat !important;
}
p.logovecchiamici span, p.logofindoldfriends span {
	display: none;
}
/* fine codice 2008.09.24 */

#logo h2 {
	margin-top: -10px;
	padding-left: 1px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #7F7772;
}

#logo h2 a {
	color: #7F7772;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 40px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	width: 130px;
	height: 90px;
	padding-top: 30px;
	background: #73D000 url(../images/img02.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
}
#menu li a.linkcolorato{/*solo bottone ricerca*/
	height: 90px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FDFF00;
}
/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}

#latest-post {
	float: left;
	width: 580px;
}

#recent-posts {
	float: right;
	width: 260px;
	padding: 12px 0 0 30px;
	background: url(../images/img03.gif) repeat-y;
}

#recent-posts .entry {
	background: url(../images/img04.gif) repeat-x left bottom;
}
#content li{
margin:0;
padding:0;
padding-left:15px;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}

.post .meta a {
	color: #BABABA;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	background: #CDEB8B url(../images/img05.gif) no-repeat;
	border-top: 20px solid #FFFFFF;
	color: #008C00;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 5px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
	margin: 0 0 2px 0;
	color: #008C00;
}

#sidebar a {
	text-decoration: none;
	color: #008C00;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar #google{
float:left;
text-align:left;
}

#sidebar #search{
float:left;
text-align:right;
padding-left:500px;
}

/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	background: url(../images/img06.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}
.errMex{
	color: #FF6347;
}
.formReg{
	padding:0;
	padding-left:30px;
	margin:0;
	/*border:1px solid red;*/
}
.label2{
	float:left;
	width: 150px;
	/*border: 1px solid red;*/
	line-height: 22px;
	margin-right:10px;
	padding:0;
}
.paragrafo{
	color: #F9843E;
	font-size: 12px;
	font-weight: bold;
}
#contentTags{
	width: 100%;
	margin: 0;
	padding: 0;
	float:left;
	text-align:center;	
}
/*.argomento{
	float:left;
	width: 270px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	border:1px solid #cecece;
	margin: 0px 5px 5px 0px;
	padding:3px;
	color: #000000;
}*/
.argomentoAll{
	width: 100%;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	border:1px solid #cecece;
	margin: 0px 5px 5px 0px;
	padding:3px;
	color: #000000;
}
.titoloargomento{
	color: #333333;
	font-weight: bold;
	margin:0;
	margin-top: 5px;
	margin-bottom: 15px;/*era 10px*/
	padding:0;
	line-height: 15px;
}
.argomentoAll ul{
	margin: 0px 0px 5px 10px; 
	padding: 5px 5px 5px 5px; 
	list-style-type: square; 
	font-size: 11px;
	border: 1px solid #fefefe;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}
.argomentoAll li{
	margin:0;
	padding: 0;
	width: auto;
}
a.linkTags{
	color: #333333;
	font-weight: bold;
	font-style: italic;
}
a.linkTags:hover{
	color: #ffffff;
	text-decoration: none;
}
a.linkred{
	color: Red;
	text-decoration: none;
	border-bottom: 1px solid red;
	border-top: 1px solid red;
	font-weight: bold;
}
a.linkred:hover{
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}
.imgButton{
	float:left;
	margin-bottom: 5px;
	margin-right:10px;
}
.boxEsito{
	background-color: #FAFAD2;
	width: 60%;
	margin-left:120px;
	padding: 15px;
	border: 1px solid #E2E2E2;
}
/*stili argomenti con sfondo*/
.contentArgomento{
	border:0px solid red;
	padding-top: 5px;
	padding-bottom:5px;
	text-align:center;
}
.testoArgomentoSN{
	float:left;
	width: 130px;height: 173px;
	border-right:1px solid rgb(210,210,210);
	margin-right: -130px;
	padding-right:3px;
	text-align: right;
}
.testoArgomentoDS{
	float:right;
	width: 130px;height: 173px;
	border-left:1px solid rgb(210,210,210);
	margin-left: -130px;
		padding-left:3px;
	text-align: left;
}
.testoArgomentoAmici{
	width: 100%;
}
.argomento{
	height: 173px;
	/*float: left;*/
	text-align: left;
	padding-top:3px;
	margin-left: auto;
  	margin-right: auto;
}
.argomentoAmici{
	background-image: url(../images/amici.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
	width: 560px;
}
.argomentoLavoro{
	background-image: url(../images/lavoro.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
	width: 280px;
}
.argomentoScuola{
	background-image: url(../images/scuola.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
	width: 280px;
}
.argomentoMilitare{
	background-image: url(../images/militare.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
	width: 280px;
}
.argomentoSport{
	background-image: url(../images/sport.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
	width: 280px;
}
.argomentoViaggi{
	background-image: url(../images/viaggi.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
	width: 280px;
}
.argomentoDefault{
	background-image: url(../images/default.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
	width: 280px;
}
.imgArgomento{
	float: left;
	margin:10px 10px 2px 10px;
	border:1px solid white
}
.marcato{
	color: #ff0000;
}
