body {
	background: url("../../public/images/site_background.png") repeat scroll 0 0 transparent;
	color: #666666;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font: normal 14px "Lucida Grande", arial, tahoma, sans-serif;
}

img {
	border: 0px;
}

a {color: #8BB903; text-decoration: none;}
a:hover {color: #B0DD28;}

h1 {
	margin-bottom: 0px;
}

/* header
----------------------------------------------- */
#header {
	background-image: url("../../public/images/head-green.gif");
	background-repeat: repeat-x;
	height: 100px;
	padding: 1px;
	padding-left: 50px;
	margin-bottom: 10px;
}
#header h1 {
	font-size: 50px;
	margin-top: 5px;
}
#header h1 a, #cabecera h1 a:hover { 
	color: #fff;
	text-decoration: none;
}

#header .logo {
	color: #fff;
	float: left;
}

#header .navigation {
	float: right;
	margin-right: 50px;
	margin-top: 55px;
	font-size: 20px;
	font-weight: bold;
}

#header .navigation a {
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}
#header .navigation	a:hover {
	color: #5F9300;
	text-decoration: underline;
}

#header .user_login {
	float: left;
	height: 60px;
	width: 400px;
	padding-top: 20px;
	font-weight: bold;
	margin-left: 50px;
}

#header .user_login a {
	color: #fff;
}

#header .user_login a:hover {
	cursor: pointer;
}

#header .user_login img {
	margin-right: 10px;
	border: 1px solid #fff;
}

/* sidebar
----------------------------------------------- */
#sidebar {
	float: left;
	margin-left: 50px;
	width: 250px;
	padding-right: 50px;
	height: 100%;
}

#sidebar .about_me {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
}

#lastfmrecords {
	width: 300px;
	padding: 0;
	margin: 0;
}
#lastfmrecords ol { padding: 0px;}
#lastfmrecords ul,
#lastfmrecords li          { margin: 0; padding: 0; list-style: none; }
#lastfmrecords li          { float: left; margin: 0px 5px 5px 0px; border: 1px solid #999; padding: 2px; }
#lastfmrecords a           { display: block; float: left; width: 100px; height: 100px; line-height: 100px; overflow: hidden; position: relative; z-index: 1; }
#lastfmrecords a img       { float: left; position: absolute; margin: auto; min-height: 100px; }
/* mouse over */
#lastfmrecords a:hover     { overflow:visible; z-index:1000; border:none; }
#lastfmrecords a:hover img { border: 1px  solid #999; background: #fff; padding: 3px; margin-top: -20px; margin-left: -20px; min-height: 120px;  }



/* content
----------------------------------------------- */
#content {
	padding-right: 30px;
	margin-left:350px;
}


/* footer
----------------------------------------------- */
#footer {
	clear: both;
	border-top:1px dotted #CCCCCC;
	color:#333333;
	margin-left: 50px;
	padding-bottom: 30px;
	padding-top: 10px;
	margin-top: 30px;
}


/* style boxes
----------------------------------------------- */
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../public/images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../public/images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../public/images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../public/images/error.png');
}
