﻿/*------------------------------------------
		Elementos HTML
-------------------------------------------*/

body 
{
    font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:11px;
	color:#525051;
    background:#031a2a url(Images/bgSJOrrillo.jpg) no-repeat right top fixed;
}

a 
{
	color:#1471c3;
	text-decoration:none;
	line-height: 15px;
}

a:hover
{
	color:#4387DA;
}

input, textarea
{
    padding:1px 2px;    
}

/*---------------------------------------------
    Clases a editar
---------------------------------------------*/
.headline /*es la cabecera donde se muestran los posts*/
{
	background:url(Images/headline.gif) no-repeat top right;
	font-size:1.3em;
	line-height:60px;
	font-weight:bold;
	height:60px;
	margin:0 8px 10px 8px;
	width:550px;
}

.marco
{
    border: 1px solid silver;
	padding: 3px 10px;
	margin:0 auto 20px auto;
	background-color: white;
	line-height: 17px;
	width:530px;
	max-width:530px;    
}

.titulo /*un ejemplo es el titulo de los marcos*/
{
	margin: 0 10px 1em 10px; 
	border-bottom: 1px solid #f0f0f0; 
	font: 1.8em verdana; 
	color: #656565;	
}

.corner
 {
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;     
}

.clear {clear:both;}

.gototop
{
    background: url(Images/top.png) no-repeat 0 0;
    width: 35px;
    height: 48px;
    position: fixed;
    z-index: 2;
    right: 0px;
    bottom: 10px;
}

.gototop:hover
{
    background: url(Images/tophover.png) no-repeat 0 0;    
}

/*----------------------------------------------
		Layout de la pagina
----------------------------------------------*/

#wrapper
{
	 width:830px;
	 margin:0 auto;	
}

#header
{
	height:106px;
	background: #000 url(Images/header.png) no-repeat left top;
}

#content
{
	background-color: #fff;
	width:830px;
	position:relative;
}

#content .contentleft
{
	width:255px;
	vertical-align:top;
	padding:0 0 2em 10px;
}

#content .contentright
{
	width:575px;
	vertical-align:top;
	padding:25px 10px 2em 8px; 
	text-align:justify;
}

#footer 
{ 
	padding: 2em 1em 1em 1em;
	background: #0f1921 url(Images/footer-bg.gif) bottom repeat-x;
	border:1px solid #1f3444;
}

#footer #footerleft
{	 
	float:left;
	width:68%;
}

#footer #footerright
{ 
	float:right;
	width:30%;
}

#footer .titleFoot
{
	border-top: 1px solid #1f3444; 
	border-bottom: 1px solid #1f3444;
}

#footer h3
{
	margin: .1em 0 .1em 0; 
	padding-left: .5em;
	background: #1f3444; 
	font: 1em verdana; line-height: 2em; 
	font-weight: bold; 
	color: #fff; 	
}

#footer ul 
{ 
    padding:0;
	margin: 2em 0 0 2.5em;
	background: url(Images/footer_li_trim.gif) top repeat-x; 
	list-style-position: inside; 
	list-style-type: none; 
}

#footer ul li
{ 
	background: url(Images/footer_li_trim.gif) bottom repeat-x;
}

#footer ul li a 
{
	 display: block; 
	 padding-left: 2em; 
	 background: url(Images/bullet.gif) .5em center no-repeat;
	 font: 1.1em Lucida Sans Unicode, Trebuchet MS, Sans; 
	 line-height: 2em; 
	 text-decoration: none;
	 color: #fff; 
}

#footer ul li:hover
{ 
	background: #1a2f3f; 
}

#footer p
{
	margin-top: 1.6em; 
	font: 1.1em Lucida Sans Unicode, Trebuchet MS, Sans; 
	line-height: 1.5em; 
	color: #fff; 	
}

#footer .line
{
	height: 1px;  
	background: url(Images/footer_li_trim.gif) bottom repeat-x; 
	border-width: 0;	
}	

#footer .footerTitleText
{
    text-align:center;
    color:#f1f1f1;
    font:normal 10px Arial, Verdana, Tahoma;
	text-transform:uppercase;
    padding:1em;
}

#footer .footerTitleText a
{
    color:#f1f1f1;
}

#footer .footerTitleText a:hover
{
    color:#fcfcfc;
    border-bottom:1px dotted #4387DA;
    padding-bottom:2px;
}

/*-----------------------------------------------
		Menu de Navegacion
------------------------------------------------*/

#menu
{
    background:url(Images/menu-bg.gif) repeat-x;
    height:61px;
    width:828px;    
    border-bottom:1px solid #fff;
    border-left:1px solid #444456;
    border-right:1px solid #444456;        
}

#menu .login
{
    text-align: right; 
    margin-right: 10px; 
    line-height: 24px; 
    color:#fff;    
}

#menu .login a:hover
{
    border-bottom:1px dotted #4387DA;
    padding-bottom:2px;   
}

#nav-site
{
	width:93%;
	height:27px;
	margin:0 auto;
}

#nav-site ul
{
    padding:0;
    list-style:none;
    margin:7px 0 0 0;    
}

#nav-site ul li
{
    display:inline;  
}

#nav-site ul li a{
	display: block;
	line-height:25px;
	float: left;
	height: 25px;
	padding: 2px 25px 0 25px;
	text-align: center;
	color:White;
	text-decoration:none;
	font-weight:bold;
}

.normal
{
	background: url(Images/menu-normal.gif) repeat-x;	
}

.hover
{
	background: url(Images/menu-hover.gif) repeat-x;
}

.current
{
	background: url(Images/menu-current.gif) repeat-x;
}

