/*
Theme Name: Bazurto Social Club
Theme URI: http://www.bazurtosocialclub.com/
Description: Bazurto Social Club
Version: 1.0
Author: Pablo Bustamante
Author URI: http://human-noise.com/
Date Created: 22/11/2010 (dd/mm/yyyy)
Tags: orange, red, yellow, cartagena, music, fixed width, two columns
*/

 /* Custom Fonts powah! */
@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('fonts/Chunkfive-webfont.eot');
	src: local('☺'), url('fonts/Chunkfive-webfont.woff') format('woff'), url('fonts/Chunkfive-webfont.ttf') format('truetype'), url('fonts/Chunkfive-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

 /* Basic reset stuff */
 * {	margin: 0;padding: 0;border: none;}
html {font-size: 10pt; /* Resets 1em to 10px */font-family: "Trebuchet MS", Arial, Helvetica, sans-serif}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {font-weight: normal;margin: 0 0 1em 0;}

/*** Algunos ajustes basicos: ***/
sup {position: relative;bottom: 0.3em;vertical-align: baseline;}
sub {position: relative;bottom: -0.2em;vertical-align: baseline;}
li, dd, blockquote {margin-left: 1em;}
a, a:link, a:visited, a:hover, a:active {text-decoration: none;}
a img {border: none;text-decoration: none;}
img {border: none;text-decoration: none;}
td img {display: block;}

/** Gotta love this **/
.clear-left {clear:left;}
.clear-right {clear:right;}
.clear-both {clear:both;}
.float-left {float:left;}
.float-right {float:right;}
 
body { background: #712E01 url(../images/bg.jpg) repeat-x; color: #FFF;}
body a { color: #FF0; }
body a:hover { color: #C00 ;}

div#wrapper {
	width: 960px;
	margin: 0 auto;
	border-left: 1px red solid;
	border-right: 1px red solid;
	-webkit-box-shadow: 0px 0px 5px 2px #333;
	-moz-box-shadow: 0px 0px 5px 2px #333;
	box-shadow: 0px 0px 5px 2px #333; 
	background: transparent url(../images/bg_content.png) repeat;
	}
	div#navbar {
		height: 77px;
		width:962px;
		}
		ul#menu {
			list-style-type: none;
			width: 962px;
			height: 75px;
			margin-left: 0;
			border-bottom: 1px solid yellow;
			margin: 0;
		}
			ul#menu li {
				display: inline; 
				margin:0;
			}
			ul#menu li a {
				float: left;
				display: inline-block;
				height: 75px;
				text-indent: -9999px;
				margin: 0;
				}
				ul#menu li#lugar a {
					width: 127px;
					background: transparent url(../images/navbar.png);
					background-position: -1px 0px; 
				}
				ul#menu li#musica a {
					width: 163px;
					background: transparent url(../images/navbar.png);
					background-position: -127px 0px; 
				}
				ul#menu li#comida a {
					width: 183px;
					background: transparent url(../images/navbar.png);
					background-position: -289px 0px; 
				}
				ul#menu li#machacao a {
					width: 184px;
					background: transparent url(../images/navbar.png);
					background-position: -473px 0px; 
				}
				ul#menu li#gente a {
					width: 144px;
					background: transparent url(../images/navbar.png);
					background-position: -656px 0px; 
				}
				ul#menu li#contacto a {
					width: 161px;
					background: transparent url(../images/navbar.png);
					background-position: -800px 0px; 
				}
				/*hover states */
				ul#menu li#lugar a:hover { 
					background-position: -1px 75px; 
				}
				ul#menu li#musica a:hover {
					background-position: -127px 75px; 
				}
				ul#menu li#comida a:hover {
					background-position: -289px 75px; 
				}
				ul#menu li#machacao a:hover {
					background-position: -473px 75px; 
				}
				ul#menu li#gente a:hover {
					background-position: -656px 75px; 
				}				
				ul#menu li#contacto a:hover {
					background-position: -800px 75px;
				}
	div#splash {
		height: 305px; /* 314 */
		padding-bottom: 9px;
		background: transparent url(../images/bg_splashbar.jpg) repeat-x;
		background-position: bottom;
		position: relative;
	}
	div#splash-interno {
		height: 310px; /* 314 */
		padding-bottom: 9px;
		background: transparent url(../images/bg_splashbar.jpg) repeat-x;
		background-position: bottom;
		position: relative;
	}
		div#banderines {
			width:962px;
			height: 78px;
			background: transparent url(../images/banderines.png) no-repeat;
			position: absolute;
			top: -2px;
			z-index: 20;
			}
		div#bazurto {
			width: 309px;
			height: 266px; /* 114 */
			background: transparent url(../images/bsc_logo.png) no-repeat;
			position: absolute;
			top: 100px; /* 250px */
			left: 35%;
			z-index: 20;
			}
		div#bazurto-interno {
			width: 340px;
			height: 297px;
			position: absolute;
			top: 90px;
			left: 20px; /* 35% */
			z-index: 20;
			}
	div#content {
		/*min-height: 350px;*/
		height: auto;
		padding: 70px 15px 25px 15px;
		color: #fff;
	}
		div#content p {
			text-align: justify;
		}
		div#content h1 {
			font-family: 'ChunkFiveRegular', Arial, sans-serif;
			margin-bottom: 2px;
			font-size: 35px;
			text-shadow: #900 2px 2px;
		}
		div#content h2 {
			font-family: 'ChunkFiveRegular', Arial, sans-serif;
			margin-bottom: 2px;
			font-size: 25px;
			text-shadow: #900 2px 2px;
		}		
			div#content hr {
				border-bottom: 1px dotted #fff;
				margin-bottom: 10px;
				width: 95%;
				margin: 5px auto;
			}
			div#content img {
				margin: 5px;
				border: 2px solid #900;
			}
			div#content li {
				list-style-position:inside;
			}
			div#content div.tags {
				background: transparent url(../images/bg_cell.png);
				color: #fff;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				border-radius: 2px;
				font-style: italic;
			}
			div#content span.fecha {
				font-size: 11px;
				font-style: italic;
				color: #fff;
			}
			div#content div.entry {
				margin: 10px 2px 0;
			}
		div.content-s { width: 200px; float: left; margin: 0 5px; } /* 240 */
		div.content-m { width: 455px; float: left; margin: 0 5px; } /* 480 */
		div.content-l { width:680px; float: left; margin: 0 5px;  } /* 720 */
		div.content-xl { width: 910px; float: left; margin: 0 5px; } /* 960 */
		div.cell {
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			padding: 8px;
			margin-bottom: 10px;
			background: transparent url(../images/bg_cell.png);
			height: auto;
			}
				div.cell hr {
					width: 100% !important;
				}
				div.cell h1 {
					color: #FF0;
					font-family: 'ChunkFiveRegular', Arial, sans-serif;
					margin-bottom: 2px;
					font-size: 35px;
					text-shadow: #41C7D5 2px 2px;
				}
				div.cell h2 {
					color: #FF0;
					font-family: 'ChunkFiveRegular', Arial, sans-serif;
					font-size: 22px;
					margin-bottom: 2px;
					text-shadow: #f90 2px 2px;
				}
				div.cell li {
					margin-left: 15px;
					list-style-position:inside;
				}

	div#footer{
		height: 77px; /* 97 */
		color: #ff0;
		font-size: 11px;
		padding: 10px 0;
		opacity: 0.7;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		background-image: linear-gradient(bottom, #003D12 50%, #008B46 100%);
		background-image: -o-linear-gradient(bottom, #003D12 50%, #008B46 100%);
		background-image: -moz-linear-gradient(bottom, #003D12 50%, #008B46 100%);
		background-image: -webkit-linear-gradient(bottom, #003D12 50%, #008B46 100%);
		background-image: -ms-linear-gradient(bottom, #003D12 50%, #008B46 100%);
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.5, #003D12),
			color-stop(1, #008B46)
		);
	}
		div.legal {
			width: 705px; /* 720 */
			float: left;
			margin: 10px 0 0 15px;
			}
		div.contacto {
			width:240px;
			float: left;
		}
			div#footer .contacto h3 {
				font-family: 'ChunkFiveRegular', Arial, sans-serif;
				margin-bottom: 2px;
				font-size: 25px;
			}
		div.creditos {}
		
/* Formularios */
.contactboxes {
	color: #666;
	background-color: #F2F2F2;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
}
.contactgoclear {
	color: #666;
	background-color: #F2F2F2;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

/* wp-Typography */
sup {
	vertical-align: 60%;
	font-size: 75%;
	line-height: 100%;
}
sub {
	vertical-align: -10%;
	font-size: 75%;
	line-height: 100%;
}
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1em;
}
.caps {
	font-size: 90%;
}
.dquo {
	margin-left:-.40em;
}
.quo {
	margin-left:-.2em;
}
/* because formatting .numbers should consider your current font settings, we will not style it here */

/*=====================================================================
 *
 * NivoSlider Theme and Config
 * Website: www.bazurtosocialclub.com
 * Author: Pablo Bustamante
 *=====================================================================*/
/*
 * jQuery Nivo Slider v2.7
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:10px; /* -42 */
    margin-left: 350px; /* Tweak this to center bullets */ /* -40 */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}