@charset "UTF-8";
/* CSS Document */

/* Allmänna -----------------------------------*/

body {
	background-color: #000;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#allcontainer {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -450px;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}

img {
	border-style: none;
	border: none;
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	outline: none;
	color: #3399cc;
	text-decoration: none;
}

a:hover, a:visited {
	color: #3399cc;
	text-decoration: underline;
}

/* Header --------------------------------------*/

#header{
	height: 91px;
	width: 900px;
	background: url(http://nicklasthegerstrom.com/grafik/logo2.gif) no-repeat;
	margin-top: 0px;
}

.nicklas {
	text-indent: -9000px;
}

/* Huvudinnehåll -----------------------------*/

#container{
	width: 902px;
	position: absolute;
	top: -15px;
}

#main {
	background-color: #FFF;
	margin: 0px auto 0px 0px;
	width: 902px;
	height: 100%;
	padding: 50px 0px 50px 0px;
	position:relative;
}

#content {
	background-image: url(http://nicklasthegerstrom.com/grafik/main_bg.gif);
	/*background-color:#000;*/
	padding: 10px 0px 50px 0px;
	width: 824px;
	height: 100%;
	margin: 0px auto;
	position:relative;
	display:block;
}

/* Reportagesidan------------------------------*/

#portfoliorutor {
	position: relative;
	width: 780px;
	height: 900px;
	margin: 20px auto;
	/*border: 1px solid #0F0;*/
}

#serierutor {
	position: relative;
	width: 780px;
	height: 500px;
	margin: 0px auto;
	/*border: 1px solid #0F0;*/
}


.portfolioruta {
	float: left;
	margin: 10px;
	position: relative;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.portfolioruta p {
	background-color:#000;
	padding: 30px;
	color: #fff;
	text-align: left;
	position: absolute;
	top: 80px;
	left: 0px;
	font-family: "Lucida Grande", Arial;
	font-weight: bold;
	font-size: 16px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.portfolioruta a {
	text-decoration: none;
}

.portfolioruta p:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
	
.portfolioruta:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#portfoliobildspel {
	position:relative;
	padding-left: 0px;
	height: 533px;
	width: 800px;
	margin: -8px auto -48px;
}

#portfoliobildspel img {
	position:absolute;
    top:0;
    left:0px;
    z-index:8;
    filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
    margin: 0 auto;
	height: 533px;
}	

#portfoliobildspel img.active {
    z-index:10;
    filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#portfoliobildspel img.last-active {
    z-index:9;
}



/* Kontaktsidan och About-sidan ------------------------------*/

#contactimg {
	padding-left: 0px;
	height: 633px;
	margin: 0px auto 0px;
	position: relative;
}

#contactimg img{
	display: inline;
	height: 533px;
	margin: 50px auto;
}
	
#contactruta {
	position: relative;
	background-color:#000;
	width: 400px;
	padding: 30px 50px 50px;
	border: 1px solid #000;
	margin: -600px auto 0;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#contactruta p {
	color: #fff;;
	text-align: left;
	font-size: 12px;
}

/* Toggle -----------------------------------*/
#toggle_thumbs{
	background: url(http://nicklasthegerstrom.com/grafik/thumbs.gif) no-repeat;
	float: right;
	color: #3399cc;
	margin-right: 20px;
	height: 28px;
	width: 28px;
}

/* Tillbaka till Reportage --------------------*/

.back {
text-align: left;
margin-left: 30px;
}

/* Menyn -----------------------------------------*/
#menu {
	margin: 0px 0px 0px 800px;
	/*background-color: #FFF;
	height: 300px;*/
	position: absolute;
	top: 40px;
	left: 40px;
	text-align: left;
}

ul {
	list-style-type: none;
}

#menu ul {
	margin: 0px 0 0 22px;
	padding: 0px 0 0 20px; /* Fixes ie bug */
	}

#menu ul li, ul li a, ul li a:hover{
	height: 38px;
	padding: 10px 10px 0px;
	text-decoration: none;
}

	
ul li:hover, ul li p:hover{
	color: #3399cc;
	text-decoration: none;
}
ul li p{
	font-family: Georgia, "Times new roman", serif;
	color: #222222;
	font-size: 16px;
	margin: -38px 0 0 20px;
	display: block;
}
/* Footer -----------------------------------*/

#footer {
	height: 100px;
	width: 902px;
	padding-right: 200px; /* Fixes ie bug */
}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin: 10px auto;
}
