* {
    color: #000;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0.3px;
    line-height: 14px;
	margin: 0;
	padding: 0;
}
input, label, textarea {
    display: block;
    margin: 5px 0 5px 0;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
	padding: 4px;
	line-height: 17px;
}
button {
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
}
html {
	overflow-y: scroll;
}
a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #000;
}
h1 {
	display: none;
}
h1 a {
    font-size: 24px;
}
h2 {
    display: none;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
ul {
    padding: 0;
}
table,td {
    border-spacing: 0;
    vertical-align: middle;
    border-collapse: collapse;
    text-align: center;
	width: 100%;
	height: 100%;
}


/* Layout */
#container {
	margin: auto;
	width : 928px;
	padding-top: 25px;
	padding-bottom: 50px;
}
#header {
	height: 60px;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	
}
#menu {
	position: absolute;
	right: 0px;
	top: 25px;
}
#menu li a {
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
#menu li a:hover {
	color: #000;
}
#menu li a.selected {
	background: url(../img/arow.png) no-repeat 0px 2px;
	padding-left: 12px;
}
#content {
	padding-top: 25px;
}


/* blog */
#posts h3 {
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	height: 25px;
}
#posts .thumbnail {
	float: left;
}
#posts .details {
	padding-left: 500px;
}
#posts .text,
#posts .text * {
	color: #999;
	line-height: 18px;
}
#posts li {
	margin-bottom: 20px;
}

/* Series */
#series li {
	position: relative;
	margin-bottom: 15px;
}
.serie_details {
	position: absolute;
	left: 520px;
	top: 0px;
	width: 420px;
	height: 187px;
	border-bottom: 1px solid #DDDDDD;
}
.serie_details h3 {
	height: 30px;
}
.serie_details h3 a {
	text-transform: uppercase;
}
.description {
	color: #999999;
	line-height: 20px;
}


/* Slideshow */
#slideshow_container {
	height: 610px;
	position: relative;
}
#slideshow {
	border: 1px solid #DDDDDD;
	width: 862px;
	height: 575px;
	cursor: pointer;
}	
#serie_name {
	position: absolute;
	bottom: 0px;
	color: #999999;
}
#slideshow_nav {
	position: absolute;
	top: 0px;
	right: 0px;
}

#control {
	position:absolute;
	top: 55px;
	right: 15px;
}

#slideshow .description {
	position: absolute;
	top: 620px;
	left: 0;
	width: 575px;
} 

#next {
	position:absolute;
	top: 95px;
	right: 4px;
} 

#prev {
	position:absolute;
	top: 95px;
	right: 30px;
} 

/* Index */
#path {
	display: none;
}
#medias {
	position: relative;
}
#medias li{
	float: left;
	width: 180px;
	height: 180px;
	padding: 16px;
	border: 1px solid #DDDDDD;
}
.hspacer {
	margin-right: 24px;
}
.vspacer {
	margin-bottom: 24px;
}
	
#medias h3 {
	display: none;
}


/* Contact */
#contact {
	position : relative;
}
#contact_text {
	width: 485px;
	color: #999999;
	line-height: 20px;
}
#contact_form {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 380px;	
}
#contact_form p {
	margin-bottom: 10px;
}
#contact_form label {
	text-transform: uppercase;
	color: #999999;
}
#contact_form label.error {
	color: #000;
}
#contact_form input{
	border: 1px solid #DDDDDD;
	height: 27px;
	width: 372px;
}
#contact_form textarea {
	border: 1px solid #DDDDDD;
	height: 170px;
	width: 377px;
}
#contact_form p button {
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
	margin-top: 20px;
	background: none;
}


/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
