/*  
Theme Name: Bassena
Theme URI: http://wordpress.org/
Description: Das Bassena-Theme. Basierend auf dem WordPress Default Theme.
Version: 1.6
Author: Hans Kirchmeyr
Author URI: http: //bassena.org/

  Kubrick v1.5
   http://binarybonsai.com/kubrick/

  This 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

*/

/*
Frequently used colors: 
-----------------------

light blue: #f1f7fb
medium blue: #e6f3fb
dark blue: #4078b5
blockquote: #CEE5FE
'black' blue: #284B71
*/


/* Begin Typography & Colors */
body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background: url(images/bassenabgcolor.gif);
  color: #333;
  text-align: center;
}

#page {
  background-color: white;
  border: 2px solid #4d85a9;
  text-align: left;
}

#header {
  background: url(images/bassenaheader.gif) no-repeat bottom center;
}

#headerimg  {
}

#content {
  font-size: 1.2em;
}

.widecolumn .entry p {
  font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
  line-height: 1.4em;
}

.widecolumn {
  line-height: 1.6em;
}

.narrowcolumn .postmetadata {
  text-align: center;
  border-top: 1px dotted #4078b5;
  border-bottom: 1px dotted #4078b5;
  background-color: #f1f7fb;
}

#footer {
  background: #eee url(images/bassenafooter.gif) no-repeat top;
  border: none;
  font-size: 7pt;
}

small, .postmetadata {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

h1, h2, h3, h4 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
  text-align: left;
}

h1 {
  font-size: 4em;
  text-align: center;
}

#headerimg .description {
  font-size: 1.2em;
  text-align: center;
}

h2 {
  font-size: 1.5em;
}

#sidebar h2 {
  font-family: 'Lucida Grande', Verdana, Sans-Serif;
  font-size: 1.2em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
  text-decoration: none;
  color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
  color: #284B71;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited, #sidebar h2, #wp-calendar caption, cite {
  text-decoration: none;
}

.entry a:link {
  border-bottom: 1px dotted;
  text-decoration: none;
}

.entry a:visited {
  color: #4078b5;
}

.entry a:hover {
  color: #147;
  text-decoration: none;
  border-bottom: 1px solid;
}

.postmetadata.alt a:link {
  border: none !important;
}

.postmetadata.alt a:hover {
  border-bottom: 1px solid !important;
}

a, h2 a:hover, h3 a:hover, h4 a:hover {
  color: #4078b5;
  text-decoration: none;
}

a:hover {
  color: #147;
  text-decoration: underline;
}

.commentlist {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
  font-weight: bold;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}

#commentform p {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
  font-weight: normal;
}

#sidebar {
  font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.widgettitle {
  color: white;
  background-color: #4078b5;
  border: 2px solid #4078b5;
}

#twitter-tools {
  position: relative;
  margin-top: 4em;
}


#twitter_bird {
  display: none;
}

html>body #twitter_bird {
  display: inline;
  margin-bottom: -5px;
}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
  color: #777;
}

code {
  font: 1.0em 'Courier New', Courier, Fixed;
  text-align: left;
  padding: 0 2px;
  white-space: pre-wrap;
/*
  background-color: #E3ECF2;
  border: 1px solid white; 
  outline: 1px solid #E3ECF2; 
  line-height: 1.5em;
  border: 1px solid #4078b5;
  outline: 1px solid #4078b5;
*/  
}

.zerospace {
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
}

html>body .zerospace {
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 1pt; /* Opera needs this - otherwise line height may become corrupted */
  margin: 0;
  padding: 0;
}

acronym, abbr, span.caps
{
  font-size: 0.9em;
  letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 9pt;
}

#wp-calendar a {
  text-decoration: none;
}

#wp-calendar caption {
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
html {
  overflow: auto;
}

body {
  margin: 0 0 20px 0;
  padding: 0;
}

#page {
  margin: 20px auto;
  padding: 0;
  width: 766px;
}

#header {
  padding: 0;
  height: 148px;
  width: 766px;
}

#headerimg {
  margin: 0;
  height: 148px;
  width: 766px;
}

.narrowcolumn {
  float: left;
  padding: 0 0 20px 33px;
  margin: 0px 0 0;
  width: 468px;
}

.entry {
  margin: 1em 0 0;
  width: 468px;
}


.widecolumn {
  padding: 10px 0 20px 0;
  margin: 5px 0 0 150px;
  width: 450px;
}

.post {
  margin: 0 0 7em;
  text-align: left;
}

.post hr {
  display: block;
}

.widecolumn .post {
  margin: 0;
}

.narrowcolumn .postmetadata {
  padding: 0.2em 0;  
  margin: 4px 0;
}

.widecolumn .postmetadata {
  margin: 4px 0;
}

.widecolumn .smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
  text-align: center;
  margin: 5px 0px;
}

