/*
Theme Name: dessibelle
Theme URI: http://dessibelle.se/
Description: The dessibelle.se theme, based on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Simon Fransson
Author URI: http://dessibelle.se/
Tags: blue, custom header, fixed width, two columns, widgets

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

	Modified for dessibelle.se by Simon Fransson,
	whose website you'll find att http://dessibelle.se/

	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

*/


/* default values */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", "Optima", Helvetica, sans-serif;
	color: #42454e;
}


.page {
	padding: 10px;
}

h2, h3, h4, h5, h6, h7 {
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding-bottom: 2px;
	font-weight: bold;
}

h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	text-decoration: none;
	color: #42454e;
}

img {
	border: none;
}

a {
	color: #42454e;
}

p {
	font-size: 0.75em;
	line-height: 1.2em;
	padding-top: 0.2em;
	padding-bottom: 0.75em;
}

.entry p {
	font-size: 1.0em;
}

blockquote {
	padding-left: 20px;
	font-style: italic;
}

p.singleline {
	padding: 0px;
}

p.justified {
	text-align: justify;
}

p.right {
	text-align: right;
}

small {
	font-size: 0.6em;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

li {
	margin-left: 10px;
}

html {
	background: white;
	/* Lägg till gradient överst, bakom header och fortsätter under */
}

body {
	background: url(img/contents-bottom-bg-wide.png) center bottom no-repeat;
	padding-bottom: 50px ! important;
}

/* id-specific */

#header {
	background: #42454e;
	background-image: url(img/header-gradient.gif);
	height: 81px;
	margin: 0;
	padding: 0px;
	width: 100%;
	z-index: 100;
	position: fixed;
	top: 0;
	left: auto
}

/*
 * Bättre logga
 */
#header h1 {
	/*
	line-height: 0px;
	border: 1px solid red;
	right: 0px;
	width: 620px;
	*/
	
	/*
	margin: auto;
	position: relative;
	z-index: 1;
	font-size: 4.6em;
	top: 10px;
	left: 85px;
	width: 450px;
	text-align: right;
	color: #eee;
	text-shadow: 0px 0px 3px black;
	*/
	
	margin: auto;
	margin-top: 0px;
	position: relative;
	display: block;
	top: 1px;
	left: 75px;
	width: 421px;
	background: url(img/dessibelle.png) no-repeat;
	text-indent: -9999px;
	height: 80px;
	z-index: 10;

}

#header h1 a {
	display: block ! important;
	height: 81px ! important;
}

/*
 * Se till att länkarna alltid går att klicka på
 */
#lastfm {
	background: url(img/cloud.png) no-repeat;
	position: absolute;
	top: 1px;
	left: 10%;
	width: 340px;
	height: 80px;
	font-size: 0.9em;
	padding-top: 37px;
	padding-left: 80px;
	z-index: 0;
}

#lastfm a {
	text-decoration: none;
	color: #42454e;
}

#lastfm p {
	width: 220px;
}

#lastfm span {
	display: block;
	/* z-index: 2 ! important; */
	max-height: 12px;
	width: 220px;
	overflow: hidden;
}

#lastfm span em {
	color: #9d9ea2;
	text-transform: lowercase;
}

/* 
 * Fixa vertical align!
 * Fixa overflow snyggare
 */
#status {
	background: url(img/status-box.png) no-repeat;
	position: absolute;
	top: 0px;
	right: 3.5%;
	width: 210px;
	height: 80px;
	font-size: 0.8em;
	padding-top: 15px;
	padding-left: 12px;
}

#status .status-container {
	-webkit-transform: rotate(-4deg); 
	-moz-transform: rotate(-4deg);
}

#status p {
	width: 180px;
	height: 30px;
	overflow: hidden;
}

#status em {
	display: inline-block;
	vertical-align: middle;
}

#status .vertical-spacer {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	width: 1px;
}

#status a {
	text-decoration: none;
	color: #42454e;
}

#contents {
    margin: auto;
	position: relative;
	width: 973px;
	padding: 91px 10px 10px;
	border-top: none;
	background: url(img/contents-bg-wide.png) 1px repeat;
}

#blogpost {
	height: 50%;
	overflow: hidden;
}

#blogpost p {
	text-align: justify;
	padding: 0px;
}

#blogpost img {
	height: 56px ! important;
	width: auto;
	float: left;
	margin-right: 10px;
	border: 1px solid #6d717f;
}

#footer {
/*	border: 1px solid #aaa;
	background: #ccc; */
	clear: both;
	padding: 5px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: -10px;
}

/*
#footer:hover {
	background: #eee;
}
*/

#footer p {
	color: #42454e;
	font-size: 0.7em;
}

#footer a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	color: #42454e;
}

#footer a:hover {
	color: #eee;
	background: #42454e;
}

/* class-specific */

.decoration {
	color: #42454e;
}

.bold {
	font-weight: bold;
}

.fineprint {
	color: #999 ! important;
}

.uppercase {
	text-transform: uppercase ! important;
	size: ;
}

.lowercase {
	text-transform: lowercase ! important;
}

.centered {
	text-align: center ! important;
}

.divider {
	background: #ccc;
	padding: 0 20px;
}

