/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
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('../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('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
    background: #000 url(http://kaasin.no/header_banner.png) no-repeat center center;
    position: relative;
}
.badge {
	z-index: 999;
	display: block;
	position: absolute;
	overflow: visible;
	zoom: 1;
	white-space: nowrap;
	vertical-align: baseline;
	clear: none;
	text-indent: 0px;
	top: 10px;
	left: 594px;
	width: 82px;
	height: 77px;
	background: transparent url(http://kaasin.no/badge.png) no-repeat center left;
}
#branding {
    padding: 0;
    height: 100px;
    /*background: transparent url(http://kaasin.no/banner2.png) no-repeat center left;*/
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
    display: none;
}
#blog-title a {
    color:#fff;
    text-decoration:none;
    display: none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#999;
    font-size:13px;
    font-style:italic;
    visibility: hidden;
}
#main {
	padding: 54px 0px 22px;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    border-bottom:4px solid #4bb5c1;
    height:27px;
    font-size:13px;
    text-transform: uppercase;
    overflow:visible;
    z-index:100;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #aaa;
	float:left;
}
.sf-menu a {
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	border-bottom:4px solid #4bb5c1;
	padding:8px 20px 5px 20px;
	text-decoration:none;
	background-color: #ccc;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
    background-color: #fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#444;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fafafa;
	outline:		0;
    border-bottom-color:#fafafa;
}
.sf-menu ul {
    border-right:1px solid #aaa;
    border-bottom:4px solid #4bb5c1;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

#gallery-1 dl.gallery-item {margin: 0 !important;}

input#s {
	border: 1px #eee inset;
	background: #fff url(http://kaasin.no/search.png) center right no-repeat;
	width: 258px;
}

/* --- Featured --- */
#bns-featured-tag-3 .hentry {
	padding-bottom: 22px;
}
#bns-featured-tag-3 strong {
	padding-top: 10px;
	display: block;
}
#bns-featured-tag-3 strong a {
	text-decoration: none;
}
#bns-featured-tag-3 div {
	font-family: Georgia, serif;
	font-size: 13px;
}
#bns-featured-tag-3 img {
	border: 2px solid #ccc;
}
.bnsft-content {
overflow-x: visible !IMPORTANT;
}

