/*
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;
	text-align: center;
	background-color: #231f20; /* sort */
}

p {
	text-align: justify;
}

img {
	border: none;
	max-width: 100%;
}

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

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

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

acronym, abbr:hover {
	cursor: help;
}

blockquote {
	margin: 0;
	padding: 0 0 0 50px;
	background-image: url(images/sitat_hvit_bakgrunn.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

/* dersom sitatikonet benyttes i en kommentar skal den ha graa bakgrunn */

div.kommentar_tekst blockquote {
	margin: 0;
	padding: 0 0 0 50px;
	background-image: url(images/sitat_graa_bakgrunn.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

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 {
	margin: 30px auto;
	width: 900px;
	height: 146px;
	background-image: url(images/logo_friprog.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div#logo h1, div#logo div.beskrivelse {
	display: none;
}

/* Meny etter Sliding Doors-teknikken */

div#meny {
	margin: 0 auto;
	width: 900px;
    line-height: normal;
    text-align: center;
	background-color: #231f20; /* sort */
}

div#meny ul {
	margin: 0;
    padding:0;
    list-style: none;
}

div#meny li {
    margin: 0 2px 0 0;
    padding: 0;
    float: left;
    background-image: url(images/meny_inaktiv_hoyre.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

div#meny a {
	padding: 12px 22px;
	display: block;
	background-image: url(images/meny_inaktiv_venstre.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
}

div#meny li.current_page_item {
	background-image: url(images/meny_aktiv_hoyre.gif);
}

div#meny li.current_page_item a {
	background-image: url(images/meny_aktiv_venstre.gif);
	color: black;
	text-decoration: none;
}

div#beholder {
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	width: 860px;
	clear: both;
	text-align: left;
	background-color: white;
	border: 10px solid #d6e542; /* lime */
	min-height: 450px;
}

div#innhold {
	margin: 0 260px 0 0;
}

div#kontekst {
	float: right;
	width: 250px;
}

/* Hoyremeny */

div#kontekst ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#kontekst ul li {}

form#sok {
	margin-top: 20px;
}

form#sok p {
	margin: 0;
	padding: 0;
}

div#kontekst p {
	margin: 0;
	padding: 0;
}

div#kontekst_sok {
	padding: 0 0 7px 0;
	border-bottom: 1px solid #d6e542; /* lime */
}

div#kontekst_om {
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #d6e542; /* lime */
}

div#kontekst_rss {
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #d6e542; /* lime */
}

div#kontekst_kategorier {
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #d6e542; /* lime */
}

div#kontekst_venner {
	padding: 7px 0 7px 0;
	border-bottom: 1px solid #d6e542; /* lime */
}

/* 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;
}

/* Forfatterinfo */

div#forfatter_info {
	padding: 10px;
	background-color: #eaeaea;
	border: 1px solid silver;
	min-height: 80px;
}

div#forfatter_avatar {
	padding: 0 10px 0 0;
	float: left;
}

div#forfatter_bio p {
	margin: 0;
	padding: 0;
}

div#forfatter_bio p span {
	font-weight: bold;
	font-size: 120%;
}

/* Formatering */

div#ed_toolbar input, #ed_toolbar span {
	background-image: url(images/knapp_bakgrunn.png);
	background-repeat: repeat;
	border: 1px solid #C3C3C3;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	margin: 3px 1px 4px;
	min-width: 26px;
	padding: 2px 4px;
	text-align: center;
	width: auto;
}

input#ed_strong {
	font-weight: bold;
}

input#ed_em {
	font-style: italic;
}

input#ed_link {
	color: #0000FF;
	text-decoration: underline;
}

/* Bunntekst */

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

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

div#bunntekst a {
	color: white;
}

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


span.rss_ikon {
	padding: 0 0 0 17px;
	background-image: url(images/rss.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

span.dato_ikon {
	padding: 0 0 0 17px;
	background-image: url(images/dato.png);
	background-position: top left;
	background-repeat: no-repeat;
}

span.kommentar_ikon {
	padding: 0 0 0 17px;
	background-image: url(images/kommentar.png);
	background-position: top left;
	background-repeat: no-repeat;
}

span.info_ikon {
	padding: 0 0 0 17px;
	background-image: url(images/info.png);
	background-position: top left;
	background-repeat: no-repeat;
}

span.advarsel_ikon {
	padding: 0 0 0 17px;
	background-image: url(images/advarsel.png);
	background-position: top left;
	background-repeat: no-repeat;
}

p.info_ikon {
	padding: 3px 3px 3px 25px;
	background-image: url(images/info.png);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	border: 1px dotted red;
	background-color: #eaeaea; /* graa-ish */
}

p.advarsel_ikon {
	padding: 0 0 0 20px;
	background-image: url(images/advarsel.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

p.rss_ikon {
	padding: 0 0 0 17px;
	background-image: url(images/rss.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

li.rss_ikon {
	padding: 0 0 0 17px;
	background-image: url(images/rss.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

p.artikkel_publisert {
	margin: 0;
	padding: 0 0 0 17px;
	font-size: 95%;
	background-image: url(images/dato.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

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

div.neste {
	padding: 0 0 0 15px;
	background-image: url(images/neste.png);
	background-position: 0 7px;
	background-repeat: no-repeat;
}

div.forrige {
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	background-image: url(images/forrige.png);
	background-position: 0 7px;
	background-repeat: no-repeat;
}

.red {
	color: red;
}

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

.feilmelding {
	padding: 5px 10px;
	background-color: red;
	color: white;
}


/* --------------------------------------------------------------------- */
/*                              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! :-) */