.more-link {
  display: block;
  float: right;
  margin: 0 0 1em;
  border-bottom: 1px solid white !important;
  text-decoration: none;
}

.more-link:hover {
  text-decoration: none;
  border-bottom: 1px solid !important;
}

.more-link2 {
  display: inline;
  margin: 0 0 1em;
  border-bottom: none !important;
  text-decoration: none;
}

.more-link2:hover {
  text-decoration: none;
  border-bottom: 1px solid !important;
}

.postmetadata {
  clear: both;
  width: 468px;
}

#footer {
  padding: 0;
  margin: 20px 0 auto;
  width: 766px;
  height: 33px;
  clear: both;
}

#footer p {
  margin: 0;
  padding: 7px 0;
  text-align: center;
}
/* End Structure */



/*  Begin Headers */
h1 {
  padding-top: 70px;
  margin: 0;
}

h2 {
  margin: 30px 0 0;
}

h2.pagetitle {
  color: #284B71;
  margin: 30px 0 1em;
  padding: 2px 0;
  border-top: 2px solid #e6f3fb;
  border-bottom: 2px solid #e6f3fb;
  background: url(images/z3bg.gif);
  text-align: center;
  width: 468px;
}

#sidebar h2 {
  margin: 8px 0 0;
  padding: 0;
}

h3 {
  padding: 0;
  margin: 30px 0 0;
}

blockquote h3 {
  margin: 1em 0 0;
}

h4 {
  padding: 0;
  margin: 40px auto 20px ;
}

#comments {
  margin: 20px 0 0px;
  padding: 2px 4px;
  border-top: 2px solid #e6f3fb;
  border-bottom: 2px solid #e6f3fb;
  background: url(images/z3bg.gif);
}
/* End Headers */



/* Begin Images */
.wp-smiley {
  padding: 0;
}

a img {
  border: none;
}

p img {
  padding: 5px;
  max-width: 100%;
}

/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
  padding: 0;
  margin: 0.3em 0 0.3em 0.6em;
  border: 1px solid black;
}

img.alignleft {
  display: inline;
  padding: 0;
  margin: 0.3em 0.6em 0.3em 0;
  border: 1px solid black;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}

.noborder {
  border: none !important;
}
/* End Images */



/* Begin Lists

  Special stylized non-IE bullets
  Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  padding-left: 10px;
  text-indent: 0px;
}

html>body .entry li {
  margin: 0 0 0.2em 0.8em;
}

#sidebar ul ul li:before {
  /* content: "\00BB \0020";*/
}

.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
}

.entry ol li {
  margin: 0;
  padding: 0;
}

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 0px;
}

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 0px;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0 0 0 10px;
  background-image: url(images/ul-bullet.gif);
  background-repeat: no-repeat;
  background-position: top left;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
  padding: 5px 0px;
  text-align: left;
  white-space: nowrap;
}

#searchform #s, #cse-search-box #s {
  width: 166px;
  float: left;
  margin-top: 8px;
  margin-right: 4px;
}

#searchsubmit {
  margin-top: 8px;
}

#cse-search-results {
  font-size: 0.9em;
}

#cse-search-results iframe {
  width: 468px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align: center;
}

select {
  width: 200px;
}

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 0;
}

#commentform textarea {
  width: 460px;
  height: 150px;
  padding: 2px;
}

.commentlist #commentform textarea {
  width: 448px;
  height: 150px;
  padding: 2px;
}


.commentlist .comment #commentform textarea {
  width: 438px;
}

.commentlist .comment #commentform {
  width: 448px;
}

.pingback .reply, .trackback .reply {
  display: none;
}

#cancel-comment-reply-link {
  color: red;  
}

#commentform #preview {
  float: left;
}

#commentform #submit {
  float: right;
}

#commentform {
  width: 468px;
  padding-bottom: 6em;
}

.commentlist #commentform {
  padding-bottom: 0;
}
/* End Form Elements */



/* Begin Comments*/
.commentnumber {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color: #284B71;
  float: right;
  font-size: 1.2em;
  margin-left: 20px;
}

.commentlist {
  margin: 0;
  padding: 0;
  text-align: left;
}

.commentlist .comment, .commentlist .pingback, .commentlist .trackback {
  margin-top: 15px;
  padding: 10px;
  list-style: none;
  border: 1px solid #4078b5;
}
  
.commentlist li .depth-2 {
  margin: 10px 0 10px -40px;
}

.commentlist .odd {
  background-color: white; /* #F8F8F8; */
}

.commentlist .children {
  margin-top: 1em;
}

.commentlist .children .comment {
  border-style: dashed;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
  margin: 0 -10px -10px -50px;
}


.commentlist .odd .children .comment {
  background-color: white; /* #F8F8F8; */
}

.commentlist .even .children .comment {
  background-color: white;
}

