@charset "UTF-8";
/* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: transparent;font:normal 12px Arial, Helvetica, sans-serif;line-height:16px;color:#000;z-index:1}
body {line-height: 1}
ol,ul {list-style: none}
blockquote,q {quotes: none}

/* remember to define focus styles! */
:focus {outline: 0}

/* remember to highlight inserts somehow! */
ins {text-decoration: none}
del {text-decoration: line-through}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0}

/*div{overflow:hidden}*/
b,strong{font-weight:bold}
i{font-style:italic}
br.clear{display:block;margin:0;padding:0;border:none;font-size:1px;height:0;line-height:0;overflow:hidden;clear:both}
p{color:#000}
html,body{background: #fff url(../pics/mainBackground.jpg) 0 0 no-repeat}

body
{
	background-image:url(../pics/mainBackground.jpg);
	background-repeat:no-repeat;
}

/* UTILS */

br.clear{display:block;margin:0;padding:0;border:none;font-size:1px;height:0;line-height:0;overflow:hidden;clear:both}

/* BOXES */

div#mainContainer
{
	clear:both;
	position:relative;
	top:160px;
	width:960px;
}

div#menu
{
	width:250px;
	float:left;
}

div#contents
{
	width:670px;
	float:right;
}

div.content
{
	clear:both;
	margin-bottom:10px;
}

div.playerContainer
{
	float:left;
}

div.player
{
	clear:both;
	float:left;
	border:2px solid #000;
	border-top-width:0px;
	
	
	margin-bottom:10px;
}

div#footer
{
	margin:20px 0px 20px 0px;
		
	width:670px;
	float:right;
	background-color:#FFF;
	border: 1px solid #e6e9eb;
}

div#utilsBar
{
	position:absolute;
	float:left;
	margin:8px 0px 0px 8px;
}

/* MENU */

a
{
	text-decoration:underline;
	color: #3c6792;
}

a:hover
{
	text-decoration:none;
	background-color:#e0eaf5;
}

a.readMore
{
	text-decoration:underline;
	color: #99280e;
}

a.readMore:hover
{
	text-decoration:none;
	background-color:#e5c9c3;
}

a.button
{
	margin-right:5px;
	font-size:9px;
	font-weight:bold;
	background-color:#99280e;
	color:#FFF;
	padding:2px;
	text-decoration:none;
}

a.button:Hover
{
	background-color:#b76856;
}

a.voceMenu
{
	display:block;
	float:right;
	width:120px;
	padding:5px;
	margin-bottom:1px;
	clear:both;
	
	font-size:12px;
	color:#000;
	
	text-decoration:none;
	text-align:right;
}

a.voceMenu:hover
{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	
	background-color:#3c6792;
	color:#FFF;
	text-decoration:none;
}

a.voceMenuSelected
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
	display:block;
	float:right;
	width:120px;
	padding:5px;
	margin-bottom:1px;
	clear:both;
	
	font-size:12px;
	color:#000;
	
	background-color:#3c6792;
	color:#FFF;
	text-decoration:none;
	
	text-align:right;
}

a.voceMenuSelected:hover
{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	
	background-color:#3c6792;
	color:#FFF;
	text-decoration:none;
}

a.footer
{
	font-size:10px;
	color:#3c6792;
	text-decoration: underline;
}

a.footer:hover
{
	text-decoration: none;
	background-color:#e0eaf5;
}



/* TITLES AND COLORS */
.mainTitle 	{ font-weight:bold; color:#99280e; font-size:16px; }
.subTitle	{ font-weight:bold; color:#3c6792; font-size:12px; }

img.simpleLeft { border:none; float:left; }
img.simpleRight { border:none; float:right; }

img { border:2px solid #000; float:left; margin:0px 15px 10px 0px; }
img.right { border:2px solid #000; float:right; margin:0px 0px 10px 15px; }

img.ico { border:none; float:left; }

img.white { border:2px solid #FFF; float:left; }

img.album { border:2px solid #000; margin:0px 15px 0px 0px; }

.miniText { font-size:9px; color:#333 }

p.footer { font-size:10px; color:#3c6792; padding:1px 5px 1px 5px; }