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

/* Reset style - Eric Meyer */

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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

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

body {
	margin: 0; padding: 0;
	font-family: "Helvetica (TT)", Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background: #000 url('/images/preloader.gif') no-repeat center 350px;
}

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

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

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

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


#header {
	background: transparent url('/images/bg-gallery-header.png');
	width: 960px;
	margin: 0 auto;
	height: 84px;
	position: relative;
}

#header #logo {
	display: block;
	float: left;
}

#header #selection {
	position: absolute;
	width: 200px;
	left: 230px;
	padding: 10px 0 0;
	/*background: transparent url('/images/bg-gallery-header.png');*/
}

#header #selection p {
	padding-top: 22px;
	color: #afafaf;
	font-size: 1.2em;
}

#header #selection p.back {
	padding: 0;
	font-size: 1.1em;
}

#header #selection p.back a {
	text-decoration: none;
	color: #fff;
}

#header #selection p.active {
	padding-top: 30px;
	background: transparent url('/images/ico-arrow-gallery.png') no-repeat 100% 95%;
}

#header #selection p.active a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 1.0909em;
	cursor: pointer;
}

#header #selection ul {
	/*display: none;*/
	/*width: 230px;*/
	/*background: transparent url('/images/bg-gallery-header.png');*/
	font-size: .9em;
}

#header #selection ul li {
	margin: 0 0 2px;
}

#header #selection ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0 0 0 12px;
}

#header #selection ul li a.active {
	color: #cc9900;
	background: transparent url('/images/bg-gallery-item-active.png') no-repeat left 50%;
}



/*#header #gallery {
	float: left;
	padding: 10px 15px;
}*/

#header #gallery {
	right: 0;
	padding: 10px 15px;
	position: absolute;
}

#wrapper {
	width: 430px;
	height: 63px;
	padding: 0 20px;
}

#btn_prev, #btn_next,
#btn_prev_img, #btn_next_img {
	position: absolute;
	cursor: pointer;
	visibility: hidden;
}

#gallery-container {
	overflow: hidden;
	position: relative;
	width: 430px; height: 63px;
	z-index: 2;
}

#header #gallery ul {
	position: relative;
	top: 0; left: 0;
	height: 63px;
	z-index: 1;
}

#header #gallery ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px 0;
	width: 100px;
}

#header #gallery ul li a {
	display: block;
}

#header #gallery ul li.current {
	padding: 0;
	border: 1px solid #fff;
}

#header #gallery ul li img {
	display: block;
}

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

/* ------ 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;
}

.bg { z-index: -10; }

#nav-container {
	position: absolute;
	width: 100%;
}

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

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

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

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

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

.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ------- */
