/*
Theme Name: Boni Blog Template
Description: Boni Blog Template es una plantilla basada en la plantilla Modern Blog Templeate disenada por <a href="http://jump2top.com/themes/" target="_blank">Free Blog Themes/Templates</a> pero con diversas modificaciones llevadas a cabo para el blog de David Bonilla.
Author: David Bonilla
Author URI: http://sixservix.com/blog/david/
Version: 1.0
Tags: blue, black, white, gray, 2-columns, seo-friendly, fixed-width, right sidebar, widget ready

*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url(images/background.gif) repeat-x #6e6e6e;
	margin-top: 15px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #555555;
}
#wrap {
	width: 940px;
	text-align: left;
}
#header {
	background: url(images/background_header.gif) no-repeat;
	height: 150px;
	margin:  0px 10px;
	margin-top: -15px;
}
#title {
	height: 115px;
	width: 650px;
	float: left;
	padding-left: 20px;
}
#topsearch {
	float: right;
	padding: 10px 20px 0px 0px;
}
#pagenav {
	clear:both;
	height: 35px;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 10px; 
}
#main {
	background: url(images/background_main.gif) repeat-y;
	padding: 20px 20px
}
#sidebar {
	float: right;
	width: 200px;
}
#content {
	margin: 0px 220px 0px 0px;

}
#footer {
	background:url(images/background_footer.gif) no-repeat;
	height: 35px;
	text-align: center;

	color: #999999;
	clear: both;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
.navigation {
	clear:both;
	margin: 0px 0px 15px 60px;
}
.date {
	background: url('images/background_date.gif') no-repeat;
	width: 46px;
	font-size: 16px;
	color: #80c1d3;
	text-align: center;
	padding: 3px 2px;
	height:44px;
	float:left;

}

/**.post{
	padding-bottom: 15px;
}**/

.post{
    padding-bottom: 30px;
}

.entry {
	float:right;
	width: 620px;
}
.clear {
	width: 600px;
	height: 1px;
}
.postmetadata {
`	
	padding: 15px 0px;
	color:#333333;
}
.postmetadata a {
	color: #0083a8;
	text-decoration:none;
}
#content ul li, ol li {
	margin-left:25px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar ul li {
	list-style: none;
}
/* text */

#title h1 {
	font-family: Arial;
	font-size: 30px;
	color: #80c1d3;
	font-weight:bold;
	padding-top: 25px;
}
#title h1 a {
	text-decoration: none;
	color: #60ddf9;
}
#pagenav ul li {
	display: inline;
	list-style: none;
}
#sidebar li {
	padding-bottom: 2px;
	margin-left:10px;
}

#sidebar h2 {
font: normal 20px Arial;
padding: 12px 0 5px 0;
}

#pagenav li a {
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	text-decoration: none;
}
#pagenav li a:hover {
	padding: 10px 15px 10px 15px;
	height: 15px;
	color: #1cbbb4;
}
.description {
	font-size: 22px;
	color: #c9c9c9;
}
p, #content h1, h2, h3 ,h4, ul, ol {
	padding-bottom: 10px;
	margin-right:20px;
	font-family: Arial;
	font-size:13px;
	line-height:17px;
	color:#323232;
}
/**#content h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #636363;
}
#content h1 a {
	font-family: Georgia;
	font-weight:bold;
	font-size: 24px;
	font-style: italic;
	text-decoration: none;
	line-height:24px;
	color: #0083a8;
}**/

#content h1 {
    margin-bottom:10px;
    font: bold 26px/26px Georgia;
    color: #636363;
}

#content h1 a {
    text-decoration: none;
    color: #0083a8;
}

h2 {
	font-weight:bold;
	font-size: 22px;
	font-family: Arial;
	color:#323232;
}
h2 a {
	color:#555555;
	text-decoration: none;
}
h3, h4 {
	font-size: 11pt;
	color: #636363;
}
a {
	color: #0070bb;
}
#sidebar a {
	color: #252525;
	text-decoration: none;
}

#sidebar a:hover {
	color: #0070bb;
	text-decoration: underline;
}

blockquote {
	margin: 10px;
	font-size: 10pt;
	font-style: italic;
}
/* form */
#author, #email, #url, #comment, .s {
	border: none;padding: 5px;
	font-size: 8pt;
	background-color: #cccccc;
	color: #363636;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background: #323232;
	border:none;
	color: #6e6e6e;
 	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
}

#commentform a {
	color: #323232;
	text-decoration: none;
}
#commentform a:hover {
	color:#0070bb;	
	text-decoration: underline;
}

/* wp default */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

#pagenav a[title="About"]{
	float:right;
	margin-top:-5px;
	margin-right:-20px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#logo {
	background: url('images/logo_header.gif') no-repeat;
	width: 200px;
	height: 50px;
	margin-left: 705px;
	margin-top: -60px;
	padding-bottom: 10px;
}

#avatar {
	float:left;
	margin-top:20px;
	margin-right: 15px;
	width:81px;
	height:81px;
}

#comments2{
	background: url('images/comentarios.png') left 3px no-repeat;
	padding-left:20px;
}

#comments{
	padding-top:20px;
	padding-left:60px;
}

#rss{
	width:175px;
	height:39px;
	background: url('images/rss.gif') bottom left no-repeat;
	padding-left:45px;
	margin-right:10px;
}

#rss h3{
	color:#323232;
}

#footerwrapper{
	margin-top:15px;
	margin-bottom: 25px;	
	background-color:#6e6e6e;
	width:905px;
	height:62px;
	margin-left:auto;
	margin-right:auto;
}

#footerlogo{
	float:right;
	padding-right: 20px;
	background: url('images/logo_sixservix_footer.gif') left no-repeat;
	width:189px;
	height:48px;
}

#footerlicense {
	float:right;
	background: url('images/Somerights2.png') right no-repeat;
	width:88px;
	height:62px;
}
