/* -----------------------------------------------------------------------
file 		: style.css
provides 	: style rules for on-screen displays in modern browsers
version 	: 1.0
author 	    : gianni riemslagh
-------------------------------------------------------------------------- */


* 
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	}

html 
{
	overflow-y: scroll; 
	height: 100%;
	}

body 
{
	text-align: center; /* IE quirks auto margins workaround */
	font: 62.5% tahoma, "lucida grande", arial, verdana;
	background: #232323;
	color: #343434;
	}

#wrap
{
	width: 530px;
	margin: auto; /* auto centers the div */
	text-align: left; /* after centering #wrap above for IE we return to normal alignment */
	padding-bottom: 25px;
	}

#header 
{	
	font-size: 1.2em;
	margin-top: 3.5em;
	margin-bottom: 2px;
	padding-left: 15px;
	color: #555;
	}

#content
{
	font-size: 1.1em;
	background: #fff;
	width: 500px;
	padding: 15px;
	}

#image
{
	width: 500px;
	height: 300px;
	}

#footer
{	
	text-align: right;
	padding-right: 1.5em;
	margin-top: 0.8em;
	margin-bottom: 3em;
	color: #555;
	}

#footer a
{
	text-decoration: none;
	color: #666;
	}

#margin
{
	margin-top: 2.5em; 
	}
/* style
----------------------------------------------- */
p
{
	margin-bottom:  0.7em;
	}

a
{
	color: #343434;
	text-decoration: underline; 
	border: none;
	outline: none;
	-moz-outline: none;
	}

a:hover
{
	border: none;
	outline: none; 
	-moz-outline: none;
	}

a img {
	border: 0;
}

/* article
----------------------------------------------- */
.article 
{ 
	width: 500px;
	line-height: 1.4em;
	font-size: 1.1em; 
	margin-bottom: 1em;
	padding-top: 0.4em; 
	padding-bottom: 0.3em; 
	}

.article a:link, .article a:visited
{ 
	color: #343434;
	background: #fff;
	padding-top: 1px;
	padding-bottom: 2px;
	text-decoration: underline;
	} 

.article a:hover, .article a:active, .article a:focus  
{ 
	color: #343434;
	background: #fff;
	} 

.article img 
{
	border: solid 1px #ddd;
	padding: 0px;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	display: block;
	dmargin-right: 1.5em;
	}

h1
{
	color: #343434;
	font-weight:normal;
	font: 1.5em arial;
	padding-bottom: 0.5em;
	}

.entrytitle h2, .entrytitle h3
{
	display:inline;
	font-weight:bold;
	}

.entrytitle h3
{
	font-size: 1.2em;
	color: #888;
	font-weight: normal;
	}
h2
{
	font: 1.5em arial;
	padding-bottom: 0.5em;
	}
h3 
{
	font-size: 1.2em;
	}

h4
{
	font-size: 1.3em;
	display: inline;
	font-style: italic;
	font-weight: lighter;
	color: #555;
	letter-spacing: -1px;
	}

h2 a:link, h2 a:visited, h2 a:active, h2 a:focus
{
	color: #343434;
	text-decoration: none; 
	}

h2 a:hover  
{ 
	color: #000;
	}

.kommentar
{
	font-size: 1em;
	text-align: left;
	dbackground: url('images/lineh.png') bottom left repeat-x;
	padding-bottom: 2.3em;
	color: #343434;
	}

.turnpage
{
	margin-left: 10px;
	}

.menu
{
	margin-top: 3px;
	}

/* page
----------------------------------------------- */

div.about 
{   
	margin-top: 2.5em;
	font-size: 1.1em;
	}

div.about ifmg 
{
	border: solid 1px #ddd;
	padding: 4px;
	margin-right: 0.2em;
	}

div.about p
{
	margin-top: -0.3em;
	margin-bottom: 1.5em;
	}

div#arkiv ul
{
	margin-top: 0.2em;
	margin-bottom: 1em;
	list-style-type: none;
	}

div#arkiv h2 a:link
{
	color: #343434;
	}
/* comments
----------------------------------------------- */
	
div.comment 
{
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 10px;
	background:  repeat-x top left;
	font-size: 1em;
	}

div.comment h2
{
	font-family: tahoma, "lucida grande", arial, sans-serif;
	font-weight: bold;
	color: #444;
	font-size: 1em;
	line-height: 2em;
	margin-top: 10px;
	margin-bottom: 5px;
	display: inline;
	}

div.comment h2 a
{
	color:              #555;
	border-bottom:      1px dotted #ccc;
}

