* {
    color: #999;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0.3px;
    line-height: 18px;
	margin: 0;
	padding: 0;
}
input, label, textarea {
    display: block;
    font-family: Verdana, sans-serif;
    font-size: 11px;
	color: #999;
    width: 250px;
}
label.error {
    color: #999;
    font-weight: bold;
}
fieldset input, fieldset textarea {
    border: 1px solid #ddd;
    padding: 3px;
}
form, fieldset, label {
    padding: 0;
}
h1 {
	display: none;
} 
.selected {
	color: #000;
}
html {
	overflow-y: scroll;
}
a:hover {
	color: #000;
}

/* Layout */
#container {
	margin: auto;
	width : 900px;
	margin-top: 30px;
}
#header {
	position: relative;
	height: 45px;
}
#content {
	position: relative;
}
#footer {
	height: 75px;
}
#menu {
	position: absolute;
	top: 4px;
    right: 0px;
}
#menu li {
    display: inline;
	padding-left: 15px;
}
#menu li a {
	text-transform: uppercase;
}


/* Series */
#series {
}
#series li {
	width: 210px;
	height: 330px;
	float: left;
	background: url(../img/pages.png) no-repeat 1px 1px;
}
#series li img {
	width: 200px;
	height: 320px;
	margin-top: 2px;
	margin-left: 2px;
}
.hspacer {
	margin-right: 20px;
}
.vspacer {
	margin-bottom: 20px;
}


/* Slideshow */
#slideshow_container {
	width: 900px;
	height: 685px;
}
#slideshow {
	cursor: pointer;
}
#slideshow li {
	width: 900px;
	height: 685px;
	text-align: center;
}

/* Popup */
#serie_mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 685px;
	background-color: #FFF;
    filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 110;
	cursor: pointer;
}
#serie_popup {
	position: absolute;
	width: 440px;
	height: 650px;
	top: 15px;
	left: 20px;
	background-color: #FFF;
	border: 1px solid #999;
	z-index: 130;
}
#serie_popup h4 {
	width: 390px;
	padding-top: 40px;
	padding-left: 30px;
	font-weight: normal;
}
#serie_popup p {
	width: 390px;
	padding: 30px;
}
#close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 140;
}

/* Bio */
#bio_medias {
	position: absolute;
	right: 0;
	top: 0;
}
#bio {
	width: 480px;
}

/* Contact */
#contact_form {
	text-transform: uppercase;	
}
#contact_form input{
	width: 300px;
	height: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
}
#contact_form textarea{
	width: 300px;
	height: 200px;
	padding-left: 5px;
	overflow-y: hidden;
}
#contact_form p button{
	margin-top: 25px;
	background: none;
	text-decoration: none;
	padding: 0;
	border: 0;
}
#contact_text {
	margin-top: 20px;
}


/* Tooltip */
#tooltip {
	position: absolute;
	z-index: 1000;
	background: #fff;
	border: 1px solid #999;
	padding: 5px;
}
#tooltip * {
	font-size: 11px;
	color: #999;
	font-weight: normal;
}


