/* 
Theme Name: Soundays
Theme URI: http://www.soundays.com
Description: Template for the Soundays blog. Based on Yahoo GUI Grids to reset fonts and styles, and lay out structure. Sticky footer adapted from: http://www.cssstickyfooter.com/html-code.html
Author: Esteban Lussich
Author URI: http://flickr.com/photos/elussich
Version: 1.0
Tags: two columns, fixed width, widgets, minimalist, right sidebar, dark 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
* {
	outline: none;
}
html, body, #doc {
	height: 100%;
	background-color: #525c36;
	background-image: url(images/html_bg.jpg);
	background-repeat:  repeat-x;
}
body > #doc {
	height: auto;
	min-height: 100%;
	border-left: 1px solid #2c311f;
	border-right: 1px solid #2c311f;
}
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	background-color: transparent;
	background-image: url(images/bg_843.png);
	background-repeat:  repeat;
	color: #ccc;
	text-align: center;
}
a {
	color: #59b2b2;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FC0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
.red {
	color: #F33;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
	
#hd {
	padding: 0;
	margin: 0 auto;
	background: transparent url(images/header_bg.jpg) no-repeat scroll 0 0;
	height: 243px;
	position: relative;
}
/* Menu begin */
#hd div.menu {
	width: 438px;
	position: absolute;
	left: 153px;
	top: 189px;
}
#hd div.menu ul {
}
#hd div.menu ul li {
	float: left;
}
#hd div.menu ul li a {
	display: block;
	height: 37px;
	background-position: 0px 0px;
	text-indent: -999px;
}
#hd div.menu ul li a:hover {
	background-position: 0px -37px;
	text-decoration: none;
}
#hd div.menu ul li.current_page_item a, #hd div.menu ul li.current-cat a {
	background-position: 0px -37px;
	text-decoration: underline;
}
#hd div.menu ul li.cat-item-3 a {
	background-image: url(images/menu_Agenda_bg.jpg);
	background-repeat: no-repeat;
	width: 101px;
}
#hd div.menu ul li.cat-item-4 a {
	background-image: url(images/menu_Multimedia_bg.jpg);
	background-repeat: no-repeat;
	width: 153px;
}
#hd div.menu ul li.page-item-2 a {
	background-image: url(images/menu_Bio_bg.jpg);
	background-repeat: no-repeat;
	width: 58px;
}
#hd div.menu ul li.page-item-4 a {
	background-image: url(images/menu_Contacto_bg.jpg);
	background-repeat: no-repeat;
	width: 126px;
}
#hd div.menu ul li.page-item-5 a {
	background-image: url(images/menu_Contacto_bg.jpg);
	background-repeat: no-repeat;
	width: 126px;
}
/* Menu end */


#bd {
	background-color: #2c311f;
	text-align: left;
	padding-bottom: 155px;  /* must be same height as the footer */
}
#footer {
	position: relative;
	margin: -155px auto 0; /* negative value of footer height */
	width: 749px;
	height: 155px;
	clear:both;
	font-size: 10px;
	background: #2c311f url(images/footer_bg.jpg) no-repeat scroll left bottom;
}
#footer div.firma {
	margin: 0;
	padding: 0 203px 0 0;
	text-align: right;
}
/* Footer Menu begin */
#footer div.menu {
	height: 24px;
	font-size: 18px;
	line-height: 24px;
	padding: 78px 0 0 206px;
}
#footer div.menu ul li {
	float: left;
}
#footer div.menu ul li a {
	padding: 0 6px 0 0;
	color: #CCC;
	text-decoration: none;
}
#footer div.menu ul li a:hover {
	color: #FC0;
	text-decoration: none;
}
#footer div.menu ul li.current_page_item a, #footer div.menu ul li.current-cat a {
	color: #8fa540;
}
/* Footer Menu end */

