/*  

Theme Name: Don Vito Blues

URL: http://www.donvitocorleone.es

Version: 1.0

Date: Feb 2009

Author: Miguel Maestre (migmae@gmail.com) 

*/ 

/* `Reset
-----------------------------------------------------------------------------------*/
/*
a img, :link img, :visited img {
	border: 10;
	color: #FFA500;
}*/
	
body {
	border: 0px;
	margin: 0px;
}

/* `General
-----------------------------------------------------------------------------------*/
body {
	font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	color: #999;
	background: #000 url(../img/bg.png) repeat-x;
	text-align: center;
}
/*
img {
	border: 1px solid #FF7E0C;
}*/

h2 a{
	color: #FFF;
}
h2 a:hover{
	
}

#container {
	margin: 0 auto;
	width: 942px;
	background: url(../img/bg_content.png) repeat-y;
	text-align: left;
	margin-bottom: 40px;
}

#wrapper {
	margin: 0 11px;
	width: 920px;
	background: url('../img/bg_content_top.png') repeat-x top left;
	padding-top: 50px;
}

#content_bottom {
	width: 942px;
	height: 12px;
	margin: 0 auto;
	background: url('../img/bg_content_bottom.png') no-repeat;
}

div.spacer {
	clear: both;	
}

/* `Headings
-----------------------------------------------------------------------------------*/

/* `Header
-----------------------------------------------------------------------------------*/

#header {
	position: relative;
	background: url('../img/header.jpg') no-repeat;
	width: 942px;
	height: 406px;
}

/* `Navegaci�n
-----------------------------------------------------------------------------------*/

#page_nav {
	position: absolute;
/* 	width: 900px;*/
	width: auto;
/*	bottom: 8px;*/
	bottom: 1px;
	left: 20px;
	list-style: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	margin: 0;
	padding: 0;
	height: 50px
}

#page_nav li {
	float: left;
	margin-right: 15px;
}

#page_nav a {
	float: left;
	color: #FFF;
	background-color: #53abd5;	
	text-decoration: none;
	padding: 0px 7px;
	height: 50px;
}

#page_nav a:hover {
	background: url('../img/nav_right.jpg') no-repeat top right;
}

#page_nav li:hover {
	background: #87c4e2 url('../img/nav_left.jpg') no-repeat;
	background-image: url(../img/ico_menu.png);
	background-repeat: no-repeat;
	background-position: bottom;	
}
/* ********************************************** 
#page_nav li#ini:hover {
	background-image: url(../img/ico_menu_ini.png);
}
#page_nav li#west:hover {
	background-image: url(../img/ico_menu_west.png);
}
#page_nav li#prensa:hover {
	background-image: url(../img/ico_menu_prensa.png);
}
#page_nav li#sb:hover {
	background-image: url(../img/ico_menu_ini.png);
}
#page_nav li#album:hover {
	background-image: url(../img/ico_menu_album.png);
}
#page_nav li#links:hover {
	background-image: url(../img/ico_menu_links.png);
}
#page_nav li#contacto:hover {
	background-image: url(../img/ico_menu_contacto.png);
}
#page_nav li#aviso:hover {
	background-image: url(../img/ico_menu_aviso.png);
}
 ********************************************** */

#page_nav li.current_page_item {
	background: #87c4e2 url('../img/nav_left.jpg') no-repeat;
	background-image: url(../img/ico_menu.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#page_nav li.current_page_item a {
	background: url('../img/nav_right.jpg') no-repeat top right;
}

/* ********************************************** 
#page_nav li.current_page_item_ini {
	background: #87c4e2 url('../img/nav_left.jpg') no-repeat;
	background-image: url(../img/ico_menu_ini.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#page_nav li.current_page_item_ini a {
	background: url('../img/nav_right.jpg') no-repeat top right;
}
#page_nav li.current_page_item_west {
	background: #87c4e2 url('../img/nav_left.jpg') no-repeat;
	background-image: url(../img/ico_menu_west.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#page_nav li.current_page_item_west a {
	background: url('../img/nav_right.jpg') no-repeat top right;
}
#page_nav li.current_page_item_prensa {
	background: #87c4e2 url('../img/nav_left.jpg') no-repeat;
	background-image: url(../img/ico_menu_prensa.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#page_nav li.current_page_item_prensa a {
	background: url('../img/nav_right.jpg') no-repeat top right;
}
 ********************************************** */

#page_nav li.page_nav_hover {
	background: #87c4e2 url('../img/nav_left.jpg') no-repeat;
}

#page_nav li.page_nav_hover a {
	background: url('../img/nav_right.jpg') no-repeat top right;
}

/* `Header
-----------------------------------------------------------------------------------*/

