* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
body {
	background: #330000 url(back_all.jpg) repeat-x top;
    margin: 0px; 
    padding: 0px; 
}

body, th, td, input, textarea {
	font-size: 12px;
	color: #666666;
}

#left1
{
width: 928px;
margin: 0 auto;
}


#contmain
{
width: 100%;
}

h1, h2, h3 {
	color: #44763E;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #867B1C;
}


h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 7px;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #867B1C;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #867B1C;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #867B1C;
}


/* Header */

#header {
	width: 750px;
	margin: 0 auto;
	height: 345px;
	border-bottom:2px solid black;
	position:relative;
	left:-5px;
}

#menuartisti {
	position:relative;
	top:40px;
	float: left;
	height: 50px;
	width: 1000px;
	text-shadow: 2px 2px 3px #fff;
}
#menu
{
	position:relative;
	left:130px;
	float:left;
	height:50px;
	width:750px;
	text-shadow: 2px 2px 3px #fff;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	width: 80px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	padding-top: 10px;
	font-weight: bold;
    text-align: center;
	color: #330000;
	background: none;
	border-bottom-right-radius:30px;	-moz-border-radius-bottomright:30px;
	border-bottom-left-radius:30px;	-moz-border-radius-bottomleft:30px;
}

#menu a:hover {
	background: #330000;
	color:white;
}
#menuartisti ul {
	margin: 0;
	margin-left:10px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menuartisti li {
	float: left;
}

#menuartisti a {
	display: block;
	float: left;
	height: 31px;
	width: 70px;
	margin:3px;
	text-decoration: none;
	font-size: 1em;
	padding-top: 10px;
	font-weight: bold;
    text-align: center;
}

#menuartisti a:hover {
	color:white;
	background: url(hover.png) no-repeat top center ;
}
/* Logo */

#logo {
	width: 1000px;
	height: 345px;
	margin: 0 auto;
	background: url(header.jpg) no-repeat ;
	text-align: right;
	position:relative;
	left:-120px;
	border:1px dotted #330000;
		-moz-border-radius-bottomleft: 55px;
	-webkit-border-bottom-left-radius: 55px;
	-moz-border-radius-bottomright: 55px;
	-webkit-border-bottom-right-radius: 55px;
}
#logo h1 {
	padding-top: 130px;
	padding-right: 20px;
	color: #330000;
	font-size: 35px;
	text-shadow: 2px 2px 3px #fff;
}

#logo h2 {
	padding-right: 20px;
	color: #330000;
	font-size: 20px;
	text-shadow: 2px 2px 3px #fff;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

#logo a {
	color: black;
}

/* Page */

#page {
	width: 768px;
	margin: 0 auto;
	background: #ffffff url(table_back.gif) repeat-x;
	border-top: none;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-bottom:1px solid #ffffff;
	-moz-border-radius-bottomleft: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
}

/* Content */

#content {
	float: left;
	width: 750px;
	padding-left: 10px;
	padding-top: 20px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 10px 30px 15px;
	text-align:justify;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	color: #867B1C;
}

.post .meta a {
	color: #867B1C;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}


/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
	width: 224px;
	padding: 0px 0px 0px 20px;
}

#sidebar2 {
  	width: 236px;
	padding: 20px 20px 0px 20px;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	background: url(title.gif) no-repeat left top;
	height: 35px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 14px;
}

#sidebar2 li ul {
	line-height: normal;
	margin-left: 20px;
}

#sidebar2 li li {
	padding: 5px;
	background: url(small.gif) no-repeat left;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}

#bottom
{
height: 30px;
}

/* Footer */
#footer
{
padding: 10px;
-moz-border-radius-bottomleft: 155px;
-webkit-border-bottom-left-radius: 155px;
-moz-border-radius-bottomright: 155px;
-webkit-border-bottom-right-radius: 155px;
background:url(header.jpg) bottom;
}
#footer p {
	text-align: center;
	font-size: 15px;
	color: white;
	text-shadow: 2px 2px 3px gray;
}
#footer a img
{
	border:none;
}
#nomeartista
{
	width:400px;
	margin-left:170px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 40px;
	font-weight:bold;
	text-align:center;
	color:gray;
	text-shadow: 2px 2px 3px gray;
}
#nomeartista:first-letter
{
	font-size:50px;
	color:#660000;
}
#artista
{
	margin:10px 10px ;
	width:520px;
	position:relative;
	left:100px;
	text-align:justify;
	font-size:15px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	border-right:1px dotted gray;
	border-left:1px dotted gray;
}
#gallery {
		padding: 5px;
		width: 570px;
		position:relative;
		left:85px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
.home
{
	padding:20px 20px 20px 20px;
}
#bibbia
{
	text-align:center;
	background:url("bibbia/bibbia.jpg") center center no-repeat;
	height:550px;
}
#bibbiainside
{
	text-align:center;
	padding:10px auto;
	height:300px;
	width:200px;
	position:relative;
	top:200px;
	left:190px;
	color:white;
	font-size:15px;
}
#gallery2 {
		width: 300px;
		position:relative;
}
#gallery2 ul { list-style: none; }
#gallery2 ul li { display: inline; }
#gallery2 ul img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
}
#gallery2 ul a:hover img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery2 ul a:hover { color: #fff; }
#posLeft
{
	float:left;
	position:relative;
	left:50px;
}
#posLeft h2
{
	color:#330000;
	font-size:20px;
}
#posRight
{
	float:right;
	position:relative;
	right:50px;
	margin-right:50px;
}
#posRight h2
{
	color:#330000;
	font-size:20px;
}
#infoartista
{
	text-align:center;
	border:1px dashed gray;
	width:400px;
	position:relative;
	left:50px;
	top:20px;
}
#menu a
{
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
}
#menu a:hover
{
	opacity:0.5;
}
#frame h2
{
	text-align:center;
	font-size:25px;
}
#frame p
{
	margin-left:10px;
	padding-right:10px;
	text-align:justify;
}
#critica
{
	border:1px solid #330000;
	padding:10px 10px 10px 10px;
}
#mostra
{
	padding:10px 10px 10px 10px;
	border:3px double #330000;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	opacity:0.3;
}
#mostra:hover
{
	opacity: 1;
}
#mostra h2
{
	text-decoration:underline;
}
#mostra table td
{
	padding:10px 10px 10px 10px;
	padding-right:50px;
}
#mostra p 
{
	padding-left:10px;
}
#mostra a
{
	padding-left:10px;
}
#spacer 
{
	line-color:white;
	height:10px;
	border:0;
}
#stat
{
	text-align:center;
	padding:0;
	margin:0;
}
button
{
	background-color:#330000;
	color:white;
	border:5px solid #330000;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	cursor:pointer;
}
#criticatesto
{
	display: none;
	border-left:1px dotted #330000;
	border-right:1px dotted #330000;
	padding:5px 5px 5px 5px; margin:0;
	font-size:15px;
}
