 
/**************************************************************
   Tutta la pagina [escluso il footer]
 **************************************************************/

#Box {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background-color: transparent;
}


/**************************************************************
   Menų in alto piccolo
 **************************************************************/

#topbar {
  float: left;
  width: 100%;
  padding: 0.6em 0;

  font-size: 0.9em;
  text-transform: uppercase;

  color: #CFD9DB;
  background-color:#ff0000;
  /* background: #FFF url(../img/provvisoria.gif) repeat-x bottom left; */
}


/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 2em;
	margin: 0 auto;
	background-color: #000000;
	border-bottom: 0px;
	padding-bottom:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;	
}


#header img {
  position: absolute;
  top: 5%;
  left: 10px;
}

#header ul {
  margin: 1.0em 1em 0 0 !important;
  margin: 1.0em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;

  font: 400 0.8em arial, sans-serif;
  font-weight:bold;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  text-decoration:none;

  color: #657596;
  border-right: 1px solid #101115;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #ffffff;
  text-decoration:none;
}


/**************************************************************
   Immagine dell'intestazione (volendo potrebbe anche essere un file in Flash, pensiamoci!)
 **************************************************************/

#IntestazioneImg {
  margin: 0 auto;
  height: 200px;
  background: url(../img/bg_head_onyricon.jpg) no-repeat top left;
}


/**************************************************************
   Corpo della pagina
 **************************************************************/
 
.CorpoPag {
    width: 776px;
}

/**************************************************************
   Colonne (raggruppa gli stili che erano spezzettati e converte le percentuali in pixel)
 **************************************************************/

.colSx {
  width: 500px;
  float: left;
  margin-bottom: 30px;
  margin-left: 10px;
}

.colDx {
  width: 200px;
  float: right;
  text-align: left;
  padding-left: 15px;
  padding-right: 0px;
  color: #eeeeee;
}

.colDx p {
  font-size:10px;
}


.colDx a {
	color: #88B7D5;
	text-decoration:none;  
}

.colDx a:hover {
	color: #ffffff;
	text-decoration:none;  
}


.BoxinoConDxGrigio {
	color: #FFFFFF;
	background-color: #3C3C3C;
	padding: 5px;
	margin: 0px;
	line-height: 11px;
}

.BoxinoConDxNero {
	color: #FFFFFF;
	background-color: #202020;
	padding: 5px;
	margin: 0px;
	line-height: 11px;
	font-size: 10px;
	text-align:center;
}

.BoxinoConDxGrigio p, .BoxinoConDxNero p{
	color: #eeeeee;
}




/**************************************************************
   Manų principale [QUELLO GROSSO, ndr]
 **************************************************************/

#menu {
  margin: 0 auto;
  text-align: centre;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;

  text-align: centre;
  background: #101115 url(../img/bg_menu_onyricon.gif) repeat-x top left;
  /*   --- Occhio a questo sfondino che non corrisponde!!!---    */
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: centre;
}

#menu ul li a {
  float: left;
  width: 14%;
  height: 1.6em;
  text-align: centre !important;
  text-decoration: none;

  font: 400 1.1em arial, sans-serif;
  font-weight:bold;
  letter-spacing: 0.1em;
  
  background-color: #101115;
  color: #fff;

  border-top: 0px solid #000;
  border-bottom: 5px solid #000000;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #8C8D94;
}


#menu ul li a:hover,
#menu ul li a.here {
  background: #101115;
  border-top: 0px;
  border-bottom: 5px solid #5C5C5C;
  color: #9DB9EB;
  text-decoration: none;
  font-weight:bold;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #FFF;
}



/**************************************************************
   Top menu icons - eventualmente da cassare ma alla  fine!!!!
 **************************************************************/

#menu ul li a span.speaker {
  padding-left: 22px;
  background: url(../images/icons/speaker.gif) no-repeat 5px 50%;
}

#menu ul li a:hover span.speaker {
  background: url(../images/icons/speaker_on.gif) no-repeat 5px 50%;
}

#menu ul li a span.bubble {
  padding-left: 24px;
  background: url(../images/icons/bubble.gif) no-repeat 4px 4px;
}

#menu ul li a:hover span.bubble {
  background: url(../images/icons/bubble_on.gif) no-repeat 4px 4px;
}

