/*
Theme Name: mpratt
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <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
*/

/********************************************** 
Secciones Principales 
**********************************************/
* { 
margin: 0px; 
padding: 0px;
}

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #333333;
}

#post-wrapper {
 background: url('images/contentBg.gif') top left repeat-y #fff;
 width: 800px;
 margin: auto;
 margin-top: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 margin-bottom: 0px;
 display: block;
}

#sidebar {
   float: right;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	width: 195px;
}
	
#header {
	background: url('images/headfootBg.gif') top left repeat-x #161616;
	margin: 0px;
	width: 100%;
	height: 100px;
	text-align: left;
}

#content {
   font-size: 14px;
   width: 600px;
   border-right: 1px solid #f8f8f8;
}

#footer {
	background: url('images/headfootBg.gif') top left repeat-x #161616;
	margin: 0px;
	margin-top: -8px;
	width: 100%;
	height: 100px;
	border: none;
	padding-top: 0px;
}

/********************************************** 
Header y Menu Principal 
**********************************************/
.logo {
	margin: auto;
	width: 800px;
	height: 45px;
	font-size: 20px; 
   padding-top: 15px;
   padding-bottom: 10px;
   text-align: left;
}

.logo a {
	color: #C5BBFF;
}

.description {
   color: #fff;
   font-size: 12px;
}

.menu {
	margin: auto;
	background: url('images/menuBg.gif') top left no-repeat;
	width: 800px;
	height: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
   vertical-align: bottom;
	overflow: hidden;
}

.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu li {
	list-style: none;
	margin: 0px;
	float: left;
	display: block;
	height: 30px;
	border-right: 1px solid #4b4b4b;
}

.menu a {
	padding: 6px 20px 0px;
	display: block;
	float: left;
	height: 30px;
	color: white;
}
.menu a:hover {
	background: url('images/menuAct.gif') top left repeat-x;
	color: white;
}

.menu li.round-menu a:hover {
	background: url('images/menuAct2.gif') top left repeat-x !important;
	color: white;
}

/********************************************** 
Post - Parte Principal 
**********************************************/
.post {
	text-align: justify;
   width: 595px;
   margin-left: 3px;   
}

.post-title {
 padding: 5px 0px 3px;
 margin: 0px 5px 10px;
 border-bottom: 1px solid #e8e8e8;
 background-color: #f8f8f8;
 font-size: 18px;
}

.post-content {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 15px 15px 15px;
  text-align: justify;
  line-height: 1.4em;
  color: #333333;
}

p {
  padding-bottom: 10px;
  padding-top: 10px;
}

.fecha {
 float: right;
 font-size: 10px;
}


.post-footer {
 padding: 5px 0px 0px 2px;
 margin: 0px 5px 10px;
 font-size: 15px;
 text-align: right;
 border-bottom: 1px solid #e8e8e8;
 background-color: #f8f8f8;
}

.post-navigation {
 background-color: #DBDBAB;
 padding-right: 2px;
 padding-bottom: 2px;
}

.post-paginas {

}

.post hr {
	display: block;
}

.postmetadata {
	clear: both;
}


/********************************************** 
Titulos y algunas tipografias 
**********************************************/
h1, h2, h3 {
   font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;	
}

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;

}

h2 {
   margin: 30px 0 0;
	font-size: 1.6em;
}

.h2-titulo-custom {
 padding: 10px 0px 3px;
 margin: 0px 5px 2px;
 border-bottom: 1px solid #e8e8e8;
 background-color: #867857;
}

.h2-titulo-custom h2 {
 font-size: 20px;
 margin: 0px;
 color: #fff;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
}

#sidebar h2 {
	margin: 0px;
	padding: 3px 0px 2px 7px;
	color: #32669E;
	width: 185px;
	font-size: 15px;
   background-color: #e8e8e8;
}

#sidebar .similar-posts h2 {
   margin: 0px;
	padding: 3px 0px 2px 7px;
	color: #fff;
	width: 185px;
	font-size: 15px;
   background-color: #E8581F	;
}

/********************************************** 
Algunos Links 
**********************************************/
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

/********************************************** 
Comentarios 
**********************************************/
#comments {
  padding: 5px 5px 5px;
  margin: 0px 5px 10px;
  background-color: #353535;
  border: 1px solid #000;
}

.titulo-comments {
  color: #fff;
  font-size: 18px;
  padding-top: 0px;
}


.titulo-comments-total {
  padding: 5px 10px 5px;
  margin: 0px 5px 10px;
  background-color: #353535;
  border: 1px solid #000;
  color: #fff;
  font-size: 18px;
}

.rss-comments {
  float: right;
  margin-top: 0px;
  padding-right: 5px;
}

.commentlist {
 padding: 5px 0px 3px 10px;
 margin: 0px 5px 10px;
 font: 14px 'Lucida Grande', Verdana, Arial, Sans-Serif;
 text-align: justify;
}

.commentlist li {
 border: 1px solid #e8e8e8;
 background-color: #f8f8f8;
}

.comment-author {
 background-color: #f8f8f8;
}

.comment-meta {
 border-bottom: 1px solid #e8e8e8;
 font-weight: normal;
 margin: 0;
 display: block;
}

.commentlist li .avatar { 
	float: right;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-size: 12px;
	margin: 10px 5px 10px 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.form-com {
 padding: 2px 0px 3px 5px;
 margin: 2px 10px 10px ;
 font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
 text-align: justify;
}

#commentform input {
	width: 190px;
	padding: 2px;
	margin: 0px 5px 1px 0;
	}

#commentform textarea {
	width: 550px;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.texto-com {
 padding: 5px 0px 3px 10px;
 margin: 5px 5px 10px ;
}

/**********************************************
Footer - Validacion
**********************************************/
.validation-links {
	margin: auto;
	background: url('images/validationBg.gif') top left no-repeat;
	width: 800px;
	height: 30px;
   vertical-align: top;
	overflow: hidden;
}

.validation-links ul {
	list-style: none;
	float: right;
	margin: 0px;
	padding-top: 6px;
   font-size: 15px;
   color: #C3C3C3;
   height: 30px;
}

.validation-links li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 1px solid #4b4b4b;
}

.validation-links a {
	color: #fff;
}

.validation-links a:hover {
	text-decoration: underline;
}

.disclaimer {
   margin: auto;
   color: #fff; 
}

.disclaimer small {
  color: #8B9598;
}

/********************************************** 
Imagenes 
**********************************************/
a img {
	border: none;
	}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/********************************************** 
Sidebar: Algunas Listas 
**********************************************/
.rss-sidebar {
 padding-top: 5px;
 margin-top: 5px;
}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/********************************************** 
Formulario Busqueda 
**********************************************/
#searchbox {
  margin-top: 5px;
  width: 170px; 
  height: 24px; 
  background-color:#ffffff;
  border:1px solid #CCCCCC;
  padding:2px;
  color:#000000; 
}

#sidebar #searchform #s {
	float: left; 
   margin: 4px 0 0 6px; 
   border: 0; 
   width: 140px; 
   background: none; 
   color:#000000; 
	}

#sidebar #searchsubmit {
	float: right; 
   margin: 0px; 
   width: 24px; 
   height: 24px;
}

/********************************************** 
Miscelaneos 
**********************************************/
code {
	font: 12px 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	letter-spacing: .07em;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.alt {
	margin: 0;
	padding: 10px;
	}
	
.clear {
	clear: both;
}