/*
Theme Name: BuddyPress ConceptoRadio
Theme URI: http://conceptoradio.net/
Description: The ConceptoRadio theme for WordPress with BuddyPress Page Templates.
Author: RaulQuintana
Author URI: http://menorcaon.com
Version: 1.0
Tags: buddypress, black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;/*background: transparent;*/
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -313px 0 0;
	width: 100%;
}
#content {
	margin: 0 313px 0 0;
}
#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 313px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
/* =Fonts
-------------------------------------------------------------- */
body, input, textarea, .page-title span, .pingback a.url {
	font-family: Arial, Helvetica, sans-serif;
}
h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
	margin: 0 auto;
	width: 939px;
}
#wrapper {
	padding: 0px;
	position: relative;
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
	background-color: #CCC;
	color: #444;
}
#footer-widget-area #first.widget-area {
	width:100%;
	margin:0px;
}
#footer-widget-area #second.widget-area .widget-container, #footer-widget-area #third.widget-area .widget-container, #footer-widget-area #third ul.xoxo li.widget-container.widget_text, #footer-widget-area #third .xoxo li {
	float: left;
	width: 293px;
	display: block;
	margin: 0px 10px;
}
#footer-widget-area #third {
	clear:both;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #E6E6E6;
}
body {
	background-image: url(images/bg.png);
	background-position: center;
	background-repeat: repeat-y;
}
body, input, textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
pre {
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
	background-color: #8F8F8F;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}
a, #primary .advanced-recent-posts li a {
	text-decoration: none;
	color: #000;
}
a:active, a:hover, #primary .advanced-recent-posts li a:hover, .widget-area a:hover, .navigation a:hover, .related_posts a:hover, #footer-widget-area a:hover {
	/*color:#00CAF4;*/
	/*color:#009AB9;*/
	/*color:#008CAA;*/
	  color:#007993;	
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Header
-------------------------------------------------------------- */

#header {
}
/*#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}*/
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/*#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}*/

/* This is the custom header image */
#branding img {
	clear: both;
	display: block;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 auto;
	width: 939px;
	display:block;
	float:left;
}
#access .menu-header, div.menu {
	font-size: 13px;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li, div.menu li {
	float:left;
	margin: 0px 12px 0px 0px;
	position:relative;
}
#access #menu-item-20 {
	margin: 0px;
	float: right;
	position:relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#444;
	padding:0 15px;
	line-height:38px;
	font-size: 15px;
	text-transform: uppercase;
}
#access ul ul {
	width:100%;
	min-width: 100px;
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	z-index: 99999;
}
#access ul ul li {
	width:100%;
	min-width: 100px;
	margin: 0px !important;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	display:block;
	/*width: 120px;*/
	background:#444;
	height:auto;
	line-height:1em;
	padding:10px;
	margin: 0px !important;
	color: #FFF;
	text-transform:lowercase;
}
#access li:hover > a {
	color:#FFF;
	background:#444;
}
#access ul ul :hover > a {
	color:#444;
	background:#E6E6E6;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
/*color: #FFF;
	background-color: #009AB9;*/
}
* html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover {
	color:#fff;
}
/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 0px;
	clear: both;
	background-color: #CCC;
}
#content {
	margin-bottom: 36px;
}
#content {
	color: #333;
	font-size: 13px;
	line-height: 1.3em;
}
#content input, #content textarea {
	color: #444;
	font-size: 13px;
	line-height: 1.3em;
}
#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	margin-bottom:24px;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom:0;
}
#content pre, #content kbd, #content tt, #content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt, #content th {
	color: #000;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #E6E6E6;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th, #content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}
/*.hentry {
	margin: 0 0 48px 0;
}*/
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link, .page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active, .page-title a:hover {
	color: #00CAF4;
}
#content .entry-title {
	color: #444;
	font-size: 32px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	/*text-transform: uppercase;*/
	background-color: #E6E6E6;
	padding-left: 24px;
	background-image: url(images/sq-d.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 15px;
	display: block;
}
.entry-title a:link, .entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
	color: #00CAF4;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	background-color: #E6E6E6;
	padding: 0px 24px 24px;
}
.entry-meta abbr, .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content, .entry-summary {
	clear: both;
	padding: 12px 32px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file, .entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup, .entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link, .page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active, .page-link a:hover {
	color: #00CAF4;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	clear: both;
	padding: 5px 32px;
}
.entry-meta a, .entry-utility a {
	color: #888;
}
.entry-meta a:hover, .entry-utility a:hover {
	color: #00CAF4;
}
#content .video-player {
	padding: 0;
}
/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}
/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}
/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* Images
-------------------------------------------------------------- */

