/*
Theme Name: Blank 1 sidebar - right (theme development)
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Anna
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */
.sidebar, #entry-meta-single {background: url(images/seethrublue.png);}
#respond {background: url(images/seethrublue.png);}
#footer, {
  background: url(images/seethrublue.png);
  }
li.depth-1 {background: orange;}
.navigation {color: #ccc;}
.post {
  padding: 12px;
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;	
  -moz-border-radius: 24px;
  border-radius: 24px;
  }

/* - BASIC STUFF - */
body {
  background:#000;
  background: url(images/starbg.gif);
  font-family: Gill Sans MT, Gill Sans, Corbel, Arial, sans-serif;
  font-size: 16px;
  color:#fff;
  margin:0 auto;
  padding:0;
  }

a { color: #9f0; }
a:link { color: #9f0; }
a:visited { color: #ocf; }
a:active { color: #f0c; }
a:hover { color: #fc0; }

.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;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content {
  color: #def;
}
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

.entry-title a {
  background: url(images/seethrublue.png);
}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {
  font-family: Gill Sans MT, Trebuchet MS, serif;
  margin:0;
  padding:0;
  color: #ffc;
  }
h2.entry-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
#wrapperwrapper {
  width:960px;
  padding: 0;
  margin:0 auto;
  background: url(images/seethrublue.png);
}
#wrapper {
  float:none;
  clear:both;
  margin:0 auto;
  padding:0;
  width:960px;
  background: url(images/earthfacebg.png) no-repeat;
}
#header {
  height:150px;
  margin: 10px auto;
  text-align:left;
  padding: 20px 0;
  }
#header h1 a { 
  color: #90f;
  background: url(images/seethrublue.png);
  padding: 6px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;	
  -moz-border-radius: 12px;
  border-radius: 12px;
  }
#footer {
  height:50px;
  overflow:hidden;
  margin:20px auto 0;
  clear:both;
  float:none;
  text-align:center;
  padding: 20px 0;
  }

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {float:left; clear:none;width:640px;}

/* -- SIDEBARS --*/
.sidebar-wrap {
  margin:0 auto;
  margin-left: 10px;
  overflow:hidden;
  float:left;
  clear:none;
  width:300px;}
.sidebar {
  font-size: 10px;
font-weight: none;
font-family: Verdana, Arial;
line-spacing: 150%;
  padding: 12px;
  width: 270px;
  clear:none;
  }
.block-1 {float:right;}

/* -- 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;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}


/* Planetary */



#header h1 {
  font-size: 64px;
  font-family: Comic Sans MS, sans-serif;
  font-weight: bold;
}

.additional-meta {
  color: #aaa;
}

/* 4 rounded corners */
.all-four-rounded-corners {
	-webkit-border-radius: 24px;
	-khtml-border-radius: 24px;	
	-moz-border-radius: 24px;
	border-radius: 24px;
	}

  .bluebg {

  /*here's the CSS3 standard method. this works in everything* but IE. */
  /*It's in fractions of 1. So 1 is 100% opacity (AKA the default) and .5 is 50% opacity.*/
  opacity:.95;
  }

    <!--[if gte IE 5]>
  .bluebg {
  /*It's a 100 scale. So 100 is 100% opacity (AKA the default) and 50 is 50% opacity.
  The worst part of this is not the CSS issues, since this sort of forking is common.
It's coding opacity in Javascript. You always
  have to make some second calculation to
  make things match across browsers 
  */
  filter:alpha(opacity=95);
  }<![endif]-->



