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

* {
font-family: Verdana;
font-size: 11px;
color: #808080;
}

div#box_special * {
color: #fff;
}

/* STUFF INSIDE BALLOON TIPS */
table#balloon ul li * {
color: #fff;
}

body {
background-color: #1D1D1F;
margin: 20px 20px 20px 60px;
}

/* H1 */

h1 {
margin: 0 0 6px 0;
padding: 4px 2px 2px 4px;
height: 14px;
background-color: #000;
font-size: 1px; /* just in case... */
}

#h1_regular {
color: #000; /* DTR hide */
}

#h1_special {
color: #FDEF08; /* DTR hide */
margin: -5px;
}

/* H2 */

h2 {
margin: 0 0 6px 0;
padding: 4px 2px 2px 4px;
height: 14px;
height: 14px;
font-size: 1px; /* just in case... */
}

.h2_regular {
color: #000;
background-color: #000;
}

div#errors h2,
div#success h2 {
font-size: 14px;
text-transform: uppercase;
font-family: Arial Narrow;
}

.h2_special {
background-color: transparent;
color: #000;
}

div#left h2,
div#right h2 {
margin-top: 0;
}

h3 {
color: #000;
margin: 7px 0 6px 0;
}

ul {
/* annulla rientro */
margin-left: 0;
padding-left: 0;

margin-top: 7px;
margin-bottom: 10px;

list-style-type: none;
}

li {
margin-bottom: 2px;
}

p {
margin: 7px 0 7px 0;
text-align: justify;
}

div#footer p {
text-align: center;
color: #fff;
}

p.question {/* for articles/interviews */
font-style: italic;
color: #383838;
padding-bottom: 3px;
border-bottom: 1px dotted #000;
}

a {
text-decoration: none;
}

a:hover,
a:hover em,
a:hover strong {
color: #3A3A3a;
text-decoration: none;
}

a img {
border: 0;
}

/* a:hover per sezioni speciali */
div#box_special a:hover {
text-decoration: none;
color: #FDEF08;
}

div#footer a {
color: #fff;
}



strong,
strong * {
color: #000;
font-weight: normal;
}

/* strong per sezioni speciali */
div#box_special strong, 
div#box_special strong * {
/* color: #FDEF08; */
}

small {
font-size: 10px;
}


/* mostly for forms */

table {
padding: 0;
}

input.button {
padding: 1px;
color: white; 
background-color: #000; 
font-size: 11px; 
text-transform: uppercase;
font-family: Arial Narrow; 
border: 0;
cursor: pointer;
}

/* //////////////// EVENTi ////////////////*/
/* /// html testo articoli ////*/

/* imagini nel testo */
div.image_container {
width: 150px;
height: auto;
float: right;
margin-left: 7px;
margin-bottom: 0; /* 0 perche' c'e' dida */
}

/* avatar articoli */
img.float_left {
float: left;
margin-right: 7px;
margin-bottom: 4px;
margin-top: 4px;
}

p.dida {
width: 150px;
/* come 'small' */
font-size: 10px;
color: #7C7B7B;
border: 0px solid yellow;
float: right;
clear: right;
margin-top: 0px;
margin-bottom: 9px;
font-style: italic;
}

p#avatar_dida {
width: 150px;
/* come 'small' */
font-size: 10px;
color: #7C7B7B;
border: 0px solid yellow;
float: left;
clear: left;
margin-top: -2px;
margin-bottom: 1px;
margin-right: 7px; /* come img.float_left */
font-style: italic;
}

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

div#container {
border: 0px solid red;
width: 930px;
}

div#header {
width: 930px;
height: 110px;
background-image: url(../images/shared/header.jpg);
background-repeat: no-repeat;
border: 0px solid green;
}

div#nav {
border: 0px solid darkorange;
width: 930px;
background-color: #000;
margin-top: 12px;
margin-bottom: 12px;
}

div#left {
border: 0px solid #fff;
float: left;
width: 202px;
}