#footer_container {
	position: relative;
	width: 942px;
	margin: 0 auto;
	text-align: left;
	background: url('../img/bg_footer_content.png') repeat-y;
	margin-bottom: 20px;
}

#footer_top {
	width: 942px;
	height: 12px;
	background: url('../img/bg_footer_top.png') no-repeat;
}

#footer_container h2.footer_title {
	font-size: 72px;
	position: absolute;
	top: -70px;
	left: 10px;
	color: #FFF;
	letter-spacing: -5px;
}

#footer_container h2.footer_title span {
	color: #53abd5;
}

#footer {
/*	width: 942px; */
	width: auto;
	/*color: #d7f3fe;*/
	color: #FFF;
	padding: 20px 31px 10px 31px;
}

#footer_links a {
	color: #FFF;
	background-color: #87C4E2;
	padding: 2px 5px;
}

#footer_links li {
	margin-bottom: 10px;
}

#footer_links a:hover {
	background-color: #367798;
}

#footer_bottom {
	width: 942px;
	height: 15px;
	margin: 0 auto;
	background: url('../img/bg_footer_bottom.png') no-repeat;
}

#footer_derecha {
	position: absolute;
	top: 102px;
	right: 20px;
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	color: #FFF;
	text-align: right;
}

#footer_derecha_2 {
	position: absolute;
	top: 30px;
	right: 20px;
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	color: #FFF;
	text-align: right;
}

#footer_derecha a{
/*	text-decoration: none;	*/
	color: #FFF;
}
/*
#footer_derecha a:link{
	text-decoration: none;	
		color: #FFF;
}
#footer_derecha a:visited{
	text-decoration: none;	
		color: #FFF;
}
#footer_derecha a:active{
	text-decoration: none;	
		color: #FFF;
}
#footer_derecha a:hover{
	text-decoration: underline;
		color: #FFF;
}*/



.footer_header h4 {
	background-color: #367798;
	color: #FFF;
}

.footer_header {
	margin-bottom: 10px;
}

#footer ul {
	margin-right: 25px;
	margin-bottom: 0px;
	float: left;
}

#footer ul li {
	width: 280px;
}

.footer_gallery_picture {
	width: 270px;
	height: 113px;
	border: 5px solid #FFF;
}

#footer_copy {
	width: 942px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	color: #888;
	font-size: 11px;
/*	text-transform: uppercase; */
}

#footer_copy a {
	color: #AAA;
	font-weight: bold;
}

#footer_copy a:hover {
	text-decoration: underline;
}

ul#footer_about li {
	width: 240px;
}

#about_block {
	background-color: #FFF;
	color: #777;
	padding: 15px;
}

li.about_link a {
	color: #d7f3fe;
	margin-left: 15px;
}

li.about_link a:hover {
	color: #367798;
}

li.about_link span {
	position: relative;
	bottom: 2px;
	background: url('images/about_tail.png') no-repeat top right;
	padding-right: 18px;
	text-indent: -9999px;
}

/* `Galer�a
-----------------------------------------------------------------------------------*/

#galeria {
	width: 800px;
	margin: auto;
	padding-bottom: 40px;	
}

#galeria .portafotos{
	width: 150px;
	height: 150px;
	
	display: inline;

}

#galeria img {
/*	border: 3px solid #FF7E0C; */
/*	border: 3px solid #FFF;
	margin: auto; */
   padding:3px 3px 8px 3px; 
   background-color: #ffffff; 
   /*width: 200px; */
/*   border: 1px solid #FF7E0C; */
border-bottom: 3px solid Black; 
border-right: 3px solid Black; 
}

table {
	margin: auto;
	border: 0px;
	border-collapse: collapse;
}

td {
	width: 120px;
	height: 120px; 
	height: auto;
	padding: 0px;
	text-align: center;
	vertical-align: top;		
}

p.pie_foto {
	font-size: 11px;
	padding: 4px 0;
	margin: 0 0 10px 0;
	line-height: 14px;
/*	height: 65px;*/
height: auto;
}

.justificado {
	text-align: justify;

}

/* `Navegaci�n
-----------------------------------------------------------------------------------*/

