/*
  Theme Name: Sauword
  Theme URI: http://www.wordpressenaccion.com/
  Description: Este theme fue creado para <a href="http://sauware.com/">sauware.com</a> por David Chay de <a href="http://www.wordpressenaccion.com/">Wordpress en Accion</a>
  Version: 1 (WP2.9...)
  Author: David Chay
  Author URI: http://www.wordpressenaccion.com/
  
*/


body{
		
	background-color:#515151;
	font-family: verdana, Arial, Helvetica;
	font-size:13px;
	margin:0; padding:0;
	
}

#main{
	background-color:#eeeeee;
	background-image:url("images/head_bg.jpg");
	background-repeat: repeat-x;
}
#content_main{
	background-image:url("images/header_bg.jpg");
	background-repeat: no-repeat;
	padding-bottom:20px;
	
}
#title , #title a{
	background-image:url("images/logo.png");
	background-position: bottom center;
	background-repeat:no-repeat;
	
	width:460px;
	height:110px;
	margin-bottom:10px;
	display: block;
}
#title h1, #title small{
	margin:0px;
	display: block;
	text-indent: -99999px;
}

#title a:hover{
		background-image:url("images/logo.png");
		background-position: top center;
		background-repeat:no-repeat;
		display: block;
}
#title h1{color:#fff; font-size:65px;}

#feature{
	background-color:#515151;
	background-image:url("images/feature_post.jpg");
	background-repeat: no-repeat;
	color:#ffffff;
	border:1px solid #bcbcbc;
	margin:25px 0 15px 0;
}

#feature_box{
	border:1px solid #757575;
	display: block;
	padding-left:7px;
}
.post{
	background-color:#ffffff;
	border:1px solid #bcbcbc;
	background-image:url("images/post_bg.jpg");
	background-repeat: repeat-x;
	margin:25px 0 15px 0;
}
.box{
	border:1px solid #ffffff;
	display: block;
}


.thumnail{
	width: 200px;
	height:200px;
	float:left;
	border:1px solid #b5b5b5;
	background-color:#d2d2d2;
	margin:7px;
	padding:7px;
}
.thumnail_inside{border:1px solid #b5b5b5;}
#footer{color:#ffffff; padding-top:15px;}
#creditos a{color:#bcbcbc;}
#creditos a:hover{text-decoration:underline;}
#creditos{
	text-align: center;
	padding:15px;
	color:#bcbcbc;
}
/*Text style*/


h2{
	margin:0;
	font-size:28px;
	font-family:Helvetica, Arial, sans-serif;
	color:#00B4FF;
}
h3{
	font-family:Helvetica, Arial, sans-serif;
	margin:0px 0px 10px 0px;
}
h4 {
	margin:0px 0px 0px 0px;
}

small{
	font-style:italic;
	font-size:12px;
	
	
}

a {
	color:#00B4FF;
	text-decoration: none;
	font-weight: bold;
	
}
a:hover{
	text-decoration: underline;
}


pre,
code {
   display:block;
   font: 1em 'Courier New', Courier, Fixed, monospace;
   font-size : 100%;
   color: #EEEEEE;
   background-color : #757575;
   overflow : auto;
   text-align:left;
   border : 1px solid #00B4FF; /*highlight color */
   padding : 0px 20px 0 30px;
   margin:1em 0 1em 0;
   line-height:17px;
}

/**********************************************************
							Menu
***********************************************************/

ul.lavaLamp{
	margin:0px; 
	list-style-type: none;
}
ul.lavaLamp li{
	float: left;
	margin:0;
	padding:0;
	background-color:#676767;
	
}

ul.lavaLamp li.back {
     border-bottom: 2px solid #00B4FF;
     background-image:url("images/back_menu.jpg");
     background-repeat:no-repeat;
     background-position:center center;
     height: 25px;
     z-index: 8;
     position: absolute;
}
ul.lavaLamp li a{
	display: block;
	text-decoration: none;
	color:#bcbcbc;
		
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
	
	outline: none;
    text-align: center;
    top: 7px;
    
    
    z-index: 10;
    
    float: left;
    height: 25px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;
	
}