/* Posts begin */
.post {
	margin: 20px 30px 25px 20px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #666;
	font-size: 12px;
	line-height: 16px;
}
.post h2 {
	font-size: 21px;
	font-weight: bold;
	line-height: 24px;
}
.post div.entry, .post div.entrytext {
	margin: 10px 0 10px;
	position: relative;
}
.post div.entry p, .post div.entrytext p {
	margin: 0 0 12px;
}
.post div.entry p.wp-caption-text, .post div.entrytext p.wp-caption-text {
	background-color:#11120C;
	color:#BBBBBB;
	font-size:10px;
	font-style:italic;
	height:18px;
	line-height:18px;
	margin:0 0 12px 0;
	padding: 1px 0 0 5px;
	width:502px;
}
.post div.entry p a img, .post div.entrytext p a img {
	margin: 0 5px 5px 0;
	border: 1px solid #212517;
}
.post div.entry p a:hover img, .post div.entrytext p a:hover img {
	border: 1px solid #993;
}
.post p.postmetadata {
	margin: 5px 0;
	text-align: right;
}
.post div.navigation {
	margin: 0 0 15px;
}
.post div.navigation .alignleft {
	float: left;
}
.post div.navigation .alignright {
	float: right;
}
.comentarios {
	float:right;
	text-align:center;
}
.comentarios a {
	background:transparent url(images/comment_icon.png) no-repeat scroll -1px 0px;
	color:#333;
	font-size:15px;
	font-weight:bold;
	height:32px;
	line-height:29px;
	width:32px;
	display: block;
}
.comentarios a:hover {
	color: #3685D5;
	background-position: -1px -32px;
	text-decoration: none;
}
.etiquetas {
	font-size: 10px;
	float: left;
	line-height: 16px;
	height: 16px;
	margin: 8px 0;
	background: transparent url(images/label_icon.png) no-repeat 0px 0px;
	padding: 0 0 0 20px;
}
.etiquetas a {
}
/* Posts end */

/* PagePosts begin */
.pagepost {
	margin: 20px 30px 25px 20px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #666;
	font-size: 12px;
	line-height: 16px;
}
.pagepost h2 {
	font-size: 21px;
	font-weight: bold;
	line-height: 24px;
}
.pagepost div.entry, .pagepost div.entrytext {
	margin: 15px 0 10px;
}
.pagepost div.entry p, .pagepost div.entrytext p {
	margin: 0 0 12px;
}
.pagepost div.entry p.wp-caption-text, .pagepost div.entrytext p.wp-caption-text {
	background-color:#11120C;
	color:#BBBBBB;
	font-size:10px;
	font-style:italic;
	height:18px;
	line-height:18px;
	margin: 0 0 12px 0;
	padding: 1px 0 0 5px;
	width:502px;
}
/* PagePosts end */

/* Comments begin */
#comments-wrapper {
	margin: 20px 30px 30px 20px;
}
#comments-wrapper h3 {
	font-size: 16px;
}
#comments-wrapper h3#comments {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: normal;
	color: #CC9;
}
#comments-wrapper h3#respond {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}
#comments-wrapper ol.commentlist {
	margin: 0 0 15px;
}
#comments-wrapper ol.commentlist li {
	margin: 0 0 10px;
	padding: 10px;
	/*border-bottom: 1px dotted #666;*/
	background-color: #212419;
}
#comments-wrapper ol.commentlist li div.gravatar {
	float: left;
	margin: 0 7px 7px 0;
}
#comments-wrapper ol.commentlist li div.comment-author {
	padding: 2px 0 0;
}
#comments-wrapper ol.commentlist li cite {
}
#comments-wrapper ol.commentlist li .commentmetadata {
}
#comments-wrapper ol.commentlist li p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#comments-wrapper form {
}
#comments-wrapper input[type=text] {
	width: 490px;
	height: 20px;
	border: 0px none;
	margin: 4px 0 16px;
	padding: 5px;
	font-size: 16px;
	color: #333;
	background: transparent url(images/input_contact_bg.png) no-repeat 0px 0px;
}
#comments-wrapper input[type=submit] {
	width: 146px;
	height: 30px;
	border: 0px none;
	color: #FFF;
	margin: 0 6px 0 0;
	font-size: 16px;
	font-weight: bold;
	background: transparent url(images/submit_contact_bg.png) no-repeat 0px 0px;
}
#comments-wrapper input[type=submit].over {
	color: #000;
	cursor: pointer;
}
#comments-wrapper textarea {
	margin: 5px 0 10px;
	width: 490px;
	height: 148px;
	border: 0px none;
	padding: 5px;
	font-size: 16px;
	color: #333;
	background: transparent url(images/textarea_contact_bg.png) no-repeat 0px 0px;
	overflow: hidden;
}
/* Comments end */

