/*

	Lysviks Esoteriska
	*******************
	
	STYLESHEET
	-----------------
	
	Created by Petra Juhlin
	http://www.visibleminds.se

	Color palette
	-------------
	White:       [#fff]
	#9195B3 till h1,h2

*/
* {
margin:0;
padding:0;
}

	body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, img, object, param, 
	blockquote, pre, table, td, th, tr, fieldset, label, legend, button, select, input,
	textarea { margin: 0; padding: 0; }
	h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
	ul, ol { list-style-type: none; }
	blockquote, q { quotes: none; }
	address, caption, cite, code, dfn, em, th, var { font-style: normal; 	
	font-weight: normal; }
	abbr, acronym { border: 0; font-variant: normal; }
	img, .textfield { vertical-align: middle; }
	table { border-collapse: separate; border-spacing: 0; }
	caption, th { text-align: left; }
	input, textarea, select { font-family: inherit; font-size: inherit; font-weight: 
	inherit; }
	button { overflow: visible; }
	hr { display: none; }
	
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#323232;
	background-color: #EFECEC;
	}
	
#header {
	width: 832px;
	height: 80px;
	margin-left:33px;
	padding: 10px 0 0 0;
	background-image: url(../img/header_roundedcorners.gif);
	background-position: 0 bottom;
	background-repeat:no-repeat;
	}
				
/* @group logo */

#logo {
	color: #000; /*width: 710px;     float: left;     background-color: #;*/
	overflow: hidden;
	background-position: 0 0px;
	height: 80px;
	width: 800px;
	clear: both;
	}
	
#logo img {
	position:absolute;
	margin-top:13px;
	margin-left:5px;
	}
	
#logo #pagetitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #9195B3;
	margin-left: -9000px;
	}

#logo a {
	display: block; /*padding: 200px 10px 10px 0; text-shadow: rgba(0,0,0,0.01)
	0 1px 1px;*/
	border: 0;
	height: 80px;
	}

#logo #menu {
	float:right;
	width:680px;
	height:20px;
	line-height:20px;
	margin-top: 57px;
	}


/*
	#logo a:hover, #logo a:focus {    background-position: right 0;
	}

	#logo a:active {
    background-position: right 2px;
	}
	/* @end */


#menu ul  {
	color: #EFECEC;
	font-size:14px;
	font-weight:bold;
	float:right;
	}
	
#menu li {
	float: left;
	text-align: center;
	line-height:40px;
	margin-top: -10px;
	margin-left:10px;
	}
	
	
#menu li a:link {
	color: #EFECEC;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
	
#menu li a:visited {
	color: #EFECEC;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
	
#menu li a:hover {
	color:#96C;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
	
#wrapper {
	height: auto;
	min-height:605px;
	width: 900px;
	position:relative;
	background-color:#CAB4D3;
	margin:0px auto;
	text-align:left;
	}

#content {
	width:832px;
	height:auto;
	float:left;
	min-height:460px;
	background-color:#fff;
	margin-left:33px;
	}
	
p {
	margin-bottom:10px;
	}	

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #96C;
	margin-bottom:10px;
	}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #9195B3;
	margin-bottom:2px;
	}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #9195B3;
	margin-bottom:1px;
	}

/* @group  footer */


#footer {
	background-color:#A8BBCE;
	width:832px;
	margin-left: 33px;
	clear:both;
	background-image: url(../img/footer_whitecorners.gif);
	background-repeat:no-repeat;
	background-position: 0 bottom;
	padding:0 0 20px 0;
	}


#footer ul {
	list-style-type: none;
	padding-left: 20px;
	overflow:auto;
	margin-left:170px;
	
	}

#footer li {
	float: left;
	height: 22px;
	line-height:22px;
	margin-right:5px;
	text-align: center;
	color:#609;
	font-size:11px;
	}
	
	
#footer li a:visited {
	color:#609;
	cursor: pointer;
	text-decoration:underline;
	}
	
#footer li a:hover {
	color:#666;
	cursor: pointer;
	text-decoration:underline;
	}
	
#footer img {
	float:left;
	width:832px;
	height:22px;
	margin-left:33px;
	margin-top: 66px;
	}
	
/* @end */


#text {
	width: 750px;
	height:auto;
	margin-top:30px;
	margin-left: 40px;
	text-align:left;
	}
	
#primary {
	width: 500px;
	height:auto;
	float:left;
	margin-bottom:20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #9195B3;	
	padding: 0 10px 0 0; 
	}
	
#secondary {
	width:226px;
	height:auto;
	float: right;
	padding: 0 0 0 10px;
	margin-bottom:20px;
	}
	
	