ul.lavaLamp li a:hover, ul.lavaLamp li a:active{
   display:block;
   color:#fff;
}

/***********************************************
					Post
************************************************/

/******************* -date- ********************/

.date{
background:url("images/date.png");
background-repeat:no-repeat;
background-position:top left;
padding-left:34px;
height:24px;
font-size:13px;
float:left;
margin:5px 0 0 5px;
		
}

/******************** -comment- *****************/

.comment{
	background-image:url(images/coment.png);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	font-size:9px;
	text-align: center;
	float: right;
	padding-top:3px;
	margin:5px 5px 0 0;
	
}
.comment a{
	font-weight: normal;
	color: white;
	display: block;
	width:24px;
	height:24px;
	
}
.comment a:hover{text-decoration:none;}

/******************** -Entradas- ******************/
.entradas{	float:right;width:450px; padding-right:5px;}

/***************** -etiquetas y author- **********/
.market{text-align:right;display:block;margin:0 10px 10px 0;}



/*********************** -RSS- *********************/
a#rss{
	background:url("images/feed.png");
	background-repeat:no-repeat;
	background-position:left top;
	width:32px;
	height:32px;
	display: block;
	text-indent: -9999px;
	float:right;
}
a#rss:hover{
	background-position:top right;
}

/**************** -Fromulario de busqueda- *************/
#buscar_form{
	width:386px;
	height:60px;
	background-image:url("images/sform.png");
	background-repeat:no-repeat;
	background-position: center;
}
#buscar_form .inptxt{
	margin:15px 5px 10px 12px;
	width:240px;
	border:none;
	font-size:20px;
	float: left;
	
}
#buscar_form .btn{
	margin:10px 10px 10px 0;
	background:url("images/buscar.png");
	background-position:left top;
	display: block;
	height:40px;
	width:115px;
	text-indent:-9999px;
	float: right;
	
}
#buscar_form .btn:hover{
	margin:10px 10px 10px 0;
	background:url("images/buscar.png");
	background-position:right top;
	height:40px;
	width:115px;
	
}

/********************* -Sidebar- *******************/
#content-sidebar {margin:20px 0;}

#content-sidebar ul li{
 list-style:none;
 margin:0;
 padding-left:10px;
 
}
#content-sidebar ul li ul li{
 list-style-image:url("images/tag.png");
 margin:0 0 0 20px;
}
#content-sidebar ul li ul li a{margin-left:-10px;}
#content-sidebar ul li h2{
	font-size:20px;
	color:#515151;
}
#content-sidebar ul li a{
	color:#676767;
	margin:0;padding:0;
	font-weight: normal;
}
#content-sidebar ul li a:hover{
	color:#000;
	text-decoration:none;
	
}
/*********************** -Footer- *********************/
.col_fot{
	
	padding:0px;
}
.col_fot ul li{
	margin:0;
	padding:0;
	list-style:none;
}
.col_fot a{
	color:#bcbcbc;
	font-weight: normal;
	
}
.col_fot a:hover{
	color:#fff;
	text-decoration:none;
	
}
.col_fot h2{
	color:#00B4FF;
	font-size:16px;
}
.col_fot2{width:220px;} 


/*********************************************
				Comentarios
**********************************************/

ol#comments{
	list-style-type:none;
	margin:20px 0;
	padding:0;
}
ol#comments li{
	margin:0;
	padding:25px 5px;
}
ol#comments li.alt{
	background:#bcbcbc;
}
ol#comments li h4{
	margin:0;
	padding:0;
	font-size:12px;
}
ol#comments li h4 a{color:#676767;}
ol#comments li h4 a:hover{	text-decoration:underline; }
ol#comments li small, #comments_template small{
	padding:0;
	font-size:10px;
	
}
#comments_template small{
	color:#fff;
	
}
ol#comments li small a{
	color:#666666;
	font-style: italic;
	font-size:11px
}
#avatar{
	float:left;
	width:80px;
	text-align: center;
	

}
.the_comment{
	padding:7px;
	float:left;
	margin-left:15px;
	width:550px;
	border:2px solid #676767;
	background-color:#ffffff;
	min-height:100px;
}
