/*
------------------------------------------------------------------------
Theme Name:Equilibrium
Theme URI:http://madebyon.com
Description:Magazine style WordPress theme. Visit <a href="http://equilibrium.madebyon.com"title="Equilibrium">http://equilibrium.madebyon.com</a> for more infomation.
Version:1.4
Author:Tudinh Duong
Author URI:http://madebyon.com
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ul, li{list-style:none}
caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}
a {
	color: #000;
}

h1, h2, h3, h4, h5, h6{font-weight:bold}

/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/
.aligncenter{display:block; margin:0 auto}
.alignleft{float:left}
.alignright{float:right}
.floatLeft{float:left}
.floatRight{float:right}
.clear{clear:both}

/*
-----------------------------------------
STRUCTURE
----------------------------------------- 
*/
html, body{height:100%}

body {
	font-size:62.5%; 
	font-family:Helvetica,Arial,sans-serif; 
	color:#000; 
	margin:0 auto -80px; 
	text-align:center; 
	background: #eaeaea url(images/body.png) repeat-x;
}
body.front {
	background: #eaeaea url(images/bodyfront.png) repeat-x;
}
body.blog {
	background: #a6a5a4 url(images/bodyblog.png) repeat-x;
}

#page-wrap{width:960px; min-height:100%; height:auto !important; height:100%; margin:0 auto -80px; padding-left:10px; padding-right:10px; text-align:left}

.content{
	width:640px; 
	float:left;
	margin-right: 40px;
}
body.front .content{
	width:680px; 
	float:left;
}

/*
-----------------------------------------
TYPOGRAPHY
----------------------------------------- 
*/
a {
	text-decoration: none;
}
p{color:#000; font-size:1.2em; line-height:1.5; margin-top:1.5em; margin-bottom:1.5em;}

p a, p a:visited{
	border-bottom:1px solid #c32328; 
	color:#000; 
	text-decoration:none
	}

p a:hover{border-bottom:1px solid #c32328; color:#000; color: #c32328; text-decoration:none}

h1, strong{font-size:1.4em; font-weight:bold}

.post h2{text-transform:none; padding-bottom:0; border-bottom:0; margin-top:0; margin-bottom:0}

h2{font-size:1.4em; color:#000; text-transform:uppercase; padding-bottom:4px; border-bottom:4px solid #c9c9c9; margin-top:28px; margin-bottom:28px; font-weight:bold}

.post h3.titulo, h4,
.discografia h3 {
	font-size:5em; 
	line-height: 90%;
	letter-spacing: -.08em;
	color:#000; 
	text-transform:uppercase; 
	padding-bottom:4px; 
	margin:32px 0 16px 0; 
	font-weight:bold;
	border: 0;
}

h3 {
	border-bottom:4px solid #C9C9C9; 
	color:#000; 
	font-size:2.4em; 
	font-weight:bold; 
	margin-top:20px; 
	padding-bottom:4px;
	text-transform: uppercase;
}
.listado h3 {
	border-bottom:0; 
	font-size:2.8em; 
}

body.blog h3 {
	border-bottom:0; 
}

h3 a{text-decoration:none; color:#000;}
h3 a:hover {color: #c32328;}


h2.pagina {
	font-size:3em; 
	color:#000; 
	text-transform:uppercase; 
	padding-bottom:4px; 
	margin-top:32px; 
	margin-bottom:32px; 
	font-weight:bold;
	border-bottom: 0;
}

#reply{border-bottom:4px solid #C9C9C9; color:#222; font-size:1.8em; margin-top:28px; margin-bottom:16px; padding-bottom:4px}

/*
-----------------------------------------
TOP
----------------------------------------- 
*/
#top {
	margin-top:20px;
	padding-bottom:0;
	height: 60px;
}


h1.logo a {
	float:left; 
	font-size:2.2em; 
	line-height: 1em; 
	font-weight:bold; 
	color:#FFF; 
	background: #000 url(images/mn.png) no-repeat; 
	text-transform:uppercase; 
	text-decoration:none; 
	text-indent:-300em;
	overflow:hidden;
	width:146px;
	height: 51px;
}
h1.logo a:hover {
	background: #000 url(images/mnhover.png) no-repeat; 
	color: #a6a6a5;
}


#nav{float:right; margin-top:30px;}

#nav ul{list-style-type:none; width:100%}

#nav li{
	float:left;
}

#nav a:link, 
#nav a:visited{
	margin-right:5px; 
	width: 100px;
	height: 20px;
	padding-top: 10px;
	text-align: center;
	float:left;
	background: #000 url(images/tab.png) no-repeat top left; 
	display:block; 
	color:#FFF; 
	text-decoration:none; 
	font-size:1.2em; 
	font-weight:bold; 
	text-transform:uppercase;
	
}
#nav li.page-item-12 a:link,
#nav li.page-item-12 a:visited{
	background: #000 url(images/tab3.png) no-repeat top left; 
}

#nav li a:hover,
#nav li.page-item-12 a:hover {
	color:#000;
	background:#CECECE;
	border-bottom: 0;
	background: #777777 url(images/tab2.png) no-repeat top left;
}

