/*
Theme Name: PlaySounds
Theme URI: http://www.playsounds.es/
Version: 1.0
Author: Jaime P�rez Halc�n
*/

@import "clear.css";

/* ESTRUCTURAS Y MARGENES */
body {
	font: 90%/160% Arial, Helvetica, sans-serif;
	background: #757575 url(images/blog_podcast.png) no-repeat center top;
	text-align: center;
	margin: 0 auto 0 auto;
}

#page {
        font-size: 15px;
        background: url(images/bg_page.png) center center;
	background-repeat: repeat-y;
	width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	text-align: left;
}

#header {
	background: url(images/bg_header.png) no-repeat;
	height: 145px;
	width: 960px;
}

#headerlogo {
	float: left;
	width: 100%;
	height: 104px;
}

#headerlogo h1 {	
	position: relative;
	top: 15px;
	left: 15px;
	background: url(images/logotipo.png) no-repeat;
	height: 104px;
	width: 554px;
}

#headerlogo a {
	display: block;
	height: 104px;
	width: 554px;
	text-decoration: none;
}

#headerlogo span {
	visibility: hidden;
}

#headerlogo .description {
	float: right;
	color: white;
	font-family: Consolas;
	font-size: 18px;
	letter-spacing: 3px;
	margin: 15px 20px auto auto;
}

#sidebar_header {
	display: block;
	width: 100%;
}

#sidebar_header img {
	width: 45px;
	height: 45px;
}

#sidebar_header ul {
	float: right;
	margin-right: 20px;
}

#sidebar_header li {
	float: left;
	margin: -10px 3px auto 3px;
}

#menu {
	display: block;
	margin: -25px auto auto 35px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	height: 50px;
}

#menu li {
	float: left;
	text-align: center;
}

#menu li a {

	background: url(images/tab_orange.png) no-repeat center top;
	display: block;
	height: 42px;
	width: 115px;	
	color: white;
	text-decoration: none;
	letter-spacing: 2px;
}

#menu li a:hover {
	background: url(images/tab_blue.png) no-repeat center top;
	display: block;
	height: 42px;
	width: 115px;
}

#menu li a:active {
	background: url(images/tab_blue.png) no-repeat center top;
	display: block;
	height: 42px;
	width: 115px;
}

#menu li a span {	
	position: relative;
	top: 10px;
}

#menu li a.selection {	
	background: url(images/tab_blue.png) no-repeat center top;
	display: block;
	height: 42px;
	width: 115px;
}

#content {
	font-size: 13px;
        float: left;
	margin: 5px 5px 5px 20px;
	padding: 10px;
	width: 620px;
}

#content h2 {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 5px 5px 5px 15px;
}

#content h2, h2.page, h2.pagetitle {
	color: #e57524;
	text-decoration: none;
}

#content h2, h2.page, h2.pagetitle span {
	color: #0983d0;
}

#content h2 a {
	color: #e57524;
	text-decoration: none;
}

#content h2 span a {
	color: #0983d0;
}

#content .postmeta_header {
	display: block;
	color: #4a4a4a;
	font-size: 12px;
	letter-spacing: 1px;	
	padding: 5px 5px 5px 15px;	
	margin-top: -15px;
}

#content .postmeta_header a {
	color: #0c74b5;
	font-weight: bold;
	text-decoration: none;
}

#content .postmeta_header a:hover {
	color: #e57524;
}

#content .postmeta_footer {
	border-bottom: #d0d0d0 1px double;
	margin: 5px 5px 5px 15px;
	padding: 10px;
	display: block;
	color: #4a4a4a;
	font-size: 11px;
	letter-spacing: 1px;
}

#content .postmeta_footer a {
	color: #0c74b5;
	font-weight: bold;
	text-decoration: none;
}

#content .postmeta_footer a:hover {
	color: #e57524;
}

#content .separator_line {
	margin: 30px;
	border-bottom: #d0d0d0 1px double;
}

#content .post .entry img.photo {
	background: #d0d0d0;
	margin:10px;
	border: #d0d0d0 5px simple;
	padding: 5px;
}

#content .post .entry {
	font-size: 13px;
	line-height: 25px;
	margin: 10px 10px 5px 20px;
	text-align: justify;
}

#content .entry a {
	color: #0c74b5;
	font-weight: bold;
	text-decoration: underline;
}

#content .entry a:hover {
	color: #e57524;
}

#content .img_post {
	border: #000 4px solid;
	margin: 5px;
}

#content .img_post img {
	border: #4a4a4a 2px solid;
}

#content p.postmetadata {
	padding: 10px;
	margin: 3px 3px 30px 3px;
}

#comments {
	margin: 5px 5px 5px 5px;
	padding: 10px;
	width: 600px;
}

#comments .comment {	
	clear: both;
	border: #d0d0d0 2px double;
	background: #e3e3e3;
	padding: 10px;
	margin-bottom: 15px;
}

#comments .navigation {
	float: left;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 100%;
}

#comments .alignleft {
	text-align: left;
}

#comments .alignright {
	text-align: right;
}

#comments h3#comments {
	float: left;
	color: #e57524;
	font-size: 20px;
	margin-left: -10px;
	margin-top: -20px;
}

#comments .comment_meta {
	border-bottom: #d0d0d0 1px double;
	margin: 10px 0px 10px 0px;
	display: block;
	color: #4a4a4a;
	font-size: 12px;
	letter-spacing: 1px;
}