.normal, .hover, .current
{
	border-top: 1px solid #444457;
	border-left: 1px solid #444457;
	border-right: 1px solid #444457;	
}

/*--------------------------------------------
		Widgets
----------------------------------------------*/

div#widgetzone .clear{
	clear: left;
}

div.widget
{
	width:245px;
    margin:25px 0 15px 0;
    background: url(Images/sidenavtile.gif) repeat-y;
    z-index:1;
}
    
div.wheader
{
	padding:12px 0px 0px 20px;
	height:33px;
	font-size:1.3em;
	font-weight:bold;
	background: url(Images/sidenav-top-white.gif) no-repeat;
	width:245px;
}
 
div.wadmin
{
    z-index: 1;
    float:right;
    margin-right:30px;
}

div.wadmin a.edit{
	font-size: 10px;
	font-weight: normal;
	float: right;
}

div.wadmin a.delete{
	font-weight: bold;
	color: #999999;
	float: right;
	margin-left: 5px;
	text-decoration: none;
}

div.wadmin a.delete:hover{
	color: black;
} 
    
div.wbottom
{
	width: 245px; height: 19px;
	background: url(Images/sidenav-bottom.jpg) no-repeat top left;
} 

div#widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

div#widgetzone .widget ul.item li {
	padding:10px 3px 10px 26px;
	background: url(Images/sidenav-divider.png) no-repeat bottom center;
}

.nodisponible
{
    padding:10px 3px 10px 26px;
}

/*----------------------------
				 Tag cloud
----------------------------*/

#wrapperTagCloud
{
    padding: 10px 3px 10px 10px;
}

.tagcloud 
{
    padding:0;
	margin: 5px 5px 5px 15px;
	white-space: normal;
}

.tagcloud li {
	display: inline;
}

.tagcloud a {
	margin-right: 3px;
	display: inline;
}

.tagcloud a.biggest {
	font-size: 19px;
}

.tagcloud a.big {
	font-size: 17px;
}

.tagcloud a.medium {
	font-size: 14px;
}

.tagcloud a.small {
	font-size: 12px;
}

.tagcloud a.smallest {
	font-size: 10px;
}


/*----------------------------
				Month list
----------------------------*/

#wrapperMonth
{
    padding: 10px 3px 10px 25px;
}

#monthList, #monthList ul
{
    list-style:none;    
    margin:0;
    padding: 0;
}

#monthList ul li
{
	margin:4px 0 4px 30px;
	font-weight: normal;
}

#monthList li.year{
  cursor: pointer;
  font-weight:bold;
  margin:5px 0 0 0;
}

#monthList ul{
	display: none;
}

#monthList ul.open{
	display: block;
}


/*----------------------------
			TextBox
----------------------------*/

#textbox
{
    padding: 10px 10px 10px 26px;
}

/*----------------------------
			Search on search
----------------------------*/
#searchbox input#searchfield{
	width: 150px;
}

#searchbox
{
    margin:10px; 
}

#searchbox #searchcomments
{
    margin-top:5px;
}

/*----------------------------
			Posts
----------------------------*/

div.post{
	border: 1px solid silver;
	padding: 3px 10px;
	margin:0 auto 20px auto;
	background-color: white;
	line-height: 17px;
	width:530px;
	max-width:530px;
}

div.post h3{
	margin: 5px 0 0 0;
	font-size:14px;
}

div.post h3 a
{
	font: bolder 14px Tahoma, Verdana, Arial;  
	color: #1471c3;	  
}

div.post h3 a:hover
{
    color:#4387DA
}

div.post .author {
	color: #666666;
	font-size: 10px;
	float: left;
	text-transform: capitalize;
}

div.post .pubDate {
	color: #666666;
	font-size: 10px;
	float: right;
}

div.post .text {
	margin-top: 25px;
	text-align:justify;
}

div.post .footer {
	text-align: right;
	border-top: 1px dashed silver;
	padding-top: 4px;
	padding-bottom: 2px;
}

div.post .bottom 
{
	margin-top:1em;
}

div.post .bottom .tags {
	text-align:left;
	margin-bottom:5px;
}

/*-----------------------------------------
		Estilo de los comentarios
------------------------------------------*/

.comment
{
	border: 1px solid #f0f0f0;
	padding: 3px 10px;
	margin:0 auto 5px auto;
	background-color: white;
	line-height: 17px;	
	max-width:530px;
}

.comment-title
{
	font-size:10px;
}

.comment-content
{
	margin:8px 1em;
	text-align:justify;	
	color:#666;
}

.comment-admin
{
	text-align: right;
	border-top: 1px dashed #f0f0f0;
	padding-top: 4px;
	padding-bottom: 2px;
}

/*-----------------------------------------
		Estilo del libro de visitas
------------------------------------------*/

#commentMenu
{
    padding: 0;
    margin: 0;
    clear: both;
}

#commentMenu li
{
    float: left;
    border: 1px solid silver;
    border-bottom: transparent;
    margin: 0;
    list-style: none;
    margin-right: 5px;
    padding: 3px 8px;
    cursor: pointer;
    position: relative;
    top: 1px;
    background: #d8d8d8;
}

#commentMenu li.selected
{
    background: white;
    border-bottom: 1px solid white;
}

#commentPreview
{
    display: none;
    clear: both;
    min-height: 150px;
}

.bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px 8px 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

/*----------------------------
		Star rater
----------------------------*/

.rating{
	margin-bottom: 10px;
}

.rating p{
	display: inline;
	position: relative;
	top: 18px;
	left: 85px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 80px;
	height: 16px;
}

.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../Content/Pics/star.gif);
	line-height: 16px;
	height: 16px;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	width:380px;
	margin:0 auto 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
	margin-top:5px;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}