div#center {
border: 0px solid red;
width: 490px;
margin-left: 18px;
float: left;
}

div#right {
border: 0px solid red;
width: 202px;
float: right;
clear: right;
}

div#footer {
border: 0px solid yellow;
float: left;
clear: both;
width: 930px;
}

div.box {
background-color: #EFEFEF;
padding: 5px;
padding-bottom: 9px;
margin-bottom: 6px;
}

/* box per sezioni speciali */
div#box_special {
width: 468px;
padding: 6px;
border: 5px solid #EFEFEF;
background-color: #1D1D1F;
}

* html div#box_special {
overflow: hidden;
}

/* divs to list artists (used in many areas of teh stie)*/
div.artist {
border-bottom: 1px dotted #ddd;
clear: both;
margin-bottom: 2px;
}

div.artist img {
float: left;
margin-right: 8px;
margin-bottom: 8px;
}

/* divs for thumbnails (gallery, favorites etc. */

/* thumbs holder */
div#thumbnails_box {
margin-bottom: 6px;
margin-right: -7px;/* annulla box padding*/
}

div.thumb_box {
position: relative; 
width: 74px; 
height: 74px;
overflow: hidden; /* make images square */
background-color: #666;
float: left; 
margin-bottom: 7px;
margin-right: 7px;
}

div.thumb_box img {
width: 74px;
height: 74px;
}

div.thumb_box_small {
position: relative; 
width: 45px; 
height: 45px;
float: left; 
margin-top: 3px;
margin-right: 3px;
}

div.thumb_box_small img {
width: 45px;
height: 45px;
}

/* error handling */

div#errors * {
color: #fff;
}

div#errors {
background-color: #D52401;
margin-top: 7px;
margin-bottom: 7px;
padding: 7px;
border: 0px solid red;
}

div#errors h1 {
background-color: transparent;
margin-bottom: 7px;
padding: 0;
}

div#errors ul {
padding-left: 0;
margin-left: 0;
list-type-position: inside;
}

div#success * {
color: #fff;
}

div#success {
background-color: #45BF03;
margin-top: 7px;
margin-bottom: 7px;
padding: 7px;
}

div#success h1 {
background-color: transparent;
margin-bottom: 7px;
padding: 0;
}

div#success ul {
padding-left: 0;
margin-left: 0;
list-type-position: inside;
}

/* //////////////////////// NAVIGATION ////////////////////////*/

/* public area nav */
div#nav table {
width: 930px;
border: 0;
margin: 0;
padding: 0;
border-right: 5px solid #fff;
border-left: 3px solid #fff;
}

div#nav td {/* spazio tra tasti */
border-top: 5px solid #fff;
border-right: 0;
border-bottom: 5px solid #fff;
border-left: 2px solid #fff;
padding: 4px 0 0 5px;
}

div#nav a {
color: #000; /* DTR hide */
}


a#nav_link_regular,
a#nav_link_special {
background-color: #000;
color: #000; /* DTR hide */
font-size: 1px; /* just in case... */
}

/* text nav */

div#text_nav_container {
margin-top: 0;
margin-bottom: 9px;
border: 0px solid red;
height: 0.01%; /* obviously, IE disappearing text (peekaboo bug) */
background-color: #000;
}

p#text_nav {
margin: 0;
padding: 1px 0 5px 5px;
}

p#text_nav img {
position: relative;
vertical-align: bottom;
bottom: -3px;
}

p#text_nav a {
color: #000; /* DTR hide */
font-size: 1px; /* just in case... */
}

/* le linee che dividono i link */
p#text_nav * {
color: #666769;
}

/* sub text nav (members, add image etc...) */

p#sub_nav {
background-color: #808183;
margin: 0;
padding: 2px 0 4px 3px;
color: #fff;
}

p#sub_nav a {
text-transform: lowercase;
text-decoration: none;
font-size: 12px;
font-weight: bold;
font-family: "Arial Narrow";
color: #DFDFE0;
}



