/*
Theme Name: WP Blank
Theme URI: http://annalinnea.net/
Description: A blank theme for use in theme development
Version: 1.1
Author: That girl over http://annalinnea.net
Author URI: http://annalinnea.net/
Tags: empty, clean, development, design

	Based on Kubrick v1.5

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* decides which side the sidebar is on */
@import url("layouts/sidebar_right.css"); 



/* - BASIC STUFF - */
body {background:#ffffff;font:normal 10px/10px Trebuchet MS,Arial,sans-serif;color:#000;margin:0 auto;padding:0;width:1020px;}
a {text-decoration:none; color:#666;}
a:hover {text-decoration:none;color:#000;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;} /* want dots in front of your lists...? change to list-style-type: disc */


/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
textarea#comment {overflow:auto}

/* -- NAVIGATION --*/
div.navigation {height:25px; overflow:auto;float:none;clear:both; margin:0 auto}
* +html div.navigation {overflow:visible} /* IE hack to prevent scrollbars on the .navigation div... */

.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

/* -- ALIGNS -- */
.right { float:right; }
.left {float:left;}


/* -- IMAGES --*/
a img { border:0; }

/* -- NEWS TICKER -- */
#rss_scroller {
height:23px;
background:#e7e7e7 url('images/alarma.gif') no-repeat center left;
}
#rss {
margin-left:50px;
}
#rss_scroller a { 
color: #000;
}

/* -- ADS -- */

.publicidad {margin-top:5px;}

/* -- HEADINGS -- */

h2 {font:bold 16px/16px Trebuchet MS,Arial,sans-serif;text-transform:uppercase; }
h2 span { font: normal 10px/10px arial;padding-left:10px;)

