/*
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_left.css");
@import url("layouts/navbar_top.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;}
li.depth-1 {border: 2px solid orange;}
.navigation {border:2px dashed black;}

/* - BASIC STUFF - */
body {background: url('images/bg.jpg') top center no-repeat #262626; font:9pt/11pt Verdana, Geneva, sans-serif;color:#333333;margin:0 auto;padding:0px;}
a {text-decoration:none; color: #bd1a14; }
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* - TITLES - */
h1 { font-family: Impact, Charcoal, sans-serif; font-size: 20px; color: #bd1a14; font-weight: normal; }
h2 { font-family: Impact, Charcoal, sans-serif; font-size: 16px; color: #bd1a14; font-weight: normal; }

/* -- 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 */
ul.checklist { list-style-type: none; padding: 0em; margin: 0em; }
ul.checklist li { font-weight: bold; background: url('images/gem_okay.png') 0px 4px no-repeat; padding-left: 22px; line-height: 23px; }


/* -- 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;}

table.table-row-border tr td { border-bottom: 1px solid #333333; }
table.table-row-height-150 tr td { height: 150px; }

