/*
Theme Name: Blix
Theme URI: http://lettersandscience.net/Blix/
Description: Blix theme with support for widgets and tags, for WordPress 2.1+.  Original theme by <a href="http://www.kingcosmonaut.de/blix/">Sebastian Schmieg</a>.  Updated by <em>dancer</em> @ <a href="http://lettersandscience.net/Blix/">Letters & Science</a>.
Version: 2008.12.26
Author:
Author URI:
Tags: two-columns, fixed-width, right-sidebar
*/

@import "layout.css";
@import "spring_flavour.css";

/* These image alignment classes are defined in layout.css imported above. */
.alignleft {}
.alignright {}
.aligncenter {}

body {
background-color:#c3b09a;
}

h2,h2 a,h2 a:hover,h2 a:link {
color:#d93a37;
}

h2 a:hover {
color:#d93a37;
text-decoration:underline;
}

a,a:hover,a:link {
color:#d93a37;
}

a:hover {
color:#d93a37;
text-decoration:underline;
}

#navigation {
background-color:#ffeda9;
}

#subcontent h2 {
background-color:#7a664c;
margin-top:40px;
}

#navigation #searchbutton {
background-color:#e7cd6e;
}

#navigation #s {
border-right:solid 1px #e7cd6e;
border-bottom:solid 1px #e7cd6e;
}

#navigation li {
background-color:#e7cd6e;
}

#navigation li a:hover,#navigation .selected {
background-color:#d93a37;
}

#navigation li a:link {
background-color:#d93a37;
}

#navigation form {
background-color:#ffeda9;
}

#footer p {
border:0;
width:400px;
}

#footer {
background-image:url('http://badhamster.files.wordpress.com/2008/12/containerbtm_bg2.gif');
background-repeat:no-repeat;
background-position:right;
}

#footer img {
display:none;
}

#commentform {
background-color:#ffeda9;
}

#comments p.header {
background-color:#ffeda9;
}

#subcontent table td a {
border-bottom-color:#e7cd6e;
background-color:#ffeda9;
}