/* 
-----------------------=GLOBAL RESET---------------------- */

@import url("http://www.peterknutson.se/includes/reset.css");

/* 
-----------------------=GLOBAL---------------------- */

html, body {
	background-color: #000;
	color: #FFF;
	height: 100%;
	}
body {
	font: 62.5% helvetica, arial, sans-serif;
	}
.clear { 	
	clear: both; 
	}


/* 
-----------------------=BASE LINKS---------------------- */

a, a:link {
 	background-color: inherit;
 	color: #7B7B51;
 	text-decoration: none;
 	}
a:visited { 
 	background-color: inherit;
 	color: #999;
 	}
a:hover, a:active {
 	background-color: inherit;
 	color: #C00;
	}
a img {
	border: none;
	}
	
/* 
-----------------------=TYPOGRAPHY---------------------- */

p, li, dd, td {	
	font-size: 1.3em;
	line-height: 160%;
	margin: 0 0 1em 0;
	}
h1, h1 a, h1 a:hover, h1 a:active {	
	background-color: inherit;
	color: #2E2E21;
	font-family: "Helvetica Neue Bold Condensed", Helvetica, Arial, Verdana, sans-serif;
	font-size: 2.6em;
	font-weight: bolder;
	left: -1px;
	letter-spacing: -1px;
	position: absolute;
	top: -1px;

	}
h2 {  	
	font-family: "Helvetica Neue Bold Condensed", Helvetica, Arial, Verdana, sans-serif;
	font-size: 2.4em; 
	margin-bottom: 5px;
	text-transform: uppercase;
	}
h3 {   
	font-family: "Helvetica Neue Bold Condensed", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 140%; 
	text-transform: uppercase;
	}
h4 {	
	font-size: 1.5em;
 	font-weight: bold;
 	line-height: 150%;
 	margin-bottom: 8px;
	}
h5 {	
	font-size: 1.3em;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 4px;
	}
dt {	
	font-weight: bold;
	}
acronym { 	
	border-style: dotted; 
	border-width: 0 0 1px 0;  
	border-color: #999;
	cursor: help;
	}
blockquote {
	background: transparent url('http://www.lidne.com/inc_sysimg/quote.gif') no-repeat left top;
	color: #707E7E;
	margin: 10px;
	padding: 5px 20px;
	}
cite {
	display: block;
	font-size: 90%;
	font-style: italic;
	text-align: right; 
	}
em, i {
	font-style: italic;
	}
strong, b {
	font-weight: bold;
	}

/* 
-----------------------=STRUCTURE---------------------- */

div#page /*---Page is used for sticky footer----*/
	{
	margin: 0;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -8em; /* the bottom margin is the negative value of the footer's height */
	}
div#container {
	margin:0 auto;
	position: relative;
	width:950px;
	}
div#navigation {
	position: absolute;
	right: -10px;
	top: 110px;
	z-index: 100;
	}
div#wrapper {
	float:left;
	width:100%;
	}
div#content {
	margin: 150px 365px 0 0;
	padding: 0 40px 0 0;
	}
div#subnavigation {
	display: none;
	}
/*--div#subnavigation {
	float:left;
	width: 115px;
	margin: 150px 0 0 -950px;
	}--*/
div#image {
	float:left;
	margin: 150px 0 40px -365px;
	position: relative;
	width: 365px;
	}
div#siteinfo {
	clear: left;
	width:100%;
	}
div#siteinfo, .push {
	height: 8em; /* .push must be the same height as .footer */
}


/* 
-----------------------=NAVIGATION---------------------- */

#navigation ul li {
	display: inline;
	margin: 0 10px;
	text-align: right;
	text-transform: uppercase;
	}
#navigation ul li.current a {
	background-color: inherit;
 	color: #FFF;
 	}	
/*--#subnavigation h3 {
	font-family: "Helvetica Neue Ultra Light", Helvetica, Arial, Verdana, sans-serif;
	font-size: 3em;
	font-weight: lighter; 
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: none;
	}
#subnavigation ul li {
	font-size: 1.3em;
	font-weight: lighter;
	margin: 2px 0 2px 15px;
	text-transform: uppercase;
	}
	--*/
	
