/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #888888;
}

h1 {
	font-size: 18px;
}

h1 a {
	color: #999;
	text-decoration: none;
}
h1 a:hover {
	color: #CCC;
}


h2, h3 {
	font-size: 16px;
	margin-top: 0px;
}

h2 a {
	color: #999;
	text-decoration: none;
}

h2 a:hover {
	color: #CCC;
	text-decoration: none;
}


h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #ABABAB;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #787878;
}

img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

.decay,.decay-small {
	background: url('img/decay1.gif') no-repeat left center;
	color: #000;
	font: normal 1.5em impact, helvetica, verdana, arial, sans-serif;
	letter-spacing: 1px;
	padding: 0 0 12px 22px;
}
.decay-small {
	background: url('img/decay-small.gif') no-repeat left center;
	padding-top: 6px;
}

/* Facebook */

#facebook {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100;
	height: 100;
}

/* Header */

#header {
	background: #000000;
	width: 1200px;
	height: 120px;
	margin: 0px auto;
}

#header h1 {
	text-align: center;
	margin: 0px;
	padding-top: 40px;
	font-size: 32px;
}

#header h2 {
	margin: 0px;
	text-align: center;
	font-size: 11px;
}

#header a {
	text-decoration: none;
	color: #5C5C5C;
}

/* Post */

.latest-post {
	padding: 0 0 1em 0;
}

.latest-post h2 {
	margin-bottom: .5em;
	background-color: #232323;
	padding: 8px 10px 8px 10px;
	border: 1px solid #363636;
	text-transform: uppercase;
	font-size: 16px;
	color: #B6B6B6;
}

.post {
	padding: 2em 0 1em 0;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #664E8A;
}

.file * {
	color: #5B5B5B;
}

/** Forms */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 110px;
	background-color: #2A2A2A;
	border: 1px solid #363636;
	color: #FFFFFF;
}

/* Content */
#noCols {
	background: #000000;
	text-align: left;
}

#content {
	background: #000000;
	text-align: left;
	width: 1200px;
	margin: 70px auto;
	padding: 0px 0px 0px 0px;
}

#colOne {
	float: left;
	width: 160px;
}

#colOne p {
	margin-top: 10px;
}

#colOne h2{
	padding: 10px 10px 10px 10px;
	background-color: #232323;
	border: 1px solid #363636;
	font-size: 14px;
	text-transform: uppercase;
	color: #B6B6B6;
}

#colOne ul {
	margin: 0;
	padding-left: 15px;
	list-style: none;
	list-style-image: url(images/img1.gif);
}

#colOne li {
	margin-bottom: 1em;
	color: #B6B6B6;
}

#colOne li li {
	margin-bottom: 0;
	padding-left: 1em;
	line-height: 20px;
	background: url(images/img1.gif) no-repeat left center;
}

#colOne a {
	color: #888888;
}

#colOne a:hover {
	color: #B6B6B6;
}

#colTwo {
	float: left;
	width: 890px;
	margin: 0px;
	padding: 0px 15px;
	overflow-x:auto;
}

#colTwo p {
	padding: 0 1.5em 0 1.5em;
	line-height: 25px;
}

#colTwo h3{
	padding: 10px 10px 10px 10px;
	background-color: #232323;
	border: 1px solid #363636;
	text-transform: uppercase;
	color: #B6B6B6;
}

#colThree {
	float: left;
	width: 120px;
}


#colThree ul {
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
}

#colThree li {
	list-style: none;
	margin-bottom: 0.3em;
	color: #B6B6B6;
}

#colThree li a {
	color: #FF6600;
	line-height: 0.5em;
	text-decoration: none;
}


#colThree li li {
	margin-bottom: 0;
	padding-left: 1em;
	line-height: 20px;
	padding-left: 15px;
	background: url(images/img1.gif) no-repeat left center;
}

#colThree a {
	color: #888888;
}

#colThree a:hover {
	color: #B6B6B6;
}

#colThree h2{
	padding: 10px 10px 10px 10px;
	background-color: #232323;
	border: 1px solid #363636;
	font-size: 14px;
	text-transform: uppercase;
	color: #B6B6B6;
}

/* Footer */

#footer {
	width: 1200px;
	margin: 0px auto;
	padding: 15px 0px;
	border-top: #363636 1px solid;
	
}

#footer p {
	margin: 0px;
	text-align: center;
}

/* columns */

div.split3 div{
    float: left;
    width: 29%;
    width: 33%;
    width: 29%;
    padding: 0 2%
    }


