/* 
	Theme Name: Pablo
	Theme URI: http://pablo.averbuj.com/
	Description: A deep blue theme with top level page links.
	Author: Pablo Averbuj
	Author URI: http://pablo.averbuj.com/
	Version: 1.0.0
		
	Largely based on 'Pool' by Borja Fernandez.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

body {
	background-color: #123;
	color: #6699CC;
	font-family: verdana, arial, sans-serif;
	margin: 0;
	}

/* Structure Divs */
#content {
	margin: 0 auto 20px 0;
	width: 100%;
	}

#topbar {
	background: #123 url(images/logo.gif);
	height: 20px;
	padding: 0 5px 0 5px;
}

#header {
	margin: 0;
	padding: 0;
	float: left;
	display: none;
	}

/* footnotes */
#footer {
        vertical-align: bottom;
        bottom: 0px;
        position:fixed;
        width:100%;
        background-color: #080820;
}

#pages {
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 0;
	color: #6699CC;
	text-align: right;
	float: right;
	}
	
#search {
	margin: 0;
	padding: 0;
	clear: left;
}	

#adsense {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	float: right;;
}
	
#noticias {
	margin: 0;
	padding: 0 20px 20px 20px;
	width: 95%;
	}

/* Config Structure Divs */

	/* Header */
	#header h1 {
		font-size: 16px;
		margin: 0;
		padding: 0 0 0 0;
		color: #6699CC;
		}

	
	#header a, #header a:hover {
		background: transparent;
		text-decoration: none;
		color: #ffb; 
		}
	
	/* Pages */
	#pages li, #pages li:before{
		display: inline;
		list-style-type: none;
		text-transform: lowercase;
		content: "| ";
		}

	#pages li.first:before {
		content: "";
		}
		
	#pages ul, #pages ol {
		margin: 0;
		padding: 0;
		text-align:right;
		display: inline;
		}
		
	#pages a {
		font-size: 14px; 
		font-weight: normal;
		margin: 0 3px 0 0;
		}

	.current_page_item a, .current_page_item a:hover {
		color: #c0c066; 
		}

	/* Archives */
	#archives {
		text-align: center;
	}

	#archives li, #archives li:before {
		display: inline;
		list-style-type: none;
		text-transform: lowercase;
		content: "| ";
		}

		
	#archives ul, #archives ol {
		margin: 0;
		padding: 0;
		display: inline;
		}
		
	#archives a {
		font-size: 14px; 
		font-weight: normal;
		margin: 0 6px 0 0;
		}
		
	/* Separators */
	.separator {
		background-image:url("images/sep.gif");
		height:1px;
		font-size: 1px;
		margin-top: 10px;
		width: 90%;
		margin-left: 5%;
		}

	.separator hr {
		display: none;
		}
			
	.hfsep { 
		background-image:url("images/hr.gif");
		height:1px;
		font-size: 1px }
	.hfsep hr {
		display: none;
		}

	/* Search */
	#search input {
		border: 1px solid #66A8CC;
		font-size: 11px;
		padding: 2px;
		width: 192px;
		}
			
	/* Noticias */
	#noticias p, #noticias ul, #noticias ol {
		font-size: 13px;
		/*
		line-height: 1.6em;
		*/
		}
			
	#noticias ul {
		list-style-type: circle;
		margin: 0 0 0 30px;
		padding: 0;
		}
			
	#noticias li {
		margin: 0;
		padding: 0;
		}

	#noticias h2, #noticias h2 a {
		font-size: 16px;
		font-weight: normal;
		text-decoration: none;
		padding: 0;
		margin: 10px 0 0 0;
	}

	.date {
		color: #fff;
	}

	#noticias h2 a:hover {
		background: transparent;
		color: #fff;
		}
		
	#noticias h3 {
		color: #016CA3;
		font-size: 15px;
		font-weight: normal;
		margin: 0;
		padding: 20px 0 5px 0;
		}

	#noticias small {
		font-family: verdana, arial, sans-serif;
		font-size: 10px;
		}
		
	.feedback {
		color: #898A8A;
		font-size: 12px;
		margin: 0;
		padding: 0 20px;
		text-align: center;
		}
		
	/* Entrada */
	.entrada {
		margin: 0;
		padding: 0;
		}

	/* Comments */
	#commentlist {
		list-style-type: none;
		margin: 0;
		padding: 0;
		border: 1px dashed #333;
		}

	#commentlist li {
		padding: 15px 10px;
		/*
		border-bottom: 1px dashed #333;
		*/
		}
			
	#commentlist p {
		margin: 0;
		padding: 0;
		}
			
	#commentlist small {
		font-size: 11px;
		}

	/*
	.class_comment1 { background-color: black; }
	.class_comment2 { background-color: black; }
	*/
	
	#comments, #postcomment {
		font-size: 12px !important;
		font-weight: normal;
		margin: 40px 0 10px 10px;
		}
			
	#commentform {
		border: 1px dashed #333;
		padding: 5px 20px;
		}
		
	#commentform input, #commentform textarea {
		background-color: #ffb;
		border: 1px solid #B8D4FF;
		font-size: 12px;
		padding: 1px;
		}
		
	#commentform input:focus, #commentform textarea:focus {
		background-color: #EEF5FF;
		}
	
	.footnote { 
		color: #99BBDD; 
		font-size: 9px; 
		font-family: verdana, arial, sans-serif; 
		display: inline;
		}

	#footnoteright {
		float: right;
		}

	#footnoteleft {
		float: left;
		color: #333;
		}


