/* 

Ulfendahl.se style sheet
2007-06-05


Contents:

1. Reset html, basic styles & typography 
2. Structure & sticky footer rules
3. Header
4. Navigation
5. Content
	5a. Smallpix template
	5b. Galleri register template
6. Footer

*/


/* ------------------------------------------------------ */
/* 1. Reset html, basic styles & typography */
/* ------------------------------------------------------ */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,div,dl,dt,dd
{
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	color: inherit;
	font: inherit;
	text-indent: 0;
}

ul,ol { list-style: none; }
.clear { clear: both; }
html { font: 78% Arial, sans-serif; }

body
{
	font-size: 1.0em;
	text-align: center;
}

p { margin: 0.5em 0; }
h1 { font-size: 2.1em; }
h2 { font-size: 2.7em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.7em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.5em; }

h1,h2,h3
{
	color: #2D5963;
	font-weight: normal;
}

a:link 
{
 color: #2D5963;
 text-decoration:none;
}

a:visited
{
	text-decoration:none;
	color: #96998E;
}

a:hover {text-decoration:underline;}

a:active {color: #96998E;}

a img,:link img,:visited img { border: none; }

/* ------------------------------------------------------ */
/* 2. Structure & sticky footer rules */
/* ------------------------------------------------------ */

html, body
{
	height: 100%;
	background: #888;
}

#container,
		#header,
		#footer { width: 950px; }

#container
{
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -11em auto; /* the bottom margin is the negative value of the footer's height */
	background: #fff;
	text-align: left;
	background-image: url('../images/ljusare.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer, #push
{
	height: 11em; /* #push must be the same height as #footer */
	clear: both;
}

/* ------------------------------------------------------ */
/* 3. Header */
/* ------------------------------------------------------ */

#header
{
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1
{
	margin-left: 170px;
	padding-top: 27px;
}

#header h2
{
	margin: -6px 0 0 170px;
	padding-bottom: 13px;
}

/* ------------------------------------------------------ */
/* 4. Navigation */
/* ------------------------------------------------------ */

#navigation { background-color: #2D5963; }

#navigation ul
{
	margin-left: 164px;
	padding: 6px 0;
}

#navigation li
{
	border-right: 1px solid #DEDBD4;
	display: inline;
	font-size: 1.1em;
}

#navigation li#last { border: 0; }
#navigation li a { padding: 0 10px 0 6px; }

#navigation li a:link,
	#navigation li a:visited
{
	text-decoration: none;
	color: #DEDBD4;
}

#navigation li a:hover { text-decoration: underline; }
#navigation li a:active { color: #B4B2A5; }

/* ------------------------------------------------------ */
/* 5. Content */
/* ------------------------------------------------------ */

#content
{
	margin: 50px 0 0 170px;
	width: 470px;
	min-height:500px;
	_height:500px;
	position:relative;
}

#content p
{
	width: 250px;
	float: right;
	line-height: 1.4em;
	font-size: 0.9em;
}

#content h3 { margin: 0 0 5px 220px; }

#content img
{
	float: left;
	padding-top: 10px;
}

.start {font-size: 1.2em}


/* ------------------------------------------------------ */
/* 5a. Small pix template */
/* ------------------------------------------------------ */

body#small_pix #content
{
	margin: 50px 0 0 170px;
	width: 470px;
}

body#small_pix #content p
{
	width: 320px;
	float: right;
}

body#small_pix #content h3 { margin: 0 0 0 150px; }
body#small_pix #content h4 { margin: 0 0 0 150px; }

body#small_pix #content img
{
	float: left;
	margin-top: -2em;
}

body#small_pix #content h4
{
	clear: both;
	padding-top: 2em;
	font-size: 1.3em;
	font-weight: normal;
}

/* ------------------------------------------------------ */
/* 5b. Galleri register template */
/* ------------------------------------------------------ */

body#galleri_register #content img { padding-top: 0px; }
body#galleri_register h3, #galleri_register p { margin-left: 135px; }

body#galleri_register p
{
	width: auto;
	float: none;
}

body#galleri_register #content { width: 550px; } /* Small width forces lines greater than three images to break */
body#galleri_register #galleri_list { margin: 40px 0 0 135px; }

body#galleri_register #galleri_list li
{
	float: left;
	width: 100px;
	margin: 0px 20px 20px 0;
}

/* ------------------------------------------------------ */
/* 5c. Galleri pages */
/* ------------------------------------------------------ */

body#flash #content
{
	width:682px;
	margin: 14px 0 0 134px;
}

/* ------------------------------------------------------ */
/* 6. Footer */
/* ------------------------------------------------------ */

#footer {margin: 0 auto;}

#footer p
{
	margin: 0 0 0 170px;
	padding-top:7em;
	text-align: left;
	color: #2D5963;
	font-size: 10px;
	line-height:1.5em;
}

#footer a:link { color: #2D5963; }

#footer a:visited
{
	text-decoration:none;
	color: #96998E;
}

#footer a:hover {text-decoration:underline;}

#footer a:active {color: #96998E;}

/* ------------------------------------------------------ */
/* Bildspel */
/* ------------------------------------------------------ */
#bildspel-text
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
}

#bildspel-text p
{
	width: 200px;
	float: none;
	line-height: 1.4em;
	font-size: 0.9em;
}

#bildspel-text h3 { margin: 0px; }

#bildspel
{
	position: absolute;
	top: 0;
	left: 225px;
	height:300px;
	width: 400px;
}

/* ------------------------------------------------------ */
