/*------------------------------------------------------------------------------
=================================
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: #664400;
}

/* +++ 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:7px;
}

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: 7px;
}

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; }

/* +++ video +++ */

video {
    position: relative;
    top: -2px;
    background: url('images/a47_video.gif') no-repeat;
    width: 640px;
    height: 360px;
    padding: 8px;
}
/* +++ lists +++ */
ul, ol{ font-size: 0.75em; }

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

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{
	border:none;
	text-align:center;
	font-size:9px;
	color:#640;
}

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{
	background:url('images/foto/matrix.jpg') no-repeat scroll right center;
	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;
}

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

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

#menu ul li a {
    padding: 8px 12px 8px 12px;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none;
    background-color: transparent;
    background-repeat: repeat-x;
    color:#ffffff;
}

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

/* +++ Author info and date +++ */
#date{
    position: absolute;
    top: 0px;
    line-height: 70px;
    right: 30px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -1px;
    color:#ffffff;
    //color: #a67a2c;
}

/* === 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;
}

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

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

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

#primarycontent h1{
    position: relative;
    top: 4px;
    padding: 0px 0px 10px 15px;
    margin-bottom: 20px;
    width: 75%;
    font-size: 1.125em;
    line-height: 25px;
    letter-spacing: -1px;
    color: #656551;
    background: url('images/a22.gif') bottom repeat-x;
}

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

#primarycontent .comment{
    color:#000;
    background: url('images/a1.gif');
    margin-top: 5px;
    padding: 0 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: 0.625em;
    line-height: 35px;
    color: #AFAFA4;
}

#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: 64px;
}

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

#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;
}

#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: 0.875em;
    text-align: center;
    line-height: 66px;
    background-image: url('images/a50.gif');
    color: #A8A88D;
}

#footer a{
    color: #8C8C73;
}

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

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

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.delicious, span.delicious{
    background-image: url('images/mini/delicious.png');
}

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

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

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

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

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

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

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

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

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

a.googlebuzz, span.googlebuzz{
    background-image: url('images/mini/buzz.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; }

#MostRead{
	border:1px solid #8ad;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.60em;
    text-align: justify;
    margin-bottom: 14px;
    padding:10px;
    width:200px;
}

pre{
	background-color: #f5f5f5;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

pre:hover{
	background-color:#f5f5e5;
}