/*
Theme Name: lamalamemoria
Theme URI: http://lamalamemoria.com
Description: Un diseño para la página personal de Marcos Pérez. Integra un blog, página inicial, galería, CV y formulario de contacto
Version: 1
Author: Marcos Pérez
Author URI: http://lamalamemoria.com
*/

/* COLORES
	FONDO:  #edf1db
	TONO INTERMEDIO: #b8b861
	TONO OSCURO: #8d6634
	TONO CLARO: #ccdb94
	TONO MÁS OSCURO: #663219
	AZUL: #404f57
	NARANJA: #e15f00
*/	
	
/*-----------------reset-------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, font, img, small, strong, center, dl, dt, dd, ol, ul, li, form{  
		margin: 0;  
		padding: 0;  
		border: 0;  
		outline: 0;  
		vertical-align: baseline;  
		background: transparent;  
		font-size:1em;
	}  

blockquote, q {  
		quotes: none;  
	}  
blockquote:before, blockquote:after, q:before, q:after {  
		content: '';  
		content: none;  
	}  

a {
	text-decoration:none;
	}
	
a:hover {  
		text-decoration: none;  
		border-bottom: 1px dotted;
		border-bottom-color:#8d6634;
	}  
	
a:visited {
	text-decoration:none;
	color:#b8b861;
	}	



body {
	margin: 0px;
	padding:0px;
	text-align:center;
	background-color: #edf1db;
	color:#575757;
	margin:0px;
	font-size:12px;
	}
	
/* ------------------diseño de la cabecera------------------------------*/	
#cabecera {
	width:100%;
	height: 95px;
	background: url(img/stripeheader.png) #edf1db repeat;
	position:relative;
	}

h1 {
	margin:0;
	padding:0;
	width:950px;
	margin:0px auto;
	position:relative;
	}
	
#contenedor	{
	width:950px;
	margin: 0px auto;
	text-align:left;
	position:relative;
	margin-top:55px;
	}
	
#header a {
	background: url(img/cabecera.jpg);
	width:950px;
	height:60px;
	position: absolute;
	margin-top:40px;
	left:0;
	text-indent:-5000px;
	overflow:hidden;
	}	
	
#navmenu img {
	position: absolute;
	top: -72px;
	right:15px;
	}
	
/* ------------------diseño de la navegación------------------------------*/	

#navmenu	{
	width:950px;
	margin: 0px auto;
	text-align:left;
	position:relative;
	}

#navmenu ul {
	margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; 
	}

#navmenu li {
	display: inline; 
	}	
	
#navmenu ul li a {
	text-decoration:none;
	}
	
#home {
	position: absolute;
	top:20px;
	width:310px;
	height:27px;
	background: url(img/menunavegacion.gif) no-repeat;
	background-position:0px -29px;
	text-indent:-5000px;
	overflow:hidden;
	}
	
#blog, #trabajos, #cv, #contacto {
	position: absolute;
	top:20px;
	width:110px;
	height:27px;
	background: url(img/menunavegacion.gif) no-repeat;
	text-indent:-5000px;
	overflow:hidden;
	}
	
#blog {
	left: 320px;
	background-position:-320px -29px;
	}
	
#trabajos {
	left: 440px;
	background-position:-440px -29px;
	}	

#cv {
	left: 560px;
	background-position:-560px -29px;
	}

#contacto {
	left: 680px;
	background-position:-680px -29px;
	}		
	
#home:hover {
	background-position:0px -59px;
	}
	
#blog:hover {
	background-position:-320px -59px;
	}
	
#trabajos:hover {
	background-position:-440px -59px;
	}	
	
#cv:hover {
	background-position:-560px -59px;
	}	
	
#contacto:hover {
	background-position:-680px -59px;
	}	

.current #home {
	background-position: 0px 0px !important;
	}
.current #blog {
	background-position: -320px 0px !important;
	}
.current #trabajos {
	background-position: -440px 0px !important;
	}
