/*
Theme Name: Fixed Blix
Theme URI: http://lettersandscience.net/Blix/
Description: Fixed or fluid width. Language localization support. View the <a href="http://lettersandscience.net/Blix/showcase">Blix Gallery</a> at the <a href="http://lettersandscience.net/Blix/">demo</a> site. <a href="http://lettersandscience.net/wp-content/themes/Blix/readme.html">Read me</a>. Original theme by <a href="http://www.kingcosmonaut.de">Sebastian Schmieg</a>. Adapted by <a href="http://lettersandscience.net">dancer</a>.
Version: 2009.08.13
Author:
Author URI:
Tags: two-columns, fixed-width, flexible-width, right-sidebar, white
*/

@import "css/layout.css";
@import "css/layout_fixed.css";
@import "css/spring_flavour.css";
@import "css/spring_flavour_fixed.css";

/* ignore */
.alignleft {}
.alignright {}
.aligncenter {}



body {
  line-height:1.7em;
  background: #7d9092;
  margin-top:0px;
  padding-top:0px;
}

#navigation li a { font-size:12px; }

#header { background-position:200px 0; background-repeat: no-repeat;}

#container {
  width:890px;
background-position:700px 0;
margin-top:0px;
margin-bottom:0px;
}
#content {
  float:left;
  width:655px;
}
.singlecol #content {
  float:none;
  width:750px;
}
.entry {
  margin:0 0 40px 0;
}
.avatar {
  width:23px;
  height:23px;
}

#footer {
  padding:40px 0 15px 0;
background:white;
}


#subcontent ul li:hover { 
background:#d9cfa1;
color:white;
}

#subcontent ul li a:hover { 
background: none;
}

