/*  

Theme Name: El Colador Theme

Theme URI: http://elcolador.com.ar/

Description: Theme de WordPress inspirado en <a href="http://elcolador.com.ar/">El Colador</a> y su experiencia de vida.

Version: 1.0

Author: The_Nephilim

Author URI: http://heimdall.com.ar/



	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php



*/







/* Begin Typography & Colors */

body {

	font-size: 62.5%; /* Resets 1em to 10px */

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	background: #d5d6d7 url('images/kubrickbgcolor.jpg');

	color: #333;

	text-align: center;

	margin-top:0px;

	margin-bottom: 0px;

}



h1, h2, h3 {

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

	font-weight: bold;

}



h1 {

	font-size: 5.5em;

	text-align: center;

	text-align:left;

	padding-top:10px;

	padding-left: 30px;

	padding-bottom:0px;

}

	

h1 a {

	color:#ab0000;

	text-decoration:none;

}



h1 a:hover {

	color:#ab0000;

	text-decoration:none;

}



h2 {

	font-size:1.3em;

}



a {

	color: #369fe8;

	text-decoration:none;

}

a:hover {

	color: #59bbff;

	text-decoration:underline;

}



/* Begin Layout */



#wrapper {

	width:750px;

	background:#fff;

	text-align:center;

	background:url(images/colador-main_bg.jpg) repeat-y

}



#header {

	background:url(images/colador_header.jpg);

	width:750px;

	height:196px;

	text-align:left

}



#header #fecha {

	padding-top:20px;

	font-family:"Trebuchet MS", Verdana, Arial;

	font-size: 1.2em;

	font-weight:bold;

	padding-left:5px;

}



.description {

	color:#FFF;

	size:1.2em;

	text-align:center;

	position:absolute;

	top:140px;

	padding-left:150px;

}



#content {

	width:750px;

	overflow:auto;

}



#main {

	width:500px;

	float:left;

	text-align:left;

	padding-left:15px;

	margin-top:20px;

}



.narrowcolumn {

	text-align:left;

	padding-left:15px;

	margin-top:20px;

}



#sidebar {

	width:200px;

	float:right;

	text-align:left;

}



#sidebar li, #sidebar ul li {

	list-style:none;

	list-style-type:none;

	padding:0px

}



#sidebar ul {

	padding:0px;

	padding-left: 10px;

	margin-left: 10px;

}



#sidebar h2 {

	padding:0px;

	margin:0px;

	padding-top:10px;

}



#footer_top {

	background:#fff url(images/colador-footer_top.jpg);

	color: #fff;

	height:58px;

	padding-bottom:0px;

	margin-bottom:0px;

}



#footer_bottom {

	background:#000 url(images/colador-footer_bottom.jpg) top no-repeat;

	border-left: 1px solid #adadad;

	border-right: 1px solid #adadad;

	color: #fff;

	height:70px;

	padding-top:0px;

	margin-top:0px;

}



/* Menu */

#menu {

	background:#000;

	text-align:left;

	width:748px;

	height:21px;

	font-family:"Trebuchet MS", Verdana, Arial;

	font-size:1.1em;

	font-weight:bold;

	border-left:1px solid #adadad;

}



ul.menu {

	margin:0px;

	padding:0px;

	padding-left:20px;

}



ul.menu li {

	display:inline;

	margin:0px;

	padding:0px;

}



ul.menu li a {

	padding:5px;

	padding-left:10px;

	padding-right:10px;

	margin:0px;

	text-decoration:none;

}



ul.menu li a:hover {

	background: #fff;

	color:#000;

	text-decoration:none

}



li.page_item a {

	background:#000;

	color:#FFF;

	}

	

li.current_page_item a {

	background:#FFF;

	color:#000;

	}



/* Posts */



.post_title h2 a, .post h2 a {

	background:#FFF url(images/colador-post_icon.jpg) no-repeat;

	padding-left: 35px;

	font-size:2em;

	color:#000;

	text-decoration:none;

	border-bottom:1px solid #369fe8;

	display:block

}



.post_title h2 a:hover, .post h2 a:hover {

	color:#369fe8;

	text-decoration:none

}



small {

	font-size:0.9em;

	line-height:1.5em

}



.comments_block {

	display:block;

	text-align:center;

}



.comments_block .post_comments {

	background:url(images/colador-post_comments.jpg) no-repeat;

	font-size:1.3em;

	padding-left:17px;

	padding-bottom:5px;

}

.navigation {
	font-size:1.5em;
	font-weight:bold;
	width:500px !important;
}

.post_comments_big {

	font-size:1.6em;

	font-weight: bold;

}



.post_date {

	background:url(images/colador-post_date.jpg) top left no-repeat;

	padding-left:17px;

	padding-bottom:5px;

}



.post_content, .entry {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:1.2em;

}



.widecolumn {

	width:500px;

	text-align:left;

}

.alt {

	margin: 0;

	padding: 10px;

	}

	

.alt, .narrowcolumn {

	background-color: #f8f8f8;

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	}

	

/* Inputs */



input[type=text] {

	height:16px;

}



input[type=text], textarea {

	border: 1px solid #7ac8ff;

	padding:0px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:1.1em;

	color:#CCCCCC

}



input[type=text]:hover, textarea:hover {

	cursor: pointer;

}



input[type=text]:focus, textarea:focus {

	border: 1px solid #369fe8;

	background: #f5fbff;

	color:#333;

	cursor: text;

}

	

#searchsubmit {

	border:1px solid #369fe8;

	background:#f5fbff;

	height:18px;

}



/* Google Ads */



#googleHeaderAd, .navigation {

	width:725px;

	background-color: #f8f8f8;

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	padding-top:5px;

	padding-bottom:5px;

}



#googleSidebarAd {

	width:120px;

	background-color: #FFF;

	border: 1px solid #ddd;

}















