/*
Theme Name: EdoM
Theme URI: http://www.edoardomarascalchi.it/edom.zip
Description: EdoM Personal Theme
Version: 0.0.1
Author: Edoardo Marascalchi
Author URI: http://www.edoardomarascalchi.it

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Blog Structure*/

body {
	margin:0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}

#page {
	background-image:url(images/page_bg.gif)!important;
	background-repeat:repeat-y;
	width:850px;
	margin:0 auto;

}

#contenttop {
	margin: 0 auto;
	width:850px;
	height:25px;
	text-align:left;
	background-image:url(images/content_top.gif);
}

#header {
	margin: 0 auto;
	width:850px;
	height:50px;
	text-align:left;
	background-image:url(images/header.gif);
}

#header ul{
	margin: 0 auto;
	padding-left:10px;
	padding-top:10px;
}

#header li{
	display:inline;
	padding-left:15px;
	padding-right:15px;
}

#header a{
	color:#FFFFFF;
}

#banner{
	float:left;
	width:650px;
	height:180px;
}
#logo{
	width:200px;
	height:180px;
	float:right;
}
#content{
	margin: 0 auto;
	float:right;
	width:570px;
	padding:15px;
	text-align:left;
}

#sidebar{
	margin: 0 auto;
	float:left;
	width:250px;
	text-align:left;
}

#footer {
	clear:both;
	padding:10px;
}


/* Typography */

body {
	background-color:#FFFFFF;
	color:#444;
	font-size: 10pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
}

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

a:hover {
	text-decoration:none; 
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin: 0 auto;
	margin-bottom:0;
	color:#000000;
	text-align:left;
#	border-bottom-color:#880909;
#	border-bottom-style:dotted;
#	border-bottom-width:1px;
}

h1 {font-size:2.6em;}
h2 {10pt; font-style: normal; font-weight: bold}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}


img {
	border:0;
	margin:5px;
}

img.wp-smiley {
	margin:0;
}

input {
	border:1px solid #aaa;
	font-size:1.2em;
}

textarea {
	border:1px solid #aaa;
	font-size:12px;
}

pre {
	font-size:12px;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}


/* Header */
#logo {
	margin: 0 auto;
	background-image:url(images/logo.gif);
	width:200px;
	height:100px;
	float:left;
}
/* Sidebar */


#sidebar ul {
	padding:0;
	margin-top:40px;
	margin-left:20px;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
	margin:0 0 2em 0;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar li li {
	margin:0.1em 0;
}

#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
        font-size: 14px; 
        font-style: italic; 
        font-weight: bold; 
        font-variant: small-caps; 
        background-color: #00BB00; 
        border: #00CC00; 
        border-style: solid; 
        border-top-width: 1px; 
        border-right-width: 1px; 
        border-bottom-width: 1px; 
        border-left-width: 1px; 
        text-align: center
#	margin:0;
#	padding:0;
#	color:#000000;
#	font-size:1.2em;
#	text-transform:uppercase;
}


/* Footer */
#footer { 
	text-align:center;
	font-size:1em;
	background:#252525;
	color:#F0F0F0;
}

#footer a {
	color:#ffffff;
}

/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

.post p, .post ol li, .post ul li{
	margin-top:0;
	font-size:1.1em;
	line-height:1.4em;
	text-align:justify;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}

.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.postentry a {
	border-bottom:1px solid #ddd;
}
.postentry a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}

.postmetadata {
	margin:1em 0;
#	font-size:1.1em;
        font-size: 10pt; 
        font-style: normal; 
        font-weight: bold; 
        color: #66AADD; 
        Background-color: #FFFFCC;	
#       color:#888;
	text-align:justify;
}

div.navigation {
	font-size:1.1em;
}

/* Comments */

#comments {
	margin:0 2em;
}

.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}

.commentlist li {
	padding:2em 0;
	overflow:auto;
	border-bottom:0.1em solid #eee;
}

.commentlist p {
	margin:0.5em 0;
	font-size:1.1em;
}

.commentlist p a {
	border-bottom:1px solid #ddd;
}
.commentlist p a:hover {
	border-bottom:1px solid #157;
	text-decoration:none;
}

.commentlist h4 {
	margin:0;
}

textarea#comment {
	font-size:1.6em;
	width:100%;
}
/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#27a;
	text-align:center;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}

