/*  
Theme Name: KiteChick
Theme URI: http://www.duidelijk.net/
Description: Ontworpen voor Freija door Joris.
Version: 1.0
Author: Joris Machielse
Author URI: http://www.leapforward.org/
 
	Copyright 2006 by Joris Machielse. All rights reserved
	
*/
@import url("common.css");
body {
	color: #52002e;
}
.onlyforprint {
	display: none;
}
#content a, #sidebar a {
	color: #009dde;
}
#content a:hover, #sidebar a:hover {
	color: #fff;
	background-color: #009dde;
	text-decoration: none;
}
#sidebar {
	color: #e35697;
}

#page, #header, h1 {
	margin: 0;
	padding: 0;
}
#page {
}
#footer, #footer .copyright {
	color: #a6ddf3;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 63px;
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 13px;
	line-height: 18px;
}
* html #footer {
	height: 113px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a#copyright:hover {
	color: #003b54;
	background-color: #fff;
}
#footer p {
	margin: 0 auto 0 auto;
	width: 550px;
	padding: 0 0 0 230px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
	height: 357px;
	width: 916px;
	width: 100%;
	min-width: 916px;
	xborder: 1px solid #000;
}
#headerimg {
	display: none;
}
#nav {
	xposition: relative;
	xleft: 417px;
	xtop: 186px;
	padding: 186px 0 0 138px;
	margin: 0 auto 0 auto;
	list-style: none;
	width: 730px;
	xborder: 1px solid #fff;
}
#nav li {
	padding: 0;
	margin: 0;
	float: left;
	xwidth: 150px;
}
#nav li a {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}
#nav li a, #nav li a:hover {
	height: 100px;
	display: block;
	margin: 0;
	padding: 0;
}
#nav li a span {
	display: none; 
}
#nav #home a	{
	background-position: 0 0;
	width: 101px;
}
#nav #weblog a	{
	background-position: -101px 0;
	width: 110px;
}
#nav #over a	{
	background-position: -211px 0;
	width: 161px;
}
#nav #fotos a	{
	background-position: -372px 0;
	width: 100px;
}
#nav #friends a{
	background-position: -472px 0;
	width: 122px;
}
#nav #contact a	{
	background-position: -594px 0;
	width: 116px;
}

#nav #home a:hover		{
	background-position: 0 -100px;
}
#nav #weblog a:hover		{
	background-position: -101px -100px;
}
#nav #over a:hover		{
	background-position: -211px -100px;
}
#nav #fotos a:hover		{
	background-position: -372px -100px;
}
#nav #friends a:hover	{
	background-position: -472px -100px;
}
#nav #contact a:hover	{
	background-position: -594px -100px;
}

#nav #home a.current, #nav #home a.current:hover		{
	background-position: 0 -200px;
}
#nav #weblog a.current, #nav #weblog a.current:hover		{
	background-position: -101px -200px;
}
#nav #over a.current, #nav #over a.current:hover		{
	background-position: -211px -200px;
}
#nav #fotos a.current, #nav #fotos a.current:hover		{
	background-position: -372px -200px;
}
#nav #friends a.current, #nav #friends a.current:hover	{
	background-position: -472px -200px;
}
#nav #contact a.current, #nav #contact a.current:hover	{
	background-position: -594px -200px;
}


#wrapper {
	position: relative;
	width: 780px;
	margin: 0 auto 0 auto;
}
#layout {
	border-collapse: collapse;
}
#layout td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#sidebar {
	width: 195px;
	xposition: absolute;
	font-size: 12px;
	xtop: 0;
	xleft: 0;
	margin: 0;
	padding: 0 0 0 0;
}
#sidebar h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 0 0;
}
#sidebar .pagenav ul {
	margin-bottom: 5px;
}

#sidebar ul, #sidebar li{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#content {
	margin-left: 35px;
	width: 550px;
	padding: 0;
	line-height: 17px;
}
#content p {
	margin: 5px 0 10px 0;
}
#content .post {
	margin-bottom: 25px;
}


#content h2 {
	color: #009dde;
	margin: 0;
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
}
.archives h3 {
	color: #009dde;
	margin: 10px 0 0 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}
h2 a, h3 a {
	text-decoration: none;
}
#content h2 small, .archives h3 small {
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	white-space: nowrap;
}

