/*   
Theme Name: Thematic Gnurf Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Paul S&ouml;derholm
Author URI: http://www.gnurf.net/
Template: thematic
Version: 0.1
Tags: Thematic
.
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('styles/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('styles/classic.css');

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


/* Background textures and colors */

#header {
  background-image: url('images/bg-04.jpg');
  background-repeat: repeat-x;
  background-position: center;
  }

#wrapper {
  background: #edebe6;
  background-image: url('images/bg-05b.jpg');
  background-repeat: repeat-x;
  }

#main {
  background: #fefdfd;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  }


/* sidebar settings */
.aside ul ul {
    list-style:none;
    margin:0 0 18px 1.5em;
}


/* Header settings */
#branding {
    padding:75px 0 44px 0;
    background-image: url('images/rocket-dude.png');
    background-repeat: no-repeat;
    background-position: top right;
}


/* Menu settings 
#menu ul {
    margin:0;
    position:absolute;
    bottom:0px;
}
#menu ul ul {
    display:none;
}
#menu li {
    display:inline;
}
#menu a {
    display:block;
    float:left;
    text-decoration:none;
    color:#fff;
    font-style:italic;
    letter-spacing:.05em;
    font-size:10px;
    line-height:28px;
    background:url(images/bg-button-2.jpg) repeat-x 0px 0px;
    padding:0 18px;
    border-right:1px solid #090F13;
}
#menu a:hover {
    background-position:0px -48px;
}
#menu .current_page_item a {
    background-position:0px -48px;
}
#menu a:focus {
    background-position:0px -48px;
} */

/* =Menu
-------------------------------------------------------------- */

#access {
    /* font-size:11px; */
    background:#B5D1EA url('images/bg-menu-02.jpg') repeat-x center;
    border-top:1px solid #414385;
    margin-top:-1px;
    font: 14px Verdana,Tahoma,Helvetica,Arial,sans-serif;
}
.skip-link {
    display:none;
}
.menu {
    padding:7px 0 0 0;
    overflow:hidden; /* clears the inner float  */
}
.menu ul,
.menu ul {
    margin:0;
    list-style:none;
    clear:both;
}
.menu ul ul {
    display:none;
}
.menu li {
    display:inline;
}
.menu a {
    display:block;
    float:left;
    margin:0 5px 0 0;
    padding:5px 13px;
    background:#87B5DD;
    color:#fff;
    border-top:1px solid #6DA5D6;
    text-decoration:none;
}
.menu a:hover {
    background:#5C9BD1;
    color:#fff;
    border-color:#3B86C7;
}
.menu .current_page_item a {
    background:#5C9BD1;
    color:#fff;
    border-color:#3B86C7;
}
.menu a:focus {
    background:#4887BD;
    color:#fff;
    border-color:#2772B3;
}


/* Content settings */
.entry-title {
    font-size:24px;
    line-height:26px;
    padding:8px 0 2px 0;
    font-weight:bold;
    color:#000;
    font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
}

.aside h3 {
    font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
    color:#345;
}
