/*
Theme Name: Bagateller 3.0
Theme URI: http://bagateler.com/
Description: Utsjånad for bagateller.com
Version: 0.1
Author: Espen Molven
Author URI: http://bagateller.com/
*/

/*--- Eric Meyer's CSS-reset, html, body ---*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { background-color: #000; color: #463a26; font: 62.5%/1.3 Arial, Helvetica, Sans-Serif; padding-bottom: 40px; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
label { font-size: 1.3em; line-height: 1.7em; }
legend { text-indent: -9999px; }

/*--- Headings ---*/

h1 a {
	height: 221px;
	width: 952px;
	text-indent: -9999px;
	display: block;
	background: url(https://statisk.bagateller.com/images/header.png) no-repeat top left;
}
  h1 a:hover { border: 0; }

  h2, h3, h4, h5, h6 {
    font: 1.4em/1.3em Georgia, serif;
    color: black;
  }

  h2 a, h3 a , h4 a, h5 a, h6 a { color: #8d0a0a; text-decoration: none; }
  h2 a:hover, h3 a:hover , h4 a:hover, h5 a:hover, h6 a:hover { color: #8d0a0a; background-color: #edefee; border-bottom: 1px solid #8d0a0a;; }

/*--- Links ---*/

a { color: #d62727; text-decoration: none; }
a:hover { border-bottom: 1px solid #d62727; }

/*--- Main Layout ---*/

div#content {
	width: 952px;
	max-width: 952px;
	margin: 0 auto;
  padding-bottom: 20px;
	background-color: white;
	font-size: 1.3em;
	display: block;
	height: auto;
	min-height: 100%;
	overflow: hidden !important;
	overflow: visible;
}

  div.layout {
    max-height: 100%;
    min-height: 100%;
    height: auto;
    background-color: white;
    float: left;
    padding: 0 15px 0 15px;
  }

    div#left { width: 480px; border-right: 1px dotted #dbdbdb; }
    div#center { width: 219px; }
    div#right { width: 160px; border-left: 1px dotted #dbdbdb; }

      div.center-article { margin: 0 0 15px 0; }

/*--- Horisontal menu, lists, etc. ---*/

#mainmenu {
	width: 952px;
	height: 43px;
	display: block;
	background: url(https://statisk.bagateller.com/images/header.png) no-repeat bottom left;
	margin-bottom: 15px;
}

  #mainmenu li {
    margin-top: 5px;
    display: block;
    float: right;
    height: 43px;
    margin-right: 10px;
    color: #582a0c;
    font: bold 1.2em/2em georgia, serif;
  }

    #mainmenu li a { color: #fff; font: 1.2em/2em Arial, Helvetica, Sans-Serif; text-decoration: none; }
    #mainmenu li a:hover { color: #ff830d; border: 0; }

/*--- Categories ---*/

#categories { margin: 5px 0 5px 0; }
  #categories li, #userpanel li, #pages li { display: block; height: 20px; }
  #categories li a, #userpanel li a, #pages li a {
    color: #5e6566;
    text-transform: capitalize;
    display: block;
    height: 20px;
    background: url(https://statisk.bagateller.com/images/list-bullet-a.png) no-repeat top left white;
    padding: 0 0 0 22px;
}
  #categories li a:hover, #userpanel li a:hover, #pages li a:hover { color: #ff830d; border: 0; background-position: bottom left; }

/*--- Defined lists ---*/

dt { font: 1.0em/1.4em Georgia, serif; margin: 5px 0 0 0; background: #f4f3f3; height: 20px; max-height: 20px; overflow: hidden;  }
dt:hover { background-position: bottom left; }
  dt a { color: black; margin: 0 0 0 17px; display: block; height: 20px; }
  dt a:hover { color: #5e6566; border: 0; }
dd { font: 0.9em/1.2em Arial, Helvetica, Sans-Serif; margin: 0 0 5px 5px; color: #100f0f;  }


/*--- Navigation ---*/

.navigation {
  position: relative;
  height: 1em;
}
.navigation .next {float: right;}
.navigation .previous {float: left;}

/*--- Image-headlines ---*/

.article-header {
	max-width: 480px;
	height: 100%;
	margin: 20px 0 5px 0;
	position: relative;
	display: block;
	overflow: hidden;
	clear: both;
}
  .article-header img
  {
    min-height: 70px;
    display: block;
  }

	.article-image img
	{
		width: 480px;
		height: 100%;
		background-color: white;
	}

	img.article-image { border-bottom: 2px ridge #bdb7b7; }

	.overlay a
	{
		background-image: url(https://statisk.bagateller.com/images/overlay.png);
		border-bottom: 3px solid #000;
		position: absolute;
		display: inline;
		bottom: 0px;
		height: auto;
		width: 422px;
		padding: 7px 55px 7px 10px;
		font: 1.1em/1.1em Arial, Helvetica, sans-serif;
		color: #fff;
		text-decoration: none;
	}

    .article-header > a {border: 0; }
    .overlay a:hover { color: #ffd16e; background-color: transparent; border: 0; border-bottom: 3px solid #000; }

    span.article-category {
		font: 0.5em/1em Georgia, serif;
		display: block;
		width: 100%;
		color: #b4b2b2;
    }

	span.article-bling
	{
		display: block;
		float: right;
		position: absolute;
		right: 7px;
		width: 44px;
		height: 45px;
		background: url(https://statisk.bagateller.com/images/overlay_tree.png) no-repeat bottom right;
		padding: 0px;
		margin-top: -45px;
	}

        span.article-category a { cursor: pointer; }

/*--- Article formating ---*/

.article p {
    font: 1.0em/1.4em Arial, Helvetica, sans-serif;
    padding: 0 0 20px 0;
    color: #463a26;
}

.article h2, .article h3, .article h4, .article h5, .article h6 {
    color: #8d0a0a;
    padding: 5px 0 3px 0;
}

small.author {
    font: bold normal 1.1em/1.3em Arial, sans-serif;
  	letter-spacing: 0.01em;
    color: #582a0c;
    background: url(https://statisk.bagateller.com/images/author-icon.png) no-repeat center left;
    padding-left: 20px;
}

  div.excerpt {
    font: 1.0em/1.4em Arial, Helvetica, sans-serif;
    padding: 3px 0 10px 0;
    font-style: italic;
    color: #463a26;
  }

  .article li {margin: 10px;}

/*--- Footer ---*/

div#footer {
	margin: 20px auto;
  width: 600px;
  padding-top: 40px;
  max-height: 100%;
  min-height: 100%;
  height: auto;
  clear: both;
}

div#tenkaren, div#stats {
  border-right: 2px solid #999;
}

div#tenkaren
{
  float: left;
  padding: 0 2em;
}

div#stats
{
  float: left;
  width: 150px;
  height: 108px;
  padding: 0 2em;
}

div#stats address
{
  display: block;
  font-size: 1.7em;
  border-top: 2px solid #999;
}

div#kultur
{
  float: left;
  width: 150px;
  padding: 0 2em;
}

/*--- Lightboxting ---*/
#lightbox{  position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }
#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }     
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}    
#overlay{ position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
