/*
Theme Name: Jorge Pav&oacute;n
Theme URI: http://jorgepavon.com/
Description: Tema de Wordpress para jorgepavon.com
Author: Peachep&eacute;
Author URI: http://peachepe.com/
Version: 1.0
*/

body {
	margin:20px 0 0 0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	width:800px;
}

#header #logo {
	background:url(images/logo.jpg);
	width:220px;
	height:257px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

/**** MENU ****/

#header #main_menu {
	float:left;
	width:540px;
	height:257px;
	margin-bottom:20px;
}


#main_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#main_menu ul li {
	margin-top:9px;
}

#main_menu ul li:first-child {
	margin-top:0;
}

#main_menu ul li a {
	width:540px;
	height:44px;
	display:block;
	font-size:0px;
	color:transparent;
}

#main_menu ul .current-menu-item a {
	width:480px;
}

#main_menu ul #menu-item-574 a {
	background:url(images/menu_acercade.jpg);
}

#main_menu ul #menu-item-73 a {
	background:url(images/menu_disenocomercial.jpg);
}

#main_menu ul #menu-item-72 a {
	background:url(images/menu_disenoweb.jpg);
}

#main_menu ul #menu-item-74 a {
	background:url(images/menu_fotografia.jpg);
}

#main_menu ul #menu-item-81 a {
	background:url(images/menu_contacto.jpg);
}

/*** SIDEBAR ***/

#sidebar {
	float:left;
	width:220px;
	border-top:#929292 3px solid;
	margin-right:20px;
	padding-top:10px;
}

#sidebar #latest_blog div.post {
	border-top:#929292 3px solid;
	margin-top:20px;
}

#sidebar #latest_blog div.post:first-child {
	border:0;
	margin:0;
}

#sidebar .anteriores {
	font-family:Arial;
	font-size:20px;
	color:#d80351;
	text-align:right;
	line-height:20px;
	height:20px;
}

#sidebar .anteriores a {
	color:#3f3f3f;
	text-decoration:none;
}

.leermas {
	text-decoration:none;
}

#content, #home {
	float:left;
	width:540px;
	border-top:#929292 3px solid;
	padding-top:10px;
}

#home {
	border:none;
	padding:0;
}

/****** POSTS ********/

.post {
	font-family:Arial;
	font-size:12px;
	color:#3f3f3f;
}

.post h2 {
	font-size:20px;
	color:#00a3ee;
	margin-bottom:0;
}

.post h2 a {
	color:#00a3ee;
	text-decoration:none;
}

.post a {
	color:#000;
}

.post .post_data {
	color:#d80351;
}

.archive .post {
	border-top:#3f3f3f 1px dashed;
}

.archive .post:first-child {
	border:none;
}


.page {
	font-size:14px;
	font-family:Arial;
	color:#3f3f3f;
}

.page p, .post p {
	line-height:1.5;
}

.page a {
	color:#00a3ee;
	text-decoration:none;
}

.page a:hover {
	text-decoration:underline;
}

.page h1 {
	font-size:25px;
	color:#929292;
	font-weight:normal;
} 

#footer {
	padding:30px 0 20px 0;
	color:#929292;
	font-family:Arial;
	font-size:12px;
}

#footer a {
	color:#929292;
	text-decoration:none;
}

#footer a:hover {
	color:#00a3ee;
}

#footer_left {
	float:left;
	width:220px;
	border-top:#929292 3px solid;
	margin-right:20px;
	padding-top:10px;
}

#footer_right {
	float:left;
	width:540px;
	border-top:#929292 3px solid;
	padding-top:10px;
	text-align:right;
}

.clear {
	clear:both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/*** PORTAFOLIO ****/

#portafolio {
	width:560px;
	margin:0 0 0 -10px;
}

.category_thumb {
	margin:0 0 10px 10px;
	float:left;
	height:255px;
	border:#000 1px solid;
}

.category_thumb img {
	border:none;
}

/****** PAGINACION *******/

.wp-pagenavi {
	text-align:center;
	font-family:Arial;
	font-size:14px;
	margin-top:20px;
}

.wp-pagenavi .current {
	color:#00a3ee;
	margin-left:5px;
}

.wp-pagenavi a {
	color:#d80351;
	text-decoration:none;
	margin-left:5px;
}

.wp-pagenavi a:hover {
	color:#00a3ee;
	text-decoration:underline;
}

/* NAVIGATION */

.navigation {
	margin-top:30px;
	color:#d80351;
	font-size:20px;
}

.navigation a {
	color:#3f3f3f;
	text-decoration:none;
}


/* CONTACTO */

.contacto input {
	width:360px;
	border:#191919 1px solid;
	height:25px;
}

.contacto textarea {
	width:360px;
	border:#191919 1px solid;
	height:100px;
}

#contacto_enviar input {
	background:#3f3f3f;
	color:#fff;
}