/*
Theme Name: WordPress Ingrid Skov
Theme URI: http://wordpress.org/
Description: WordPress theme for Ingrid Skov
Version: 1.0
Author: Xav
Author URI: 
Tags:

*/

* { margin:0;
	padding:0;
	}

body {margin:0;
	padding:0;
    background: #ddddff;
    color: #333;
    font-family: "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif;    
	font-size:12px;
	line-height:16px;
	}

img {border:0;display:block;}

.right {text-align: right;}
.center {text-align: center;}

strong {font-weight: bold;}
em {font-style: italic;}

.float {float:left;}
.spacer 	{clear:both;}

h1	{font-size:22px;
	line-height:32px;
	font-weight:normal;
	margin: 18px 0 0 0;}
h2	{font-size:12px;
	line-height:16px;}
p  {margin: 8px 0 0 0;
	font-size:12px;
	line-height:16px;
	}

a 	{text-decoration: none;
	outline: none;}

ul {list-style:disc outside;
	margin: 0 0 0 16px;}
li {margin: 0 0 8px 0;
	font-size:12px;
	line-height:16px;
	}

td {padding: 10px;
	font-size:12px;
	line-height:16px;
}

#content	{
    background: rgb(255,255,255) url('images/background.gif') top left repeat-y;
    min-height:360px;
   	}

#page	{width:760px;
	margin:16px auto;
	background: #fff;
	    }
	
#nav {
	}

#nav ul ul {display:none;}
#nav .current_page_item ul, #nav .current_page_parent ul {display:block;}

#nav .current_page_item a, #nav .current_page_item a:visited {
	color: #2f2f77;
	}
#nav .current_page_item ul li a, #nav .current_page_item ul li a:visited {
	color: #5f5fff;
	}
 
#nav ul li a, #nav ul li a:visited {
	color: #5f5fff;
	}

#nav ul {
	padding:16px;
	margin:0;
	list-style: none;
	}
#nav ul li {
	margin:0 0 8px 0;
	}
#nav ul li ul {
	padding:0 0 0 16px;;
	}
#nav ul li ul li{
	margin:2px 0 0 0;
	}

#header {
	width:760px;
	margin:16px auto;
	color: #2f2f77;
	background: #ededff;
	text-align: center;
	padding: 16px 0 16px 0;
}

#footer	{
	width:760px;
	margin:16px auto;
	color: #666;
	background: #ededff;
	text-align: center;
	padding: 2px 0 8px 0;
	}

#contact	{
	padding:0 0 16px 16px;
	}

.lighterBlue {background-color: #ededff;}

.col560px	{float:left; width:560px;}
.col200px	{float:left; width:200px;}

.margin  {float:left; width:20px;}
.spacer 	{clear:both;height:0px;}


