/*   
Theme Name: Thematic Audio Child Theme
Theme URI: 
Description: Lilleby audio´s child theme of Thematic.
Author: John Arne H. Tømmervold
Author URI: http://www.lilleby.biz/gd/
Template: thematic
Version: 1.0
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('library/layouts/1c-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('../thematic/library/styles/default.css');

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


/* =Header

-------------------------------------------------------------- */
body {
	background-image: url(images/audio_bakgrunn.jpg);
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
}

#branding {
	background-image: url(images/audio_banner_940.jpg);
	height: 137px;
	margin-top: 0;
	padding: 13px 0 0;
}

#blog-title a {
	background:url(images/audio_bannerlogo.png) no-repeat top center;
	display:block;
	text-indent:-9000px;
	width: 217px;
	height: 103px;
	padding-left: 85px;
}

#blog-description {
	font-size: 15px;
	font-weight: bold;
	color: white;
	margin:8px 0 0;
	padding-left: 45px;
}


/* =Typografi
-------------------------------------------------------------- */

body, input, textarea {
    font: 14px Arial,sans-serif;
}

.breadcrumb {
	font-size: 10px;
	margin-bottom: 10px;
}

.entry-title {
	font-size:30px;
	font-weight:normal;
}

.entry-content {
	padding:10px 0 0;
}

.aside {
	font-size: 10px;
}

.aside h3 {
	font-style: normal;
	font-size: 12px;
}

#siteinfo  {
	font-size: 10px;
	text-align: center;
	padding:10px 0 10px;
}

/* =sf-menu
-------------------------------------------------------------- */

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#f00;
    border-bottom-width: 2px;
}

/* =Layout innhold
-------------------------------------------------------------- */

#access  {
	border-bottom:none;
}

#content .aside {
	text-align: center;
	border:none;
	margin:0 0 0;
	padding:0 0 0;
}

.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
	margin-top:10px;
	margin-bottom:0;
}

#container {
	margin:0 0 0 ;
}

#content {
	margin:0 0 0 ;
}

#main  {
	padding: 0 0 0;
}

.hentry {
	padding:0 0 10px;
}

#subsidiary  {
	padding:10px 0 0;
}

#footer  {
	margin-top:0;
}