.wp-pagenavi {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px; 
	margin: 2px;
	text-decoration: none;
	color: #EEE;
	background-color: #3d3d3d;	
}
.wp-pagenavi a:visited {
	padding: 4px; 
	margin: 2px;
	text-decoration: none;
	color: #EEE;
	background-color: #3d3d3d;	
}
.wp-pagenavi a:hover {	
	color: #3d3d3d;
	background-color: #EEEFFF;
}
.wp-pagenavi a:active {
	padding: 4px; 
	margin: 2px;
	text-decoration: none;
	color: #3d3d3d;
	background-color: #EEEFFF;	
}
.wp-pagenavi span.pages {
	padding: 4px; 
	margin: 2px 2px 2px 2px;
/*	color: #777;*/
	color: #FF7E0C;
	font-weight: bold;
}
.wp-pagenavi span.current {
	padding: 4px; 
	margin: 2px;
	font-weight: bold;
/*	color: #7b7b7b;*/
	color: #FF7E0C;
	background-color: #3d3d3d;
}
.wp-pagenavi span.extend {
	padding: 4px; 
	margin: 2px;	
	color: #EEE;
	background-color: #3d3d3d;
}

/* `Main
----------------------------------------------------------------------------------------------------*/

#main {
	width: 540px;
	margin-left: 20px;
	margin-right: 40px;
	position: relative;
	float: right;
}

.post ol, .post ul {
	float: none;
	list-style-position: inside;
	margin-left: 10px;
}

.post ul {
	margin-top: 10px;
	list-style-type: none;
}
/*
.post ol {
	list-style-type: decimal-leading-zero;
}*/

.post li {
	display: list-item;
	float: none;
	margin: 0;
}

.post {
	margin-bottom: 20px;
}

.post_header {
	margin-bottom: 20px;
}

.post_header h2 {
	margin-bottom: 0px;
	font-size: 14px;
}

.post_header h2 a {
	color: #FFF;
	text-decoration: none;
}

.post_header h2 a:hover {
	color: #53abd5;
}

.post_byline {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

.post_byline a {
	padding-left: 5px;
}

.post_byline a:hover {
	color: #EEE;
}

#featured_post .post_byline a:hover {
	color: #666;
}

#related_posts {
	background-color: #3d3d3d;
	border: 1px solid #575757;
	margin: 10px 0 40px 0;
	padding: 10px 20px;
	font-size: 12px;
}

#related_posts li {
	padding: 5px 0;
	border-bottom: 1px solid #4d4d4d ;
}
/*
#related_posts li:last-child {
	border: none;
} */

#related_posts a {
	color: #eee;
}

#related_posts a:hover {
	color: #7b7b7b;
}

#love_please {
	background-color: #fefefe;
	color: #6c6868;
	margin: 10px 0 80px 0;
	padding: 20px;
}

#love_please .love_text {
	float: left;
	width: 250px;
}

#love_please ul {
	float: right;
	width: 200px;
	margin: 15px 0 0 0;
}

#love_please li {
	float: left;
	display: block;
	margin-right: 30px;
}

#love_please .bookmark {
	width: 34px;
	height: 34px;
	display: block;
	background: url('images/delicious.jpg') no-repeat;
	text-indent: -9999px;
}

a.post_read_more {
	text-transform: uppercase;
	color: #EEE;
	font-size: 12px;
	margin-top: 20px;
	background-color: #3d3d3d;
	padding: 0 10px 0 10px;
}

a.post_read_more:hover {
	color: #FFF;
	background-color: #53abd5;
}

.index_line {
	height: 1px;
	background-color: #3d3d3d;
	margin: 10px 0 30px 0;
}

.subtitle {
	margin: 5px 0 2px 0;
}

.subtitle h3 {
	font-size: 16px;
	padding: 0 5px;
	text-transform: none;
}

/*
.wp-caption {
	border: 1px solid #444;
	text-align: left;
	background-color: #f5f5f5;
}

.wp-caption img {
	margin: 5px;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
*/

small {
display: block;
color: #666;
font-size: 11px;
position: relative;
margin-top: -22px;
}


/* `Sidebar
----------------------------------------------------------------------------------------------------*/

#sidebar {
	width: 300px;
	position: relative;
	float: left;
	margin-right: 20px;
}

.sidebar_widget {
	clear: both;
	width: 220px;
	font-size: 12px;
	background: #3d3d3d;
	border: 1px solid #575757;
	margin-bottom: 30px;
	margin-left: 10px;
	padding: 15px;
	text-align: center;
}

.sidebar_widget ul {
	width: 260px;
	margin: 10px 20px;
}

.sidebar_widget a {
	color: #EEE;
}

.sidebar_widget a:hover {
/*	color: #7b7b7b; */

}

.sidebar_widget li {
	padding: 10px 0;
	border-bottom: 1px solid #4d4d4d ;
}

/*
.sidebar_widget li:last-child {
	border: none;
}*/

#custom_blog_design {
	font-size: 14px;
}

#custom_blog_design li {
	border: none;
}

#custom_blog_design p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#custom_blog_design a.post_read_more {
	display: block;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #555;
}

#custom_blog_design a.post_read_more:hover {
	color: #FFF;
	background-color: #53abd5;
}

