/* /////////////////////////////////////////////////////////////////////////////
                                    HTML
//////////////////////////////////////////////////////////////////////////////*/

* {
font-family: ARIAL;
font-size: 12px;
color: #333;
}

body {
background-color: #e0edf6;
background-image: url(images/shared/body-background.jpg);
background-repeat: repeat-x;
background-position: top left;
}

div#content h1,
div#content h1 * {
position: relative;
margin-top: 0;
font-family: Arial; 
font-size: 32px;
font-weight: normal; 
letter-spacing: -0.7px;
color: #62a4ee;
padding-bottom: 5px; 
border-bottom: 1px solid #62a4ee;
/* for adsense */
}

/* info/author span */
div#content h1 span {
position: absolute; 
right: 0; 
bottom: 10px; 
font-size: 12px; 
font-family: Georgia; 
font-weight: normal; 
color: #666; 
letter-spacing: 0;
border: 0px solid red;
}

div#sidebar h1 {
font-size: 24px; 
color: #62a4ee;
font-weight: normal; 
padding-bottom: 5px; 
border-bottom: 1px solid #62a4ee;
letter-spacing: -0.5px;
}

div#content h2,
div#content h2 * {
font-weight: normal;
font-size: 26px; 
color: #62a4ee;
padding-bottom: 5px; 
border-bottom: 1px solid #62a4ee;
letter-spacing: -0.5px;
}

div#content h3,
div#content h3 * {
font-weight: normal;
font-size: 20px; 
color: #666;
letter-spacing: -0.5px;
}

div#sidebar h2 {
font-size: 18px; 
color: #666;
font-weight: normal; 
letter-spacing: -0.5px;
MARGIN-BOTTOM: 0;
}

P {
TEXT-ALIGN: JUSTIFY;
}

a {
color: #62a4ee;
}

a:visited {
}

small, small * {
font-size: 11px;
}

/* entry author credits */
div#content p#credits {
text-align: right;
font-style: italic;
}

/* /////////////////////////////////////////////////////////////////////////////
                                   LAYOUT 
//////////////////////////////////////////////////////////////////////////////*/

div#header {
}

div#nav {
display: none;
}

div#content {
border: 0px solid red;
}

/* boxes per immagini/adsense */
div#content div.box_left {
width: 300px; 
float: left; 
margin: 0 12px 12px 0;
}

div#content div.box_right {
width: 300px; 
float: right; 
margin: 0 0 12px 12px;
}

div#sidebar {
border: 0px solid red;
}

div#sidebar div.block {
margin-bottom: 12px;
background-color: #f0f2ff; 
border: 1px solid #ddd; 
padding: 15px; 
clear: both;
}

div#footer {
border: 0px solid red;
background-color: #62a4ee;
}

div#footer * {
margin: 0;
color: #fff;
}

/* /////////////////////////////////////////////////////////////////////////////
                                   NAV
//////////////////////////////////////////////////////////////////////////////*/

div#nav a img {
margin-right: 15px;
margin-top: -1px;
}