.commentlist .pingback, .commentlist .trackback {
  border-style: dashed;
}

.commentlist .avatar {
  margin-right: 4px;
  float: left;
}

.commentlist .reply {
  text-align: right;
  font-weight: normal;
}

img .avatar {
  filter:Gray();  
}

.says {
  display:none;
}


.commentlist .comment.bypostauthor, .commentlist .children .comment.bypostauthor{
  background-color: #F1F7FB;
}

.commentlist p {
  clear: both;
  margin: 10px 5px 10px 0;
}

.commentlist blockquote {
  padding: 0 10px 0 1.3em;
  background: none;
  font-size: 1em;
}

.commentlist .navigation {
  border: none;
  background-color: red;
}

.commentlist.navigation {
  border: none;
  background-color: none;
}

#commentform p {
  margin: 5px 0;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

.commentmetadata {
  margin: 0;
  display: block;
}

.commentqueued, .error, .attention, #previewed-comment-header, .subscription-manager .updated {
  margin: 0.6em 0;
  padding: 0.4em;
  font-weight: normal;
  background-color: yellow;
  border: 2px solid red; 
}

#commentPreview div {
  background-color: white;
  border: 2px solid red; 
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
  margin: 35px 0 80px 543px;
  width: 200px;
}
/* End Sidebar */


/* Begin Toolbar */
.toolbar {
  width: 100%;
  font-size: 10px;
  margin: 16px 0 0;
}

.profile_link {
  text-align: right;
  position: relative; /* necessary for IE 6 */
  margin: -25px 3px 13px 0;
}

.profile_link a {
  margin: 0 2px;
  border-bottom: 1px dotted;
}

.profile_link a:hover {
  border-bottom: 1px solid;
  text-decoration: none;
}

/* End Toolbar*/

/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
}

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #999;
}

blockquote {
  clear: both;
  margin: 1.5em 1em;
  padding-left: 1.3em;
  border-left: 5px solid #4078b5;
  background: #CEE5FE /* EEF6FB ... url(images/bassenabgcolor2.gif)*/;
  text-align: left;
  font-size: 0.9em;
}

html>body blockquote {
  clear: both;
  margin: 1.5em 1em;
  padding: 1px 10px 1px 1.3em;
  border-left: 5px solid #4078b5;
  background: #CEE5FE /* EEF6FB url(images/bassenabgcolor2.gif)*/;
  text-align: left;
  font-size: 0.9em;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

.center {
  text-align: center;
}

hr {
  display: none;
}

.navigation {
  font-size: 1em;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}


.narrowcolumn .navigation {
  display: block;
  width: 460px;
  float: left;
  text-align: center;
  margin-bottom: 3em;
  background-color: #f1f7fb; 
  padding: 4px;
}
  
.narrowcolumn .navigation .alignleft {
  float: left;
  text-align: left;
  width: 150px;
} 
  
.narrowcolumn .navigation .alignright {
  float: right;
  text-align: right;
  width: 150px;
} 

.narrowcolumn .navigation .aligncenter {
  text-align: center;
  font-weight: bold;
}

.widenavigation {
  width: 468px;
  font-size: 0.9em;  
  margin: 30px auto 0;
  text-align: justify;
  padding: 4px 0;
  /* background-color: #f1f7fb; */
}
  
.widenavigation .alignleft {
  float: left;
  text-align: left;
  width: 210px;
} 
  
.widenavigation .alignright {
  float: right;
  text-align: right;
  width: 210px;
} 

.widenavigation .aligncenter {
  text-align: center;
}


/* End Various Tags & Classes*/



/* Begin Subscribe2Comments Plugin */

.subscription-manager .options {
  margin: 2em 0;
}

.subscription-manager .submit {
  text-align: left;
}

.subscription-manager .submit input {
  width: 10em;
}

.subscription-manager .updated {
  margin: 2em 0;
}

.subscription-manager ul {
  list-style-type: none;
  list-style-image: none;
}
/* End Subscribe2Comments Plugin */

/* Begin Similar Posts Plugin */
.similar-posts {
  clear: both;
  text-align: left;
  margin: 3em 0 4px;
  font-size: 0.9em;
  color: #777;
}
/* End Similar Posts Plugin */

/* Google Adsense */
.adsense {
  clear: both;
  text-align: center;
}

.landingsites {
  font-size: 0.9em;
  margin-top: 2em;
  padding: 1.5em;
  border-color: #284B71;
}

.landingsites a {
  text-decoration: underline;
}

#skyscraper {
  float: right;
  left: 245px;
  top: 30px;
  height: 0;
  position: relative;
}

.wpfblike {
}

.flattr_div {
  float: right;
}

/* Begin ... Plugin */
/* End ... Plugin */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
  It won't be a stylish marriage, I can't afford a carriage.
  But you'll look sweet upon the seat of a bicycle built for two." */
