/* Global settings */
* {
    color: #000;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 16px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
    letter-spacing: 0.3px;
    line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
table,
td {
    border-spacing: 0;
    vertical-align: middle;
    border-collapse: collapse;
    text-align: center;
	width: 100%;
	height: 100%;
}
html {
	overflow-y: scroll;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}


/* Layout */
#container {
	width: 925px;
	margin: auto;
}
#header {
	height: 70px;
	border-bottom: 1px solid #000;
	position: relative;
	margin-bottom: 25px;
}
#content {
	position: relative;
}
h1 {
	position: absolute;
	top: 30px;
	left: 0px;
}
#menu {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 600px;
	height: 50px;
}
#menu li {
	float: right;
	margin-left: 15px;
}
#menu li a {
	display: block;
	height: 28px;
}
#menu li a.selected {
	background: url(../img/selected.png) no-repeat center bottom;
}
.selected {
    font-weight: bold;
}
#content {
}
#footer {
	height: 100px;
}

/* html */
#html {
	text-align: center;
}

/* path */
#path {
	height: 40px;
	position: relative;
}
#serie {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../img/selected.png) no-repeat center bottom;
	height: 28px;
}
/* series */
#series li {
	float: left;
	width: 285px;
	height: 285px;
	background: url(../img/serie_bkg.png) no-repeat;
}

/* medias */
#medias li {
	float: left;
	width: 285px;
	height: 285px;
	background: url(../img/thumbnail_bkg.png) no-repeat;
}

/* view */
#media {
	width: 925px;
	height: 590px;
	background: url(../img/media_bkg.png) no-repeat;
	position: relative;
}
a#previous {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 442px;
    height: 550px;
    background: url(../img/pix.png);
    z-index: 500;
}
a#next {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 442px;
    height: 550px;
    background: url(../img/pix.png);
    z-index: 500;
}
a#previous img {
	filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
	position: absolute;
	left: -35px;
	top: 275px;
}
a#next img {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
	position: absolute;
	right: -35px;
	top: 275px;
}
a#next:hover img,
a#previous:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
h3 {
	margin-top: 10px;
	text-align: center;
}
.hspacer {
    margin-right: 35px;
}
.vspacer {
    margin-bottom: 35px;
}

/* text */
#text * {
	line-height: 16px;
}
#text a {
	text-transform: lowercase;
}
#text h2 {
	width: 103px;
	height: 41px;
	background: url(../img/date_bkg.png) no-repeat;
	color: #fff;
	text-align: center;
	line-height: 41px;
}

/* contact */
#contact {
	position: relative;
}
#contact_form p {
	margin-bottom: 15px;
}
#contact_text {
	margin-top: 20px;
	text-align: left;
	
}
#contact_text,
#contact_text a {
	font-size: 10px;
}
#contact_logo {
	position: absolute;
	right: 0px;
	top: 60px;
	width: 450px;
	height: 440px;
}
fieldset label {
    display: block;
	height: 20px;
}
fieldset label.error {
    display: block;
	margin-top: 5px;
}
fieldset input {
	width: 301px;
	height: 36px;
	background: url(../img/input_bkg.png) no-repeat;
	padding: 4px;
	color: #000;
}
fieldset textarea {
	width: 301px;
	height: 232px;
	background: url(../img/textarea_bkg.png) no-repeat;
	padding: 4px;
	color: #000;
	overflow-y: auto;
}
fieldset button {
	width: 309px;
	height: 44px;
	background: url(../img/submit_bkg.png) no-repeat;
	padding: 4px;
	color: #fff;
}

/* links */
#links a {
	line-height: 25px;
}
#links_logo {
	position: absolute;
	right: 0px;
	top: 60px;
	width: 450px;
	height: 440px;
}



/* tooltip */
#tooltip {
	background: #000;
	position: absolute;
	z-index: 1000;
	padding: 20px;
}
#tooltip * {
	color: #fff;
	margin: 0;
	padding: 0;
}