/* 
-----------------------=CONTENT---------------------- */

#content p {
	background-color: inherit;
	color: #FFF;
	text-align: justify;
	}
#content ul#frontpage li {
	display: inline;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 30px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
	}
#content #introtext h2 {
	padding-top: 12px;
	}
#content ul#cat {
	padding-top: 5px;
	width: 350px;
	}
#content ul#gallerycat {
	width: 400px;
	}
#content ul#gallerycat li {
	float: left;
	margin: 0 3px 5px;
	}
#content ul#gallerycat a.gallery {
    height: 70px; 
    width: 50px;
    }
#content ul#gallerycat a.gallery span {
    background-color: #000;
    color: inherit;
    height:1px; 
    overflow: hidden; 
    position:absolute; 
    width:1px; 
    }
#content ul#gallerycat a.gallery, #content ul#gallerycat a.gallery:visited {
    border:1px solid #000;     
    display:block; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#content ul#gallerycat a.gallery:hover {
    border:1px solid #fff; 
    }
#content ul#gallerycat a.gallery:hover span {
    height:435px; 
 	position: absolute; 
    right: 0; 
    top: 140px;
    min-width: 450px; 
    z-index: 100;
    }
#content ul#gallerycat a.gallery:hover span img {
	background-color: transparent;
	float: right;
	}
#content ul#gallerycat li.paginate {
	left: 120px;
	position: absolute;
	top: 560px;
	}
#content ul#gallerycat li.paginate b, #content ul#gallerycat li.paginate a {
	border: 1px solid #343123;
	font-size: 1.2em;
	padding: 3px 6px;
	}
	
#bilder #image span {
	background-color: inherit;
	color: #27271C;
	font-size: 6em;
	font-weight: bolder;
	position: relative;
	top: 130px;
	}	
#bilder #content p {
	background-color: inherit;
	color: #343123;
	font-size: 80%;
	left: 0;
	position: absolute;
	top: 600px;
	}
/* 
-----------------------=IMAGE COL---------------------- */    
#image img {
	float: right;
	}
body#bilder #image {
	background: transparent url(http://peterknutson.se/EE/images/siteimages/camera.png) no-repeat right 60px;
	color: inherit;
	min-height: 435px;
	}
#image h2 {
	background-color: inherit;
	color: #171717;
	font-size: 7em;
	font-weight: lighter;
	position: relative;
	right: -119px;
	top: 0;
	text-transform: lowercase;
	}
	
	
/* 
-----------------------=FOOTER---------------------- */

#siteinfo div {
	background-color: inherit;
	border-top: 1px solid #343123;
	color: #343123;
	margin: 20px auto;
	padding: 15px 0 0 5px;
	position: relative;
	width:950px;
	}
#siteinfo div ul {
	position: absolute;
	right: 10px;
	top: 20px;
	}
#siteinfo div ul li {
	display: inline;
	padding: 0 10px;
	}

/*  
-----------------------=KONTAKT---------------------- */ 

body#kontakt fieldset {
	margin: 30px 0 ;
	}
body#kontakt label {
	background-color: inherit;
	color: #B2B598;
	float: none;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	}
body#kontakt input, body#kontakt textarea {
	background-color: #B2B598;
	border-bottom: 1px solid #000;
	border-left: 2px solid #343123;
	border-right: 1px solid #000;
	border-top: 2px solid #343123;
	color: #000;
	display: block;
	margin: 7px 0 20px;
	position: relative;
	width: 300px;
	}	
body#kontakt input[type="hidden"] {
	border: none;
	}
body#kontakt input#submit {
	background-color: #343123;
	border-bottom: 2px solid #000;
	border-left: 1px solid #343123;
	border-right: 2px solid #000;
	border-top: 1px solid #343123;
	color: #7B7B51;
	padding: 4px;
	width: auto;
	}