.current #cv {
	background-position: -560px 0px !important;
	}	
.current #contacto {
	background-position: -680px 0px !important;
	}	
	
#header a:hover, #navmenu ul li a:hover{
	border-bottom:0px;
	}	

#buscar {
	width:300px;
	}	
	
#searchform {
	display:block;
	position:relative;
	top:-25px;
	left:530px;
	padding:3px;
	}
	
#cabecera form label{
	display:none;
	}	

#s {
	background: #fff; 
	color: #333; 
	font-size: 1em;
	padding: 1px 10px; 
	text-align: right; 
	width: 160px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 	
	border:1px solid #ccdb94;
	}
	
.submit {
	background: url(img/buscar.gif) no-repeat;
	background-position:0 1px;
	border:0;
	font-size: 1em; 
	padding: 0px 10px 2px 10px; 
	text-indent:-6000px;
	overflow:hidden;
	width:90px;
	height:20px;
	}
	
.submit:hover {
	cursor:pointer;
	}	
	
/* ------------------diseño de la tipografía------------------------------*/	

#contenedor {
	font: 1.1em georgia, "lucida bright", "times new roman", serif;
	line-height: 1.5em;
}

#blogenhome h2 a, #blogenhome h2 a:hover {
	background: url(img/enelblog.gif) no-repeat;
	position: absolute;
	width: 145px;
	height: 70px;
	left:402px;
	top:-55px;
	text-indent:-5000px;
	overflow:hidden;
	border-bottom:0;
	}

h3 {
	font:bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif; 
	line-height:1.5em;
	margin:0;
	color:#663219;
	}	
	
#featured h3  a {
	margin-left:330px;
	}

#contenedor .trabajos h3 {
		clear:both;
		}
	
#featured p {
	margin-left:330px;
	}
	
#slogan h2 {
	display:block;
	position:relative;
	top:-1em;
	font: normal 1.4em georgia, "lucida bright", "times new roman", serif;
	line-height:1.5em;
	display:block;
	width: 790px;
	margin:0;
	margin-bottom:-1em;
	}

	
h4 {
	font:bold 0.9em georgia, "lucida bright", "times new roman", serif; 
	line-height:1.248em;
	margin-top:1.25em;
	margin-bottom:0.25em;
	padding-top:0em;
	color:#663219;
	clear:both;
	}	

#blogaccesos h4 	{
	margin-bottom:0.6em;
	}
p
 {
	margin-top: 0;
	margin-bottom: 0;
}

p + p {
	margin-top: 0;
	text-indent: 1.5em;
}

div .more-link {
	float:right;
	}

.car-toggler {
	float:left;
	margin-left:-330px;
	}
	
.oldandnew {
		clear:both;
		float:left;
		}
		
.more-link  a, .car-toggler, .oldandnew a, #submit, .contactSubmit input {
	padding-left:1em; padding-right:1em;
	font-weight:bold;
	color:#edf1db;
	background-color:#8d6634;
	font:bold 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:0;
	}

.oldandnew a {
		display:block;
		float:left;
		width:129px;
		text-align:center;
		margin-right:10px;
		text-transform:uppercase;
		}
	
.more-link  a {
	margin-left: 330px;
	}
	
.more-link  a:hover, .car-toggler:hover, .oldandnew a:hover , #submit:hover, .contactSubmit input:hover  {
	background-color:#b8b861;
	border-bottom: 0px;
	}
	
.car-toggler:visited, .oldandnew a:visited  {
		color:#edf1db;
	}	

#blogaccesos ul, .car-list, .car-monthlisting, .commentlist {
	margin:0;
	padding:0;
	list-style:none;
	margin:0;
	margin-bottom:1.5em;
	}

#blogaccesos li, .postdata p, .car-monthlisting, .car-yearmonth, .commentlist {
	font:0.9em "Trebuchet MS", Arial, Helvetica, sans-serif; 
	line-height:1.7em;
	text-indent:0;
	}	
	