#content .entry-image img {
	margin: 0;
	max-width: 626px;
}
#content img {
	margin: 0;
	max-width: 596px;
}
-entry-content img {
	margin: 0;
	max-width: 593px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft, #content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright, #content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a {
	text-decoration: none;
	color: #666;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 32px 0 32px;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #8F8F8F;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #00CAF4;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #00CAF4;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #E6E6E6;
	overflow: hidden;
	position: relative;
	padding: 0px 32px;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#00CAF4;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
/*.widget-container {
	margin: 0 0 18px 0;
}*/
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #FFF;
}
.widget_rss a.rsswidget:hover {
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}
/* Footer widget areas */
#footer-widget-area {
}
/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 50px;
}
#colophon {
	overflow: hidden;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #444;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 20px;
	line-height: 16px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}
/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access, .entry-meta, .entry-utility, .navigation, .widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
body {
	background:none !important;
}
#wrapper {
	float: none !important;
	clear: both !important;
	display: block !important;
	position: relative !important;
}
#header {
	border-bottom: 2pt solid #000;
	padding-bottom: 18pt;
}
#colophon {
	border-top: 2pt solid #000;
}
#site-title,  #site-description {
	float: none;
	margin: 0;
	padding:0;
	line-height: 1.4em;
}
#site-title {
	font-size: 13pt;
}
.entry-content {
	font-size: 14pt;
	line-height: 1.6em;
}
.entry-title {
	font-size: 21pt;
}
#access,  #branding img,  #respond,  .comment-edit-link,  .edit-link,  .navigation,  .page-link,  .widget-area {
	display: none !important;
}
#container,  #header,  #footer {
	width: 100%;
	margin: 0;
}
#content,  .one-column #content {
	width: 100%;
	margin: 24pt 0 0;
}
.wp-caption p {
	font-size: 11pt;
}
#site-info,  #site-generator {
	float: none;
	width: auto;
}
#colophon {
	width: auto;
}
img#wpstats {
	display:none
}
#site-generator a {
	padding: 0;
	margin: 0;
}
#entry-author-info {
	border: 1px solid #e7e7e7;
}
#main {
	display:inline;
}
.home .sticky {
	border: none;
}
}
ul#groups-list {
	list-style: none;
}
ul#members-list {
	list-style: none;
}
.item-avatar {
	float: left;
}
span.activity {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	background: #FFF9DB;
	border-bottom: 1px solid #FFE8C4;
	border-right: 1px solid #FFE8C4;
	color: #000;
	padding: 1px 8px;
	margin-top: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#site-title span {
	display: block;
	width: 400px;
	overflow:hidden;
	margin: 45px auto;
	position: relative;
}
#site-title span a {
	background-image: url(images/logo.gif);
	display: block;
	padding-left: 400px;
	width: 1px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow:hidden;
}
#site-title span a:hover {
	background-position: top left;
}
ul.post-meta {
	list-style-type: none;
	display: block;
	margin: 0px !important;
	padding: 0px !important;
}
ul.post-meta lu {
	float:left;
}
#conceptmenu #slider {
	height: 250px;
	width: 626px;
	float: left;
}
#conceptmenu #playlister {
	height: 250px;
	float: right;
	width: 313px;
	background-color: #E2E3E5;
}
#conceptmenu #discmenu {
	clear: both;
	background-color: #CCC;
	height: 75px;
	padding-top: 10px;
}
#main #primary .widget-title {
	color: #444;
	display: none;
}
/* SIDEBAR */
#primary .advanced-recent-posts, #primary .advanced-recent-posts li {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	line-height: 1.1;
}
#primary .advanced-recent-posts li a {
	display: block;
	clear:both;
	background-image: url(images/arp.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 0px;
	height: 157px;
	background-color: #CCC;
}
#primary .advanced-recent-posts li div {
	float:left;
	display: block;
	margin-right: 10px;
}
.advanced-recent-posts li a em {
	display: block;
	font-style: normal;
	font-size: 14px;
	padding: 20px 0px 5px;
}
/* HEADER SLIDER */
.adshome {
	float: left;
	width: 626px;
	height: 250px;
	padding: 0px;
	margin: 0px;
	position: relative;
}
.adshome .mascara {
	position:relative;
	width: 626px;
	height: 250px;
	overflow:hidden;
}
.adshome .mascara #anuncis {
	position:absolute;
}
.adshome .mascara #anuncis div {
	width: 626px;
	height: 250px;
	float:left;
	background: #000;
}
.adshome .mascara #anuncis div a {
	text-decoration:none;
	display:block;
	width: 626px;
	height: 250px;
}
.adshome .mascara #anuncis div a span {
	display:none;
	padding:10px;
	font-size: 12px;
	color:#FFF;
	background-image: url(images/star_post_gb.png);
	float: left;
	text-align:right;
}
.adshome .mascara #anuncis div a:hover span {
	display:block;
}
.adshome .mascara #anuncis div a span strong {
	font-size: 30px;
	color:#FFF;
	line-height: 100%;
	text-align:left;
	display: block;
	font-weight: normal;
	/*text-transform: uppercase;*/
}
.adshome .mascara #anuncis div a span em {
	display: block;
	font-style: normal;
}
.adshome .mascara #anuncis div a span em.cat_star {
	text-align:left;
	background-image: url(images/sq-s.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 15px 5px;
	text-transform: lowercase;
}
.adshome .mascara #anuncis div a span em.meta_star {
	text-align:right;
	font-size:15px;
}
.adshome .buttons {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.adshome .buttons span a {
	color: #A15CA5;
}
.adshome .buttons span {
	background-image: url(images/cercle.png);
	background-position: 0px 32px;
	height: 32px;
	padding-left: 32px;
	display: block;
	float: left;
	overflow: hidden;
	width: 1px;
	font-size: 1px;
	color: none;
}
.adshome .buttons span.active {
	background-position: 0px 64px;
	cursor: pointer;
}
.adshome .buttons span:hover {
	background-position: 0px 0px;
	cursor: pointer;
}

/* FOOTER */

#footer-widget-area #second .widget-title, #footer-widget-area #third .widget-title {
	color: #FFF;
	background-color: #333;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px -10px;
	padding: 0px 10px;
}
#footer-widget-area #second #members-list, #footer-widget-area #third #members-list {
	margin: 0px;
}
#footer-widget-area #third .xoxo .menu-menu-footer-container ul {
	width: 293px;
	height: auto;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	position: relative;
	display: block;
}
#footer-widget-area #third .xoxo .menu-menu-footer-container a[href="#"] {
	display:none;
}
#footer-widget-area #third .xoxo .menu-menu-footer-container li {
	float: left;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#footer-widget-area #third .xoxo .menu-menu-footer-container  li li {
	margin: 0px 0px 0px 15px;
}
.menu-menu-footer-container .sub-menu a, #footer-widget-area .widget_text a {
	padding: 5px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