.indent-text {
	padding: 10px 20px;
}

/*
 * Ta en ytterligare titt på overflow, kanske ändra fontsize för ul/li?
 */
.bubble {
	padding: 5px 15px;
	margin: 10px 9px 10px 10px;
	background: url(img/bubble.png);
	width: 275px;
	height: 118px ! important;
	min-height: 118px;
	float: left;
	display: inline;
	overflow: hidden;
	z-index: 0;
	position: relative;
}

.bubble:hover {
	background: url(img/bubble-dashed.png);
}

.bubble h2, .bubble h2 a {
	color: #d0d0d0;
	text-shadow: #bbb 0px 0px 1px;
}

.bubble:hover h2, .bubble:hover h2 a {
	color: #8f8e8e;
}


.bubble ul {
	margin-bottom: 20px;
	max-height: 79px;
	overflow: hidden;
}

.bubble a {
	color: #42454e;
}

.inprogress {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
	/* margin-right: -1px; */
    text-indent: -9999px;
    background: url(img/progress_badge.png) top right no-repeat;
    width: 65px;
    height: 62px;
	z-index: 1;
	border: 1px;
}

.swedish {
    background: url(img/swedish.gif) right center no-repeat;
    padding-right: 16px;
}

.maconly {
    background: url(img/macos.gif) right center no-repeat;
    padding-right: 16px;
}

.post {
	margin: 5px;
	margin-bottom: 35px ! important;
}

#home.post {
	margin-bottom: 20px ! important;
}

.post h2 {
	margin-bottom: 10px ! important;
	font-size: 2em;
	letter-spacing: 0.2em;
}

.post a:hover {
	color: #757584;
}


.entry {
	margin-top: 2px;
	margin-bottom: 10px;
	font-family: georgia, serif ! important;
}

.entry img {
	border: 1px solid #ddd;
	padding: 5px;
	background: #fff;
}

.entry a {
	font: 0.8em normal "Trebuchet MS", "Optima", Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	background: #fff;
	/* color: #551589; */
}

.postmetadata {
	color: #999;
	border: 1px solid #ddd;
	background: #ddd;
	text-align: center;
	padding: 8px;
	font-size: 0.8em ! important;
}

.postmetadata:hover {
	border: 1px solid #ddd;
	background: #fafafa;
}

.navigation {
	margin-bottom: 20px ! important;
	padding: 5px;
	font-size: 0.65em;
	text-transform: uppercase;
	clear: both;
	background: #ddd;
	display: block ! important;
	height: 10px;
}

.navigation a {
	text-decoration: none;
}

.navigation a:hover {
	color: #757584 ! important;
	text-decoration: none;
}

.alignleft {
	text-align: left;
	float: left;
}

.alignright {
	text-align: right;
	float: right;
}

#content {
	float: left ! important;
	clear: none ! important;
	width: 600px ! important;
}

#content img {
	max-width: 100%;
	height: auto;
}

#sidebar {
	float: right ! important;
	width: 200px;
	background: #ddd;
	padding: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

#sidebar ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 16px;
	font-size: 0.9em;
}

#sidebar a {
	color: #757584;
}

#sidebar a:hover {
	
}

.widget_tag_cloud a {
	margin-left: 10px;
	text-decoration: none;
}

.widget_tag_cloud a:hover {
	background: #42454e;
	text-decoration: none ! important;
}

.widgettitle {
	font-size: 1em;
	letter-spacing: 0.2em;
	/*
	font-family: "HelveticaNeue-UltraLight";
	font-weight: normal;
	*/
}

#comments {
	letter-spacing: 0.2em;
	margin-left: 5px;
}

.commentlist {
	padding-left: 20px;
}

.commentlist li {
	padding: 10px;
}

.alt {
	background: white;
}


/*
.postmetadata {
	text-transform: uppercase;
}
*/

.avatar-32 {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.commentinfo {
	margin-bottom: 5px;
	clear: both;
}

.commentmetadata {
	text-transform: uppercase;
	color: #999 ! importan;
}

.commentmetadata a {
	color: #999;
	text-decoration: none;
}

#slider {
  width: 640px;
  margin: 0 auto 20px auto;
  position: relative;
	padding-bottom: 20px;
	background: white;
}


.scroll {
  height: 400px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;


}

.scrollContainer div.panel {
  padding: 20px;
  height: 210px;
  width: 600px; /* change to 560px if not using JS to remove rh.scroll */


}

.scrollContainer div.panel div.overlay {
	position: absolute;
	display: block;
	z-index: 1;
	top: 340px;
	padding: 5px 10px;
	left: 20px;
	right: -20px;
	width: 580px;
	background: url(img/overlay.png);
}

div.overlay h2, div.overlay h2 a {
	color: white ! important;
	letter-spacing: 0px;
	text-transform: none;
	display: inline;
}

div.overlay span.category {r
	display: inline;
	font-size: 11px;
	margin-left: 8px;
	text-transform: uppercase;
}

div.overlay a {
	color: white ! important;
	text-decoration: none;
}

ul.navigation {
	display: none ! important;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 137px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -160px;
}

.scrollButtons.right {
    right: -160px;
}

.hide {
    display: none;
}