body {
	margin: 0;
	padding: 0;
	font: 12px arial,sans-serif;
	background: #cacaff url("marioworld.png") repeat-x;
	background-position: bottom;
	color: white;
}

hr {
	height: 1px;
	border: 1px dashed #444;
	border-width: 1px 0 0 0;
}

.wrap {
	width: 984px;
	margin: auto;
	/* overflow: auto; */
	border-width: 0 1px;
}

#head {
	background: url("sfondo.png");
	background-position: 0 -16px;
	width: 100%;
	padding-top: 12px;
	height: 100px;
}

#main {
	/* background: #ececff; */
	/* border: 1px solid #444; */
	margin-top: 6px;
	overflow: auto;
}

#copyright {
	color: white;
	text-align: center;
	font-weight: bold;
	width: 120px;
	margin: 48px auto 16px;
	background: #8B6ACD;
}

#leader {
	float: left;
	width: 728px;
	height: 90px;
}

#logo {
	float: left;
	width: 252px;
	height: 90px;
}

#logo img {
	border: 0;
}

#body {
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 640px;
	background: #8060D0;
	color: white;
	margin-right: 4px;
	border: 1px solid #444;
}

#bodywide {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #8060D0;
	color: white;
	margin-right: 4px;
	border: 1px solid #444;
}

#body h1, #bodywide h1 {
	background: #fc9803;
	margin: 0;
	border-top: 6px solid #FD8300;
	padding: 3px 6px;
	color: #f0f0ff;
	font-weight: bold;
	font-size: 24px;
	height: 32px;
}

#body h2, #bodywide h2 {
	padding: 3px 6px;
	border-bottom: 1px dashed #cacaff;
}

#subtitle {
	background: #8060D0;
	margin: 0;
	border-top: 6px solid #7257BC;
	padding: 3px 6px;
	color: #f0f0ff;
	font-weight: bold;
	font-size: 24px;
}

#subtitle img {
	vertical-align: middle;
}

#content {
	padding: 4px;
}

#menuwrap {
	float: left;
	width: 336px;
	border: 1px solid #444;
	background: #ececff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#menucol {
	padding: 0 6px;
	color: #666;
	overflow: auto;
}

.menuhalf {
	float: left;
	width: 162px;
}


.menufull {
	float: left;
	width: 324px;
}

#menucol h3
{
	font-wight: bold
	font-size: 12px;
	border-bottom: 1px dashed #ad9fd0;
	padding: 0 3px;
	color: #333;
}

#menucol ul {
	list-style-image: url(indox.png);
	padding-left: 15px;
	margin-left: 0px;
}

#menucol a {
	color: #444;
	text-decoration: none;
}

#menucol a:hover {
	color: #000;
}

a {
	color: yellow;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Checkbox */

table.checkbox {
	border: 1px solid #cacaff;
	border-collapse: collapse;
	margin: 8px 3px;
}

table.checkbox th, table.checkbox td {
	border: 1px solid #cacaff;
	text-align: left;
	padding: 4px;
	vertical-align: middle;
}

table.checkbox img {
	vertical-align: middle;
}

table.checkbox th {
	text-align: left;
	width: 160px;
}

table.checkbox td { background: #6f53b4 }
table.checkbox tr.odd td { background: #7558be }

table.checkbox th { background: #624aa0 }
table.checkbox tr.odd th { background: #694faa }

/* Reviewbox */

div.reviewbox {
	border: 1px dashed white;
	background: #9076d0;
	margin: 6px;
	padding: 3px;
	overflow: auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* *** Lista *** */

table.lista {
	width: 99%;
	border-collapse: collapse;
	margin: 3px auto;
	background: #7257BC;
}

table.lista th {
	border: 1px solid #adadad;
	font: bold 12px sans-serif;
	padding: 2px;
	text-align: left;
}

table.lista td {
	border: 1px solid #adadad;
	padding: 2px;
	text-align: left;
}

table.lista thead th {
	background-color: #fc9803;
	color: black;
}

/* Post roll */

#comments {
	clear: both;
}

#postroll-content {
	border-bottom: 1px solid #adadad;
}

.postroll-row, .postroll-form {
	overflow: auto;
	border: 1px solid #adadad;
	border-bottom: 0;
	padding: 3px;
	background: #7257BC;
}

.postroll-leftcol {
	float: left;
	width: 160px;
}

.postroll-col {
	float: left;
	width: 464px;
}

.postroll-info {
	border-bottom: 1px solid #FD8500;
	font-size: 10px;
	padding: 6px 0;
}

.postroll-post {
	padding: 6px 0;
}

.postroll-menu, .postroll-menu2 {
	list-style: none;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.postroll-menu li {
	margin-left: 6px;
	float: left;
	border: 1px solid #adadad;
	border-width: 1px 1px 0 1px;
	padding: 3px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	background: #7257BC;
	text-transform: uppercase;
	font-size: 9px;
	cursor: pointer;
}

.postroll-menu a {
	color: white;
	text-decoration: none;
}

.postroll-menu a:hover {
	color: #dadada;
	text-decoration: none;
}

.postroll-bottommenu li {
	border-width: 0 1px 1px 1px;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}

.postroll-form {
	text-align: center;
	display: none;
}

.postroll-form textarea {
	width: 75%;
}

.center {
	text-align: center;
}

#msg_messages, #msg_errors {
	position: fixed;
	width: 320px;
	height: 240px;
	top: 130px;
	left: 30%;
	padding: 0;
	margin: 0;
	box-shadow: 0 0 3px 1px black;
	-moz-box-shadow: 0 0 3px 1px black;
	-webkit-box-shadow: 0 0 3px 1px black;
	list-style: none;
}

#msg_messages li, #msg_errors li {
	padding: 2px;
	color: black;
}

#msg_messages {
	background: #afa;
	border: 1px solid #0a0;
}

#msg_errors {
	background: #faa;
	border: 1px solid #a00;
}

#msg_messages li:first-child {
	background: #0a0;
	font-weight: bold;
	color: white;
}

#msg_errors li:first-child {
	background: #a00;
	font-weight: bold;
	padding: 2px;
	color: white;
}

/* CLUBBERS */

.container {
	margin: 24px 12px;
	padding: 3px;
	border: 1px solid #cacaff;
}

.legend {
	border: 1px solid #cacaff;
	background: #9076d0;
	position: relative;
	top: -12px;
	left: 3px;
	padding: 3px;
}

table.border {
	border: 1px solid #ececff;
	border-collapse: collapse;
}

table.border td, table.border th {
	border: 1px solid #ececff;
	padding: 2px;
}
