  
/* global */





body {
    margin:         10px 0 0px 30px;
	background:     #fff;
	font-size:      9pt;
	line-height:    1.5;
	color:          #696969;
	font-family:    Trebuchet MS, Helvetica, sans-serif;
}

blockquote {
    margin:         1em 0 0em 1em;
    padding:        0;
	font-size:      9pt;
    font-style:     italic;
    color:          #ff63ab;
}
blockquote p {
	padding: 0px;
	margin: 0px;
}
pre {
    font-family:'Courier New', Courier, Monospace, Fixed;
	line-height: normal;
    overflow: auto;
	padding-bottom: 2em;
	margin: 0px;
	background-image:url('images/bg_pre_dots.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}
cite {
	font-style:     italic;
    color:          #696969;
}
img {padding: 0;margin: 0;}
a {text-decoration: none; color: #ff0076;}
a:hover {color: #fffd00;}
h1, {font-size: 15pt;}
h2, h3 {font-size: 100%;}
h2, h3, h4, h5, h6 {color: #ff0076;}
dl, dd, dt {margin: 0px;}

.clear {
	clear:both;
	height:1px;
}

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}
#wrapper {
	width: 99%;
	text-align:left;
}

/* header */

#hd {
    padding:        2px 0 10px 0px;
	margin-bottom:  0px;
    background:     url('') left bottom no-repeat;
}

div#hd div#hline {
    height:         1px;
    width:          90%;
    border-bottom:  1px solid #FFFFFF;
    position:       absolute;
    top:            65px;
    right:          0;
    z-index:        -1;
}

#sitemeta {
    position:       absolute;
    right:          12px;
    top:            0;
	font-size:      8pt;
    width:          400px;
    text-align:     right;


}

#sitemeta ul{list-style: none;}
#sitemeta a {color: #ff0076;}
#sitemeta a:hover {color: #ff63ab;}

#blogtitle h1 {display: inline;}
#blogtitle h1 a {
	color:          #aaa;        /* grigio chiaro*/
	font-size:      13pt;
	vertical-align: bottom;
    background:     #fff;
    padding:        0 1em;
    margin-left:    -1em;
}


#blogdescription {
	color:          #696969;
	font-size:      9pt;
}
#menu {
	margin-top:     1em;
	display:        inline;
}
#menu ul {
	list-style:     none outside;
	margin:         0px;
	padding:        0px;
}
#menu ul li {
	float:          left;
}
#menu ul li a {
	font-size:      10pt;
	padding-left:   1em;
	margin-left:    1em;
	color:          #aaa;
}
#menu ul li a:hover {
	color:          #fffd00;     /* biondo sporadico*/
} 

/* sidebar */

#sidebar {	
    font-size:      8pt;
	width:          20em;
    background:     #transparent;
	position:       absolute;
    top:            1em;
    left:           65em;
    padding:        0 100px 2em 1em;
	color:          #transparent;
    text-align:     left;
    border-left:    1px solid #transparent;
}
#sidebar ul {
	list-style:     none outside;
	margin:         0px;
	padding:        0px;
}
#sidebar ul li {display: inline;}
#sidebar ul li ul {
	list-style:     none outside;
	margin-top:     0.4em;
	margin-bottom:  1em;
}
li.vategories ul {
	list-style:     none outside;
	margin-top:     1em;
	margin-bottom:  1em;
}
#sidebar ul li ul li {
	margin-top:     0.2em;
	display:        block;
}
#sidebar a {
	color:          #bbb;
}
#sidebar a:hover {
	color:          #ff0076;
}
#sidebar h2 {
    color:          #bbb;
	font-size:      8pt;
	font-weight:    bold;
	display:        inline;
}
#sidebar input {border: 1px solid #ddd;}
input#searchsubmit {
    background:     #fff;
    color:          #bbb;
}


/* content */

#content, .searchresults, .page, .categories, .archives, .linkspage {
	padding:    0 0 0 0;
	margin:     0 0 0 10px;
	float:      left;
	width:      50em;
	text-align: left;
}
#content a {
	color: #ff63ab;
    font-style:     bold;
	text-decoration: none;
}
#content a:hover {
	color: #fffd00;     /* biondo sporadico*/
}
#content h1, .post-wrap h1, h2.post-title {
	display: inline;
	font-size: 13pt;
	text-decoration: none;
	color: #ff0076;     /* fucsia sporadico*/
}
#content h1 a, .post-wrap h1 a, h2.post-title a {
	color: #696969;
	text-decoration: none;
	color: #ff0076;     /* fucsia sporadico*/
}

#content h2 {
	display: inline;
	text-decoration: none;
}
#content h2 a {
	color: #696969;
	font-size: 11pt;
}
#content img {
    border:     0px solid #fff;
    margin:     1em 0;
}
#content table, #content table tr, #content table tr td, #content table thead th {
    border:     none;
    margin:     1em 0; 
    padding:    0;
    font-weight: normal;
    padding-right: 1em;
}

.post-content {
	clear:      both;
	padding:    10px 0;
	margin:     0;
}
#content ul, #content ol {
    list-style-position: inside;
    margin:     1em 0 1em 1em; 
    padding:    0;
}


.post {clear: both;}
.post-date {
	width:      50px;
	height:     50px;
	float:      left;
}
.post-month {
	font-size:  8pt;
	color:      #aaa;
	text-align: center;
	display:    block;
	padding:    2px;
	background: #FFFFFF;        /* */
	text-transform: uppercase;
}
.post-day {
	font-size:      8pt;
	color:          #f7c100;   /* biondo sporadico scuro */
	text-align:     center;
	display:        block;
	background:     #fff;
	border-bottom:  1px solid #FFFFFF;
	border-right:   1px solid #FFFFFF;
	border-left:    1px solid #FFFFFF;
	padding:        2px;
	line-height:    8pt;
	text-transform: uppercase;
}

.post-meta {
    font-size:      8pt;
    color:          #696969;
}
.post-meta p {margin: 0;}
.post-wrap {
	margin-left:    70px;
	padding-bottom: 1em;
	margin-bottom:  2em;
}

/* comments */

#commentwrap h3 {
    font-size:  9pt;
    color:      #ff63ab;
}
#commentwrap ol li {
    margin:     3em 0;
}
#commentwrap input, #commentwrap textarea {
    border:     1px solid #d1d1d1;
    padding:    0.2em 0.4em;
}
#commentwrap .url {
    font-weight:    normal;
}
#commentwrap {margin-left: 70px;}
#respond {padding-top: 1em;}
.comment-meta {font-size: 8pt; margin: 0;}
#commentwrap ol {
    list-style-type: none;
    margin: 0; padding: 0;
}
#commentwrap input#submit {
    color:      #696969;
    border:     1px solid #d1d1d1;
    background: #fff;
}
.searchresults ul, .categories ul, .archives ul, .linkspage ul, .archives ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

/* nav */
.nav {margin-left: 70px;}
.previous, .next {display: inline;}
.previous {padding-right: 1em;}
.next {padding-left: 1em;}

/* footer */
#footnote {
    font-size:  8pt;
    color:      #FF076;
    text-align: center
    margin:     4em 10px 0 0;
}
#footnote a {color: #ff67ab;}
#footnote a:hover {color: #999;}
#footnote ul {list-style-type: none;}

/* wordpress */
.imgl {
border:0;
float:left;
margin:0;
padding:0;
}
.imgr {
border:0;
float:right;
margin:0;
padding:0;
}
.wp-caption {
font-size: 8pt;
margin-top: 1em;
}
.wp-caption p {
margin: 0.2em 0 0 0;
}