.wp-tag-cloud li {
	display: inline;
	font:0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.5em;
	padding-right:0.3em;
	border-left: 1px solid #b8b861;
	padding-left:0.5em;
	}
	
#sidebar .wp-tag-cloud li {
	display:block;
	border-left:0;
	}

#featured h4 {
	margin-top:1em;
	margin-left:330px;
	color:#663219;
	}

.wp-tag-cloud  {
	position: relative;
	bottom:0;
	margin-left:330px;
	}

#sidebar .wp-tag-cloud {	
		margin-left:0;
		}
	
a {	
	font-weight:bold; 
	color:#8d6634; 
	}
	
#blogaccesos ul, #sidebar ul {
	list-style-type: none; 
	}	
	
#blogaccesos ul li, #sidebar ul li{
	border-bottom:1px dotted #ccdb94;
	line-height:1.5em;
	margin-top:0.25em;
	padding-bottom:0.25em;
	}		
	
/* ------------------layout------------------------------*/	

.featuredimg {
	position: absolute;
	top:1.7em;
	left:0;	
	margin:0;
	margin-top:13px;
	margin-right:20px;
	padding:0;
	border:none;
	}
	
#featured, .apost {
	width:775px;
	float:left;
	}

#blogaccesos {
	width: 140px;
	float:right;
	position:relative;
	top: -5px;
	background: url(img/separador.gif) no-repeat;
	background-position:50% 0; 
	text-align:center;
	}
	
#blogaccesos h4 {
		margin-top:2.4em;
	}
	
#blogenhome {
	width:100%;
	min-height:18em;
	padding-top: 20px;
	border-top: 2px dotted #B8B861;
	position:relative;
	margin-top:60px;
	}	
	
#marco {
	position: absolute;
	top:15px;
	left:-10px;
	z-index:100;
	}

.floatright {
		display:block;
		float:right;
		}

.floatleft {
		display:block;
		float:left;
		}	

		
/* ------------------pie home------------------------------*/	
	
#pie, #piegeneral {
	clear:both;
	margin-top:40px;
	overflow:visible;
	position:relative;
	}
	
#pie {
	background: url(img/fondo_pie.jpg) #663219 repeat-x;
	height:10em;
	}
	
#piegeneral {
	background: url(img/fondo_piegeneral.jpg) #663219 repeat-x;
	margin-top:1em;
	padding-bottom:9em;
	}

	
#contenedorpie, #contenedorpiegeneral	{
	width:950px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	margin-top:15px;
	}	
	
#contenedorpiegeneral {min-height:12em;}	
	
#cvenhome, #trabajosenhome {
	position: relative;
	width:300px;
	float:left;
	margin-right:10px;
	padding-right:20px;
	margin-top:1em;
	padding-bottom:1em;
	}
	
#contactoenhome {
	position: relative;
	float:right;
	width:290px;
	margin-top:1em;
	padding-bottom:1em;
	}

.pieimg {
	position: absolute;
	top:-50px;
	left:110px;
	}
	
#pie h3 {
	margin-top:25px;
	color:#edf1db;
	text-align:center;
	}

#pie p, #piegeneral p {
	color:#fff;
	margin-top:3px;
	text-align:center;
	font:bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.linkcat {
	color:#fff;
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
.linkcat h2 {text-transform:uppercase;}	
	
.linkcat a{font-weight:normal; color:#ccdb94;}	
.linkcat a:visited{color:#b8b861;}
	
#pie a {
	color:#b8b861;
	}
	
#pie a:visited {
	color:#ccdb94;
	}
	
#pieautorgeneral, #blogroll {
	width:35%;
	position:relative;
	top:30px;
	padding-top:30px;
	}

#blogroll {
	margin:0; padding:0; padding-top:10px;
}

#blogroll p {text-align:left;}
#pieautorgeneral p {text-align:right;}	