#menu ul li a span.heart {
  padding-left: 20px;
  background: url(../images/icons/heart.gif) no-repeat 3px 50%;
}

#menu ul li a:hover span.heart {
  background: url(../images/icons/heart_on.gif) no-repeat 3px 50%;
}


#menu ul li a span.dollar {
  padding-left: 20px;
  background: url(../images/icons/dollar.gif) no-repeat 4px 50%;
}

#menu ul li a:hover span.dollar {
  background: url(../images/icons/dollar_on.gif) no-repeat 4px 50%;
}


/**************************************************************
   Contenuto del Testo del corpo della pagina
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}

#columns {
  margin: 0 auto;
}


/* Colonna sx e dx */
.widthSx {
  width: 510px;
}

.widthDx {
  width: 220px;
}

/* Column widths */
.width {
  width: 776px;
}

.widthPad {
  width: 746px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}



/**************************************************************
   Footer o pič di pagina
 **************************************************************/

#footer {
	clear: both;
	float: left;
	width: 100%;
	height: 6em;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

#footer #bg {
  position: relative;
  height: 6em;
  margin: 0 auto;
  background: #000000 url(../xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.gif) repeat-x bottom left;
}

#footer #bg ul {
  float: right;
  margin: 2em 1em 0 0 !important;
  margin: 2em 0.5em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
	float: left;
	padding: 0 1em;
	line-height: 0.8em !important;
	line-height: 1em;
	color: #ddd;
	border-right: 1px solid #101115;
	text-decoration: none;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #555555;
  text-decoration: underline;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}



/**************************************************************
   Icons specific to the colour theme
 **************************************************************/

a.lightTheme img,
a.darkTheme img,
a.submitButton img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

a.lightTheme img {
  background: url(../images/icons/light_light_theme.gif) no-repeat center center;
}

a.darkTheme img {
  background: url(../images/icons/light_dark_theme.gif) no-repeat center center;
}

a.submitButton img {
  background: url(../images/icons/light_submit.gif) no-repeat center center;
}


/**************************************************************
   Posts
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}



/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
}

ul.thumbs li {
  margin: 0 0 15px 0 !important;
  margin: 0;
  padding: 0px;
  list-style: none;
}

a.thumb img {
  
  border: 5px solid #ccc;
}

a:hover.thumb img {
  background: #8EB4C6;
  border: 5px solid #000;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}



/**************************************************************
   Sottomenų delle colonne
 **************************************************************/

ul.SottMenuBand,
ul.SottMenuB {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.SottMenuBand li,
ul.SottMenuB li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(foo.gif); /* because IE is balls */
}

ul.SottMenuBand li a,
ul.SottMenuB li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.SottMenuBand li a {
  color: #fff;
  background: #000 url(../images/bg/SottMenuBand.gif) no-repeat 5px 50%;
}

h1.SottMenuBand {
  color: #eeeeee;
}

ul.SottMenuBand a:hover {
  color: #9CB8EA;
  background: #5C5C5C url(../images/bg/SottMenuBand.gif) no-repeat 5px 50%;
  text-decoration: none;
  font-weight: bold;
}

ul.SottMenuB li a {
  color: #426F85;
  background: url(../images/bg/SottMenuB.gif) no-repeat 3px 50%;
  font-weight: bold !important;
}

ul.SottMenuB a:hover {
  color: #fff;
  background: #323B4C url(../images/bg/SottMenuB.gif) no-repeat 3px 50%;
}


/**************************************************************
   Zone specifiche 
 **************************************************************/

.Equipaggiamento {
	font-size: 0.8em;
	color: #eee;
	text-align:left;
	padding: 20px;
	background-color: #ffffff;
	margin-bottom: 20px;
	background-image: url(http://www.onyricon.it/img/bg_equipaggiamento.jpg);
	background-repeat: no-repeat;
}

.Equipaggiamento h2 {
  color: #9DB9EB;
}

/**************************************************************
   Roba aggiuntiva
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignCentre {
  text-align: centre;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #E9EAEB;
}

.dark {
  color: #353E47;
}

.darkColDx {
	color: #6A6A6A;
}


.light {
	color: #9CB8EA;
	font-weight: bold;
	font-style: italic;
}
