/*
Theme Name: style
Theme URI: sergioluque.com
Description: My Beloved Style
Version: 1.0
Author: Sergio Luque
*/





/* Begin Typography & Colors */
body {
	font-size:  12px;
	font-family: Arial, Helvetica, Sans-Serif;
	background-image: url(http://www.sergioluque.com/images/back.jpg);
	background-repeat: repeat-x;
	background-color: #4F4F4F;
	color: #333333;
	text-align: left;
}

.encabezado {font-size: 18px }
.intro		{font-size: 14px; font-weight: bold; }

	
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
h2 {
	font-size: 14px;
	color: #ff6600;
	}
	
h3 {
	font-size: 12px;
	color: #ff6600;
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #ADC826;
}
a:active {
	text-decoration: none;
}




small, small2, small0 {
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
	font-size:  11px;
	
}


small {
	   color: #666666;
}

small2 a:link, small2 a:visited{
	   text-decoration: underline;
	   color: #777777;	
}
	   
small2 a:hover {
	text-decoration: underline;
	color: #ADC826;

}	

small0 {  
	color: #777777;
}

small0 a:link, small0 a:visited{
	   text-decoration: none;
	   color: #ADC826;
}
	   
small0 a:hover {
	text-decoration: underline;
	color: #ADC826;
}
.copyWriteText {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; }


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