ul#nav li.current_page_item a:link, 
ul#nav li.current_page_item a:visited, 
ul#nav li.current_page_item a:hover, 
ul#nav li.current_page_item a:active{color:#fff; text-decoration:none; background: #777777 url(images/tab2.png) no-repeat top left; border-bottom: 0;}

/*
-----------------------------------------
FEATURED
----------------------------------------- 
*/
.featured {
	margin-bottom: 48px;
}

.front-post-last{
	width:320px;
	height: 265px; 
	float:left;
}
.featured-content{
	position:relative;
	width:303px;
}
.featured-content p {margin-top:1em}

.featured-post{
	margin-bottom:1.2em;
}
.front-post {
	width:304px; 
	margin-right:14px; 
	float:left;
	height: 265px;
	
}

.featured-title h3{margin:8px 10px 7px; line-height:1.4em; font-size:1.1em; padding-bottom:0; border-bottom:0}

.featured-title h3 a{font-size:1.1em; display:inline; color:#000; text-transform: uppercase; text-decoration:none; border-bottom:0}

.featured-title h3 a:hover{color:#c32328}



.featured-image a:active {border: 0;}

.featured-content h2{margin-top:15px}
.featured-content h2 a{color:#000; text-decoration:none}
.featured-content h2 a:hover{color:#000}

.noticias {
	float: left;
	width:273px; 
	height:250px; 
	padding: 15px;
	padding-bottom: 0;
	margin-bottom:0;
	margin-right: 14px;
	overflow: auto;
	background: #000;
	color: #fff;
}
.noticias .featured-post{
	width:auto; 
	margin-bottom:0;
}
.noticias h3 {
	font-size: 1.4em;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	margin: 0 0 1.2em 0;
}
.noticias h3 a {
	color: #fff;
}
.noticias h3 a:hover {
	color: #c32328;
	background: #000;
}
.noticias p {
	margin: 0;
}

.noticias .postMeta-featured{margin-top:0px; font-size:1.2em; width:auto;}

.noticias a.mas {
	color: #fff;
	background: #000;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}
.noticias a.mas:hover {
	color: #000;
	background:  #c32328;
}

a.mas {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid  #c32328;
}
a.mas:hover {
	color:  #c32328;
}
/*
-----------------------------------------
SIDEBAR
----------------------------------------- 
*/
#sidebar{
	float:right; 
	width:260px; 
	padding-left:20px; 
	overflow:hidden; 
}
.front #sidebar {
	margin-top: 32px;
}

#sidebar li a{
	display:block;
	width:260px; 
	margin:0; 
	padding:8px 2px; 
	list-style:none; 
	border-bottom:1px solid #c9c9c9; 
	font-size:1.4em; 
	list-style-type:none; 
	text-decoration:none; 
	color:#000;
}

#sidebar a{color:#e6e6e6; text-decoration:none}

#sidebar a:hover,
#sidebar li li:hover,
#sidebar li li:hover a {
	color:#fff; 
	background-color:#000;
}

#sidebar h2{font-size:1.4em; color:#666; text-align:left; text-transform:uppercase; border-bottom:4px solid #c9c9c9; margin-top:28px; margin-bottom:0}

#sidebar li.web  {
	border-bottom:1px solid #c9c9c9;
	margin-top: 20px;
	padding-bottom: 10px;
}

#sidebar li.web li {
	float: left;
	text-align: center;
}
#sidebar li.web li a {
	float: left;
	width: 130px;
	margin:0; 
	padding: 0;
	border-bottom: 0;
}

