/*
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"); 

/* -- just some ugly styling to make it easier to get started, can safely be removed */
.sidebar, #entry-meta-single {//border:2px solid red;}
#respond {//border:2px solid yellow;}
#footer, #header {//border:2px solid blue;}
li.depth-1 {border: 2px solid orange;}
.navigation {border:none;height:50px;}
.post {//border:2px solid pink}

/* - BASIC STUFF - */
body {

background:#fff url(http://www.fleeingbirds.org/sparrow/media/bg10.png) repeat ;
font:9pt/11pt helvetica, sans-serif;
color:#000;
margin:0 auto;

}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small;margin-bottom:30px;}
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:50px; 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:left;clear:none; text-align:left;}
.nav-prev {float:left;clear:none;margin-right:20px; text-align:left;}

h1,h2,h3 {margin:0;}

.archive-title { color:#ccc; font-size: 1em; margin-bottom:20px;}

.left{float:left}
.right{float:right}
.alignleft {margin-right:10px}