@import "menus.css";

a { text-decoration: none; outline: none; }
:focus { -moz-outline-style: none; }
::selection { background: #0B455D; color: #fff; }
::-moz-selection { background: #0B455D; color: #fff; }

a {
	text-decoration: underline;
	color:#fff;
}

#contents a:hover {
	color: #2E1605;
	text-decoration: none;
}

em {line-height:22px}
h1 {font-size: 18px;}
h2 {font-size: 14px;}
h3, h4, h5 {font-size: 12px;}

li {list-style:none;}

body {
	margin: 10px 0 20px 0; 
	text-align: center;
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eed8d3;
}

#container {
	margin: 0 auto 0 auto;
	width: 812px;
	text-align: left;
}

#logo {
	float: left;
	border: 0;
	background:url(graphics/capriccio.gif) no-repeat center;
	width: 815px;
	height: 59px;
}
	#logo span {
		display: none; 
	}	
	
#lang {
	margin: 25px 10px 0px 20px;
	float: right;
	font-size: 10px;
	font-weight: bold;
}

#top {
	clear: both;
	height: 22px;
	background-image: url(graphics/bgtop.jpg);
}

#contents {
	clear: both;
	background: #AF5512 url(graphics/cadre1.jpg) no-repeat 15px 10px;
	border-right: solid #964910 4px;
	padding: 20px 20px 20px 20px; 
	font-size: 12px;
	margin: 0 auto 0 auto;
	height:100%;
}

#contents.disco, #contents.bio, #contents.concerts, 
#contents.prize, #contents.essays, #contents.contact, #contents.index {
	background: #AF5512 url(graphics/cadre2.jpg) no-repeat 15px 10px;
}

.essays h4  { margin-top: 60px; border-bottom: thin solid; padding-bottom: 5px;}

#bottom {
	height: 22px;
	background: url(graphics/bgbottom.jpg);
}

.left {
	float: left;
	text-align: center;
}

.right {
	float: right;
	text-align: center;
}

.prog li { text-align: center; }

.contact p {
	margin-bottom: 30px;
}

.photo {
	border: solid #4B2407 thin;
	margin: 20px 0 15px 0;
}
	
.right.photo { margin: 10px 0 10px 10px; }
.left.photo { margin: 10px 10px 10px 0; }

#contents ul {
	text-align: center;
	padding: 0; 
	margin: 0 auto 0 auto;
	font-size: 12px;
}

#contents ul ul {
	text-align: left;
	padding-bottom: 20px;
}

.essays {
	font-size:12px;
	}
	
.essays li {
	text-align: left;
	}
	
.article {
	margin-bottom: 40px;
}
	
.space {
	height: 50px;
}
.sep {
	background:url(graphics/sep.gif) no-repeat center;
	margin: 10px auto 10px auto;
	height:1em;
}

.clear { clear:both; }

.index .photo { margin-top: 10px; }
.prog .photo { margin-top: 80px;}

.photo#prize {
	margin: 10px 20px 10px 10px;
}

.mini {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border-bottom-style: none;
	width: 190px;
}

