/* THE CELLAR */

body {
	background: #656565 url('http://www.madorange.it/games/css/background.jpg') no-repeat;
	background-position: center top; 
	font: 12px Verdana;
	color: #717171;
	margin: 0;
	}
blockquote {
	border-left: 1px solid #666;
    color: #555555;
    font-size: 1.00em;
    padding-left: 10px;
    padding-right: 10px;
	margin: 0 30px;
	}
a {
	color: #d5462a;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
code {  
	background: #f0f0f0;
    border: 1px solid #cacaca;
	color: #555555;
    font-size: 10px;
    padding: 10px;
	text-align: left;
	clear: both;
	display: block;
	}


/* TITOLI */


h1 {
	color: #717171;
    font-weight: 100;
	font-size: 18px;
    margin: 0;
	padding: 0;
	text-decoration: none;
	}

h1 a {
	color: #d5462a;
    font-weight: bold;
	text-decoration: none;
    display: block;
	}

h2, h2 a {
	color: #d5462a;
	font-family: verdana; 
	font-size: 14px;
    font-weight: bold;
	margin: 15px 0 0px 0;
	padding: 0;
	}

h3, h3 a {
	color: #000;
    font-weight: bold;
	margin: 15px 0 0px 0;
	padding: 0;
	}

h4 {
	font: 12px Verdana, Arial, 'Helvetica', sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

hr {
	color: #666;
	height: 1px;
	}

img {
	border: none;
	}

ol, form {
	margin: 0;
	padding: 0;
	}

p {
	line-height: 1.6em;
	text-align: justify;
	}

.entry {
	line-height: 1.3em;
	text-align: justify;
	}

small {
	font-size: 10px;
	}

/* HEADER */

.header{
	width: 800px;
	height: 265px;
	}
.logo a img{
	border: none;
	margin: 0;
	padding: 0;
	}
.menu img{
	border: none;
	margin: 0;
	padding: 0;
	float: left;
	}
.navigation{
	background: url('http://www.madorange.it/games/css/menu.png');
	height: 37px;
	float: left;
	width: 567px;
	margin: 17px 0 0 0;
	}
.navigation a{
	float: left;
	color: #717171;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	border-left: 1px solid #bebebe;
	}
.navigation a:hover{
	background: url('http://www.madorange.it/games/css/menu_a.png');
	background-position: bottom left;
	}

.header_title {
    color: #423d33;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 30px;
	}
.header_title a {
	font: 40px Georgia;
	color: #000;
	margin-right: 10px;
	padding-right: 20px;
	border-right: 1px solid #000;
	}
.container{
	margin: 0 auto;
	width: 800px;
	}
.container_top{   
	background: url('http://www.madorange.it/games/css/container_top.png');
	float: left;
	width: 800px;
	height: 40px;	
	}
.container_middle{
	background: #fff;
	width: 800px;
	float: left;
	}
.container_middle img{
	float: left;
	margin: 0 10px 10px 0;
	}

/*   Content    */

.content {
	position: relative;
	float: left;
	padding: 0 40px 0 30px;
    text-align: left;
	width: 510px;
	}
.content ul {
    margin: 0;
    padding: 0 0 0 20px;
	}
.content ul li {
    line-height: 1.5em;
    margin: 0;
    padding: 5px;
	}


/* COMMENTI */


#comment {
    background: #fff;
	border: 1px solid #cacaca;
	font-size: 13px;
	padding: 10px;
	width: 488px;
	margin: 0 0 10px 0;
	}

.commentbody {
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	border-bottom: 2px dotted #dfdfdf;
	}

.commentbody p {
	clear: both;
	line-height: 1.4em;
	}

.commentlink {
	font-size: 13px;
	}

.commentlist {
	list-style: none;
	}

.gravatar {
	background-color: inherit !important;
	padding: 4px !important;
	border: 1px solid #eaeaea !important;
	}

* html .gravatar {
	position: relative;
	}

#email, #author, #url {
    background: #fff;
	border: 1px solid #cacaca;
	color: #444444;
	font-size: 13px;
	padding: 3px;
	width: 180px;
	margin: 0 10px 10px 0;
	}

#submit {
    background: #666;
	border: 1px solid #cacaca;
	color: #fff;
    font: 12px Verdana;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0 0 20px 0;
	}

textarea {
    overflow:auto;
	}


/* Footer */


#footer {
	background: url('http://www.madorange.it/games/css/container_bottom.png');
    font-size: 10px;
	clear: both;
	color: #999;
	text-align: center;
	line-height: 1.6em;
	height: 50px;
	padding-top: 38px;
	margin-bottom: 30px;
	}
#footer a {
    color: #999;
    text-decoration: none;
	}
#footer a:hover {
    color: #717171;
	}

/* CERCA */

.s {
    border: 1px solid #d4d4d4;
	color: #717171;
    font: 12px Verdana;
	padding: 3px;
	width: 150px;
}


/* SIDEBAR */

.sidebar {
	width: 200px;
    text-align: left;
	position: relative;
    float: left;
    padding: 0;
    line-height: 1.6em;
    }
.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.sidebar li {
	display: block;
	margin: 10px 0 10px 10px;
	}
.sidebar li a {
    color: #717171;
	padding: 15px 0 15px 0;
	text-decoration: none;
	}
.sidebar li a:hover {
    color: #423d33;
	}
.navigation_page {
	float:left;
	width: 510px;
	margin-bottom: 20px;
	}
.alignleft {
	float: left;
	text-align: left;
	}
.alignright {
	float: right;
	text-align: right;
	}
.date {
	background: transparent;
	color: #363636;
	font: 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
.postmetadata {
    line-height: 1.5em;
	margin: 0 0 10px 0;
	padding:3px;
	text-align: left;
    clear: both;
	}
.postmetadata a{
    color: #d5462a;
	text-decoration: none;
	}
.postmetadata a:hover{
	text-decoration: underline;
	}
.postmetadata_commenti {
	border-bottom: 3px dotted #dfdfdf;
	margin: 10px 0 20px;
	padding-bottom: 10px;
	text-align: right;
	}
.postmetadata2 {
    background: #edebdf;
    color: #282828;
    font-size: 10px;
    line-height: 1.3em;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: left;
    clear:both;
	}

/* different postmetadata style for single.php */

.alt {
	line-height: 1.3em;
	padding: 10px;
	}

.commentheader {
	background: inherit;
    font-size: 18px;
    font-weight: lighter;
    text-align: left;
    padding: 0 0 10px 0;
	line-height: 1.4em;
	}

.clear {clear:both;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.alignone {
	float: right;
	}

.wp-caption {
	text-align: left;
	border: none;
	margin: 0 10px 10px 0;
	}	

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	
fieldset {
	margin: 0px;
	border: 0px;
	}