#comments .comment_meta_footer {
	margin-top: 5px;
	display: block;
	color: #4a4a4a;
	font-size: 11px;
	letter-spacing: 1px;
}

#comments .mini {
	font-size: 11px;
	letter-spacing: 1px;
}

#comments em {
	color: red;
}

#comments .right_text {
	float: right;
}

#comments a {
	color: #0c74b5;
	font-weight: bold;
	text-decoration: none;
}

#comments a:hover {
	color: #e57524;
}

#comments .comment_text {
	text-align: justify;
	min-height: 50px;
}

#comments .comment_text img.avatar {
	float: left;
	border: #d0d0d0 2px double;
	margin: 3px 5px 0px 0px;
}

#comments .children {
	display: block;
	margin-top: 20px;
	padding-left: 10px;
}

#respond {
	clear: both;	
	border: #d0d0d0 2px double;
	background: #e3e3e3;
	padding: 10px;
	padding-left: 30px;	
	letter-spacing: 1px;
	font-size: 12px;
}

#respond h3 {
	color: #e57524;
	font-size: 20px;	
	margin-bottom: 10px;
}

#respond label {
	float: left;
	display: block;
	width: 150px;
	margin: 5px;
}

#respond input, textarea {
	margin: 5px;
	border: #d0d0d0 2px double;
	padding: 5px;
	width: 350px;
}

#respond textarea {
	padding: 10px;
	width: 340px;
}

#respond input:focus, textarea:focus {
	border: #e57524 2px double;
}

#respond .submit {
	float: right;
	margin-right: 30px;
	border: #d0d0d0 2px double;
	padding: 5px;
	width: 100px;
}

#respond .req {
	color: red;
}

#respond ul.note_respond {
	list-style: circle;
	margin-left: 20px;
}

#respond .submit:hover {
	color: #fff;
	background: #e57524;
}

#sidebar {
	border-left: #d0d0d0 1px double;
	float: left;
	text-align: center;
	padding-left: 10px;
	width: 250px;
	margin-bottom: 30px;
}

#sidebar ul {
	text-align: left;
}

#sidebar fieldset.search {
	margin-left: 15px;
}

#sidebar fieldset.search input.inputSearch {
	border: #d0d0d0 2px double;
	padding: 3px;
	letter-spacing: 1px;
	width: 200px;
}

#sidebar fieldset.search input.inputSearch:focus {
	border: #e57524 2px double;
}

#sidebar fieldset.search span.noteSearch {
	color: gray;
	margin-left: 12px;
	font-size: 11px;
}

#sidebar .widgettitle {
	color: #e57524;
	letter-spacing: 1px;
	width: 90%;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#sidebar li.widget ul {
	color: #e57524;
	padding-left: 30px;
	list-style-type: circle;
	line-height: 25px;
}

#sidebar li.widget ul li { 
	margin-left: 20px;
}

#sidebar ul a, .blogroll a {
	color: #0c74b5;
	text-decoration: none;
}

#sidebar img {
	width: 175px;
	margin: 3px;
}

#sidebar ul a:hover, .blogroll a:hover {
	color: #e57524;
	text-decoration: underline;
}

#sidebar .textwidget {
	text-align: center;
}

#sidebar_footer {
	border-top: #d0d0d0 1px double;
	margin: 5px 45px 0px 40px;
	clear: both;
	font-size: 11px;
	padding-top: 15px;
}

#sidebar_footer li.widget {
	list-style: none;
}

#sidebar_footer li.widget ul {
	list-style: circle;
	color: #e57524;
	padding-left: 30px;
}

#sidebar_footer h2.widgettitle {
	font-size: 15px;
	color: #e57524;
	margin-bottom: 5px;
}

#sidebar_footer .widget {
	float: left;	
	margin-left: 20px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	letter-spacing: 1px;
	width: 400px;
}

#sidebar_footer a {
	color: #0c74b5;
	text-decoration: none;
}

#sidebar_footer a:hover {
	color: #e57524;
	text-decoration: underline;
}

#footer {
	border-top: #d0d0d0 2px double;
	color: #4a4a4a;
	margin: 5px 45px 0px 40px;
	padding: 10px;
	font-size: 11px;
}

#footer img {
	float: left;
	display: block;
	margin: 5px;
}

#footer a {
	color: #4a4a4a;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content .wpcf7 {
	margin-top: -50px;	
}

#content .wpcf7 label {
	float: left;
	display: block;
	width: 150px;
	margin: 5px;
	font-size: 12px;
}

#content .wpcf7 input, textarea {
	margin: 5px;
	border: #d0d0d0 2px double;
	padding: 5px;
	width: 350px;
}

#content .wpcf7 textarea {
	padding: 10px;
	width: 340px;
}

#content .wpcf7 input:focus, textarea:focus {
	border: #e57524 2px double;
}

#content .wpcf7 .submit {
	float: right;
	margin-top: -75px;
	margin-right: 30px;
	border: #d0d0d0 2px double;
	padding: 5px;
	width: 100px;
}

#content .wpcf7 .req {
	color: red;
}

#content .wpcf7 ul.note_respond, .wpcf7-response-output {
	list-style: circle;
	margin-left: 20px;
}

#content .wpcf7 .submit:hover {
	color: #fff;
	background: #e57524;
}