/* ----------------------------------------
Theme Name: basic
Theme URI: http://www.visual-assault.org/projects/wp_theme-basic/
Description: A totally stripped down and basic WordPress Theme
Version: 1.0
Author: Ron "eclip5e" Adams
Author URI: http://eclip5e.visual-assault.org
Last Modified: 2005.04.21
Provides: Theme definition file for WordPress 1.5
---------------------------------------- */
@import 						url("design/styles/default/screen.css");
@import 						url("design/styles/default/print.css");

a {	text-decoration: none; }
a:link { color: #4F9D00; }
a:visited { color: #99CC66; }
a:hover { color: #99CC33; }
a:active { color: #99CC33; }

span.published {
	display: block;
	text-align: center;
	float: left;
	width: 60px;
	height: 68px;
	background: url(fondo-fechas.gif) no-repeat center center;
}

.pub-month, .pub-date { display: block; }
.pub-month { height: 1.5em; }
.pub-date { font-size: 1.5em; }

#blog { }
#searchform {
	width: 180px;
	margin: 0 auto;
}

#searchform #s {

 width: 120px;

}

/* Posts */
div.complexItem { margin-bottom: 1.5em; }
div.complexItem span { }
div.complexItem p { margin-bottom: 1em; }
div.complexItem p a img { border: 0; margin-top: 1em;  }

.complexitem div.post-encabezado { }
.complexitem div.post-encabezado div.post-datos h3 a:link { color:#669900; font-size: 1.6em; }
.complexitem div.post-encabezado div.post-datos h3 a:visited { font-size: 1.6em; }
.complexitem div.post-encabezado div.post-datos h3 a:hover { color:#33CC00; }
.complexitem div.post-encabezado div.post-datos h3 a:active {  color:#003300;  }

.post-datos {
	float: left;
	text-align: left;
	font-size: 0.8em;
	margin: 1em 0 1em .5em;
	border-bottom: 1px dotted #999;
}

div.post-contenido p { margin-bottom: 1em; }
div.post-contenido p a img { border: 0; margin-top: 1em; }

li.post-autor { background-color: #99CC66; padding: .5em 0 .5em 0; }

span.post-autor, span.post-categoria, span.post-comentarios, span.post-editar { padding-left: 15px; background-repeat: no-repeat; background-position: left center; }
span.post-autor { background-image: url(pencil.png); }
span.post-categoria { background-image: url(category.png); }
span.post-comentarios { background-image: url(comments.png); }
span.post-editar { background-image: url(edit.png); }

.clean { clear: both; }

#herramientas { }
#herramientas h4 { border-bottom: dotted 1px #999; }
#herramientas ul { list-style: none; width: 180px; margin: 0 auto 10px; }
#herramientas ul li { }
#herramientas p.feeds { width: 120px; margin: 10px auto; }
#herramientas p.feeds a:link { display: block; width: 55px; height: 48px; float: left; text-indent: -10000px; }
#herramientas p.feeds a:link.link-feed-post { background: url(rss-entradas.jpg) no-repeat center center; margin-right: 10px; }
#herramientas p.feeds a:link.link-feed-comentarios { background: url(rss-comentarios.jpg) no-repeat center center; }

/* Single Post */

div.links-previo-siguiente {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(fondo-previo-siguiente.jpg) no-repeat center bottom;
	border-bottom: dotted 1px #ccc; 
}

span.post-previo, span.post-siguiente { display: block;  width: 50%; float: left; }
span.post-previo {  }
span.post-siguiente { text-align: right; }