#disweb, #disgraf {
	margin:0;padding:0;
	width:48%;
	text-align:left;
	border-right:1px dotted	#8d6634;
}	
	
#pieautor {
		margin-top:1em;
		font:1em "Trebuchet MS", Arial, Helvetica, sans-serif;
		padding-top:-4em;
		}

#pieautorgeneral {padding-top:1em;}
	
#contenedorpiegeneral>#pieautorgeneral {
	padding-top:10px;
	padding-bottom:30px;
	}
	
#pieautor p {
	color:#663219;
	font-weight:normal;
	text-align:center;
	margin-top:0;
	}
	
#pieautorgeneral p {
	color:#ccdb94;
	font-weight:normal;
	margin-top:0;
	}
	
#piegeneral #pieautor {
		border-top:0;
		}
		
.linkcat, .blogroll {list-style-type: none; list-style-image: none; }
.linkcat {display:inline;}		
	
/* ------------------post en blog------------------------------*/	

.apost {
	width:790px;
	position:relative;
	}
	
.postcontent {
	margin-bottom:3em;
	margin-left:330px;
	padding-right:20px;
	}
	
.postcontent ul li {margin-top:0.5em;margin-bottom:0.5em;}	
	
.apost img, .postimg310 {
	position:absolute;
	left:0;
	padding-top:0.5em;
	margin-top:6em;
	}

.imgwtext {position:relative !important; text-indent:0 !important; padding:0 !important; margin:0 !important; margin-top:1em !important;}

a.noborder:hover {border-bottom:0px;}

.apost object {
		margin:1em 0;
		}
	
.apost h3 {
		margin-bottom:0.5em;
		border-bottom:1px dotted #8d6634;
		text-transform:uppercase;
		}
		
.postdata {
	float:left;
	position:absolute;
	left:0;
	border-bottom:1em solid #ccdb94;
	padding-bottom:0.5em;
	width:310px;
	}
	
.postdata p {
	font-size:0.9em;
	line-height:1.58em;
	}
	
#contenedor .destacados {
		text-align:right;
		font-style:oblique;
		}
	
/* ------------------sidebar------------------------------*/	
	
#sidebar {
	float:right;
	width:130px;
	}
	
#sidebar ul li, label, input, textarea, .destacados {
	font:0.9em "Trebuchet MS", Arial, Helvetica, sans-serif; 
	}
	
#sidebar ul {
		border-bottom: 0.5em solid #ccdb94;
		padding-bottom:1em;
		margin-bottom:1em;
		}
	
#sidebar h4 {
		display:block;
		width:130px;
		height:19px;
		background: url(img/sidebar.gif) #edf1db no-repeat;
		text-indent:-6000px;
		margin-top:0em;
		margin-bottom:0.5em;
		overflow:hidden;
		}

#sidebar h4 a:hover {
		border-bottom:0;
	}
		
#sidebar .etiquetas {
		background-position:0px -29px;
		}
	
		
#sidebar .visitarchives{
		background-position:0px -59px;
		}	

#sidebar .visitarchives a {
		display:block;
		width:130px;
		height:17px;
		position:relative;
		top:-2px;
		}

#sidebar .visitarchives:hover {
		background-position:0px -89px;
		}
		
#sidebar .subscribe {
		background-position:0px -119px;
		}	
	
#sidebar .subscribe a {
		display:block;
		width:130px;
		height:17px;
		position:relative;
		top:-2px;
		}	

#sidebar .subscribe:hover {
		background-position:0px -149px;
		}	

/* ------------------comentarios------------------------------*/	
		
.says{
		display:none;
		}
		
.comment p ,.comment em{
	margin-left:330px;
	margin-bottom:0.5em;
	}
	
.comment-meta {
	display:block;
	width:310px;
	text-align:right;
	float:left;
	}
	
.comment-author {
	margin-left:330px;
	font-weight:bold;
	}
	
.comment {
	margin-top:1em;
	}
	