/* fieldset
----------------------------------------------- */

div#page fieldset {
	sbackground: transparent url("images/bg-3.gif");
	margin: 3em 0 1em 0;
	padding: 1em 1em 1em 0;
	border: none;
}

div#page fieldset label { 
	background: #FAFAFA;
	width: auto;
	clear: left;
	float: left;
	font-size: 1em;
	line-height: 0.9em;
	color: #666;
	padding: 0.3em;
}

div#page fieldset label strong {
	font-weight: lighter;
	font-style: italic;
	color: #7CA600;
}

div#page fieldset label acronym,
div#page fieldset label abbr { font-size: 1em; }

div#page fieldset input, 
div#page fieldset textarea { 
	clear: left;
	float: left;
	margin: 0.3em 0 1em;
	padding: 0.2em;
	font-size: 1em;
	color: #666;
	display: block;
	border: solid 1px #CCC;
}

div#page fieldset input.form-text { width: 14.9em; }

div#page fieldset textarea { width: 430px; }

div#page fieldset input.form-button {
	background: #FAFAFA;
	width: auto;
	margin-bottom: 1em;
	padding: 0.3em;
	font-size: 1em;
	color: #666;	
	border: double 3px #ddd;
}

div#page fieldset input.form-hidden 
{ 
	display: none; 
	float: right;
	clear: right;
	}

div#page a 
{
	text-decoration: none;
	color: #333;
	}

/* colored links
-----------------------------------------------------------------------*/

a.white:link, a.white:visited, a.white:focus, a.white:active
 {
 	font-size: 1.4em;
 	color: #ddd;
 	padding: 0;
 	margin-right: 4px; 
 	text-decoration: none; 
	}

a.white:hover
 {
 	color: #fff;
 	padding: 0;
 	text-decoration: none; 
 	}
	
a.mosgroen:hover
 {
 	font-size: 1.8em;
	color: #006AB2;
 	padding: 0;
 	text-decoration: none; 
 	}
	
a.mosgroen:link, a.mosgroen:visited, a.mosgroen:focus, a.mosgroen:active
 {
 	font-size: 1.8em;
 	color: #006AB2;
 	padding: 0;
 	margin-right: 4px; 
 	text-decoration: none; 
	}

		
	

a.red:link, a.red:visited, a.red:focus, a.red:active
 {
 	color: #888;
 	padding: 2px;
 	text-decoration: none; 
 	}

a.red:hover
 {
 	background: #006AB2;
 	color: #fff;
 	padding: 2px;
 	text-decoration: none; 
 	}

a.yellow:link, a.yellow:visited, a.yellow:focus, a.yellow:active
 {
 	color: #888;
 	padding: 2px;
 	text-decoration: none; 
 	}

a.yellow:hover
 {
 	background: #006AB2;
 	color: #fff;
 	padding: 2px;
 	text-decoration: none; 
 	}
 	
a.orange:link, a.orange:visited, a.orange:focus, a.orange:active
 {
 	color: #888;
 	padding: 2px;
 	text-decoration: none; 
 	}

a.orange:hover
 {
 	background: #006AB2;
 	color: #fff;
 	padding: 2px;
 	text-decoration: none; 
 	}
 
a.green:link, a.green:visited, a.green:focus, a.green:active
 {
 	color: #888;
 	padding: 2px;
 	text-decoration: none; 
 	}

a.green:hover
 {
 	background: #006AB2;
 	color: #fff;
 	padding: 2px;
 	text-decoration: none; 
 	}

a.blue:link, a.blue:visited, a.blue:focus, a.blue:active
 {
 	color: #888;
 	padding: 2px;
 	text-decoration: none; 
 	}

a.blue:hover
 {
 	background: #006AB2;
 	color: #fff;
 	padding: 2px;
 	text-decoration: none; 
 	}

a.purple:link, a.purple:visited, a.purple:focus, a.purple:active
 {
 	color: #888;
 	padding: 2px;
 	text-decoration: none; 
 	}

a.purple:hover
 {
 	background: #006AB2;
 	color: #fff;
 	padding: 2px;
 	text-decoration: none; 
 	}
	
a.gold:link, a.gold:visited, a.gold:focus, a.gold:active
 {
 	color: #888;
 	padding: 2px;
 	text-decoration: none; 
 	}

a.gold:hover
 {
 	background: #006AB2;
 	color: #fff;
 	padding: 2px;
 	text-decoration: none; 
 	}
/* END
----------------------------------------------- */