#sidebar li.web li a:hover {
	color:#000; 
	background-color:#eaeaea;
	border-bottom: 0;
}

#twitter-tools li{
	display:block;
	width:260px; 
	margin:0; 
	padding:8px 2px; 
	list-style:none; 
	border-bottom:1px solid #c9c9c9; 
	font-size:1.2em; 
	list-style-type:none; 
	text-decoration:none; 
	color:#000;
}
#twitter-tools li a{
	font-size:0.8em; 
	border-bottom:  0;
	padding: 8px 0 0 0;
}
#twitter-tools li.aktt_more_updates a{
	border-bottom: 1px solid #c32328;
	padding: 8px 0 0 0;
	display: inline;
}

/*
-----------------------------------------
.
----------------------------------------- 
*/
.columna1 {
	float:left; 
	width:327px;
	margin-right: 26px;
}
.columna2 {
	float:left; 
	width:327px;
}
#gira h3 {
	text-transform: uppercase;
	border: 0;
	font-size: 2em;
	margin: 0;
}
#gira h3 a:hover {
	color: #c32328;
}
#gira p {
	margin: 0;
}
#gira ul {
	background: #f8f8f8;
}
#gira li {
	border-bottom:1px solid #c9c9c9; 
	padding: 10px;
}
#gira h2,
#comentarios h2,
#foro h2 {
	margin-bottom: 0;
	color: #666;
}
#gira h2 a,
#comentarios h2 a,
#foro h2 a,
#latest-wrap h2 a {
	color: #666;
}
#comentarios li a,
#foro li a{
	display:block; 
	margin:0; 
	padding:8px 2px; 
	list-style:none; 
	border-bottom:1px solid #c9c9c9; 
	font-size:1.4em; 
	list-style-type:none; 
	text-decoration:none; 
	color:#000;
	font-size: 1.2em;
}
#comentarios a:hover,
#foro a:hover{color:#fff; background-color:#000}

.banner {
	margin-top:  50px;
}
.banner img {
	margin-bottom: 15px;
}
/*
-----------------------------------------
LATEST
----------------------------------------- 
*/
#front-bottom{
	float: left;
	width:  680px;
	margin-top: 32px;
}


.latest-post{position:relative;}

.latest-image{
	float: left;
	margin-right: 0.5em;
}

.latest-title h3{
	line-height:1em; 
	font-size:3em; 
	padding-bottom:0; 
	border-bottom:0;
	text-transform: uppercase;
	margin-top:20px;
}

.latest-title h3 a{
	color:#000; 
	text-decoration:none; 
	padding: 0;
}
.latest-title h3 a:hover{
	color:#c32328; 
}


