/* @override http://www.laselecta.com/wp-content/themes/styled/style.css */

/*  
Theme Name: Styled
Theme URI: http://alexsancho.name/archives/projects/styled/
Description: <p>Styled theme by <a href="http://alexsancho.name/">Alex Sancho</a>.</p><p>Configure from the <a href="themes.php?page=functions.php">Styled Control Panel</a>.</p>
Version: 1.3
Author: Alex Sancho
Author URI: http://alexsancho.name/

	Styled v1.3
	http://alexsancho.name/archives/projects/styled/

	This theme was designed and built by Alex Sancho,
	whose blog you will find at http://alexsancho.name/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica,"Trebuchet MS","Lucida Sans Unicode", Sans-Serif;
	font-size: 11px;
	color: #555555;
	background: url('images/good/leftCol_slice.gif') repeat-y;
	min-height: 100%;
    height: auto !important;
}

a {
	color: black;
	text-decoration: none;
}

a.back-link {
	font-size: 1em;
	list-style-type: none;
	position: relative;
	font: normal 1em/0.9em Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	word-spacing: 0px;
	margin-left: 7px;
	top: 10px;
}

a:hover {
	text-decoration: none;
	background: transparent url('images/dots.gif') bottom repeat-x;
}
form {
	padding: 0;
	margin: 0;
}

/**************/

/* LAYOUT     */

/**************/

#headerarea {
	padding: 0px;
	background-image: url('images/good/header.gif');
	background-repeat: repeat-x;
}

#page {
	min-height: 600px;
	}

#nav {
	position: absolute;
	left: 156px;
	top: 70px;
	width: 597px;
	height: 26px;
	z-index: 100;
}

#nav img {
	display: inline;
	margin-right: -3px;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
}
a img {
	border: none;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: .9em;
	letter-spacing: .07em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 5px 0 5px 5px;
	border: 1px solid #E6E6E6;
	padding: 5px 10px;
	font-family: Arial;
	font-size: 1em;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

p img {
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	list-style-type: none;
}

.imagesqs {
	float: left;
	padding: 0px;
	background-image: url('images/good/solucions.png');
	width: 169px;
	height: 411px;
}

.textdreta {
	float: right;
	left: 170px;
}


.nocomments {
	text-align: center;
}

.more {
	padding: 5px 0;
}

.more-replaced {
	float: right;
	width: 48px;
	height: 16px;
}

.edit-replaced {
	vertical-align: middle;
	width: 32px;
	height: 14px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}

.replaced {
	position: absolute;
	text-indent: -9999em;
}

#content {
	position: relative;
	font-size: 1.2em
}

#newsletter_signup {
	margin: 10px auto 35px auto;
	padding: 4px 3px 6px 3px;
	text-align: center;
}

#newsletter_signup label {
	color: #DCDDDE;
}

#footer {
	left: 159px;
	position: absolute;
	margin-top: 10px;
	clear: both;
}

#footer p {
	text-align: left;
	float: left;
}

#footer #copyright {
}

#footer a {
	text-decoration: underline;
}

#growl {
	background: transparent url('images/growl.png') top left no-repeat;
	display: none;
	width: 336px;
	height: 154px;
	position: absolute;
}

#growlmsg {
	display: none;
	position: absolute;
	padding-top: 50px;
	line-height: 25px;
	width: 336px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	text-shadow: #111 0 1px 2px;
	z-index: 1000;
}

#error, #alert {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 0 15px 15px;
}

#error {
	background: transparent url('images/error.gif') top left no-repeat;
}

#alert {
	background: transparent url('images/warn.gif') top left no-repeat;
}

#loading {
	display: block;
	width: 37px;
	height: 37px;
	margin: auto;
	background: transparent url('images/load.gif') top left no-repeat;
}

#content #archives {
	margin-top: 65px;
}

.meta-links {
	list-style-type: none;
}

.meta-links li {
	display: inline;
	margin-right: 6px;
}

.meta-links li a {
	color: #CCC;
}

.meta-links li a:hover {
	color: #333;
}

#sub-content {
	width: 750px;
	clear: both;
	position: relative;
	margin: 15px auto 0 auto;
	padding: 5px 15px;
	background: transparent url('images/sub-bg.gif') top left no-repeat;
}

#sub-content a {
	text-decoration: none;
}

#sub-content a:hover, #footer a:hover {
	color: #000;
	background: none;
}

#sub-content ul {
	width: 90%;
	margin: 50px auto 15px auto;
}

#sub-content * {
	list-style-type: none;
}

#sub-content li, #sub-content li ul li * {
	display: inline;
}

#sub-content li ul {
	margin: 0 0 0 -10px;
	padding: 4px 60px 4px 20px;
	background: transparent url('images/arrow.gif') 0 50% no-repeat;
}

#sub-content .navigation {
	float: left;
	margin-top: 15px;
	z-index: 1000;
}

.nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	z-index: 100;
	text-transform: lowercase;
	letter-spacing: -1px;
	word-spacing: 0px;
	position: absolute;
}

.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url('images/good/tab_g_f.png');
	width: 110px;
	height: 26px
}

.nav li ul  {
   background-image: url('none');
   background-color: white
   }



.nav li.current_page_item, .nav li.current_page_parent  {
	background-image: url('images/good/tab_up.png');
}


.nav li ul li {
   width: 109px;
   background-image: url('none');
   background-color: white
}
.nav li a {
	color: white;
}

.nav li.current_page_item a, .nav li.current_page_parent a {
	color: black;
}

.nav li a, .nav li a:link, .nav li a:visited .nav li a:active {
	font: 1.1em/25px Helvetica, Arial, sans-serif;
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
}

.nav li a:hover {
	background-image: url('images/good/tab_up.png');
	height: 26px;
	color: black;
	font-weight: bold
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
	background-image: url('images/good/tab_up.png');
	height: 26px;
	color: black
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	background: white none repeat scroll 0%;
	color: black;
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
    background: white none repeat scroll 0%;
	color: black;
}

.nav ul {
	list-style: none;
	position: absolute;
	top: -999em;
	color: black;
	left: -1px;
}

.nav li:hover ul,
.nav li.sfHover ul {
	top: 26px;
	background-color: white;
}

.nav ul li {
	float: none;
	background-color: white;
	background-image: url('none');
	width: 109px;
	border: thin outset silver
}

.nav ul li a:hover {
	font-weight: bold;
}

.nav ul a:hover {
	white-space: nowrap;
}

#content .stasides {
	list-style-type: none;
	margin-top: 10px;
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
	color: #666;
}

#content .stasides p {
	padding: 6px;
}

.stasides li, .stasides li.alt {
	display: block;
	padding: 4px;
}

.stasides li.alt {
	border-top: 1px dotted #EEE;
	border-bottom: 1px dotted #EEE;
}

.sb-about p {
	color: #333;
	font: normal 1em/1.1em Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	word-spacing: 0px;
	margin: 2px;
	padding: 0;
}

.sb-block {
	margin-left: -2px;
	width: 157px;
	border-top: 1px solid #E5E5E5;
}

.sb-block p {
	color: #333;
	font: normal 1em/1.1em Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	word-spacing: 0px;
	padding: 4px 0 4px 4px;
	margin: 0;
}

.feedlink img {
	height: 16px;
	width: 16px;
	border: none;
	position: absolute;
	top: 7px;
	right: 8px;
}

.post {
	text-align: justify;
	margin-bottom: 12px;
}

.entry p, .pro p {
	margin: 6px auto;
	padding: 2px;
}

html>body .entry ul {
	margin-left: 0;
	padding: 0 0 0 0px;
	padding-left: 10px;
	text-indent: -10px;
	list-style-type: none;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding-left: 35px;
}

.maincolumn {
	width: 550px;
	left: 185px;
	line-height: 1.2em;
	position: absolute;
	top: 1px;
}

.maincolumn .entry, .maincolumn .pro {
	line-height: 1.1em;
}

.maincolumn .postmetadata {
	background: transparent url('images/hr.gif') bottom left no-repeat;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	clear: left;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: url('none');
}

#commentlist {
	text-align: justify;
	list-style-type: none;
}

#commentlist li {
	margin: 15px 0;
	padding: 5px 10px 3px;
	font-weight: bold;
	overflow: hidden;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background: #F1F1F1;
}

#commentlist li.alt {
	border: none;
	background: #EAF6FC;
}

#commentlist .commentNumber {
	display: block;
	color: #FAFBFC;
	font-size: 2em;
	float: right;
	padding: 5px 8px;
	margin: 15px 5px 5px 10px;
	background: #DDD;
}

#commentlist .commentDate {
	text-align: right;
}

#commentlist #nocomment, #delicious-list #delicious-blank {
	text-align: center;
	color: #DDD;
	background: none;
	border: 0px none;
	font-size: 2em;
	letter-spacing: -2px; margin-left:0; margin-right:0; margin-top:30px; margin-bottom:20px
}

#delicious-list #delicious-blank {
	color: #FFF;
}

.piclist li {
	display: inline;
	list-style-type: none;
}

.piclist a {
	width: 87px;
	height: 87px;
}

.piclist a:hover {
	background-image: url('none');
}

.piclist img {
	margin: 4px;
	padding: 4px;
	border: 2px solid #CCC;
	background-color: #FFF;
}

.piclist img:hover {
	margin: 4px;
	padding: 4px;
	border: 2px solid #333;
	background-color: #CCC;
}

#commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentlist li, #commentform input, #commentform textarea {
	font: .9em Helvetica,'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentlist cite, #commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

#commentform p {
	font-family: Helvetica,'Lucida Grande', Verdana, Arial, Sans-Serif;
}

