/*

Theme Name: Candy Manzana
Theme URI: http://candymx.com/
Description: The default WordPress theme based on the famous <a href="http://candymx.com/">Candy</a>.
Version: 1.0
Author: Daniel Saiz
Author URI: http://saizster.com/
Tags: 
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font:inherit inherit 100% inherit}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:400}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}

/* GRID */
html, body {
	margin:0 0 0 20px;
	padding:0;
	height:100%;
	background-image: url(images/manzana2.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
	background-attachment:fixed;
	overflow: auto;
}
#container {

}
#sideBar {
float:right;
position:relative;
}
#sideBarHack {
	position:fixed;
	right:20px;
	top:10px;
}
* html #sideBarHack  { 
	position: absolute;
}

div#content {
width:450px;
margin-top:200px;
float:left;
}
h1#logo {
	width:190px;
	height:70px;
	background-image:url(images/links.gif);
	background-repeat:no-repeat;
	background-position:0px -396px;
}
h1#logo span{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
/* NAV */
 #nav2 {
 position:relative;
 }
#nav ul{
 text-align:right;
}
#nav ul li {
display:inline;

 }

#nav ul li a {
	width:116px;
	height:28px;
	background-image:url(images/links.gif);	
	background-repeat:no-repeat;
	display:block;
	margin:0 4px;
}
#nav ul li a span {
display:none;
}
/* FOTOS */
#nav ul li#but1 a, #nav ul li#but1 a:link, #nav ul li#but1 a:visited, #nav ul li#but1 a:active, #nav ul li#but1 a:focus {
background-position:-3px -163px;
	height:31px;
}
#nav ul li#but1 a:hover {
background-position:-3px -202px;
}
#nav ul li#but1.active a, #nav ul li#but1.active a:active, #nav ul li#but1.active a:link, #nav ul li#but1.active a:visited {
background-position:-3px -202px;
}
/* VIDEOS */
#nav ul li#but2 a, #nav ul li#but2 a:link, #nav ul li#but2 a:visited, #nav ul li#but2 a:active, #nav ul li#but2 a:focus {
background-position:-3px -247px;
}
#nav ul li#but2 a:hover {
background-position:-3px -288px;
}
#nav ul li#but2.active a, #nav ul li#but2.active a:link, #nav ul li#but2.active a:visited, #nav ul li#but2.active a:active, #nav ul li#but2.active a:focus {
background-position:-3px -288px;
}

/* CONTACTO */
#nav ul li#but3 a, #nav ul li#but3 a:link, #nav ul li#but3 a:visited, #nav ul li#but3 a:active, #nav ul li#but3 a:focus {
background-position:-3px -328px;
}
#nav ul li#but3 a:hover {
background-position:-3px -368px;
}
#nav ul li#but3.active a, #nav ul li#but3.active a:link, #nav ul li#but3.active a:visited, #nav ul li#but3.active a:active, #nav ul li#but3.active a:focus {
background-position:-3px -368px;
}
/* NEWSLETTER */
#nav ul li#but4 a, #nav ul li#but4 a:link, #nav ul li#but4 a:visited, #nav ul li#but4 a:active, #nav ul li#but4 a:focus {
background-position:-3px -539px;
}
#nav ul li#but4 a:hover {
background-position:-3px -579px;
}
#nav ul li#but4.active a, #nav ul li#but4.active a:link, #nav ul li#but4.active a:visited, #nav ul li#but4.active a:active, #nav ul li#but3.active a:focus {
background-position:-3px -579px;
}

/* LINKS  */
#links {
margin:35px 0 0 4px;
}
#links2 {
position:relative;
}
#links ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#links ul li {
display:inline;
float:left;
}
#links ul span {
display: none;
}
#links ul li a {
/*	width:119px;
*/
	width:26px;
	height:26px;
	display:block;
	background-image:url(images/links.gif);	
	background-repeat:no-repeat;
}
#links ul li#facebook a:link, #links ul li#facebook a:visited  {
	background-position:0px -108px;	
}
#links ul li#twitter a:link, #links ul li#twitter a:visited  {
		background-position:0px -54px;
}
#links ul li#myspace a:link, #links ul li#myspace a:visited  {
		background-position:0px 0px;	
}
#links ul li#youtube a:link, #links ul li#youtube a:visited  {
		background-position:0px -469px;	
}
/* LINKS hover */
#links ul li#facebook a:hover{
	background-position:0px -135px;	
}
#links ul li#twitter a:hover {
		background-position:0px -81px;
}
#links ul li#myspace a:hover {
	background-position:0px -27px;
}
#links ul li#youtube a:hover {
	background-position:0px -497px;
}

/* TIPOGRAFIA */
h1, h2, h3, h4, h5, h6 {
		font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1, h2 {
font-size:18px;
}
h3, h4 {
font-size:16px;
}
h5 {
font-size:12px;
}
p,  td, li, label, div {
font-family:Optima, Helvetica, Arial, Verdana, sans-serif;
font-size:12px;
}
p {
margin:6px 0 8px 0;
line-height:1.2em;
}
/* Link */
div.entry h2 a{
color:#333333;
}
a, a:link, a:visited, a:active, a:focus {
color:#BB262C;
text-decoration:none;
}
a:hover {
border-bottom:2px solid #BB262C;;
}
div#nav a:hover, div#links a:hover {
border-bottom:none;
}

/* ENTRADA */
div.entry {
margin:0 0 30px 0;
clear:left;
}
div.headEntry {
border-bottom:5px solid #EFEFEF;
margin:8px 0 15px 0;
}

div.fecha {
text-align:right;
width:45px;
background-color:#BB262C;
color:#FFFFFF;
padding:5px;
float:left;
margin:0 10px 0 0;
}
div.autor, div.categorias {
clear:left;
font-size:9px;
color:#BB262C;
font-family:Tahoma, "Arial Narrow", Verdana, sans-serif;
}
p.postmetadata {
clear:left;
}
div.entryContent {
}
/* FORMA DE CONTACTO */
div.form-container {

}
div.form-label {
float:left;
width:80px;

height:30px;
clear:left;
text-align:right;
}
div.form-input {
float:left;
}
div.form-submit {
margin-left:80px;
}
/*REGISTRO NEWSLETTER */
#newsletter {
margin:30px 0 0 0;
}
table#tableNewsletter td p {
margin:0;
padding:0;
}
td.imgInput {
vertical-align:middle;
}
td.attributeinput input {
}

/* COMENTARIOS */
#pagecomments {
width:450px;
}
div#respond h3 {
margin-top:15px;
}


/* LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* PLAYER */
#player .jp-interface .player-track-title {
     color: #BB262C;
     font-size: 10px;
     font-weight: bold;
     padding-top: 10px;
}

#player .playlist-wrap-MI #UL_mp3j_0 li {
     padding: 0pt;
}

#player ul.UL-MI_mp3j li a {
     border: 0pt none ! important;
     content: none ! important;
     display: block ! important;
     font-family: 'verdana','Lucida Grande','arial',sans-serif ! important;
     font-size: 10px ! important;
     font-weight: 500 ! important;
     line-height: 20px ! important;
     outline: medium none ! important;
     padding: 0pt 0pt 0pt 14px ! important;
     text-decoration: none ! important;
     width: auto ! important;
}
#player {position:absolute; top:-16px; right:300px; width:230px}

#statusMI_0 {
     padding-bottom:16px;
}