.latest-content h2{margin-top:15px; margin-bottom: 0;}
.latest-content h2 a{color:#000; text-decoration:none}
.latest-content h2 a:hover{color:#c32328;}

.latest-content p{color:#000; font-size:1.1em; line-height:1.5; margin-top:8px; margin-bottom:1.5em; text-align:left}

#latest-wrap h2{margin-bottom: 0;}



/*
-----------------------------------------
FOOTER
----------------------------------------- 
*/
#push{height:80px}

#footer{padding-top:20px; border-top:1px solid #C9C9C9; width:960px; margin:150px auto 0; height:80px; color:#4d4d4d}

#footer p{font-size:1.2em; color:#4d4d4d; line-height:1.5em; margin-bottom:0; margin-top:0.6em}

#footer p a{border-bottom:1px solid #c32328; color:#4d4d4d; text-decoration:none;}

#footer p a:hover{border-bottom:1px solid #c32328; color:#000; text-decoration:none; color: #c32328;}

#footer .floatLeft {
	padding-top: 40px;
}
#footer .floatRight a,
#footer .floatRight a:hover {
	border: 0;
	background: #fff;
}

/*
-----------------------------------------
POSTMETA
----------------------------------------- 
*/
.postMeta{font-size:1.2em; margin-bottom:18px; margin-top:8px; padding-bottom:24px; border-bottom:1px solid #c9c9c9}

.postMeta-featured{margin-top:8px; font-size:1em; line-height: 1em;}

.postMeta-front{margin-top:8px; font-size:1.2em}

.postMeta-post{font-size:1.2em; margin-bottom:18px; margin-top:8px; border-bottom:1px solid #c9c9c9; padding-bottom:10px}

.postMeta span.date, 
.postMeta-post span.date, 
.postMeta-featured span.date, 
.postMeta-front span.date{color:#8a8a8a; float:left}

.postMeta span.comments a, 
.postMeta span.date a, 
.postMeta-post span.comments a, 
.postMeta-post span.date a, 
.postMeta-featured span.comments a, 
.postMeta-featured span.date a, 
.postMeta-front span.comments a, 
.postMeta-front span.date a{float:left; color:#8a8a8a; text-decoration:none}

.postMeta span.comments, 
.postMeta-featured span.comments, 
.postMeta-post span.comments, 
.postMeta-front span.comments{float:right; background:#eaeaea url(images/comment.gif) no-repeat left center; padding-left:15px; margin-left:2px}

body.blog .postMeta span.date, 
body.blog .postMeta-post span.date, 
body.blog .postMeta-featured span.date, 
body.blog .postMeta-front span.date{
	color:#fff;
}

span.date {
	text-transform: uppercase;
}

/*
-----------------------------------------
POSTS
----------------------------------------- 
*/
.post-tags {
	color:#000; 
	float:left; 
	margin-bottom:8px;
	text-transform: uppercase;
}
.post-tags p a,
.post-tags p a:link{
	color:#FFF; 
	background: #000;
	padding: 4px;
}
.post-tags a:hover{
	color:#c32328; 
}
.post-tags p{color:#8A8A8A; font-size:1em; line-height:1.5em; margin-bottom:0em; margin-top:0em; text-align:none}
.post img{
	margin:0.5em 1.5em 0.5em 0;
	display: inline;
}
.post blockquote p{margin:0 2.6em; font-style:italic}

/*
-----------------------------------------
COMMENTS
----------------------------------------- 
*/
.comment-heading{margin-bottom:26px; text-transform:none; border:none}

.commentwrap{
	border-top:3px solid #C9C9C9; 
	padding-bottom:15px; 
	padding-top:15px
}
body.blog .commentwrap{
	border-top:3px solid #fff; 
}

.commentpost{float:left; width:400px}

.commentpost p{margin-top:0}

.commentmetadata{
	float:left; 
	width:20%; 
	color:#2F2B23; 
	line-height:1.5em; 
	padding-right:20px; 
	color:#000; 
	font-size:1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

.commentmetadata li{list-style-type:none; padding:.3em; margin:0 .5em 0 0}

.commentmetadata li a{
	border-bottom:1px solid #000; 
	color: #c32328; 
	color: #000;
	text-decoration:none;
	padding: 4px;
}

.warning{padding:10px; background:#282828; border:1px solid #323232; ; margin-bottom:10px}

#comments label input{border:1px solid #E5E5E5; padding:5px 4px; margin-bottom:10px; width:160px}

#comments label span{line-height:27px}

#comments label{font-size:1.1em}

#comment_author{margin:20px 20px 20px 0px; padding:0px; width:150px; float:left}

#comments-content{display:block; border-bottom:1px solid #C9C9C9; margin:10px 0px 10px 0px; padding:0px}

#comments textarea{margin-top:10px; padding:4px 0px; width:100%; border:1px solid #E5E5E5}

.button,
.mmf input[type="submit"] {
	border:1px solid #E5E5E5; 
	font-size:1.1em; 
	font-weight:bold; 
	height:25px; 
	margin-top:10px; 
	margin-bottom:10px; 
	padding:0 8px; 
	text-transform:uppercase
}

.children {margin-left: 50px}

.children div {border:none}

.children .commentwrap {border-top: 1px solid #C9C9C9;}

body.blog .children .commentwrap {border-top: 1px solid #fff;}

.children .commentmetadata {padding-right:0px}

.children .commentpost {text-align:left; float:right; width:68%}


/*
-----------------------------------------
SEARCH
----------------------------------------- 
*/
#searchform{float:left; margin-top:1em; height:2.3em}

#searchsubmit{border:1px solid #E5E5E5; font-size:1.1em; font-weight:bold; height:2.1em; padding:2px 8px; text-transform:uppercase; float:right; background-color:#F0F0F0}

#s{float:left; width:204px; margin-right:6px; padding-top:4px; padding-bottom:4px; padding-left:2px; padding-right:2px; border:1px solid #E5E5E5; font-size:1.1em}
/*
-----------------------------------------
--
----------------------------------------- 
*/
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {float: left;}
.col1 {width: 80px;}
.col2 {width: 160px;}
.col3 {width: 240px;}
.col4 {width: 320px;}
.col5 {width: 400px;}
.col6 {width: 480px;}
.col7 {width: 560px;}
.col8 {width: 640px;}
.col9 {width: 720px;}
.col10 {width: 800px;}
.col11 {width: 880px;}
.col12 {width: 960px;}

.escaparate {
	padding: 16px 0;
	height: 303px;
	background: transparent url(images/escaparate.png) no-repeat;
	text-transform: uppercase;
	margin-bottom: 32px;
}
#enportada p {
	font-size: 3em;
	line-height: 90%;
	letter-spacing: -.05em;
	margin: 0;
	font-weight: bold;
	margin-right: 80px;
}
#enportada h2 {
	margin: 16px 0 0 0;
	border: 0;
	font-size: 6em;
	line-height: 80%;
	letter-spacing: -.08em;
	color: #000;
	margin-right: 80px;
}
#enportada strong {
	color: #c32328;
}

ul.opciones {
	font-size: 18px;
	font-weight: bold;	
}
ul.opciones li {
	float: left;
	text-align: center;
	height: 20px;
	padding: 5px 20px 15px;
	margin-right: 15px;
	background: #CECECE;
	border-bottom: 2px solid #eaeaea;
	
}
ul.opciones li a {
	color: #fff;
	text-decoration: none;	
}
ul.opciones li a:hover,
ul.opciones li a:active {
	color: #000;
	text-decoration: none;	
}
ul.logos {
	margin-top: 16px;
	text-align: left;
}
ul.logos li {
	display: inline;
	margin-right: 15px;
}
/* discografia*/
.post ul.discografia {
	list-style: none;
}
.discografia .uno {
	float: left;
	width: 172px;
	margin-right: 15px;	
}
.discografia .uno img {
	padding: 10px;
	border: 1px solid #c9c9c9;
	margin-bottom: 1em;
}
.discografia .dos {
	float: left;
	width: 385px;
}
.discografia .uno p {
	border-top: 1px solid #c9c9c9;	
	margin: 0.5em 0;
}
.discografia li{
	margin-bottom: 64px;
}
.discografia ol {
	margin-bottom: 15px;
}
.discografia ol li{
	font-size:1.4em; 
	list-style-type: decimal; 
	margin:10px 0 5px 40px;
	text-transform:  uppercase;
	font-weight: bold;
}
.discografia ol ul {
	display: inline;
	margin: 0;
	padding: 0;
}
.discografia ol ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.discografia ol ul li a,
.discografia ol ul li img {
	margin: 0 !important;
	padding: 0 !important;
}
.discografia h5{
	color: #c32328;
	color: #000;
	margin: 0 0 8px 40px;
	width: 50%;
}

/*newsletter*/
.mmf label,
.mmf input[type="submit"] {
	font-size:1em; 
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}
.mmf span {
	display: block;
	margin: 0;
	padding: 0;
}
.mmf img.captcha {
	margin: 10px 5px 5px;
}

/*paginador */
.paginador {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}
.paginador a {
	color: #000;
	border-bottom: 2px solid #c32328;
}
.paginador a:hover {
	color: #c32328;
	border-bottom: 2px solid #c32328;
}

/**/
p.wp-caption-text {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 1em 1em 0;
	color: #000;
	color: #c32328;
}

/*eventos*/
#eventos .post h5 {
	font-size:5em; 
	line-height: 90%;
	letter-spacing: -.08em;
	color:#000; 
	text-transform:uppercase; 
	padding-bottom:4px; 
	margin:16px 0; 
	font-weight:bold;
	border: 0;
}
#eventos .post ul {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
}
#eventos .post li {
	clear: both;
	margin-top: 0.5em;
}
#eventos .post ul strong {
	font-size: 2em;
	display: block;
	
}
#eventos .post ul em {
	font-size: 0.6em;
	display: block;
	font-style: normal;
	margin-bottom: 0.5em;
}
#eventos .postMeta-post {
	display: none;
}