/* @override http://lapendeja.net/wordpress/wp-content/themes/lapendeja/style.css */

/*   

Theme Name: LaPendeja
Theme URI: http://lapendeja.net
Author: RUDE
Author URI: http://rudeworks.com
Version: 1.0
Description: CSS básico con arreglos y selectores pre-configurados.

*/

/* @group CSS inicial */

/* Elementos que queremos limpiar completamente: */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: transparent url(images/back.jpg) repeat top left;
	text-shadow: #000 0px 0px 0px;/*Elimina el efecto bold en Safari*/
}

ul,li {
	list-style: none;
	list-style-type: none;
	margin: 0;
}

/* Ajustes básicos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

dd, blockquote {
	margin-left: 1em;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga*/
}

/* Formularios */

label, button {
cursor:pointer;
}

input, select, textarea {
	font-size: 100%;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}

/* Clases útiles */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.helvetica {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group HTML > BODY > WRAPPER */

#wrapper {
	width: 850px;
}



/* @end */

/* @group TIPOGRAFIA */

h1 {
	background: transparent url(images/h_logo.jpg) no-repeat top left;
	margin: 0;
	float: left;
}

h1 a {
	display: block;
	width: 528px;
	height: 228px;
	text-indent: -9999px;
}

h2 {
	color: #fff;
	letter-spacing: -1px;
	font: bold 4.5em Helvetica, Arial, Geneva, sans-serif;
	margin: 30px 0 0 55px;
	float: left;
	text-shadow: #000 0 3px 3px;
}

h3 {
	color: #4A1325;
	font: bold 4em Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: -2px;
	padding-left: 30px;
	margin-bottom: 5px;
	width: 290px;
	line-height: 0.8em;
}

h4 {
	color: #fff;
	letter-spacing: -1px;
	font: bold 2.5em Helvetica, Arial, Geneva, sans-serif;
	margin: 25px 20px 0 0;
	float: left;
	text-shadow: #000 0 3px 3px;
}

small {
	color: #921d44;
	font: bold 1.1em "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	padding-left: 30px;
	margin-bottom: 10px;
	display: block;
}

.page p.contacto {
	color: #fff;
	line-height: 1.7em;
	font-size: 1.4em;
	padding: 5px 8px 5px 0;
	width: 600px;
}

/* @end */

/* @group HEADER */

#logo p {
	float: left;
	margin-top: 132px;
}

#logo p a {
	display: block;
	width: 220px;
	height: 65px;
	background: transparent url(images/h_promsite.jpg) no-repeat top left;
	text-indent: -9999px;
}

#facebook-badge {
	position: absolute;
	left: 420px;
	top: 5px;
}

#facebook-link {
	width: 148px;
	height: 164px;
	display: block;
	background: transparent url(images/fbook.png);
	text-indent: -9999px;
}

/* @end */

/* @group MENU */

#menu ul {
	margin: 0;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	height: 42px;
	display: block;
	text-indent: -9999px;
}

#menu ul li a.ilus {
	background: transparent url(images/h_menu_ilus.jpg) no-repeat top left;
	width: 153px;
}

#menu ul li a.anim {
	background: transparent url(images/h_menu_anim.jpg) no-repeat top left;
	width: 118px;
}

#menu ul li a.bocetos {
	background: transparent url(images/h_menu_bocetos.jpg) no-repeat top left;
	width: 76px;
}

#menu ul li a.contacto {
	background: transparent url(images/h_menu_contacto.jpg) no-repeat top left;
	width: 87px;
}

#menu ul li a.blog {
	background: transparent url(images/h_menu_blog.jpg) no-repeat top left;
	width: 65px;
}

#menu ul li a.rss {
	background: transparent url(images/h_menu_rss.jpg) no-repeat top left;
	width: 342px;
}

#menu ul li a:hover {
	background-position: bottom left;
}



/* @end */

/* @group MAIN */

#main {
	clear: both;
	background: transparent url(images/m_back.jpg) no-repeat top left;
}

.postblock {
	clear: both;
	padding-top: 10px;
	margin-left: 11px;
}

.post {
	background: transparent url(images/m_post_top.png) no-repeat top left;
	overflow: hidden;
}

.post_boceto {
	padding-left: 11px;
	margin: 10px 0;
}

.big_image {
	width: 467px;
	float: left;
}

.big_image p {
	margin: 37px 0 0 42px;
}

.text {
	width: 343px;
	float: left;
	padding-top: 30px;
}

.entry {
	padding: 0 30px;
}

.entry p {
	color: #4A1325;
	line-height: 1.4em;
	font-size: 1.1em;
}

.entry p a {
	color: #4A1325;
	border-bottom: 1px solid #922447;
	border-right: 1px solid #922447;
	background-color: #c02f5f;
	padding: 0 3px;
}

.entry p a:hover {
	color: #fff;
	border-bottom: 1px solid #4A1325;
	border-right: 1px solid #4A1325;
	background-color: #942448;
	padding: 0 3px;
}

.entry ul {
	color: #4A1325;
	line-height: 1.4em;
	font-size: 1.1em;
	margin-bottom: 20px;
}

.entry ul li {
	margin: 0 0 3px 10px;
	list-style-type: circle;
	list-style-position: inside;
}

.entry ul li a {
	color: #4A1325;
	border-bottom: 1px solid #922447;
	border-right: 1px solid #922447;
	background-color: #c02f5f;
	padding: 0 3px;
}

.entry ul li a:hover {
	color: #fff;
	border-bottom: 1px solid #4A1325;
	border-right: 1px solid #4A1325;
	background-color: #942448;
	padding: 0 3px;
}

.thumbs {
	width: 313px;
	float: left;
	margin-top: 15px;
	background: transparent url(images/m_post_thumbs.png) no-repeat top left;
}

.thumbs ul {
	padding: 10px;
}

.thumbs ul li {
	float: left;
	margin: 0 6px 6px 0;
	list-style: none;
	list-style-type: none;
}

.thumbs ul li a, .thumbs ul li a:hover {
	background: none;
	border: none;
	padding: 0;
}

.post_foot {
	background: transparent url(images/m_post_bottom.png) no-repeat bottom left;
	height: 32px;
	margin-bottom: 20px;
}

.navigation {
	margin: 0 62px 20px 42px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

#flickr {
	margin: 0 0 30px 50px;
}

#flickr ul {
	
}

#flickr ul li {
	display: inline;
	margin: 0 11px 0 0;
}

#flickr ul li a img {
	border: 3px solid #4A1325;
}

/* @end */

/* @group FOOTER */

#footer {
	margin: 0 40px 40px 25px;
}

#footer p {
	color: #c36;
	text-align: center;
	font-size: 1.1em;
}

#footer p a {
	color: #c36;
}



/* @end */