/*------------------------------------------------------------------------------
=================================
Default LosLocosDeLaRed CSS Style
=================================
-------------------------------------------------------------------------------*/

/* === GLOBAL ELEMENTS === */

* { padding: 0px; margin: 0px; }

body
{
    font-size: 100%;
    font-family: "Droid Sans", "Trebuchet MS", Helvetica, sans-serif;
    line-height: 18px;
    background: #F9F9F7 url('images/a1.gif') repeat-x;
    color:#333;
}

/* +++ links +++ */


a { 
    text-decoration: underline;
    color: #FF7800; 
    outline: none; 
}

a:hover { text-decoration: none; }

/* +++ headers +++ */
h1 { font-size: 1.125em; margin: 1em 0;}

h2 { font-size: 1em; font-variant: italic; margin: 1em 0 0.5em; }

h3 { font-size: 0.875em; margin: 0.5em 0 0.5em;}

h4 { font-size: 0.75em; margin: 0.5em 0 0.2em; }


/* +++ paragraph +++ */ 
p { 
    font-size: 0.75em;
    text-align: justify;
    margin-bottom: 14px;
}

sup { font-size: 0.5em; }

/* +++ images +++ */
img.picA {
    position: relative;
    top: -2px;
    background: url('images/a47.gif') no-repeat;
    width: 154px;
    height: 112px;
    padding: 8px;
    left:8px;
}

img.picAMessage {
    position: relative;
    top: -2px;
    background: url('images/a47_original.gif') no-repeat;
    width: 94px;
    height: 92px;
    padding: 8px;
    left:7px;
}

img.picB {
    position: relative;
    top: -2px;
    background: url('images/a26.gif') no-repeat;
    width: 146px;
    height: 75px;
    padding: 8px;
}

img.picC {
    position: relative;
    top: -2px;
    background: url('images/a47.gif') no-repeat;
    width: 76px;
    height: 74px;
    padding: 8px;
}

.floatleft{ float: left; margin: 0px 14px 3px 0px; }
.floatright { float: right; margin: 0px 14px 3px 0px; }

/* +++ lists +++ */
ul, ol{ font-size: 0.75em; }

ul.linklist {
    list-style: none;
    border-bottom: solid 1px #EEEEEE;
    font-size: 0.90em;
}

ul.linklist li{
    border-top: solid 1px #EEEEEE;
    padding-top: 5px;
    margin: 5px 0px 0px 0px;
}

ul.linklist li.first{
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

/* +++ tables +++ */
table{ font-size: 0.75em; }

table.elencophotoalbum{
	width:100%;
	border:none;
	text-align:center;
	font-size:9px;
	color:#640;
}

.elencophotoalbum td{
	text-align:center;
	padding:4px;
}

.elencophotoalbum img{
	border:none;
}

.elencophotoalbum fieldset{
	border:1px solid #8ad;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background-color:#F0F0FF;
}


.elencophotoalbum legend{
	padding:6px;
	font-family: 'Reenie Beanie', arial, serif;
	font-size:2em;
	text-shadow: 4px 4px 4px #aaa;
}

.elencophotoalbum legend a:hover{
	border-bottom:1px dashed;
}

table.archives{
	width:60%;
	text-aling:center;
	margin-left:15px;
}

td.archive{
	text-align:center;
}

/* +++ codes, preformatted , blockquotes +++ */
#code_posts, pre, blockquote{
	margin-left:10px;
	padding:10px;
	border-left: 2px dashed #ccc; 
	font-family:'Courier New', Courier, monospace;
	font-size: 0.875em;
}

/* === LAYOUT === */

/* === CONTAINERS === */
#upbg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 747px;
    height: 264px;
    z-index: 1;    
}

#outer{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    background: url('images/back.png') repeat-y;
}

#inner{
    position: relative;
    padding: 13px 30px 13px 30px;
    z-index: 2;
}

/* === HEADER === */
#header{
	color: #fff;
	padding-left: 20px;
}

#header span{ font-weight: normal; }

#header h1{
    position: absolute;
    font-size: 23px;
    letter-spacing: -1px;
    top: 30px;
    height: 92px;
}

#header h2{
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    color: #FCE2CA;
    top: 51px;
}

#header sup{ color: #FCE2CA; }

/* === MENU === */
#menu{
    position: relative;
    background: #868484 url('images/Menu.jpg') repeat-x;
    height: 67px;
    padding: 0px 20px 0px 5px;
    margin: 10px 0px 20px 0px;
    line-height: 67px;
}

