/* CSS Document */

#rightside {
width: 20%;
position: relative;
/* float it to the left of the text */
float: right;
background: transparent;
margin-right: 30px;
}

#leftside a{
text-decoration:none;
}

#content {
background: transparent;
font-family: verdana;
font-size:13px;
float: left;
padding-left: 35px;
position: relative;
width: 70%;
color: #000000;
}

#content a{
color: #9494c0;
text-decoration: none;
}

#content a:hover{
text-decoration: none;
background-color: #47475f;
color: #9494c0;
font-weight:bold;
}

#footer {
text-align:center;
font-family: Verdana, Arial;
font-size:10px;
color: #000000;
}

#footer a{
text-decoration:none;
color: #9494c0;
font-weight:bold;
}

body {
background-color:#000000;
font-family: Verdana, Arial;
font-size: 11px;
color: #000000;
text-align:justify;
}

body a{
color: #9494c0;
text-decoration: none;
}

h1{
background : url(immagini/h1.jpg);
background-position : left center;
background-repeat : no-repeat;
color : #000000;
height : 35px;
padding-top : 5px;
margin-bottom : 15px;
padding-left : 10px;
font-size :17px;
font-family:Verdana;
font-style:normal;
font-variant:small-caps;
}

h2{
	background: transparent;
	border-bottom: 2px solid #000000;
	color: #3e4352;
	display: block;
	font-family: Verdana;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold ;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
}

h3{
	background: transparent;
	border-bottom: 2px dotted #646c83;
	color: #646c83;
	display: block;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
}


.urbangreymenu{
width: 150px; /*width of menu*/
}

.urbangreymenu .headerbar{
text-align:center;
font: bold 13px Verdana;
color: white;
background: #4c505c;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 0;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}


.codesort img { 
border: 5px #47475f solid;
background-color: #47475f;
margin: 3px;
}

.codesort img:hover {
	border: 5px solid #9494c0;
	background-color: #9494c0;
}

.imge { 
border: 5px #47475f solid;
background-color: #47475f;
margin: 3px;
}

.imge:hover {
	border: 5px solid #9494c0;
	background-color: #9494c0;
}



blockquote{
font-family: Verdana;
font-size: 9pt;
color: #000000;
border: 2px solid #000000;
}  

.stat {
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 7px;
}
