/*
Theme Name: Friprog
Theme URI: http://www.friprog.no/
Description: Friprogs WordPress-tema, basert p&aring; <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0 beta
Author: Martin Bekkelund
Author URI: http://www.bekkelund.net/
Tags: white, lime, black, grey, fixed width, two columns, widgets

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

	This theme was designed and built by Martin Bekkelund,
	whose blog you will find at http://www.bekkelund.net/

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

*/

/* --------------------------------------------------------------------- */
/*                               INNHOLD                                 */
/* --------------------------------------------------------------------- */


/*

	1. Generiske elementer
	2. Identifikatorer
	3. Klasser
	4. Fargekoder
	5. Referanser

*/


/* --------------------------------------------------------------------- */
/*                          GENERISKE ELEMENTER                          */
/* --------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.6;
}

p {
	text-align: justify;
}

img {
	border: none;
}

table {
	background-color: #6d6e70; /* graa */
}

th {
	background-color: #eaeaea; /* graa-ish */
}

td {
	padding: 5px;
	background-color: White;
	vertical-align: top;
}

blockquote {
	margin: 0;
	padding: 0 0 0 50px;
	font-style: italic;
}

kbd {
	padding: 0pt 3px;
	font-size: 110%;
	border-color: silver black black silver;
	border-style: solid;
	border-width: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

pre {
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	border: 1px dotted gray;
	background-color: #eaeaea; /* graa-ish */
	font-size: 120%;
}


/* --------------------------------------------------------------------- */
/*                            IDENTIFIKATORER                            */
/* --------------------------------------------------------------------- */


div#logo {
	
}

div#logo h1, div#logo div.beskrivelse {
	
}

/* Meny etter Sliding Doors-teknikken */

div#meny {
	display: none;
}

div#beholder {
	
}

div#innhold {
	
}

div#kontekst {
	display: none;
}

/* Kommentarer */

ol.kommentarer {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.kommentar {}

div.kommentator {
	padding: 5px;
	background-color: #231f20; /* sort */
	color: #d6e542;
}

a.kommentar_navn {
	color: #d6e542; /* lime */
}

a.kommentar_url {
	color: white;
}

div.kommentar_tekst {
	padding: 0 5px 0 5px;
	background-color: #eaeaea; /* graa-ish */
}

div.gravatar {
	float: left;
}

div.kommentator_info {
	margin: 0 0 0 45px;
}

/* Bunntekst */

div#bunntekst {
	margin: 30px auto;
	width: 900px;
	clear: both;
	color: white;
}

div#bunntekst p {
	text-align: center;
}

div#bunntekst a {
	color: white;
}

/* --------------------------------------------------------------------- */
/*                               KLASSER                                 */
/* --------------------------------------------------------------------- */


p.artikkel_publisert {
	margin: 0;
	padding: 0;
	font-size: 95%;
}

p.artikkel_metadata {
	margin: 0;
	padding: 5px 0;
	background-color: #eaeaea; /* graa-ish */
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	font-size: 95%;
}

.red {
	color: red;
}

.alt {
	background-color: #eaeaea; /* graa-ish */
}

div.neste {
	display: none;
}

div.forrige {
	display: none;
}

.skjult_utskrift {
	display: none;
}


/* --------------------------------------------------------------------- */
/*                              FARGEKODER                               */
/* --------------------------------------------------------------------- */


/*

Graa: #6d6e70
Lime: #d6e542
Sort: #231f20

*/


/* --------------------------------------------------------------------- */
/*                              REFERANSER                               */
/* --------------------------------------------------------------------- */


/*

SLIDING DOORS: http://www.alistapart.com/articles/slidingdoors
IKONER:        http://www.lullabot.com/articles/free_gpl_icons_lullacons_pack_1

*/

/* Du har for mye fritid! :-) */