/* updated by Monica A. Chase <monica@phpexperts.pro> on 2011 9 June */

body {
	background-color: #fff;
	font-family: 'Ubuntu', arial, sans-serif;
}

#main_content {
	top: 25px;
	left: 12em;
	padding: 20px;
	padding-top: 70px;
	position: absolute;
	display: block;
	width: 68em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background-color: #eeeeee;
	background-image: url('images/redditalien.png');
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat; 
	font-family: sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

a:link {
	font-family: sans-serif;
	font-size: 16px;
	color: #1D7CF2;
	text-decoration: none;
}

a:visited {
	font-family: sans-serif;
	font-size: 16px;
	color: #555555;
	text-decoration: none;
}

a:hover {
	font-family: sans-serif;
	font-size: 16px;
	color: #C76114;
	text-decoration: none;
}

a:active {
	font-family: sans-serif;
	font-size: 16px;
	color: #C76114;
	text-decoration: none;
}

ul#badges {
	top: 25px;
	left: 69em;
	position: absolute;
	display: block;
	background-color: transparent;
	font-family: sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	list-style: none;
}

ul#badges img {
	border: 0;
}

ul#badges a {
	text-decoration: none;
}

ol#links { }

ol#links > li {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 45em;
	text-indent: 0;
	min-height: 100px;
	border-width: 1px;
	border-style: dashed;
	border-color: #ccc;

}

ol#links > li > span {
/*	top: -19px;*/
	left: 1.5em;
	padding-right: 1em;
	width: 19.5em;
	height: 100px;
	overflow: auto;
	display: block;
	float: left;
	position: relative;
/*	background: black;
	min-height: 100px;
	margin: 0px 0 0 0px;
	float: left;
	padding: -20px 20px 0 0; */
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #ccc;
}

ol#links ul {
	margin-top: 0px;
	float: right;
}

ol#links ul > li {
	padding-right: 0.5em;
}


