* {
    color: #979797;
    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: #979797;
	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: 80px;
	border-bottom: 1px solid #979797;
	position: relative;
	
}
#menu {
	position: absolute;
	right: 0px;
	top: 25px;
}
#menu li a {
	color: #979797;
	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: #979797;
	font-weight: normal;
	height: 25px;
}
#posts .thumbnail {
	float: left;
}
#posts .details {
	padding-left: 500px;
}
#posts .text,
#posts .text * {
	color: #979797;
	line-height: 18px;
	font-color: #979797;
	color: #979797;
}
#posts li {
	margin-bottom: 20px;
	font-color: #979797;
	color: #979797;
}

/* Series */
#series li {
	position: relative;
	margin-bottom: 15px;
	font-color: #979797;
	color: #979797;
}
.serie_details {
	position: absolute;
	left: 720px;
	top: 0px;
	width: 250px;
	height: 450px;
	text-align:justify ;
	font-color: #979797;
	color: #979797;
	/*border-bottom: 1px solid #DDDDDD;*/
}
.serie_details h3 {
	height: 30px;
	font-color: #979797;
	color: #979797;
}
.serie_details h3 a {
	text-transform: uppercase;
	font-color: #979797;
	color: #979797;
}
.description {

	line-height: 20px;
	text-align:justify ;
	font-color: #979797;
	color: #979797;
}
