/*
Theme Name: Predeterminado de Vaho 
Theme URI: http://vaho.ws/
Description: El tema predeterminado de WordPress en versión internacional, basado en el conocido <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

#narrowcolumn {
	width: 667px;
	}
	
#sidebar {
	width: 212px;
	float: right;
	}
	
#sidebar, #narrowcolumn {
	padding: 20px 0px 0px;
	}
	
.post {
	overflow: hidden;
	}

.entry {
	width: 433px;
	float: right;
	text-align: justify;
	}

	.entry .separator {
		background: url(images/post_separator.gif) center center no-repeat;
		height: 17px;
		width: 264px;
		border: none;
		margin: 0 auto;
		padding: 95px 0 30px;
		}

	.entry .alt {
		margin-top: 34px;
		font-family: Georgia, "Times New Roman", Times, serif;
		}

	.entry h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		padding-top: 20px;
		}

.postmetadata {
	background: url(images/postmetadata_bg.jpg) top right no-repeat;
	width: 223px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #999999;
	}

	.postmetadata h2 {
		padding: 23px 14px 0px 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 24px;
		color: #666666;
		height: 110px;
		}

	.postmetadata h2 a {
		text-decoration: none;
		color: #666666;
		font-size: 24px;
		}

	.postmetadata a {
		font-size: 12px;
		color: #333333;
		}

.commentlist {
	width: 406px;
	margin-left: 38px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 19px;
	}

	.commentlist li {
		list-style: none;
		margin-top: 20px;
		}

	.commentlist li p {
		margin: 0px 14px 20px 0px!important;
		}

cite, cite a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
	}

cite a {
	color: #000000;
	}

cite a:hover {
	text-decoration: underline;
	}

.commentmetadata a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	}

.comment-form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;	
	}

	.comment-form input, .comment-form textarea {
		font-family: Georgia, "Times New Roman", Times, serif;
		background: #e5e5e5;
		border: none;
		padding: 2px;
		}

	.comment-form input {
		width: 208px;
		padding: 6px 2px;
		}

	.comment-form textarea {
		width: 212px;
		height: 121px;
		font-size: 12px;
		}
	
#sidebar ul {
	padding: 0px 5px;
	}
	
	#sidebar ul ul {
		padding: 0px;
		}
	
	#sidebar ul ul li {
		padding: 8px 4px;
		}
		
	#sidebar ul ul li a {
		text-decoration: none;
		}
		
	#sidebar ul ul li a:hover {
		text-decoration: underline;
		}

#sidebar li {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style: none;
	padding-top: 10px;
	}

#sidebar h2 {
	font-size: 19px;
	padding-top: 18px;
	background: url(images/sidebar_separator.gif) bottom no-repeat;
	padding-bottom: 17px;
	}

#sidebar .separator {
	width: 211px;
	height: 13px;
	}