input[type="text"], textarea {
	background-color: white;
	padding: 2px;
	border: thin inset silver;
}

input[type="text"]:focus, textarea:focus {
	background-color: white;
}
input[type="search"] {
	background-color: white;
	border: thin inset silver;
	font-size: 1.1em;
}

input[type="search"]:focus {
	background-color: white;
}

#commentform input {
	width: 200px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px inset gray;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: thin inset black;
}

#commentform #submit {
	float: right;
	border: thin inset black;
}

#commentform p {
	margin: 5px 0;
}

/* Navigation */

.search {
	float: right;
	position: absolute;
	top: 50px;
	left: 600px;
	z-index: 101;
}

#searchsubmit {
	display: inline;
	padding-left: 5px;
	position: relative;
	top: 6px;
}


#sidebar {
	font: normal 1.1em/1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0 0 10px 0;
	width: 157px;
	position: absolute;
	top: 100px;
}

#sidebar li {
	position: relative;
	list-style-type: none;
	list-style-image: url('none');
	padding-bottom: 10px
}

#sidebar p {
	margin: 14px;
	padding: 8px;
	color: #333;
}

#sidebar ul, #sidebar ol {
}

#sidebar ul ul, #sidebar ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ol li {
	list-style-type: none;
}

#sidebar ul li, #sidebar ol li {
	margin: 3px 8px 0 0;
	padding: 0;
}

#sidebar #searchform #s, #sidebar #newsletter_signup #input_email_address {
	width: 120px;
	margin-top: 4px;
	padding: 2px;
	display: inline;
}

#sidebar #searchsubmit{
	display: inline;
	vertical-align: middle;
	padding: 1px;
}

#sidebar .stasides {
	margin-right: 10px;
}

#sidebar .stasides li, #sidebar .stasides li.alt {
	position: relative;
	background: #F1F1F1;
	color: #333;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

#sidebar .stasides li p {
	margin: 4px !important;
}

#sidebar .stasides .comments-link {
	position: absolute;
	top: 3px;
	right: 5px;
	color: #777;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#sidebar .stasides .comments-link:hover {
	background-image: url('none');
	color: #333
}

.entry ul li {
	margin-left: 20px;
}

#sidebar ul li {
	font-size: 1em;
	list-style-type: none;
	position: relative;
	font: normal 1em/0.9em Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	word-spacing: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar ul li:hover {
	background-color: #222222;
	color: white !important;
}

/* My Comment */

#sidebar ul li a:hover{
	color: white;
	font-weight: bold;
	padding-right: 20px;
}


#sidebar ul#delicious-list li:before, #sidebar ul.piclist li:before {
	
}

h1 {
	font-size: 2.4em;
	text-align: left;
}

h1 a:link, h1 a:visited {
	color: #FAFBFC;
	text-decoration: none;
}

h1 a:hover {
	background: none;
	color: gray;
}

h2, h2.pagetitle {
	font-size: 1.5em;
	margin: 20px 0;
}

h2.pagetitle {
	position: relative;
}


#sidebar h2 {
	color: #333;
	font: normal 1.2em/1em Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	word-spacing: 0px;
	margin: 5px 3px 0 -2px;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	background-color: #efefef;
}

#sub-content h2 {
	top: -20px;
	left: 37px;
	width: 70%;
	padding: 8px 0 2px 0;
	z-index: 600;
	position: absolute;
	font: bold 1.1em/0.9em Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	word-spacing: 0px;
}

h1, h2, h3 {
	font-family: Helvetica, 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -1px;
	word-spacing: 0px;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

h3.aside-title {
	margin-top: 10px;
}

dt.soluh3 {
	cursor:pointer;
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 3px;
	border: 1px solid silver;
	font-family: Helvetica, 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -1px;
	word-spacing: 0px;
	
}

dl#list3 {
	position: relative;
	left: 200px;
	width: 350px;
	
}

dd {
	padding: 25px;
	text-align: justify;
}

#header {
	position: relative;
	height: 85px;
	width: 786px;
	background: #222833 url('images/head-bg.gif') top left no-repeat;
}

#header #admin-login {
	list-style-type: none;
	position: absolute;
	top: 8px;
	right: 8px;
	color: #FAFBFC;
}

#header #admin-login .adminbtn .login-replaced {
	display: block;
	width: 68px;
	height: 21px;
	padding: 1px;
}

#headerimg {
	height: 85px;
	width: 786px;
}

#headerimg .description {
	padding-left: 9px;
	font-size: 1.2em;
	text-align: left;
	color: #FAFBFC;
}


ul.fotos  {
	text-align: center;
	margin-top: 20px;
	width: 620px;
}
ul.fotos li {
	display: inline;
}


ul.fotosg {
	width: 620px;
}


ul.fotosg li {
	display: inline;
}


ul.fotosg li a {
	text-decoration: none;	
}