﻿/* 
Theme Name: ponten
Version: 1.0
Author: Jenny Redin
Author URI: http://www.perinawebb.se
*/

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
 
body {
	text-align:center;
	min-height:580px;/* for ie7*/
	background: #000;
	color: #b7acbc;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
}

/*Startsidan*/
#start {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 376px;
	height: 620px;
	margin-left: -188px;
	margin-top: -310px;
}
/*Startsidan*/

#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 580px;
}	
#inner {
	width: 900px;
	background:#inherit;
	height: 580px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width: 900px;
	height: 20px;
}

#logo {
	width: 300px;
	height: 20px;
	float: left;
	text-align: left;
}

#menu {
	float: right;
	width: 600px;
	height: 20px;
	text-align: right;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 0 0 0 12px;
	text-decoration: none;
	font: 12px Arial;
	color: #b7acbc;
	outline: none;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #fff;
}

#menu .current_page_item a {
	color: #fff;
}

#content {
	width: 900px;
	height: 400px;
	margin: 20px 0 10px 0;
}

#portrait {
	width: 100px;
	height: 106px;
	float: left;
}

#txtContent {
	width: 590px;
	height: 130px;
	float: left;
	margin-left: 10px;
}

#leftCol {
	width: 480px;
	float: left;
}

#leftCol a:link, #leftCol a:visited {
	color: #fff;
	text-decoration: none;
	outline: none;
}

#leftCol a:hover, #leftCol a:active {
	text-decoration: underline;
	color: #fff;	
}

#rightCol {
	width: 400px;
	float: right;
	text-align: right;
}

#footer {
	/*clear: both;*/
	width: 900px;
	height: 30px;
	position: relative;
	float: left;
}

#footer p {
	text-align: right;
	margin-right: 35px;
	margin-top: 3px;
}

#facebook {
	position: absolute;
	left: 870px;
	top: 0px;
	}

#photo_collage {
	width: 245px;
	float: right;
	padding-left: 45px;
}

#photo_collage ul {
	list-style: none;
}

#photo_collage ul li {
	font-size: 10px;
	text-align: right;
}

#photo_historik {
	width: 245px;
	height: 130px;
	float: right;
}

#photo_historik ul {
	list-style: none;
}

#photo_historik ul li {
	font-size: 10px;
	text-align: right;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 3px;
	text-transform: uppercase;
	text-align: left;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
	text-transform: uppercase;
	text-align: left;
}

p {
	text-align: justify;
	margin-bottom: 10px;
}

p.bold {
	font-weight: bold;
}

a:link, a:visited {
	color: #b7acbc;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #fff;	
}

.shoponline {
	color: #fff;
	text-align: center; 
	margin-top: 30px; 
	line-height: 28px;
}

.shoponline a:link, .shoponline a:visited {
	color: #c063b3;
	font-size: 20px;
}
.shoponline a:hover {
	color:#f6edf7;
}

a.perina:link, a.perina:visited {
color: #fff;
}
a.perina:hover {
text-decoration: underline;
}