/*
Theme Name: Afuk DHS
Theme URI: http://www.afukdhs.dk
Description: AFUK Daghoejskolens WP theme
Version: 2.0
Author: Andreas Steen	
Author URI: www.kaos.dk
Tags: afuk,daghøjskolen,daghøjskole,akademiet for utæmmet kreativitet

	Dette theme er udelukkende til AFUK Daghøjskolens brug.

*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
 @import url('styles/wp.css');
 
 /* Structural Layout */
 @import url('styles/2c-l.css');

 #header {
	clear: both;
	background-image: url('images/header.jpg');
	height: 97px;
}

#content {
	border-left-style: solid;
	border-width: 1px;
}

/*TEXT
-----------------------------------------------------------------*/
body, input, textarea {
	color: black;    
	font: 12px Verdana,sans-serif;
	line-height: 1.5;
}

h1 {
	color: #9a0000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
}

/* LISTS
-----------------------------------------------------------------*/
ul {
	list-style-type: none;
	margin: 10px 0 1.5em 5px;
}
ul ul {
	font-weight: bold;
	margin: 0 0 1.5em 5px;
}
ul ul ul {
	font-weight: normal;
	margin: 0 0 1.5em 17px;
	/*list-style-type: circle;*/
	list-style-image: url('images/arrow.gif');
}

/* LINKS
-------------------------------------------------------------------*/
a:link {	color: black;text-decoration: none;}
a:visited {color: black;text-decoration: none;}
a:hover {color: #9a0000;text-decoration: underline;}
a:active {color: #9a0000;text-decoration: underline;}