#footer-widget-area .widget_text p {
	margin: 15px 0px 0px;
}
#footer-widget-area #second.widget-area .widget-container, #footer-widget-area #third.widget-area .widget-container {
	height:230px;
}
#footer-widget-area #second.widget-area .widget-container.widget_bp_core_members_widget, #footer-widget-area #third.widget-area .widget-container.widget_tag_cloud {
	width:606px;
}
/* HOME */

#container.casa {
	margin: 0px !important;
	line-height: 100% !important;
}
#container.casa #content {
	margin: 0px !important;
}
.clr {
	clear:both;
}
.showoff {
	display:none;
}
.casa #content img {
	max-width: 939px;
	line-height: 100%;
}
.onecols {
	height:313px;
	width:313px;
	float:left;
}
.twocols {
	height:313px;
	width:626px;
	float:left;
}
.threecols {
	width:939px;
	clear: both;
	margin: 0px;
	height: 120px;
	overflow: hidden;
}
/* HOME SLIDERS */
/* dest_slider */
#dest_slider .dest_mask {
	width:313px;
	height: 313px;
	position:relative;
	overflow:hidden;
}
#dest_slider #dest_entrevistas, #dest_slider #dest_news, #dest_slider #dest_especiales {
	position:absolute;
}
#dest_slider #dest_entrevistas div, #dest_slider #dest_news div, #dest_slider #dest_especiales div {
	width:313px;
	height: 313px;
	float:left;
	background-repeat: no-repeat;
	background-position: 50% 0px;
}
#dest_slider #dest_entrevistas .dest_slide, #dest_slider #dest_news .dest_slide, #dest_slider #dest_especiales .dest_slide {
	width: 313px;
}
#dest_slider .buttons {
	position: absolute;
	top: 5px;
	right: 10px;
}
.buttons img {
	cursor:pointer;
}
#dest_slider .dest_slide {
	float: left;
	position: relative;
}
#dest_slider .dest_slide .dest_mask div {
	position:relative;
}
#dest_slider .dest_slide .dest_mask div a {
	display:block;
	padding:5px 10px;
	color:#FFF;
	background-image: url(images/star_post_gb.png);
	position:absolute;
	bottom:0px;
	width:293px;
	height:40px;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.1;
}
#dest_slider .dest_slide .dest_mask div a strong {
	display:block;
	background-repeat:no-repeat;
	background-image:url(images/sq-i.gif);
	background-position:right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 5px;
}
#dest_slider p.categoria {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* other sliders twocols */
.twocols .dest_mask {
	width: 626px;
	height: 313px;
	position:relative;
	overflow:hidden;
}
.twocols .dest_slide {
	float: left;
	position: relative;
}
#dest_escuchados, #dest_video, #dest_excavando, #dest_introducing {
	position:absolute;
}
.twocols .dest_slide .dest_mask div div {
	background-repeat: no-repeat;
	height: 313px;
	width: 626px;
	position: relative;
	float: left;
}
#escuchados .dest_slide .dest_mask div div, #video .dest_slide .dest_mask div div {
	background-position: left;
}
#excavando .dest_slide .dest_mask div div, #introducing .dest_slide .dest_mask div div {
	background-position: right;
}
.twocols .dest_slide .dest_mask div a {
	display:block;
	padding:45px;
	font-size: 14px;
	color:#333;
	width:223px;
	height:223px;
	text-decoration: none;
	position: relative;
	background-color: #CCC;
	background-image: url(images/arp.gif);
	background-repeat:no-repeat;
	line-height: 1.3;
}
#escuchados .dest_slide .dest_mask div a, #video .dest_slide .dest_mask div a {
	float: right;
	background-position:292px 292px;
}
#excavando .dest_slide .dest_mask div a, #introducing .dest_slide .dest_mask div a {
	float: left;
	background-position:1px 292px;
}
.twocols .dest_slide .dest_mask div a strong {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
}
.twocols .buttons {
	position: absolute;
	margin: 0px;
	top: 280px;
}
#escuchados .buttons, #video .buttons {
	left: 260px;
}
#excavando .buttons, #introducing .buttons {
	right: 260px;
}
p.categoria {
	text-transform: uppercase;
	/*background-image:url(images/star_post_gb.png);
	font-size:20px;
	padding: 12px;*/
	padding:12px 0px 12px 3px;
	font-size:18px;
	margin: 0px !important;
	letter-spacing: -1px !important;
}
.twocols p.categoria {
	position: absolute;
	top: 1px;
}
#escuchados p.categoria, #video p.categoria {
	left: 354px;
}
#excavando p.categoria, #introducing p.categoria {
	left: 40px;
}
/*#escuchados p.categoria:after, #video p.categoria:after {
	content:  url('images/sq-br.gif') '';  
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#excavando p.categoria:after, #introducing p.categoria:after {  
	content:  url('images/sq-bl.gif') '';  
	position: absolute;
	bottom: 5px;
	left: 5px;
} */
/* other slider onecols*/
.onecols .dest_mask {
	width: 313px;
	height: 313px;
	position:relative;
	overflow:hidden;
}
.onecols .dest_slide {
	float: left;
	position: relative;
}
#dest_mixes, #dest_conceptomix, #dest_downloads {
	position:absolute;
}
.onecols .dest_slide .dest_mask div div {
	height: 313px;
	width: 313px;
	position: relative;
	float: left;
}
.onecols .dest_slide .dest_mask div div a.cojo {
	display:block;
	width:313px;
	height:313px;
	position:absolute;
}
/*
.onecols .dest_slide .dest_mask div div a strong {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
*/
.onecols .buttons {
	position: absolute;
	margin: 0px;
	top: 280px;
	left: 260px;
}
.onecols p.categoria {
	position:absolute;
	top: 1px;
	left: 1px;
	margin: 0px;
}
#dest_fixed p.categoria {
	width: 289px;
}
#dest_fixed .dest_mask {
	float:right;
}
/* encojonado { */
.onecols.cojo {
	position:relative;
}
.cojo:before {  
	content:  url('images/cojo_l.png') '';  
	position: absolute;
	top: 0px;
	left:0px;
} 
.cojo:after {  
	content:  url('images/cojo_r.png') '';  
	position: absolute;
	top: 0px;
	right:0px;
}  
#escuchados span.cojo, #video span.cojo, #excavando span.cojo, #introducing span.cojo {
	position:relative;
	width:313px;
	height:313px;
	display:block;
}  
#escuchados span.cojo, #video span.cojo {
	float:left;
}
#excavando span.cojo, #introducing span.cojo {
	float:right;
}
/* } encojonado */
#video span.cojo {
	background-image: url(images/play.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#video span.cojo a {
	width: 54px;
	height: 54px;
	margin: 129px;
	padding:0px;
	display:block;
	background-color: transparent;
}  