/* General */
a {
        color: #99BBDD;
	text-decoration: none;
	font-size:12px
	}

a:hover {
	color: #fff;
	}


acronym, abbr, span.caps {
	cursor: help;
	border-bottom: 1px dotted #000;
	}
	
blockquote {
	/*
	background: #E3F5FE url(images/blockquote.png) no-repeat bottom left;
	padding: 5px 20px 30px 20px;
	*/
	margin: 2em;
	} /* Idea from ShadedGrey of http://wpthemes.info/ */

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	margin: 5px;
	}

h4 {
	color: #858585;
	}
	
/* Float and Clear */
div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	
/* Images align */
img.border {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #E3F5FE;
	}

img.center {
	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
/* Text align */
.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}


/* DHTML/Ajax Navbar */

#sidebar,#lnavtarget,#rnavtarget {
        padding: 0px 5px;
	margin: 0;
        float: left;
        position: absolute;
        left: -215px;
        width: 200px;
        height: 600px;
        display: inline; /* 'inline' or 'none' */
}

#sidebar {
        border: 1px solid #ffb;
	font-size: 11px;
	margin: 0 0;
        background-color: #123;
        z-index: 10;
}

	/* Sidebar */
	#sidebar h3, #sidebar h2 {
		background: url(images/dot.gif) repeat-x bottom;
		font-size: 11px;
		font-weight: normal;
		margin: 0;
		padding: 0;
		}
	
	#sidebar h2 {
		letter-spacing: 0px;
		text-transform: none;
		display: inline;
	}
		
	#sidebar ul, #sidebar ol {
		list-style: none;
		margin: 0;
		padding: 5px;
		}
		
	#sidebar li, #sidebar li:hover {
		margin: 0;
		padding: 0;
		}
		
		
	#sidebar a {
		font-size: 11px;
		}

	#sidebar a:hover {
		background: url(images/dot.gif) repeat-x bottom;
		color: #fff;
		}

	#sidebar div { 
		margin: 5px 0;
		padding: 0;
		}


#lnavtarget {
        border: 1px dotted yellow;
        z-index: 5;
	font-size: 1px;
}

#rnavtarget {
        border: 1px dotted yellow;
        z-index: 5;
	font-size: 1px;
}

#navtoggle {
	color: #ffb;
        position: absolute;
        left: 2px;
        top: 2px;
	font-size: 11px;
        cursor: pointer;
}

.navbarhandles {
        border: 1px solid gray;
        background-color:white;
        color: black;
        text-align: center;
        width: 64px;
        float: left;
        cursor: pointer;
}

#navbarhandle {
        cursor: move;
}

#weather {
	display: none;
}