.sidebar_widget em {
	font-style: normal;
	font-weight: bold;
	color: #fefefe;
}
/*
.sidebar_header {
	position: relative;
	display: block;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 23px;
}

.sidebar_header li {
	position: relative;
	display: block;
	float: left;
	height: 24px;
	padding-left: 10px;
	margin-right: 10px;
	color: #FFF;
}

.sidebar_header li span, .sidebar_header li a {
	color: #FFF;
	height: 24px;
	padding-right: 10px;
	display: block;
	float: left;
}
*/


.sidebar_header li.active span, .sidebar_header li.active a, .sidebar_header li a:hover {
	/* padding-top: 1px; */
	background: url('../img/sidebar_header_right.png') no-repeat top right;
}

.sidebar_header li.active, .sidebar_header li:hover {
	background: #53abd5 url('../img/sidebar_header_left.png') no-repeat top left;
}

.ui-tabs-selected {
	background: #53abd5 url('images/sidebar_header_left.png') no-repeat top left;
}

.ui-tabs-selected a {
	/* padding-top: 1px; */
	background: url('images/sidebar_header_right.png') no-repeat top right;
}

#search_widget {
	margin: 20px;
}

#search_widget li {
	padding: 0;
	border: none;
}

#search_widget fieldset input {
	float: left;
}

#search_widget fieldset input.text {
	width: 168px;
	height: 18px;
	padding: 4px;
	font-size: 14px;
	color: #444;
	background: #EEE;
	border: 0;
}

#submit_search {
	display: block;
	width: 73px;
	height: 26px;
	padding-bottom: 3px;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	color: #FFF;
	margin-left: 10px;
	background: url('images/button_off.png') no-repeat;
	border: 0;
}

#submit_search:hover {
	cursor: pointer;
	background: url('images/button_on.png') no-repeat;
}

.ui-tabs-hide { 
	display: none; 
}

.featured_theme {
	border: 5px solid #2b2b2b;
}

#featured_widget li {
	border: 0;
}

/* `Archives
----------------------------------------------------------------------------------------------------*/

#archives li {
	clear: both;
	margin: 0;
	padding: 0;
}

.archives_date {
	position: relative;
	display: block;
	float: left;
	width: 120px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
}

.archives_headline {
	position: relative;
	font-size: 16px;
	float: left;
	width: 400px;
	background-color: transparent;
	padding: 0;
}

.archives_headline a {
	color: #EEE;
	background-color: #3d3d3d;
	padding: 0 5px;
}

.archives_headline a:hover {
	background-color: #53abd5;
}

/* `Arbol genealogico
----------------------------------------------------------------------------------------------------*/

#contenedor_arbol {
	width: 600px;
	margin-left: 20px;
	margin-right: 40px;
	position: relative;
	float: right;
	text-align: justify;
	color: #DADADA;
}

#contenedor_arbol a{
	/*
	text-decoration: none;	
	color: Orange;
	border: 2px;
	*/
}

#contenedor_arbol a:link{
	text-decoration: none;	
	color: Orange;
}
#contenedor_arbol a:visited{
	text-decoration: none;	
	color: Orange;
}
#contenedor_arbol a:active{
	text-decoration: none;	
	color: Orange;
}
#contenedor_arbol a:hover{
	text-decoration: underline;	
	color: Orange;
}

#contenedor_arbol a img, :link img, :visited img{	
	/*border: 2px;*/
	text-decoration: none;	
	color: Orange;
	border-color: Orange;
}

/*
#contenedor_arbol a:visited img{
	text-decoration: none;	
	color: Orange;
}
#contenedor_arbol a:active img{
	text-decoration: none;	
	color: Orange;
}
#contenedor_arbol a:hover img{
	text-decoration: none;	
	color: Orange;
}
*/
#contenedor_arbol .pie_foto {
	font-size: 11px;
	padding-left: 10px;
}

#contenedor_arbol .pie_texto {
	float: right;	
}

#sidebar_arbol {
	width: 200px;
	position: relative;
	float: left;
	margin-right: 20px;
}

#arbol {
	border: 0px;
	text-align: center;
	background: #3A3A3A;
}

#arbol table {
	width: 600px;
	/*margin: auto;*/
	padding: 0;
}

#arbol td {
	width: 25%;
	height: 120px;
	border: 2px solid White;
	color: White;
	vertical-align: middle;
	padding: 5px;
}

#arbol td.pie {
	height: 20px;
	font-size:12px;
}

#lista_ejemplares {
	text-align: center;
	margin-bottom: 20px;
}

/* `Pie acordeon
----------------------------------------------------------------------------------------------------*/
#accordion {
	top: 40px;
	right: 40px;
	position: absolute;
	width: 550px;
	height: 10px;
}