#downloads.onecols .categoria {
	left: 25px;
}
#dest_downloads .elemento .cojo strong {
	font-size: 16px;
	display: block;
	position: absolute;
	width: 231px;
	margin: 0px;
	color: #FFF;
	padding: 10px 55px 10px 25px;
	bottom: 0px;
	left: 1px;
}


/* */
#discmenu .discs {
	background-color: #A6A6A6;
	overflow: visible;
	margin: 0px 9px;
	height: 44px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
#discmenu a {
	color: #333;
	display: block;
	width: 100px;
	float: left;
	margin: 5px 8px 0px 7px;
	font-size: 10px;
	text-align: center;
	height: 36px;
	overflow: hidden;
	line-height: 1;
	text-decoration: none;
}
#discmenu a:hover {
	overflow: visible;
}
#discmenu .discs a span {
	margin: auto;
	height: 36px;
	width: 36px;
	display: block;
	background-image: url(images/discmen.png);
	background-position: bottom;
	margin-bottom:5px;
}
#discmenu .discs a:hover span {
	background-position: top;
}
.top {
	background-color: #333;
	height: 15px;
	line-height:15px;
	padding-left:15px;
	font-size:11px;
	font-weight:bold;
}
.top a {
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
}
/* .category tag */
.category .post, .tag .post {
	height:313px;
}
.odd .post span.cojo, .even .post a.cojo {
	float:left;
}
.odd .post a.cojo, .even .post span.cojo {
	float:right;
}
.even .post {
	background-position:right;
}
.odd .post {
	background-position:left;
}
.even .post a.cojo {
	background-position:1px 292px;
}
.odd .post a.cojo {
	background-position:292px 292px;
}
#primary .xoxo .textwidget {
	height: 313px;
}
#primary .xoxo #text-3 {
	height: 313px;
}
#primary .xoxo .advanced-recent-posts {
	/*height: 939px;*/
	height:1252px;
	padding-top: 1px;
}
#primary .xoxo .advanced-recent-posts li {
	position:relative;
}
#footer-widget-area a {
	color: #333;
}
#footer-widget-area .recentcomments {
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer-widget-area .widget_tag_cloud a {
	
}
#footer-widget-area #members-list li.vcard {
	float: left;
	width: 50%;
}
#footer-widget-area  .widget_tag_cloud div {
	padding-top: 20px;
}
#comments a {
	color: #333;
}
.casa #content a {
	color: #333;
	text-decoration: none;
}
#cercador {
	background-color: #009AB9;
	position: absolute;
	top: 15px;
	right: 0px;
	text-align: left;
	padding-left: 25px;
	height: 26px;
	line-height: 26px;
	width: 1px;
	overflow: hidden;
	background-image:url(images/find.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#cercador:hover {
	width:auto;
	padding:0px 5px;
	background-image:none;
}
#cercador #searchform{
	display:block;
	float: left;
}
#cercador #searchform input[type="text"]#s {
	border:0px none;
	padding:0px;
}
#cercador #searchform input[type="submit"] {
	border:none #009AB9 0px;
	background-color: #009AB9;
	color:#FFF;
}
div.sociable {
	margin:0px !important;
	text-align:right;
}
div.sociable ul {
	margin:0px;
}
div.sociable .sociable_tagline {
	display: none !important;
}
.related_posts a {
	color:#333;
}
.wp-pagenavi {
	clear: left;
	padding: 20px;
	color: #666;
}
.wp-pagenavi a {
	color:#000;
}
.wp-pagenavi a:visited {
	text-decoration:none;
}
.wp-pagenavi a:hover {
	text-decoration:underline;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .extend {
	padding: 5px;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.first, .wp-pagenavi a.last {
	color:#666;
}
.wp-pagenavi .current {
	color:#009AB9;
	font-weight: bold;
}
#branding {
	margin: 0 auto;
	width: 939px;
	height: 162px;
	position: relative;
	overflow: hidden;
}
#footer-widget-area .widget_links ul {
	list-style-type: none;
}
#footer-widget-area .widget_links li {
	float:left;
	width:64px;
	height:64px;
	display:block;
	overflow:hidden;
}
#footer-widget-area .widget_links li a {
	text-decoration:none;
}
#footer-widget-area .widget_links li img {
	width:64px;
	height:64px;
}
/* RQR v2 */ 
.casa #content .categoria a {
	color: #333333;
}
#footer-widget-area .widget-title a {
	color: #FFF;
	text-decoration: none;
}
.entry-meta em {
	font-size:20px;
}
.mon strong {
	font-size:11px;
	color:#666;
	font-weight:normal;
}
.mon:hover strong {
	color:#F33;
}
small{
	font-size:80%;
	font-weight:normal;
	letter-spacing:-1px;
}
/* banner head*/
#playlister {
	position:relative;
}
/*.widget_maxbannerads {
	position: absolute;
	top:0px;
}*/
#playlister .widget_maxbannerads {
	position: absolute;
	top:0px;
}
#playlister, #playlister .widget_maxbannerads, #playlister .widget_maxbannerads div, #playlister .widget_maxbannerads div a, #playlister .widget_maxbannerads div a img {
	padding: 0px;
	margin: 0px;
	line-height:100%;
	height:250px;
}
#maxbannerads-4, #maxbannerads-4 .widget_maxbannerads, #maxbannerads-4 .widget_maxbannerads div, #maxbannerads-4 .widget_maxbannerads div a, #maxbannerads-4 .widget_maxbannerads div a img {
	padding: 0px;
	margin: 0px;
	line-height:100%;
	height:313px;
}

