@charset "utf-8";

* {
	margin: 0;	
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	letter-spacing: -0.1ex;
	margin: 1em 0 0;
}

p {
	font-size: 10pt;
}

body{
	background-color:#8b8e8d;
	background-image: url(images/body-back.png);
	font-family: "HelveticaNeueLT Std", Helvetica, Verdana, Arial, sans-serif;
}

img{
	display: block;
}

#wrap {
	width:794px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#main { 
	width: 794px;
	background-image: url(images/rep_playlist.jpg);
	background-repeat: repeat-y;
}

#content{
	background-repeat: no-repeat;
	background-image: url(images/background.jpg);
	margin: 0;
	padding-left:120px; 
	padding-top:20px;
	padding-right:20px;
}

#pageTitle {
	width: 80px;
	height: 310px;
	float: left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;	
	top: 0;
	left: 0;
}

#sizer {
	height: 455px;
	width: 1px;
	border: none;
	float: right;
	padding: 0;
	margin: 0;
	z-index: 0;
}

.terminator {
	height: 1px;
	clear: both;
	padding: 0;
	margin: 0;
	border: none;
}

#content_foto{
	margin-left:130px; 
	margin-top:30px;
}

#content_film{
	text-align: center;
}

#content_film object{
	margin: 1em;
}

#bottom{
	clear: both;
	width: 794px;
	height: 193px;
	background-image: url(images/bottom.jpg) ;	
}

#playlist{
	overflow: auto; 
}

#playlist {
	padding-bottom: 2em;
	position: relative;
	left: -10px;
}

#playlistYear,
#playlistMonth {
	color: #333;
	font-weight: bold;
	text-align: left;
	cursor: default;
}

#playlistMonth {
	margin-bottom: 1.5em;
}

#playlistYear a,
#playlistMonth a {
	letter-spacing: -0.1ex;
	text-decoration: none;
	color: #333;
	outline: none;
}

#playlistYear a {
	font-size: 24pt;
}

#playlistMonth a {
	font-size: 9pt;
}

#playlist a,
#playlistYear a.selected,
#playlistYear a:hover,
#playlistMonth a.selected,
#playlistMonth a:hover {
	color: #304a98;
}

#playlist div.item,
#playlist div.controls {
	margin: 5px 1em 1em 0px;
	padding: 5px ;
}

#playlist div.item {
	width: 300px;
	float: left;
}

#playlist div.controls {
	clear: both;
}

#playlist div.even {
	clear: left;
}

#playlist div.item img.thumbnail {
	float: left;
	margin: 0 1em 1em 0;
}

#playlist div.item h5 {
	color: #333;
	font-size: 15pt;
	font-weight: normal;
	margin: 0 0 0.5em;
}

#playlist div.item p.description {
	font-size: 9pt;
	margin: 1em 0;
}

#playlist div.item p.date {
	font-size: 14pt;
	font-weight: bold;
	color: #333;
	padding: 0;
	margin: 0 0 -0.2em;
}

#playlist div.item p.time {
	font-size: 16pt;
	font-weight: bold;
	color: #333;
	padding: 0;
	margin: 0 0 0.5em;
}

#playlist div.item p.place,
#playlist div.item p.link {
	font-size: 8pt;
}

#playlist div.item p.place {
	font-style: italic;
	margin: 0;
	color: #333;
}

#playlist hr {
	border: none;
	border-top: 1px solid #aaa;
	margin: 0.5em 0;
	clear: both;
}

#adminActions {
	font-size: 9pt;
	text-align: right;
}
#adminActions a {
	color: #33a;
}

#adminSection {
	margin: 3em 0;
}

p.errorMessage {
	color: #c20;
	font-weight: bold;
	margin: 3em 0 1em;
}

div.buttons {
	padding: 25px 0 0 81px;
}

div.buttons a, 
div.buttons span.submenu {
	letter-spacing: -0.1ex;
	text-decoration: none; 
	color: #333; 
	font-size: 15pt; 
	font-weight: bold; 
	padding: 0 1.25em 0 0;
}

div.buttons a:hover,
div.buttons a.selected,
div.buttons span.submenus a:hover,
div.buttons span.submenus a.selected,
div.buttons span.submenu {
	color: #33499C;
}

div.buttons span.submenus {
	color: #333; 
}

div.buttons span.submenus a {
	padding: 0; 
}

div.links,
div.contact {
	font-size: 10pt;
	margin: 0 0 1em 1em;	
}

div.quote {
	background-image: url(images/quote-2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 1em;
	margin: 1em;
	font-style: italic;
}

#editScreen {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-color: #000;
	z-index: 10;
}

#editBox {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 20;
}

#editBox #box {
	width: 700px;
	margin: 100px auto 0;
	background-color: white;
	border: 10px solid #333;
	padding: 10px; 
}

#dialog label {
	display: block; 
}

#dialog p {
	margin: 0 0 1em;
}

#dialog p.controls {
	text-align: right;
}

.editable:hover {
	cursor: pointer;
	background-color: white !important;
	background-image: none !important;
}