#comments, #leavecomment {
	color:#8d6634;
	background: url(img/stripe.png) #edf1db repeat;
	border-bottom:0;
	padding-left:10px;
	}
	
/* ------------------ formulario comentarios------------------------------*/	
label {
	display:block;
	width:310px;
	text-align:right;
	float:left;
	margin-bottom:0.8em;
	margin-top:0.2em;
	}

#author, #email, #url, #comment {
	width:250px;
	margin-left:20px;
	float:left;
	margin-bottom:1em;
	}

#comment {
		width:453px;
		float:right;
	}
	
#submit {
	float:right;
	clear:both;
	border:0;
	}
	
/* ------------------ trabajos------------------------------*/	
	
.apartados {width:100%;border-top:0.2em dotted #B8B861;float:left;padding-top:3.5em;margin-bottom:1em;text-align:center;position:relative;}

.redesign {
	background: url(img/redesigns.gif) no-repeat;
	position: absolute;
	width: 145px;
	height: 70px;
	left:402px;
	top:-25px;
	text-indent:-5000px;
	overflow:hidden;
	}
	
.especiales {
	background: url(img/edicionesEspeciales.gif) no-repeat;
	position: absolute;
	width: 265px;
	height: 70px;
	left:342px;
	top:-25px;
	text-indent:-5000px;
	overflow:hidden;
	}	

.maspapel {
	background: url(img/maspapel.gif) no-repeat;
	position: absolute;
	width: 265px;
	height: 70px;
	left:385px;
	top:-25px;
	text-indent:-5000px;
	overflow:hidden;
	}	
	
.webs {
	background: url(img/online.gif) no-repeat;
	position: absolute;
	width: 265px;
	height: 70px;
	left:430px;
	top:-25px;
	text-indent:-5000px;
	overflow:hidden;
	}		
		
.separador {
		margin-top:1em;
		}

.galeriaTrabajos img {
			margin:2px;
			border:1px solid #a9a9a9;
			}
			
.galeriaTrabajos a:hover {
				border-bottom:0;
				}
.galeriaTrabajosMedia {width:50%;float:left;}				
.galeriaTrabajos p {margin-bottom:1em;}
.galeriaImg {margin-bottom:0.5em;}

/* ------------------ contacto------------------------------*/	

.contacto .apost .postcontent {
margin:0;
padding:0;
width:790px;
	}

.contacto .apost #autor {
	width:47%;
	float:left;
	padding:0 1em 0 0;
	}
	
.contacto .apost #administrador {
	width:47%;
	float:left;
	padding:0 0 0 1em;
	}
	
.contacto .apost p{
		font:0.9em "Trebuchet MS", Arial, Helvetica, sans-serif; 
		margin-top:1em;
		text-indent:0;
		}	

.contacto .apost input, .contacto .apost textarea {
			width:350px;
			}
			
.contacto .apost .contactSubmit input {	width:9em; cursor:pointer;}

/* ------------------ curriculum------------------------------*/	

.cv .apost .postcontent {
width:600px;
margin-left:190px;
margin-top:1.5em;
margin-bottom:5em;
	}

.cv .apost .postcontent img {
	margin-top:-5em;
	left:1em;
	}
	
/* ------------------ social bookmarks plugin ------------------------------*/	
	
.home div .social_bookmark, .cv div .social_bookmark {display:none;}	 /* fuera del home */	

.social_bookmark{
	position:relative;
	margin:0;
	padding:0;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border:1px solid #ccdb94;
	margin-top:1em;
	background:white;
	width:440px;
	}
.social_bookmark img  {
	position:relative !important; text-indent:0 !important; padding:0 !important; margin:0 !important;
	top:3px;
	}
.social_bookmark em  {display:inline;font:1em "Trebuchet MS", Arial, Helvetica, sans-serif;margin-left:0.5em;}
.social_img, .social_bookmark em {margin-right:1.5em;}
	
