/*
Theme Name: Sase Blog Default
Theme URI: http://www.sase.com.pe/
Description: The default Sase theme.
Version: 1.0
Author: Hernan Maguina
Author URI: http://www.sase.com.pe/
Tags: blue, custom header, fixed width, two columns, widgets

	This theme was designed and built by Hernan Maguina,
	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

*/
@import url(http://www.sase.com.pe/css/style.css);
#header .content {
	background:transparent url(images/bg_header.jpg) no-repeat scroll 0%;
	height:201px;
	border-left:1px solid #CC3300;
	border-right:1px solid #CC3300;
}
#leftsidebar{
	margin:0px;
	width:150px;
	padding:20px 5px 5px 20px;
	float:left;
}
#leftsidebar ul li {
	background:transparent url(images/bullet.png) no-repeat scroll 0 7px;
	line-height:22px;
	padding:0 0 0 12px;
}
#colcencontent{
	margin:0px;
	width:433px;
	padding:20px 40px 20px 0px;
	float:left;
	border:none;
}
#latest {
	border-left:none;
	border-top:none;
	font-size:11px;
	margin-bottom:10px;
	padding:10px 10px 0;
}

#colcencontent .post{
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:#CC3300 3px dotted;

}
#colcencontent .post h2{
	font-size:14px;
	font-weight:bold;
	line-height:17px;
}
#colcencontent .post h1{
	color:#cc3300;
	font-size:18px;
	font-weight:bold;
	line-height:21px;
}
#colcencontent p.postmetadata{
	font-family:Verdana, Geneva, sans-serif;
}
#colcencontent p.posttags{
	border:#CC3300 1px dotted;
	color:#333333;
	background:#FFFFE3;
	font-weight:normal;
	margin:10px;
	padding:5px;
	line-height:16px;
}

#rightsidebar{
	border-left:#CC3300 1px solid;
	border-right:none;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	width:193px;
	padding:0px 0px 20px 0px;
	float:left;
}
#rightsidebar .bloginfo{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	padding:10px 5px;
	border-right:#CC3300 1px solid;
}
#rightsidebar ul{	
	margin:10px 10px 10px 10px
}
#rightsidebar li{
	line-height:18px;
}
#rightsidebar .categories{
	background:#CC3300;
	color:#FFF;
	margin:0px;
	padding-bottom:10px;
}
#rightsidebar h3{
	padding:5px 0px 10px 5px;
	
}

#rightsidebar .categories a{
	color:#FFF;
	text-decoration:underline;
}
#rightsidebar .toppost{
	/*border-right:#CC3300 1px solid;
	border-bottom:#CC3300 1px solid;*/
	color:#333333;
}
#rightsidebar .toppost li{	
	border-bottom:#CC3300 1px dotted;
	padding-bottom:5px;
	margin-bottom:5px;
}
.pagetitle{
	padding:0px 0px 15px 0px;
}
#colcencontent .entry img{
	margin:0px 5px 0px 0px;
}

#colcencontent .entry_postdetail p{
	line-height:19px;
}
/*RSS*/
#rss {
	background-color:#F2F2F2;
	border-left:0px solid #CC3300;
	border-right:1px solid #CC3300;
	margin:0px 0px 0px 0px;
}
/*CALENDAR*/
#wp-calendar {
    border:0 solid #CC3300;
	background-color:#CC3300;
	border-spacing:0px;
	font-weight:bold;
	color:#FFF;
    empty-cells: show;
    font-size: 8pt;
    width: 100%;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0px;
}
#wp-calendar thead{
	background-color:#CCC;
	border-right: 0px solid #CC3300;	
}
#wp-calendar tfoot{
	background-color:#FFF;
	border: 1px solid #CC3300;	
}
#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    background: #e0e6e0;
    display: block;
    text-decoration: none;
}

#wp-calendar a:hover {
    background: #e0e6e0;
    color: #333;
}

#wp-calendar caption {
	border: 1px solid #CC3300;
	background-color:#FFFFE2;
    color:#333;
    font-size: 10pt;
    text-align: center;
    font-weight: bold;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}

#wp-calendar td {
    color: #FFF;
    font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    letter-spacing: normal;
    padding: 2px 0;
    text-align: center;
}

#wp-calendar td.pad:hover {
    background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
    background: #FFFFE2;
    color: #000;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    color:#333333;
	background-color:#FFFFE2;
    font-weight: bold;
    text-align: center;
}

.widgettitle {
margin-top:20px;
font-size:14px;
font-weight:bold;
color:#333;
padding-left:5px;
}


