html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 80%;
	background: #5c6871;
}

/*******************************************************************************
                       Positioning rules
*******************************************************************************/
#content, #middlebox {
	margin: 0px 220px 0px 0px;
	padding: 30px;
	background-color: #a3b6c3;
	font-size: 1em;
}

#menu, div#rightbox {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 190px;
	color: #fff;
	padding-top: 70px;
	padding-right: 10px;
}

#header	{
	margin:0;
	padding:0;
	/*height:150px;
	/*background-color:#a3b6c3;*/
	text-align: right;
}
#contentbox	{
	float: right;
}

.credit, #footer	{
	border: 1px #fff solid;
	text-align: center;
	color: #fff;
	background: #5c6871;
	clear: both;
	/**/position: absolute;/**/
	left: 10px;
	top: 10px;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
#footer:hover	{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/*******************************************************************************
						Do it with style
*******************************************************************************/
p	{
	line-height: 1.3em;
	margin-bottom: 1.1em;
}

a	{
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}

b, strong	{
	font-weight: bolder;
}

table	{
	display: table;
}

td	{
	display: table-cell;
	vertical-align: middle;
}

h1	{
	color: #ffffff;
	font-size: 2em;
	font-weight: bolder;
	margin-bottom: 1em;
}
h2	{
	color: #ffffff;
	font-size: 2em;
	margin-bottom: 1em;
}

h3	{
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bolder;
	margin-bottom: 1em;
}

h4	{
	color: #ffffff;
	font-size: 1.5em;
	margin-bottom: 1em;
}

#content a, #middlebox a	{
	color: #fff;
}

.storycontent	{
	font-size: 1.1em;
}

#menu a, #rightbox a	{
	color: #d2dEe7;
}

#menu li, #rightbox li	{
	margin-bottom: 10px;
}

#footer a	{
	color: #ffffff;
}


.menu_section	{
	margin-bottom: 40px;
}

.link	{
	clear: both;
	display: block;
	margin-bottom: 10px;
}


.panel	{
	/**/float: right;/**/
	margin: 20px;
	padding: 10px;
}

.blogpost, .project	{
	margin: 20px;
	padding: 10px;
	margin-bottom: 40px;
	font-size: 1.1em;
}

.storycontent	{
	margin-left: 40px;
	margin-right: 35px;
}


#lastfmrecords	{
	padding: 0px;
	padding-bottom: 10px;
}
#lastfmrecords li	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#lastfmrecords a	{
	font-weight: bold;
}
.cdcover	{
	height: 85px;
	width: 85px;
	margin: 0px 5px 5px 0px;
	border: 0px;
}


.codeleft	{
	float: left;
	width: 180px;
	margin-bottom: 80px;
}
.codecenter	{
	margin-left: 200px;
	margin-right: 60px;
	margin-bottom: 80px;
	font-size: 1.2em;
	line-height: 1.8em;
}
.code_descargas	{
	font-size: 1.2em;
	line-height: 1.8em;
}
