/* Lunarmedia design stylesheet  */
/* Author: Anders Vindberg			*/
/* Date: April 2007                   */
/* Last update: April 2007            */
/* -------------------------------- */

@import "layout.css?Version=1.0";
@import "generic.css?Version=1.0";
@import "forms.css?Version=1.0";
@import "modal.css?Version=1.0";


#body    
{
	font: 1em Arial, Helvetica, sans-serif;
	border: 0 solid;
	background: #fff url(img/bodyMiddle.gif) repeat-y;
}
body    
{
	background: #bbd500 url(img/bg.gif) top left repeat-x;
}
.bodyBottom
{
	padding: 8px;
	background: #bbd500 url(img/bodyBottom.gif) no-repeat;
}

#header
{
	height: 115px;
	width: 745px;
	margin: 0px 0 2em 0;
	background: #fff url(img/header.gif) no-repeat;
}
#footer
{
	margin: 0 0 2em 0;
}
.footer-navi a
{
	margin-left: 1em;
}
#footer address
{
	margin: 0.5em 0 0 0;
}
#logo
{
	width: 287px;
	margin: 22px 0 0 10px;
}
#logo h1
{
	background: transparent url("img/logo.gif") no-repeat 0 0;
	display: block;
	height: 44px;
	overflow: hidden;
	line-height: 1000px;
	outline: 0;
	margin: 0;
}

h1, h2, h3, h4
{
	color:#b1c903;
	margin:0 0 0.3em 0;
	padding:0;
	font: 12px/160% "Arial", Arial, "Bitstream Vera Sans", sans-serif;
	font-size:2.8em;
	letter-spacing:-1px;
	line-height: 1.2em;
}

h2
{
	margin-top: 0.3em; /* positioned slightly lower because of stronger color */
	font-size: 2.2em;
	color: #1b1b1b;
}
h3
{
	font-size: 1.6em;
	color: #000;
	letter-spacing:0;
	margin-top: 0.3em;
	padding: 0 0 0 2px;
}
h4
{
	font-size: 1.4em;
	color: #000;
	letter-spacing:0;
	padding: 0 0 0 2px;
}
h5 /* Used as soft notification */
{
	font-size: 1.2em;
	color: #1b1b1b;
	border: 4px solid #cfcfcf;
	background: #99ccff;
	padding: 6px;
	font-weight: normal;
	margin: 8px 0;
}
p
{
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0 0 0 2px;
}
b, strong
{
	font-weight: bold;
}
a
{
/*	color: #f78501; original orange*/
	color: #f47a00;
/*	background: #f2f9ff; light-blue */
	text-decoration: none;
	outline: 0;
}
a:visited
{
	/* color: #f73501; red */
	color: #f07000;
}
a:hover
{
	text-decoration: underline;
	color: #ff9900;
	/* Somehow using background: a-color breaks the comment-part of a blogpost in IE! */
}
pre, code
{
	font-size: 1.2em;
	font-family: "Lucida Console", "Courier New", courier, monospace;
	font-style: normal;
	overflow: auto;
	border: 1px dotted #ccc;
	padding:1em 0;
	margin:1em 0;
}
/* do not set the font size (password type) */
input, textarea
{
	padding: 2px 0px 0 0px;
	margin: 0px;

	color: #000;
	line-height: 1.1em;
	font: 1.2em Arial, Helvetica, sans-serif;
}

/* selector */
/* For IE 6.0*/
input
{
	outline: expression(this.type=="submit" || this.type=="button" ?'1px solid #f78501':''); 
	cursor: expression(this.type=="submit" || this.type=="button" ?'pointer':'');
}
input:focus
{
	color: expression(this.type=="submit" ?'White':'');
}

/* For Firefox */
input[type="submit"], input[type="button"] 
{
	color: #000;
	outline: 1px solid #f78501;
	background: #cfcfcf;
	cursor: pointer;
	padding: 2px 0 2px 2px;
}
input:active[type="submit"], input:active[type="button"] 
{ 
	border-color: #f78501;
}
input[type="text"]
{
	padding: 2px 0 2px 2px;
}
input:focus
{
/*	color: #a9d2ff;
*/
}