/* Contact Form begin */
form.wpcf7-form {
	padding: 8px 0 0;
}
form.wpcf7-form p {
	font-size: 14px;
	color: #FFF;
}
form.wpcf7-form input[type=text] {
	width: 490px;
	height: 20px;
	border: 0px none;
	margin: 4px 0;
	padding: 5px;
	font-size: 16px;
	color: #333;
	background: transparent url(images/input_contact_bg.png) no-repeat 0px 0px;
}
form.wpcf7-form textarea {
	width: 490px;
	height: 148px;
	border: 0px none;
	margin: 4px 0;
	padding: 5px;
	font-size: 16px;
	color: #333;
	background: transparent url(images/textarea_contact_bg.png) no-repeat 0px 0px;
	overflow: hidden;
}
form.wpcf7-form input[type=submit] {
	width: 146px;
	height: 30px;
	border: 0px none;
	color: #FFF;
	margin: 0 6px 0 0;
	font-size: 16px;
	font-weight: bold;
	background: transparent url(images/submit_contact_bg.png) no-repeat 0px 0px;
}
/* Contact Form end */

/* Sidebar begin */
#sidebar-container {
	background: transparent url(images/sidebar_bg.jpg) no-repeat 0px 0px;
	padding: 0 12px 0 0;
	min-height: 676px;
}
#sidebar {
	margin: 0 15px 0 20px;
	color: #e6d794;
	font-size: 11px;
}
#sidebar ul li {
	margin: 5px 0 10px;
	padding: 0 0 7px;
	border-bottom: 1px dotted #525C36;
}
#sidebar ul li h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.01em;
}
#sidebar ul li ul li {
	margin: 2px 0 4px;
	border: none;
	padding: 0 0;
}
#sidebar ul li div.banner a {
	width: 145px;
	height: 82px;
	display: block;
	background: url(images/pool_banner.jpg) no-repeat 0px 0px;
}
#sidebar ul li.widget_recent_entries ul li {
	margin: 2px 0 4px 12px;
	border: none;
	padding: 0 0;
	list-style-position: outside;
	list-style-type: disc;
}

#sidebar ul li ul.followUs li {
	margin: 8px 0 4px;
	border: none;
	padding: 0 0;
}
#sidebar ul li ul.followUs li a {
	width: 140px;
	height: 30px;
	display: block;
}
#sidebar ul li ul.followUs li a.facebook {
	background: transparent url(images/facebook_logo.png) no-repeat 0px 0px;
}
#sidebar ul li ul.followUs li a.myspace {
	background: transparent url(images/myspace_logo.png) no-repeat 0px 0px;
}
#sidebar ul li ul.followUs li a.flickr {
	background: transparent url(images/flickr_logo.png) no-repeat 0px 0px;
}
#sidebar ul li ul.followUs li a:hover {
	background-position: 0 -30px;
}
#sidebar input[type=text] {
	background: transparent url(images/input_bg.png) no-repeat 0px 0px;
	width: 110px;
	height: 12px;
	border: 0px none;
	padding: 4px 4px 2px;
	font-size: 11px;
	_background-color: #CCC;
}
#sidebar #wpsb input[type=text].long {
	background: transparent url(images/input_bg_long.png) no-repeat 0px 0px;
	width: 146px;
	height: 12px;
	border: 0px none;
	padding: 4px 4px 2px;
	font-size: 11px;
	_background-color: #CCC;
}
#sidebar input#s {
	float: left;
}
#sidebar input#searchsubmit {
	background: url(images/search_icon.png) no-repeat 0px 0px;
	width: 23px;
	height: 23px;
	border: none;
	text-indent: -999px;
	margin: 0 0 0 3px;
}
#sidebar input[type=radio] {
	margin: 0 0 5px;
}

#sidebar #wpsb input[type=text] {
	background: transparent url(images/input_bg_long.png) no-repeat 0px 0px;
	width: 146px;
	height: 12px;
	border: 0px none;
	padding: 4px 4px 2px;
	font-size: 11px;
}
#sidebar #wpsb form {
	margin: 15px 0 0;
}
#sidebar #wpsb p {
	margin: 5px 0 0;
}
#sidebar #wpsb p.wpsb-alert {
	margin: 5px 0 0;
	color: #F30;
}
#sidebar #wpsb p.wpsb-success {
	margin: 5px 0 0;
	color: #59B2B2;
}
#sidebar #wpsb input[type=submit] {
	background: transparent url(images/submit_bg_long.png) no-repeat 0px 0px;
	width: 146px;
	height: 18px;
	border: none;
	text-align: center;
	padding: 2px 4px;
	font-size: 11px;
	color: #1A1B13;
	font-weight: bold;
}
#sidebar a.facebook {
	width: 100px;
	height: 20px;
}
#sidebar a.myspace {
	width: 100px;
	height: 20px;
}

/* Sidebar end */
