/**************************************************************
   Visit FullAhead.org and studio7designs.com for more layouts and downloads for this template!
 **************************************************************/
 
/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/

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

  font-size: 10px;
  text-transform: uppercase;

  color: #CFD9DB;
  background: #FFF url(/images/bg/topbar.gif) repeat-x bottom left;
}

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

#header {
	clear: both;
	position: relative;
	height: 10px;
	margin: 0 auto;
	/*background: #48525B url(../images/bg/header.gif) repeat-x bottom left;
	border-bottom: 2px solid #48525B;
	background-color: #48525B;*/
	background: #000000 url(/images/bg/header.gif) repeat-x bottom left;
	border-bottom: 2px solid #000000;
	/*background-color: #000000;*/
}


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

#header ul {
  margin: 9px 12px 0 0 !important;
  margin: 9px 6px 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 13px arial, sans-serif;
  letter-spacing: 2px;
  line-height: 10px !important;
  line-height: 12px;

  /*color: #cccccc;*/
  color: #FFFFFF;
  /*border-right: 1px solid #4D5760;*/
  border-right: 1px solid #000000;
}

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

#header ul li a:hover {
  /*color: #3B5D77;*/
  color: #FFCB39;
}

/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 90px;
  background: url(/images/bg/header_image.jpg) no-repeat top left;
}

/**************************************************************
   Top Block Menu
 **************************************************************/

#menu {
  margin: 0 auto;
}

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

  text-align: left;
  /*background: #3B5D77 url(../images/bg/menu.gif) repeat-x top left;*/
  /*background: #000000 url(../images/bg/menu.gif) repeat-x top left;*/
}

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

#menu ul li a {
  float: left;
  width: 25%;
  /*height: 4.5em;*/

  font: 400 14px arial, sans-serif;
  letter-spacing: 2px;

  color: #fff;

  /*border-top: 7px solid #41637D;*/
  border-top: 2px solid #000000;
  /*border-bottom: 15px solid #FFF;*/
  border-bottom: 2px solid #000;
  
  background-color: #EC4518;
}

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


#menu ul li a span.desc {
  font-size: 10px;
  /*color: #8C8D94;*/
  color: #FFCB39;
}


#menu ul li a:hover,
#menu ul li a.here {
  /*background: #4A5C6A;
  border-top: 7px solid #455660;*/
  background: #FFCB39;
  border-top: 2px solid #000000;
  /**/
  color: #000000;
}

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

/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 60px;
  text-align: left;
  /**/
  margin-top: 15px;
  
  text-align: center;
}

#columns {
  margin: 0 auto;
  text-align: left;
}


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

.widthPad {
  width: 746px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}


/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 50px;
  margin-top: -60px;
}

#footer #bg {
  position: relative;
  height: 61px;
  margin: 0 auto;
  background: #49525B url(/images/bg/header.gif) repeat-x bottom left;
  border-top: 2px solid #000000;
}

#footer #bg ul {
  float: right;
  margin: 35px 12px 0 0 !important;
  margin: 35px 6px 0 0;
  padding: 0;
}

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

#footer #bg ul li a, #footer #bg ul li span {
  float: left;
  padding: 0 12px;

  font: 400 12px arial, sans-serif;
  letter-spacing: 2px;
  line-height: 10px !important;
  line-height: 12px;

  /*color: #4D5760;
  border-right: 1px solid #4D5760;*/
  
  color: #FFFFFF;
  border-right: 1px solid #000000;
}

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

#footer #bg ul li a:hover {
  /*color: #6C0;*/
  color: #FFCB39;
}

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


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

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

  margin-bottom: 15px;

  /*border-bottom: 1px solid #CCCCCC;*/
  border-bottom: 1px solid #FFCB39;

}

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

  font-size: 12px;
  font-weight: bold;
  /*color: #586B7A;*/
  color: #ec4b1a;
}

