/*  
Theme Name: GlossyBlue
Theme URI: http://www.ndesign-studio.com/
Description: WP glossy theme designed by <a href="http://www.ndesign-studio.com/">Nick La</a>.
Version: 1.0
Author: Nick
Author URI: http://www.ndesign-studio.com/

	This theme was designed and built by Nick.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	background: url(http://www.rederotika.es/img/bg.gif) #000;
        background-repeat: repeat;
	margin: 0;
	padding: 0;
}
a {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #FFF;
}
h1 a{
	color: #FFF;
	text-decoration: none;
}
h1 a:visited{
	color: #333;
	text-decoration: none;
}
h1 a:hover{
	color: #F00;
	text-decoration: none;
}
h2 {
	color: #FFF;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #FF0;
	text-decoration: none;
}
h2 a:hover {
	color: #FF0;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #FFF;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}

#page {
	margin: 0px auto;
	width: 800px;
	background: #000;
} 
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	background: #FFF url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	display: block;
}
#nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
}
#content {
	padding: 10px 0px 30px 10px;
	float: left;
	width: 495px;
        background: #000;
}

#content img {
text-aling:left;
padding:0 10px 10px 0;
border:none;
}


.post {
	clear:both;
	padding-top: 10px;
}

.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 438px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
        padding-left: 15px;   
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #FFF;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #CCC;
        color:#FFF;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #999;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#CCC;
	border: 1px solid #FFF;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 490px;
	height: 115px;
	background:#CCC;
	border: 1px solid #FFF;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #FFF;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
}
#searchform {
	background: #000;
	width: 220px;
	padding: 10px 10px 10px 10px;
	float:right;
}
#searchform #s {
	border:1px solid #FFF;
	width: 135px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	background: #CCC;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	cursor: pointer;
}
#searchform label {
	font-size: 11px;
	color: #F00;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #FFF;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #FFF;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #FFF;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #FFF;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #F00;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #FFF;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #FFF;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #FFF;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #F00;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #000;
	color: #FFF;
	font-size: 12px;
	line-height: 130%;
}
#footer a, #footer a:visited{
	color: #F00;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #FFF;
	margin: 10px 0px 5px;
}
.recently-commented {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recently-commented li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recently-commented a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #FFF;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #F00;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.center {
	text-align: center;
}
img.center, a img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFF;
	padding: 3px;
	background: #CCC;
}
a:hover img.center {
	border-color: #FFF;
	background: #CCC;
}.alignleft {
	float: left;
}
img.alignleft, a img.alignleft {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignleft{
	border-color: #FF6600;
	background: #FF6600;
}
.alignright {
	float: right;
}
img.alignright, a img.alignright {
	float:right;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignright{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #FFF;
	padding: 3px;
	background: #CCC;
}
a:hover img.img_border{
	border-color: #F00;
	background: #CCC;
}

/* CABECERA Y LOGIN */

#cab {
width:800px;
height:179px;
margin:0;
background: #000 url(http://www.rederotika.es/img/bg.gif); 
background-repeat: repeat;
}

#cablogo {
width:610px;
height:179px;
float:left;
background: #000 url(http://www.rederotika.es/img/bg.gif); 
background-repeat: repeat;
}

#login {
width:182px;
height:179px;
float:right;
background:url(http://www.rederotika.es/img/cab/cab-login-bg.png) no-repeat;
}

#login form{
width:170px;
margin-left:18px;
margin-top:30px;
}

#login input, {
background:#FFF;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#000;
padding:3px;
margin:2px;
border:0;
}

.fondologin {background:#FFF;}

.login {background:#FFF;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#000;
padding:3px;
margin:2px;
border:0;
}


/* FIN CABECERA Y LOGIN */

#pie {
clear: both;
/* background-image: url(../../img/bg.gif);  
background-repeat: repeat;*/
color:#FFF;
margin: 15px 0 0 0;
border-top: #FFF dotted 1px;
padding:15px;
text-align:right;
}

/* ======================== */ 


/* BOLETIN */

#boletin {
width: 200px;
height: 280px;
background:#000 url(http://www.rederotika.es/img/ban/ban-boletin.png) no-repeat;
font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
}

#boletin form {
text-align:center;
padding-top:100px;
}

#boletin input, textarea {
border:#FFF solid 1px;
padding:5px;
margin:5px;
}

