/*
Theme Name: Kvarteret Skatan
Theme URI: http://kvarteretskatan.se/
Description: Custom WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Earth People AB
Author URI: http://earthpeople.se/
Tags: custom, skatan

	Skatan 1.0

*/
/*
pink E3038C
yellow f9d43e
*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
	color: #000;
}
* {margin: 0;padding: 0;}
p {
	margin-bottom: 11px;
}
a:link, a:visited, a:active {
	text-decoration: underline;
}

/*logo*/
h1 {
	display: block;
	width: 364px;
	height: 165px;
	text-indent: -9999px;
	background: transparent url(images/logobig.gif) no-repeat 0 0;
	margin-left: 10px;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
ul#menu li {
	display: none;
}
/*boka splash*/
#buytickets {
	background:transparent url(images/ticket_icon.gif) no-repeat scroll -1px 1px;
	color:#D9D9D9;
	font-size:0.7em;
	left:602px;
	padding:8px 0 0 31px;
	position:absolute;
	top:103px;
	width:200px;
}
#buytickets strong {
	color:#FFFFFF;
	display:block;
	font-size: 2em;
}

/*content*/
.post {
	line-height:1.05em;
	margin: 0 10px;
}
h2 {
	font-size: 0.9em;
	text-transform: uppercase;
	margin-bottom:0.5em;
}
.entry {
	float:left;
	font-size:0.8em;
	margin-bottom:15px;
}
.entry b, .entry strong {
	color: #fff;
}
object {
	background:#222222 none repeat scroll 0 0;
	border:1px solid #333333;
	float:right;
	margin:0 0 15px 15px;
	padding:4px;
}
.post img {
	/*background:#222222 none repeat scroll 0 0;
	border:1px solid #333333;
	padding:4px;
	*/
	margin:0 0 15px 15px;
	
}
.alignright {
	float:right;
}
#footer {
	background:transparent url(images/sj.gif) no-repeat scroll 783px 23px;
	border-top:10px solid #fff;
	float:left;
	height:60px;
	width:100%;
}