#maxbannerads-5, #maxbannerads-5 .widget_maxbannerads, #maxbannerads-5 .widget_maxbannerads div, #maxbannerads-5 .widget_maxbannerads div a, #maxbannerads-5 .widget_maxbannerads div a img,
#maxbannerads-6, #maxbannerads-6 .widget_maxbannerads, #maxbannerads-6 .widget_maxbannerads div, #maxbannerads-6 .widget_maxbannerads div a, #maxbannerads-6 .widget_maxbannerads div a img {
	padding: 0px;
	margin: 0px;
	line-height:100%;
	height:120px;
}

.zxr_m{
	position:relative; width: 313px; height: 250px; overflow:hidden;
}
.zxq_m{
	position:relative; width: 313px; height: 313px; overflow:hidden;
}
.zxn_m, .zxe_m {
	position:relative; width: 939px; height: 120px; overflow:hidden;
}
#zxr, #zxq, #zxn, #zxe {
	position:absolute;
}



/*#maxbannerads-3 {
	overflow:hidden;
	height:313px;
	height: 250px;
}
.zxr_m{
	position:relative; 
	width: 313px; 
	height: 250px; 
	overflow:hidden;
}
#zxr{
	position:absolute;
	height: 250px;
	overflow:hidden;
}
#zxr div {
	overflow:hidden;
	height: 250px;
}*/
#dest_menu #dest_fixed  {
	background-color:#CCCCCC;
	height:313px;
}
	