#menu ul li{
    display: inline;
    line-height: 67px;
    padding-left: 3px;
    margin-left:5px;
}

#menu ul li.first{ border-left: 0px; }

#menu ul li a {
    padding: 8px 12px 8px 12px;
    font-size: 1.4em;
    font-weight:bolder;
    text-decoration:none;
    background-color: transparent;
    background-repeat: repeat-x;
    color:#ffffff;
	font-family: 'Josefin Sans Std Light', arial, serif;
}

#menu ul li a:hover{
    background: #fff url('images/a18.gif') repeat-x top;
    color: #4A4A24;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* +++ Author info and date +++ */
#date{
    position: absolute;
    top: 0px;
    line-height: 70px;
    right: 30px;
    font-weight: bold;
    font-size:0.8em;
    letter-spacing: -1px;
    color:#ffffff;
	font-family: 'Josefin Sans Std Light', arial, serif;
}

/* === SECONDARY CONTENT (sidebar) === */
#secondarycontent{
    position: relative;
    width: 200px;
    float: right;
    font-size: 0.75em;
}

#secondarycontent h3{
    position: relative;
    top: 4px;
    font-size: 16px;
    line-height: 25px;
    color: #656551;
    letter-spacing: -1px;
    background: url('images/a22.gif') bottom repeat-x;
    padding: 0px 0px 10px 10px;
    margin-bottom: 20px;
	text-shadow: 4px 4px 4px #aaa;
}

#secondarycontent .content{
    padding: 0px 10px 0px 10px;
    margin-bottom: 20px;
}

/* == COLONNA SINISTRA == */
#colonna_sinistra{
	position: relative;
    width: 200px;
    float: left;
}

/* === PRIMARY CONTENT (main center content) === */

#primarycontent{
    position: relative;
    width: 700px;
    float: left;
}

#primarycontent img{
	padding:8px;
}
#primarycontent h1{
    position: relative;
    top: 4px;
    padding: 0px 0px 10px 15px;
    margin-bottom: 20px;
    width: 75%;
    font-size: 1.50em;
    line-height: 25px;
    letter-spacing: -1px;
    color:#333;
    background: url('images/a22.gif') bottom repeat-x;
	text-shadow: 4px 4px 4px #aaa;
	//font-family: 'IM Fell DW Pica', arial, serif;
	font-family: 'Reenie Beanie', arial, serif;
}

#primarycontent .content{
    padding: 0px 15px 0px 15px;
    margin-bottom: 20px;
}

#primarycontent .comment{
    color:#000;
   background-color: #f5f5f5;
    margin-top: 5px;
    padding: 0 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#primarycontent .post{
    margin-bottom: 50px;
}

#primarycontent .post ul,
#primarycontent .post ol
{
    margin-left: 20px;
}

#primarycontent .post .header{
    position: relative;
}

#primarycontent .post .date{
    position: absolute;
    right: 15px;
    top: 0px;
    font-weight: bold;
    font-size: 1.05em;
    line-height: 35px;
    color:#333;
	font-family: 'Reenie Beanie', arial, serif;
}

#primarycontent .post .content{
    margin-bottom: 0px;
}

#primarycontent .post .content .post-body{
    clear: both;
}

#primarycontent .post .footer{
    position: relative;
    clear: both;
    background: url('images/a33.gif') repeat-x;
    height: 44px;
}

#primarycontent .post .footer ul{
    list-style: none;
    position: absolute;
    right: 15px;
    bottom: 12px;
}

#primarycontent .post .footer ul li{
    display: inline;
    float: left;
    line-height: 20px;
}

#primarycontent .post .footer ul li a,
#primarycontent .post .footer ul li span
{
    padding: 1px 0px 1px 18px;
    background-repeat: no-repeat;
    background-position: left center;
	text-decoration:none;
}

#primarycontent .post .footer ul li a.icon-text,
#primarycontent .post .footer ul li span.icon-text{ margin-right: 25px; }
#primarycontent .post .footer ul li a.icon-alone,
#primarycontent .post .footer ul li span.icon-alone{ margin-right: 5px; font-size: 1em; }

/* === FOOTER === */
#footer{
    position: relative;
    clear: both;
    height: 66px;
    font-size: 1.2em;
    text-align: center;
    line-height: 66px;
    background-image: url('images/a50.gif');
    color: #333;
	font-family: 'Reenie Beanie', arial, serif;
}

