/*
03/09/2009
Baglioni - screen stylesheet
author: Alessandro Chinazzo
*/

body {
	background: #fff url('/images/bg-striped.png') repeat-x 0 0;
}

/* ------ Layout ------ */

#footer {
	color: #777;
	background-color: #f3f3f3;
}

/* -------------------- */

/* ------ Header ------ */

#header #panel {
	display: none;
	width: 864px;
	padding: 16px 100px 12px 16px;
	position: absolute;
	bottom: 45px;
	background: transparent url('/images/bg-hp-panel.png');
	background: rgba(255, 255, 255, 0.75) none;
	/*background: transparent url('/images/bg-hp-panel_b.png');
	background: rgba(0, 0, 0, 0.6) none;*/
}

#header #panel a {
	text-decoration: none;
}

#header #panel #panel-close {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}

#header #panel h4 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 .5em;
}

#header #panel h4 a {
	color: #34332f;
	color: #000;
}

#header #panel p {
	font-size: 1.3em !important;
	line-height: 1.6em;
}

#header #panel p a {
	color: #34332e;
	color: #000;
}

/* -------------------- */

/* ------ Content ------ */

#content h1,
#content h2 {
	color: #504f48;
}

.focus-row {
	margin-bottom: 10px;
}

#content .item-focus {
	float: left;
	width: 225px;
	margin: 0 26px 0 0;
}

#content .item-focus img {
	float: left;
	margin-right: 8px;
}

#content .item-focus h3 {
	font-size: 1.4em;
	margin: 0 0 .4em;
}

#content .item-focus h3 a {
	color: #864602;
	text-decoration: none;
}

#content .item-focus p {
	font-size: 1.1em;
	color: #4f4f4f;
	line-height: 1.1em;
	margin: 0;
}

/* -------------------- */

/* ------ Footer ------ */

#footer .credits a {
	color: #777;
}

/* ------------------- */

/* ------ Utils ------ */



/* ------- */