#dest_menu #dest_fixed ul {
	display: block;
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 313px;
}
#dest_menu #dest_fixed ul li {
	display:block;
	clear:both;
	border-top:#777 1px solid;
	position: relative;
	height: 90px;
}
#dest_menu #dest_fixed ul li em {
	font-style:normal;
	color:#444;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: 2px;
	right:2px;
	background-image:url(images/commnet.png);
	text-align:center;
	line-height:20px;
}
#dest_menu #dest_fixed ul li img {
	margin-right: 5px;
}



.one_half {
    float:left;
    margin-bottom:10px;
    margin-right:32px;
    position:relative;
	width:265px; 
}
.last_column { clear:right; margin-right:0 !important; }#related_posts_thumbnails {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#related_posts_thumbnails li {
	float: left;
	display: block;
	width: 140px;
}
#related_posts_thumbnails li a img {
	width: 140px;
}
#downloads .dest_slide .categoria a {
	color: #FFF;
}
#dest_downloads .elemento .cojo strong {
	color: #FFF;
	background-image:url(images/star_post_gb.png);
	float:left;
}
.widget-area ul.xoxo {
	margin: 0px;
}
#dest_menu #dest_fixed ul li a strong {
	max-height: 53px;
	display: block;
	overflow: hidden;
	padding-top:5px;
}

