/*   
Theme Name: flxi Thematic Child Theme
Theme URI: 
Description: This Theme is the flxi development THeme
Author: Felix Herzog
Author URI: http://flxi.de/
Template: thematic
Version: 0.1
Tags: Thematic, flxi
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* colour-sceme: http://kuler.adobe.com/#themeID/15325 */

/*
body {
font-family: Georgia, serif;
background-color: #20323D;
color: #F5F2CF;
}

body, input,textarea {
line-height: 1.2em;
}

#blog-title a {
color: #DE9600;
}
#blog-description {
color:#4B8EB5;
}

a:link {
color:#4B8EB5;
}

.entry-title, .entry-title a {
color: #D6D2A3;
}

.entry-meta, .entry-meta a, .entry-utility, .entry-utility a {
color: #4B8EB5;
}

.entry-meta a:active, .entry-meta a:hover {
color:#FF4B33;
}

#primary, #secondary {
border:1px solid #E5E5E5;
margin-bottom:18px;
padding:0;
}

.aside-in {
border: 1px solid #FFFFFF;
padding:10px 0 0;
}

.aside {
color:#F5F2CF;
font-family: Arial, sans-serif;
}
.aside h3, .aside h3 a {
color: #E5E5E5;
font-style: normal;
}

#header {
border-bottom:2px solid #CCCCCC;
}

#footer {
border-top:2px solid #CCCCCC;
}

#branding {
float:left;
width:300px;
margin:0px 10px 0px 88px;
}

#access {
border-bottom:0px none;
padding:96px 0 0;
height:24px;
position:static;
}
*/

/* TOP MENU */
.menu {
font-family:Arial,sans-serif;
}
/*
.sf-menu {
float:right;
border-right:2px solid #CCCCCC;
line-height:12px;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
border-bottom-color:#4B8EB5;
color:#ffffff;
}

.sf-menu li {
background:#4B8EB5 none repeat scroll 0 0;
}

.sf-menu a, .sf-menu a:visited {
border-bottom:2px solid #4B8EB5;
border-left:2px solid #CCCCCC;
border-top:2px solid #CCCCCC;
padding:5px 15px;
color: #ffffff;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background:#3F7899 none repeat scroll 0 0;
border-bottom-color:#3F7899;
color: #ffffff;
}
*/

/* RIGHT MENU */

/*
.main-aside ul {
padding:0 15px;
}

.aside ul ul {
list-style-type:none;
margin:0 0 22px 10px;
}
.aside a {
color:#D6D2A3;
}
*/
/* comments */
#respond {

}

/* twitterwidsch und lastfm */
#twitter_div,  .lastfm, .aktt_tweets{
font-family: Arial, sans-serif;
font-size:0.8em;
line-height:1.1em;
}
#twitter_div li, .lastfm li, .aktt_tweets li {
padding-top: 1em;
}