/* Data Lists */
dl.contact dd, dl.contact dt
{
	font-size: 1.2em;
	line-height: 1.6em;
	
}
dl.contact dt
{
	float: left;
	width: 100px;
	margin: 0 0 0 2em;
}
dl.faq
{
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0 0 0 2px;
}
dl.faq dt
{
	line-height: 2em;
	border-bottom: dashed 1px #ccc;
}
dl.faq dd
{
	margin-bottom: 1em;
}

.textbox
{
	font: 1em Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}


#navigation
{
	font-size: 1.2em;
	text-align: left;
	text-transform: lowercase;
	margin: 4px 6px 9px 4px;
	padding: 0;
}
#navigation li
{
	display: inline;
	line-height: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
}
#navigation a
{
	color: #f2f2f2;
	padding: 14px 14px;
	text-decoration: none;
	background: none;
}
#navigation a:hover
{
	background: #1b1b1b;
	color: #ff9900;
}
#navigation .selected
{
	color: #a9d2ff;
}

ul.list
{
	margin: 0 0 0 2px;
}
.list li
{
	font-size: 1.2em;
	padding: 0.5em 0;
}
ul.em a
{
	padding: 0 0 0 18px;
	background: url(img/icons/dot-link.gif) no-repeat;
}
ul.list .byline
{
	padding: 0 0 0 1.4em;
	color: #cfcfcf;
	background: url(img/icons/paper-small.gif) no-repeat;
}
.post ul, .post ol
{
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
}
.post ul
{
	list-style-type: circle;
	padding: 0 0 0 2em;
}
.post ol
{
	list-style: decimal;
	padding: 0 0 0 3em;
}

.post small
{
	display: block;
	background: url(img/icons/comment.gif) no-repeat;
	font-size: 1.1em;
	padding: 0 0 0 18px;
	margin: 0 0 0.8em 2em;
}
.post .byline
{
	background: url(img/icons/paper.gif) no-repeat;
	color: #ababab;
}
.post .byline-em
{
	background: url(img/icons/paper.gif) no-repeat;

}
.post .byline a
{
	color: #ababab;
	text-decoration: underline;
}
.post .seperator
{
	border: 0;
	margin: 3em 0;
}
.post small.comment a
{
	color: #468cdb; /* blue */
}

.comment-top h3
{
	margin: 0 0 0 0;
	padding: 20px 0 10px 6px;
	background: #bbd500 url(img/bodyTop.gif) 0 45px no-repeat;
}
.comment-top small
{
	margin: 28px 260px 0 0;
}
.comment-top small a
{
	color: #468cdb;
}
.comment-header
{
	font-size: 1.4em;
	color: #cfcfcf;
	margin: 1em 2px;
}
.comment-header em
{
	color: #000;
	font-weight: bold;
}
.comment-header img
{
	margin: 0 5px 0 0;
}

.seperator
{
	border-top: dashed 1px #cfcfcf;
	margin: 3em 4px 3em 4px;
}
.search
{
	padding: 12px 14px 0 0;
}

.website
{
	margin: 2em 0 18px 0;
}
.website img
{
	float: left;
}
.website h3
{
	float: left;
	margin: 35px 0 0 5px;
}
.website .header
{
	margin: 0 0 1em 0;
}




/* boxes currently not used */
.box {
	padding:0 0 0 11px;
	margin:10px;
	background:url("../images/boxes/base-l.gif") top left no-repeat;
}
.box h3 {
	background:url("../images/boxes/base-r.gif") top right no-repeat;
	margin:0;
	padding:8px 0 0.5em 0;
}
.box p {
	margin:0 0 0 -11px;
	padding:0 11px 0.5em;
	border:4px solid white;
	border-width:0 4px;
	background:#eef2f3;
}
.box div {
	margin:0 0 0 -11px;
	padding-left:11px;
	background: #eef2f3 url("../images/boxes/base-l.gif") bottom left no-repeat;
}
.box .footer {
	display:block;
	padding:0 0 10px 0;
	background: url("../images/boxes/base-r.gif") bottom right no-repeat;
}