﻿/* 
Theme Name: Gunilla Pontén
Version: 2.0
Author: Jenny Redin
Author URI: http://www.perinawebb.se
*/

* {margin:0;padding:0}
 
body {
	text-align:center;
	background: #000;
	color: #b7acbc;
	font: 12px/23px Verdana, Arial, Helvetica, sans-serif;
}

/*Startsidan*/
#start {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 376px;
	height: 580px;
	margin-left: -188px;
	margin-top: -290px;
}
/*Startsidan*/

#container {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	margin-top: 30px;
}	

#header {
	height: 30px;
}

#logo {
	float: left;
}

#menu {
	float: right;
	width: 600px;
	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;
	color: #b7acbc;
	outline: none;
	text-transform: uppercase;
	font-size: 12px;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #fff;
}

#menu .current_page_item a {
	color: #fff;
}

#content {
	margin: 20px 0 0 0;
}

#leftColHome {
	width: 430px;
	height: 578px;
	margin-top: 20px;
	padding: 20px 0 0 20px;
	float: left;
	background: #fff;
	color: #000;
	}

#rightColHome {
	margin-top: 20px;
	width: 450px;
	float: right;
	color: #fff;
}

#leftCol {
	width: 340px;
	/*height: 560px;*/
	margin-top: 20px;
	float: left;
	}
#leftCol a:link, a:visited {color: #fff; }
#leftCol a:hover { text-decoration: underline; }

#rightCol {
	margin-top: 20px;
	width: 560px;
	float: right;
}

#footer {
	clear: both;
	height: 30px;
	line-height: 30px;
	padding-top: 20px;
}

#footer p {
	text-align: right;
	font-size: 11px;
}

#footer a { color: #fff;}
#footer a:hover { color: #b7acbc; text-decoration: underline; }

#footer img { width: 25px; height: 25px; vertical-align: middle; }

h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h1.second { margin-top: 40px; }

h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}


p {
	/*text-align: justify;*/
	margin-bottom: 10px;
}

p.bold {
	font-weight: bold;
}

p.small { font-size: 10px; text-align: right; }

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: 14px;
}
.shoponline a:hover {
	color:#f6edf7;
}
