/**
Theme Name: ReeseMag
Theme URI: http://wpjunction.com
Author URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description:ReeseMag Theme Premium WP
*/

@import url('css/reset.css');
@import url('css/default.css');
@import url('css/lavalamp.css');
@import url('css/glide.css');
@import url('css/jquery.tabs.css');
@import url('css/slide.css');
@import url('css/widgets.css');
@import url('css/comments.css');

body {
	background:#0a4b71 url(images/bodybg.png) repeat-x;
	font:11px Tahoma, Verdana, Arial;
	color:#555;
	padding-top:1px;
}

a {
	text-decoration:none;
	color:#155585;
}

a:hover { color:#012b43; }

#wrapper {
	background:#fff;
	border-left:4px #012b43 solid;
	border-right:4px #012b43 solid;
	width:1006px;
	margin:0 auto;
}
/*
#wrapper-in {
	background:transparent url(images/static-background.gif) no-repeat;
	padding:10px 15px 0;
	width:988px;
}
*/
#topwrap {
	background:#eee;
	height:33px;
	line-height:33px;
	text-transform:uppercase;
	padding:0 5px;
	color:#333;
}

#current-date {	padding-right:22px;	float:right;	margin-top:9px;}
#legend { padding-left:5px; float:left;margin-top:9px;}


#top-search-wrap {
	float:right;
	color:#da9b26;
	margin-top:0 !important;
	margin-top:3px;
}
#top-search-wrap .input-text {
	background:url(images/searchbox.gif) no-repeat;
	width:202px;
	height:18px;
	line-height:18px;
	border:none;
	padding:3px;
}
/* header */
#header {
	background:#3B6689;
	height:180px;
	line-height:102px;
	overflow:hidden;
} #header img {width:1006px}

#page-menu {
	float:left;
	width:710px;
}

#feed {
	text-indent:-9999px;
	height:21px;
	width:21px;
	display:block;
	float:right;
}

#blog-title a {
	font-size:20px;
	text-transform:uppercase;
	width:100%;
}

#blog-description {
	margin-top:5px;
	font-weight:normal;
}

#menubar {
	background:url(images/menubar.png) repeat-x;
	height:56px;
	line-height:40px;
	overflow:hidden;
	font:normal 11px Arial, Verdana, Tahoma;
	text-transform:uppercase;
	display:block;
	margin-bottom:0 !important;
	margin-bottom:4px;
	margin-top:-8px;
	padding-bottom:10px;
}

#cat-menu {
	float:left;
	width:825px;
	position:relative;
}

#cat-menu ul, #cat-menu-shadow {
	display:block;
	width:100%;
	height:40px;
	overflow:hidden;
	position:relative;
}

#cat-menu-shadow {
	position:absolute !important;
	top:1px;
	left:1px;
}

#cat-menu ul li, #cat-menu-shadow ul li {
	display:inline;
}

#cat-menu a, #cat-menu #cat-menu-shadow a {
	background:transparent url(images/menu-separator.gif) no-repeat 100% 1px;
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	color:#042d3f;
	position:relative;
	padding:0 22px 0 20px;
}

#cat-menu a:hover, #cat-menu .current-cat a {
	background:transparent url(images/menu-hover.png) no-repeat 100% 1px;
}

#cat-menu #cat-menu-shadow li a, #cat-menu #cat-menu-shadow .current-cat a {
	background:none;
	color:#099cdc;
}

.icon {
	background:transparent url(images/all-icons.gif) no-repeat;
	padding-left:20px;
}
/* container */
#content-wrap {
	padding:8px;
	width:988px;
}
#featured-posts-wrapper {
	background:transparent url(images/featured-bg.gif) no-repeat 0 0;
	float:left;
	margin-bottom:7px;
}

#togglebox {
	float:right;
}

.title {
	font:normal 16px Tahoma, Verdana, Arial;
	margin-bottom:3px;
	font-weight:bolder;
}

.meta {
	font:normal 10px Arial, Verdana, Tahoma;
	text-transform:uppercase;
	color:#666;
	height:15px;
	margin-bottom:2px;
}

.meta a {
	color:#888F95;
}

/* content */
#content {
	float:left;
	width:664px !important;
	width:660px;
}

.pagetitle {
	font:normal 20px 'Trebuchet MS', Tahoma, Verdana;
	color:#555C61;
	padding-left:2px;
	margin-bottom:5px;
}

.post {
	margin-bottom:7px;
}

.post-top {
	padding:5px 7px 0;
}

.post.single .title {
	color:#3B6689;
}
.post.single .meta {
	border-bottom:1px solid #ccc;
	padding:0 0 5px;
}

