/* meyer reset */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
pre, code
{
font-family: Consolas, "Courier New", Monospace, mono;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body
{
	padding: 1em;
	font: 100% Verdana, Tahoma, Arial, sans-serif;
}


/* MENU */

#nav
{
	width: 11em;
	position: absolute;
	left: 1em;
	top: 1em;
}
#menu
{
	margin-top: 2em;
}
#menu  > li > p
{
	margin-top: 1em;
	margin-bottom: 0.5em;
	background: #da3489;
	color: #ffffff;
	font-size: 1.125em;
	padding: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
}

#menu > li > ul > li
{
	font-size: 0.875em;
	margin-left: 1em;
}
#menu > li > ul > li > a
{
	display: block;
	padding: 0.3em 0;
	color: black;
	text-decoration: none;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;	
}

/* MAIN */

#text
{
	padding-left: 13em;
	width: 40em;
}
#text h1
{
	margin-top: 1em;
	font-size: 2em;
}
#text h1 a
{
	text-decoration: none;
	color: black;
}
#text p.published
{
	font-size: 0.625em;
}
#text h1 + #body
{
	margin-top: 1.625em;
}

#body
{
	font-size: 0.875em;
	margin-top: 1em;
	line-height: 1.4em;
}

#body p
{
	text-align: justify;
}
#body blockquote
{
	margin: 1em 0 1em 2em;
}
#body p + p
{
	margin-top: 1em;
}
#body h2, #body h3, #body h4
{
	margin: 1em 0;
}
#body h2 { font-size: 1.4em; }
#body h3 { font-size: 1.3em; }
#body h4 { font-size: 1.2em; }

strong { font-weight: bold; }
em { font-style: italic; }

#body a
{
	color: #da3489;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.3em;
	margin: -0.3em;
}
#body a[href^="http:"], #body a[href^="mailto:"]
{ 
	background: url('/images/30.png') no-repeat center right; 
	padding-right: 18px; 
        margin-right: 0;
}
#body a[href^="mailto:"]
{
        background-image: url('/images/31.png');
}

#body a[href^="http://www.digitalcreations.no"], #body a[href^="http://digitalcreations.no"] { background:none; padding:0; margin:0; }

#body ul, #body ol
{
	list-style-type: disc;
}
#body ul li, #body ol li
{
	margin: 0.25em 0 0.25em 1em;
}

#body img
{
	float: right;
	margin: 1em;
	margin-right: -5em;
}

/* lightbox */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}