/*
Theme Name: Rebekka Karijord
Theme URI: http://rebekkakarijord.com/
Description: Rebekka Karijord theme designed by <a href="http://yourfriends.no">Your Friends</a>.
Version: 1.0
Author: fjeldberg consulting
Author URI: http://fjeldbergconsulting.no
Tags: widgets

Rebekka Karijord v1.0

This theme has been developed for the 
norwegian singer Rebekka Karijord.
*/

/* @group reset */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* @end */

/* @group grid */

/* GRID 
 * | 20 | 20 | 20 | 
 */

div.span-1, div.span-4, div.span-8, div.span-16 {
	float: left;
	margin-right: 20px;
}

div.last {
	margin-right: 0px;
}

.span-1 {
	width: 20px;
}

.span-4 {
	width: 160px;
}

.span-8 {
	width: 320px;
}

.span-16 {
	width: 640px;
}

/* @end */



body {
	background: #000 url(images/background.jpg) no-repeat fixed 0px 0px;

	font: 12px/18px Arial, sans-serif;
}

.page {
	position: relative;
	margin-left: 40px;
	margin-top: 120px;
}

.post, #sidebar {
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
}

#header {
    position: fixed;
    margin-left: -200px;
    left: 100%;
    top: 120px;
}

#left_logo {
    position: fixed;
    top: 80px;
    left: 60px;
}

#menu {
	width: 160px;
	
	float: left;
	
	font-size: 8pt;
	line-height: 18px;
	
	top: 120px;
	
	position: fixed;
}

.content {
	width: 500px;
	float: left;
	position: absolute;
	top: 0px;
	left: 120px;
}

.content .post {
	margin-bottom: 20px;
	padding: 20px 20px 2px;
	background: #fbf3db;
	color: #333; 	
}

#gallery .post {
	padding-right: 0px;
}

/* EXAMPLE OF PAGE SPECIFIC COLOURS */
/*#Biography .content .post {
	background: #1f1e1e;
	color: #aaa;
}
*/

#sidebar, #concerts .post, #links .post {
	background: #666;
	color: #000;
	
	font-family: Courier New, Courier, monospace;
}

#sidebar {
	position: absolute;
	
	width: 280px;
	
	float: left;
	top: 40px;
	left: 670px;
	padding: 10px;
}

#sidebar, #concerts {
	line-height: 12pt;
}

#sidebar a, #concerts .post a, #links .post a {
	color: #000;
	background: transparent;
	text-decoration: none;
}

#sidebar a:hover, #concerts .post a:hover, #links .post a:hover {
	background: transparent;
	text-decoration: underline;
}

#sidebar li, #concerts .post li, #links .post li {
	margin-bottom: 18px;
}

.sidebar ul, #concerts .post ul, #links .post ul {
	list-style: none;
}

/* COMMENTS */

#commentform input, #commentform textarea {
	font: 12px/18px Arial, sans-serif;
}

#commentform input {
	width: 230px;
}

#commentform textarea {
	width: 100%;
	height: 126px; /* 7 lines of text */
}

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

#commentform #submit {
	width: 115px;
	float: right;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}


/* TYPOGRAPHY */


h1, h2, h3 {
	font-family: Arial, Sans-Serif;
}

h2 {
	font-size: 16pt;
	line-height: 18pt;
	padding-bottom: 10px;
}

#index h2, #single h2 {
	font-size: 16pt;
	line-height: 18pt;
	padding-bottom: 0px;
}

#sidebar h2 {
	font-size: 14pt;
	line-height: 36px;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-weight: bold;
	font-style: oblique;
}

h4.date {
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	line-height: 7pt;
	margin-bottom: 7px;
}

p {
	margin-bottom: 18px;
}

#left_logo h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

#menu a {
	padding-left: 20px;
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	background: #000;
	padding-right: 10px;
}

#menu .current_page_item a {
	color: #fff;
	background: #000;
	padding-right: 10px;
}

h2 a {
	text-decoration: none;
	color: #aaa;
	background: transparent;
}

a {
	color: #333;
	background: #fff;
	text-decoration: none;
}

a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

/* UTILITY CLASSES */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	padding-left: 0;
	margin: 0 7px 0 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}