/*
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
*/

html, body { height: 100%; }
body {
      background: url('bg.png') repeat-x #e6e6e6;
      font:9pt/11pt Verdana, Geneva, sans-serif;
      color:#000;
      margin:0 auto;
      padding:0px;
}

/* -- MAIN DIV'S -- */
#wrapper {
    float:none;
    clear:both;
    margin:0 auto;
    padding:0;
    width:1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
#header {height:135px;margin:0 auto;text-align:center;padding: 0;}
#footer{
    background:url("footer.png") repeat-x scroll 0 0 transparent;
    text-align:center;
    height:25px;
    padding:20px 0;
    overflow:hidden;
    clear:both;
    margin:0;
    width:100%;
}

/* -- LOGO --*/
.logo {
    float: left;
}
#header img { border: none; }

/* -- SIDEBARS --*/
.navbar-wrap {margin:0 auto;height:auto; float:left; clear:both;width:900px;}
.navbar {
        float:right;
        height:auto;
        margin:20px 0 0;
        width:600px;
}
.navbar ul { float: left; }
.navbar ul li { 
    /*border-right:1px solid #000000;*/
    float:left;
    padding:3px 5px;
}
.navbar a {
    color: #000;
    font-size: 13px;
}
.navbar li.current_page_item a { color: #6984ea; text-decoration: underline; font-weight: bold; }

/* -- SLIDESHOW --*/
.slideshow { width: 850px; height: 220px; margin: 15px 40px 15px 40px; }
.slide .content {
    float: left;
    text-align: left;
    margin: 10px 20px 20px;
    color: #fff;
    font-size: 14px;
    font-family: Verdana,Geneva,Kalimati,sans-serif;
}
.slide .content p { clear: both; margin: 0px; padding: 0 0 5px 0; }
.slide .content a { color: #fff; }
.slide .content h1 { color: #000; font-weight: bold; clear:both; margin: 0px; }
.slide .content div { float: left; margin-top: 10px; width: 500px; }
.slide a img {
    float: right;
    padding:4px;
    margin: 0 5px 5px;
    border: none;
    background-color: #FFFFFF;
    border:1px solid #000000;
}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {
    clear:none;
    float:left;
    margin:20px 66px;
    width:755px;
}

.widget {width:235px; float: left; clear:none;}

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

/* - BASIC STUFF - */
a {text-decoration:none;}
a:hover {text-decoration:underline;}
.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;}

/* -- IMAGE ALIGNS -- */
.alignleft { float: right; }
.alignright { float: right; }