.news p {
  margin: 0 0 0 95px;
  padding:  0 0 2px 10px;
  /*border-left: 1px solid #CCCCCC;*/
  border-left: 1px solid #FFCB39;
  height: 16px;
}

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

  width: 94px;
  text-align: left;
  height: 16px;
}

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

  margin-bottom: 18px;

  /*border-bottom: 1px solid #CCCCCC;*/
  border-bottom: 1px solid #FFCB39;

}

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

  width: 30px;
  text-align: right;
}

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

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

.post .ora {
  display: block;
  margin-top: 5px;
  font: 700 10px arial, sans-serif;
  color: #888;
}

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

  font-size: 14px;
  font-weight: bold;
  /*color: #586B7A;*/
  color: #ec4b1a;
}

.post p {
  margin: 0 0 0 36px;
  padding:  0 0 12px 14px;
  /*border-left: 1px solid #CCCCCC;*/
  border-left: 1px solid #FFCB39;
}



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

#leftmenu ul li {
  list-style-image: none;
  height:40px;
}

#leftmenu img.credits {
  margin-top: 17px;
}

ul.thumbs,
ul.thumbs li {
  margin: 0;
  /*margin-left: -285px;*/
  padding: 0;
  list-style: none;
}

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

a.thumb img {
  margin-bottom: 10px;
  /*border: 5px solid #ccc;*/
  /*border: 5px solid #FFCB39;*/
  width:168px;
  height:30px;
}

a:hover.thumb img {
  /*background: #8EB4C6;*/
  /*border: 5px solid #668FA3;*/
  /*border: 5px solid #ec4b1a;*/
  background-color: #FFFFFF;
}

a:hover.thumb {
  /*background: none;*/
  background-color: #FFFFFF;
}

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

/**************************************************************
   Generic Display 
 **************************************************************/


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

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #FFF6CB;
}

.dark {
  color: #353E47;
}

#home, #squadra, #calendario, #classifica {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

#home, #home a {
	background-image: url(/images/thumbs/home.jpg);
}
#squadra, #squadra a {
	background-image: url(/images/thumbs/squadra.jpg);
}
#calendario, #calendario a {
	background-image: url(/images/thumbs/calendario.jpg);
}
#classifica, #classifica a {
	background-image: url(/images/thumbs/classifica.jpg);
}

#home, #home a, #squadra, #squadra a, #calendario, #calendario a, #classifica, #classifica a {
	/*margin-bottom: 1px;*/
	width: 194px;
	height: 19px;
	display: block;
	float: left;
	}
#home a, #squadra a, #calendario a, #classifica a {
	/*background-position: 0 -38px;*/
	/*visibility: hidden;*/
	}
	
.PrevNext {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 18px;
  
  /*height: 165px;*/
  
  /*background-image: url(../images/thumbs/bg_prox_next.gif);*/

}

.header_calendario {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 14px;
  text-transform: lowercase;
  /*color: #FC0;*/
  color: #F06045;
  border-bottom: 1px solid #AAA;    
}

.calendario_a {
	display: block;
	width: 150px;
	float: left;
	/*margin-bottom: 4px;*/
	/*border: 1px solid;*/
	font-size:12px;
	/*margin-left: 2em;*/
}

.calendario_b {
	display: block;
	width: 150px;
	float: left;
	/*margin-bottom: 4px;*/
	/*border: 1px solid;*/
	font-size:12px;
}

.calendario_c {
	display: block;
	width: 70px;
	float: left;
	/*margin-bottom: 4px;*/
	/*border: 1px solid;*/
	font-size:12px;
	text-align: center;
}

.calendario_d {
	display: block;
	width: 50px;
	float: left;
	/*margin-bottom: 4px;*/
	/*border: 1px solid;*/
	font-size:12px;
	text-align: center;
}

.contenitore_calendario {
	margin-left:18px;
	/*border-top: 1px solid;*/
}

/*.contenitore_calendario_nm {
	margin-left:18px;
}*/

.dati_classifica {
	display: block;
	width: 38px;
	float: left;
	margin-bottom: 2px;
	/*border: 1px solid;*/
	font-size:12px;
	text-align: center;
}

.clear_classifica {
	clear: left;
}