div.split2 div{
    float: left;
    width: 45%;
    width: 49%;
    width: 45%;
    padding: 0 2%
    }

div.clearer{
    float: none; clear: left
    }

div.wide{
    clear: left; padding: 0 2%
    }



/* Table */

table { 
  border-collapse: collapse;
  border: none;
  font: normal 0.87em helvetica, verdana, arial, sans-serif;
  background-image: url(img/bg_acuity.gif);
  background-repeat: repeat;

border-spacing: 1px;
  }
caption {
  text-align: left;
  font: normal 1.3em helvetica, verdana, arial,  sans-serif;
  background: transparent;
  color: #FFFFFF;
  }
td, th {
  border: none;
  padding: .3em;
  color: #FFFFFF;
  border: 1px solid #2d3134;
  }
thead th, tfoot th {
  font: bold 1.0em helvetica, verdana, arial, sans-serif;
  border: none;
  text-align: left;
  background: #000000;
  color: #6E6E6E;
  padding-top:4px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #FF6600;
  }
tbody td a:hover {
  background: transparent;
  color: #6E6E6E;
  }
tbody th a {
  font: bold 0.87em helvetica, verdana, arial, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #9F9F9F;
  }
tbody th a:hover {
  background: transparent;
  color: #00FF0C;
  }

.odd {
  background: #000000;
  }
tbody tr:hover {
  background: #0E0E0E;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #0E0E0E;
  }

/* Main Menu */
ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  border-bottom: 1px solid #CCC;font-weight: bold;
  text-align: center;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 3px; 	font-size: 1.2em; }
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #FFF;color: #999}
ul#minitabs a#current{border-color: #F60;color:#06F}
ul#minitabs a:hover{border-color: #F60;color: #666}

/* FORM */

label {
	
	color: #cbc599;
	font-weight: bold;
}
textarea {
	font-size: 13px;
	border: none;
	margin-top: 2px;
	margin-bottom: 2px;
	/** remember to change image path **/
	background: url(none) no-repeat #3b3b3b;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	color: #ffffff;
}
input {
	font-size: 13px;
	border: none;
	margin-top: 2px;
	margin-bottom: 2px;
	/** remember to change image path **/
	background: url(none) no-repeat #3b3b3b;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	color: #ffffff;
}
select {
	font-size: 13px;
	border: none;
	margin-top: 2px;
	margin-bottom: 2px;
	/** remember to change image path **/
	background: url(none) no-repeat #3b3b3b;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	color: #ffffff;
}
select:hover {
	border: none;
	margin-top: 2px;
	margin-bottom: 2px;
	/** remember to change image path **/
	background: url(none) no-repeat #a8a8a8;
	color: #000000;
}

textarea:hover {
	border: none;
	margin-top: 2px;
	margin-bottom: 2px;
	/** remember to change image path **/
	background: url(none) no-repeat #a8a8a8;
	color: #000000;
}
input:hover {
	border: none;
	margin-top: 2px;
	margin-bottom: 2px;
	/** remember to change image path **/
	background: url(none) no-repeat #a8a8a8;
	color: #000000;
}


/* Menu Verticale */
#menu04v {
width:90%;
font: 70% Arial, Helvetica, sans-serif;
}
#menu04v ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu04v li {
font-size: 1.1em;
display: inline;
margin: 0;
padding: 0;
text-align: left;
}
#menu04v a:link, #menu04v a:visited {
display: block;
background-color: #232323;
color: #fff;
margin: 0;
padding: 0.3em 0.3em 0.3em 0.3em;
text-decoration: none;
border-bottom: 1px solid #000000;
border-left: 10px solid #a8a8a8;
}
#menu04v a:hover, #menu04v a:focus, #menu04v a:active{
background-color: #a8a8a8;
color: #000000;
border-bottom: 1px solid #000000;
border-left: 10px solid #3b3b3b;
}

/* Div affiancati */
div#center
{
    width:100%;
    text-align:center;
}

div#container{
    width:100%;
}

div#choose{
    float: left;
    width: 200px;
    padding-left: 25px;
}

div#view{
    float: left;
    width: 640px;
    border-bottom: solid 1px gray;
    padding-left: 15px;
}

div#element_title
{
    padding: 1em 1em 1em 1em;
    border-bottom: solid 1px gray;
    font-size: 20px;
    color: orange;
    text-align:left;

}

div#element_corpse
{
    font-size: 15px;
    color: white;
    text-align:left;
}






