/*
Theme Name: Stockholm Jazzathon
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #405780 url(/images/bg2.gif) repeat-x;
	font-size: .625em;
}
	
hr {
	margin: 3em 0;
	border-top: #fff 1px solid;
	width: 100%;
}
h1 {
	font: lighter 4.2em arial;
	color: #579AC9;
	padding: .2em;
}
h2 {
	font: lighter 2em arial;
	color: #579AC9;
	line-height: 1.2em;
}
	h2 a {
	color: #579AC9;
	text-decoration: none;
}
h3 {
	font: normal 1.3em arial;
	color: #fff;
	line-height: 1.2em;
}
h4 {
	font: bold 1.1em arial;
	color: #405780;
	margin: 0 0 .5em 0;
}

a {
	text-decoration: none;
}


	
/* DIV */

#bookmarks{
	padding-top: 2em;
}
	#bookmarks img{
		margin: 0 .4em 0 0;
	}

#content {
	margin: 0 auto;
	width: 98em;
}

#counter{
	width: 54em;
	height: 3em;
	margin: 0;
}

#logo{
	width:20em;
	height: 4.2em;
	float: left;
	clear: left;
}
		
#what{
	width: 17.6em;
	height: 7.9em;
	float: right;
	clear: right;
	text-align: right;
	vertical-align: bottom;
}
	#what a{
		font: bold 1.1em arial;
		color: #405780;
		text-decoration: underline;
	}

#top-banner {
	width: 98em;
	height: 12em;
	clear: both;
	margin: 1.2em 0 1em 0;
}

#right-banners {
	float: right;
	width: 25em;
	clear: right;
}
	#right-banners div{
		margin: 1em 0 0 0;
		width: 25em;
	}	
	
#main-content {
	width: 54em;
	clear: left;
	float: left;
	margin: 4em 12em 0 6.4em;
}

#video{
	width: 54em;
	height: 30.3em;
	clear: both;
	margin: 0 0 1.5em 0;

}

#video-header{
	margin: 0 0 1em 0;
}

#sthlmjazzfestival{
	width: 18.7em;
	height: 3.4em;
	float: left;
	clear: left;
}
	#sthlmjazzfestival img{
		width: 100%;
		height: 100%;
	}

#ticnet{
	width: 22em;
	height: 3.1em;
	float:right;
	clear: right;
	text-align: right;
}
	#ticnet img{
		width: 100%;
		height: 100%;
	}
	
#posts a{
	color: #fff;
	font: bold 1em arial;
}
#posts p{
	color: #fff;
	font: normal 1.6em arial;
	line-height: 1.4em;
}

.tubepress_runtime{
	color: #000;
	font: normal .6em arial;	
}

.tubepress_video_thumb_inner img{
	border: #fff .1em solid;
	margin: 0 0 1em 0;
}

/*		
#foot {
	clear: both;
	border-top: 0.5em solid #82B0D0;
	margin: 1.5em 0 0 0;
	padding: .2em 0 1em 0;
	text-align: left;
}
*/

/* CLASSES */



/* CLEAR FIX */

.clearfix:after {
    content: ".";
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
/* html .clearfix {height: 1%;}*/
.clearfix {display: block;}
/* End hide from IE-mac */