.single .post-top {
	padding-top:5px;
}

/* sidebar */
#sidebar {
	float:right;
	width:322px;
}
#sidebar .searchbox {
	background:#155585;
	padding:6px 8px;
}
#sidebar .searchbox .textfield {
	border:1px solid #155585;
	color:#555;
	padding:4px 2px;
	font-size:12px;
	width:220px;
}
#sidebar .searchbox .button {
	color:#555;
	padding:2px 7px !important;
	padding:2px 0;
	font-size:12px;
}

#sidebar .section {
	border:1px solid #ddd;
	background:#eee;
	padding:0 7px 7px;
	margin-top:7px;
}
#sidebar .section .title {
	color:#0d96d0;
	border-bottom:4px solid #1e1e1e;
	padding:7px 0 5px;
}
#sidebar .sponsors .ads {
	padding:5px 16px 0;
}
#sidebar .sponsors .ads img {
	padding:5px;
}
#sidebar .section .leftpart {
	width:48%;
	float:left;
}
#sidebar .section .rightpart {
	width:48%;
	float:right;
}
.widget ul li {
	line-height:28px;
	border-bottom:1px dotted #000;
	color:#A6A6A6;
}

.widget ul li a { color:#A6A6A6; }
.widget ul li a:hover { color:#4B9DED; }

/* footer */
#footer {
	background:#012b43;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
}

#footer a, #footer a:hover {
	color:#FFF;
}

.mini-post {
	background:#fafafa url(images/post.png) top no-repeat;
	width:322px;
	height:207px;
	overflow:hidden;
	float:left;
	margin:0 8px 7px 0 !important;
	margin:0 6px 7px 0;
	border:1px solid #3B6689;
	border-bottom:5px solid #3B6689;
}
.mini-post .entry {
	padding:0 7px;
}
.rounded {
  -moz-border-radius:1.5ex;
  -webkit-border-radius:1.5ex;
}
.mini-post .entry .title {
	margin:0;
	padding:7px 0;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}
.mini-post .datepost {
	height:26px;
	line-height:26px;
	float:left;
	color:#e9e0df;
	padding-left:10px;
}
.mini-post .more-link {
	height:26px;
	line-height:26px;
	float:right;
	padding-right:13px;
	color:#444;
	text-transform:uppercase;
}

.current_programa {
	width:340px;
	margin:auto;
	display:block;
	padding:22px;
	marquee-style: slide;
}
a#programa {color:#333333;}
a#programa:hover {color:#333333; font-weight:bold}

/* PROGAMACION */

.descriptioner {display:none;margin:0 40px;	z-index:10;	position:absolute;	background: #003659;opacity:0.9;
	filter:alpha(opacity=90);color: white;	padding-left:10px;	max-width:216px;	min-width:170px;
	 -moz-border-radius:1ex;  -webkit-border-radius:1ex;}
.descriptioner p.hora {	float:right;margin:5px 10px;	font-weight:bold;}
.descriptioner h4, .descriptioner p {margin:10px;padding:0;}
.descriptioner h4 {	margin-top:5px;	color:#ffc20e;	font-weight:bold;}
.descriptioner:hover {	font-weight:bold;}
.programacion {
	padding:10px;
}
img.image {
	padding:4px;
	display:block;
	margin:auto auto;
	z-index:200;
}
#current_program_bg {	width:500px;background: url(images/radio-bg.png);}
#menu-multimedia { margin:auto; /*width:72%;*/}
  div.jqDockLabel {border:0px none; padding:0px 4px; font-weight:bold; font-size:12px; white-space:nowrap; color:#ccc;;}
  div.jqDockLabelLink {cursor:pointer;}
  div.jqDockLabelImage {cursor:default;}
  /*...and some overrides...*/
  /*...give the right-hand vertical a smaller, non-bold, deep red label, on a white background...*/
  #menu2 div.jqDockLabel {color:#cc0000; background-color:#ffffff; padding:1px; font-size:12px; font-weight:normal;}
  /*...and the left-hand vertical (with the black background) a white, smaller, label...*/
  #menu5 div.jqDockLabel {color:#ffffff; padding:0px;}

 .locutor-box {padding:5px;}
 .locutor-box img {float:left;margin-left:20px;}
 .locutor-box p.locutor {font-weight:bold;font-size:110%; padding:8px;}
 .locutor-box p.horario {font-size:80%;margin:0;}
#video-remote {z-index:10; position:fixed; right:15px; bottom:15px;}



#UasMainNote {float:right;width:525px; height:150px;margin:7px;background:#fefefe;}
