/*
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"); 

/* -- 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:2px dashed black;}
.post {border:2px solid pink}*/

/* - BASIC STUFF - */
body {background:#303030;font:10pt Verdana, Geneva, sans-serif;color:#f8fbf0;margin:0 auto;padding:0 20px;}
a {text-decoration:none; color: #bacc31}
a:hover {text-decoration:underline; }
a.mini {text-decoration:none; color: #bacc31; font-weight: bold; font-size: 8pt}
a.mini:hover {text-decoration:underline; }
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0; padding-left: 6px; margin-left: 6px}
ul li {	margin-left:5px;padding:0; }
li {list-style-type:circle;} /* 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;}

img.centre {
	display:block;
	background-color:#252525;
	border:1px solid #f8fbf0;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding:3px;
}

img.borderonly {
	display:block;
	background-color:#252525;
	border:1px solid #f8fbf0;
	padding:3px;
}

img.left {
	display:block;
	float:left;
	background-color:#252525;
	border:1px solid #f8fbf0;
	margin-right:10px;
	margin-bottom:10px;
	padding:3px;
}

img.right {
	display:block;
	float:left;
	background-color:#252525;
	border:1px solid #f8fbf0;
	margin-right:10px;
	margin-bottom:10px;
	padding:3px;
}

blockquote {
	background: #252525;
	border-left: 6px solid #bacc31;
        color: #b1b3ab;
        font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
        -moz-box-sizing:border-box;box-sizing:border-box;
}

.inline_images {
position: relative;
/*width: 160px;
height: 120px;*/
}

.inline_images span {
position: absolute;
top: 0px;
left: 0px;
width: 160px;
height: 120px;
/*background-image:url(images/hover_button.png);*/
background-repeat:no-repeat;
}

.inline_images a:hover span {
background-image:url(images/hover_button.png);
}

#tab-nav {
width: 676px;
height: 30px;
margin: 0;
float: right;
margin-top: 8px;
text-align: center;
margin-bottom: 5px;
/*border: solid 1px #FFFFFF;*/
}

a.unselected:link, a.unselected:visited
{
	float: left;
	background: #111;
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	margin-right: 4px;
//	border: 1px solid #bacc31;
	text-decoration: none;
	color: #839023;
}

a.unselected:hover
{
	background: #222;
//	border: 1px solid #C9D75B;
	color: #bacc31;
}

a.unselected:link.active, a.unselected:visited.active
{
//	border-bottom: 1px solid #404040;
	background-color:#404040;
	color: #bacc31;
}

a.selected {
	float: left;
	background: #000;
	font-size: 10px;
	line-height: 30px;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
	margin-right: 4px;
//	border: 1px solid #bacc31;
	text-decoration: none;
	color: #bacc31;
	border-bottom: 1px solid #404040;
	background-color:#404040;
	color: #C9D75B; 
}

a.selected:hover
{
	border-bottom: 1px solid #404040;
	background-color:#404040;
	color: #C9D75B;
}