#footer a{
    color: #8C8C73;
	text-decoration:none;
}

#footer a:hover{
	color:#F90;
}

/* === FORM ELEMENTS === */
form{ font-size: 0.75em; }

input{
	background-image:url('images/a1.gif');
	border:none;
	font-family:'Courier New', Courier, monospace;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input:focus{
	background-image:none;
	background-color:#FC6;
}

/* === MINI BUTTONS === */
a.sendtofriend, span.sendtofriend{
    background-image: url('images/mini/email-to-contact.gif');
}

a.read, span.read   {
    background-image: url('images/mini/read.gif');
}

a.tags, span.tags{
    background-image: url('images/mini/tags.gif');
}

a.printerfriendly, span.printerfriendly {
    background-image: url('images/mini/printer.gif');
}

a.comments, span.comments{
    background-image: url('images/mini/edit-comment.gif');
}

a.readmore, span.readmore{
    background-image: url('images/mini/web-page.gif');
}

a.facebook, span.facebook{
    background-image: url('images/mini/facebook.png');
}

a.twitter, span.twitter{
    background-image: url('images/mini/twitter.png');
}

#primarycontent .post .footer ul li .delicious{
    background-image: url('images/mini/delicious.png');
}

a.oknotizie, span.oknotizie{
    background-image: url('images/mini/okno.png');
}

/* === OTHER ELEMENTS === */

.frame{
    padding: 10px;
    margin-top: 10px;
    background-color: #f5f5f5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#shared_quote .fields{
    float: right;
    width: 40%;
    font-size: 0.875em;
}

#shared_quote .fields input{width: 100%;}

#tags{
	position:relative;
	min-height: 40px;
	font-size: 20px;
	text-align: left;
	line-height: 40px;
	margin-left:0px;
	color:#666;
}
#tags h2{ margin: 0;}

#title{
	font-size:13px;
	font-weight: bold;
}

#banner{
	position:absolute;
	width:130px;
	height:536px;
	left: 150px;
	top: 54px;
	border:dashed;
	display:none;
	visibility:hidden;
}

ul.ulpost{
	margin-left:40px;
	padding:5px;
	list-style:none;
	border-bottom: solid 1px #EEEEEE;
}
ul.ulpost li{ border-top: solid 1px #EEEEEE; }

#controllo { display:none; }
/*EVENT*/
ul.linklistevent {
    list-style: none;
    border-bottom: solid 1px #EEEEEE;
}

ul.linklistevent li{
    padding: 5px;
    margin: 5px 0px 0px 0px;
    background:#ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-family: "Droid Sans", "Trebuchet MS", Helvetica, sans-serif;
    font-size:0.9em;
}

ul.linklistevent li a {
	text-decoration:none;
}

ul.linklistevent li:hover{
	background:#999;
}

.guestbook{
	background: url('images/a1.gif') repeat-x;
	margin-top:5px;
	margin-right:5px;
	color:#000;
	padding:6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: "Droid Sans", "Trebuchet MS", Helvetica, sans-serif;
    line-height: 18px;
    font-size: 0.75em;
}

.guestbook p{
	font-family: "Droid Sans", "Trebuchet MS", Helvetica, sans-serif;
    line-height: 18px;
    font-size:12px;
    margin-bottom:0px;
    padding:0;
}

/* === MOSTREAD === */
#mostread{
	position:relative;
	clear:both;
    padding: 10px;
    margin-top: 10px;
  	margin-bottom:10px;
}

#mostread td,th{
	border:1px solid #8ad;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align:center;
}



/* === ADMIN MENU === */

.AdminMenu{
	width:100%;
	font-size:16px;
}

.AdminMenu td{
	padding:5px;
}

.AdminMenu fieldset{
	text-align:center;
	background-color:#F0F0FF;
	border:1px solid #8ad;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
}

.AdminMenu legend{
	font-family: 'Reenie Beanie', arial, serif;
	font-size:28px;
	padding:5px;
	text-shadow: 4px 4px 4px #aaa;
}

.AdminMenu fieldset ul{
	list-style:none;
	padding:10px;
}

.AdminMenu a{
	text-decoration:none;
}

.AdminMenu a:hover{
	border-bottom:1px dashed #F90;
}

.Picture{
	display:none;
}

.Fade{
	display:none;
}

