/*  
Theme Name: UU-DOT
Theme URI: http://uu-dot.com/
Description: Quark Theme.
Version: 2.0
Author: Ivo van Doesburg
Author URI: http://uu-dot.com/
*/

@font-face {
	font-family: Delicious;
	src: url('fonts/Delicious-Roman.otf');
}
@font-face {
	font-family: Delicious;
	font-style: italic;
	src: url('fonts/Delicious-Italic.otf');
}
@font-face {
	font-family: Delicious;
	font-weight: bold;
	src: url('fonts/Delicious-Bold.otf');
}
@font-face {
	font-family: Delicious;
	font-style: italic;
	font-weight: bold;
	src: url('fonts/Delicious-BoldItalic.otf');
}
@font-face {
	font-family: Delicious;
	font-variant: small-caps;
	src: url('fonts/Delicious-SmallCaps.otf');
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Verdana, sans-serif;
	text-align: center;
	background: #CBCBCB;
}

#wrap-1 {
	width: 1005px;
	text-align: left;
	margin: 0 auto;
	background: url(./images/background.png) repeat-y;
	position: relative;
	overflow: auto;
}

/*************************************************************
 * IE denkt dat html geen wees is. Dat is niet correct
 ************************************************************/
* html #wrap-1 {
	overflow:christian;
	
}

#wrap-2 {
	min-height: 100%;
	width: 975px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

* html #wrap-2 {
	height: 100%;
}


h1 {
	margin: 0 0 0 0;
	padding: 0.5em; 
	background-color: #333333;
	font: 40px serif;
	font-style: italic;
	letter-spacing: 2px;
	border-bottom:2px solid #5EC5F7;
	color: white;	
	font-family: Delicious, serif;
	font-weight: normal; 	
}

h1 a{
	text-decoration: none;
}

h1 img{
	border: none;
	float: left;
	margin-right: 25px;
}

#sidebar h1, #content h1 {
	display:none;
}

h2 {
	font:125%/1.4em Georgia,Serif;
	border-width:0;
	color:#933;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: bold;
}

#captionbar {
	margin: 0;
	color: white;
	background-color: #0A80B8;
	padding: 0 7px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	line-height: 3em;
	height: 3em;
}

#captionbar a {
	color: white;
}

#content {
	margin-left: 0;
	float: left;
	width: 720px;
	padding: 1em;
	color:#333;
}
#searchform {
	margin-top: 10px;
}

#s {
	width: 100px;
}

#location{
	font-weight: bold;
	letter-spacing: 1px;
}

#sidebar {
	float: left;
	width: 200px;
	height: 100%;
	padding: 5px;
	margin-top: 2pxem;
	font-size: 0.8em;
}

#sidebar ul{
	list-style: none;
	padding: 0;
	margin:0;
}

#sidebar li{
	line-height: 1.3em;
	display: inline;
	margin: 0;
	padding: 0;
}

#sidebar li a{
	text-decoration: none;
	color: #1B2A48;
	float: none;
	display: block;
	padding: 2px 5px;
}

#sidebar li a:hover{
	text-decoration: underline;
	text-transform: uppercase;
}

#sidebar ul li ul li a {
	color:#358;
	text-decoration:none;
}

#sidebar li a:hover {
//	background: white;
}

#sidebar p{
	color: #1B2A48;
}

img{
	border: 0;
}

#content h2 {
	color:#821;
	margin-bottom: 5px;
	font:125%/1.4em Georgia,Serif;
	border-width:0;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
}

#content a {
	color:#358;
	text-decoration:none;
	border-bottom:1px dotted #469;
}

#content a:hover {
	color:#933;
	border-color:#b55;
	border-bottom-style:solid;
}

small {
	margin:0;
	color: #aaa;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
}
ins {
	text-decoration: none;
	font-style: italic;
}

.entry p{
	clear: both;
}

.post {
	float:none;
	padding-bottom: 2px;
	border-bottom:1px dotted #a33;
}

.postmetadata {
	color:#bbb;
	font-size: 0.8em;
	margin-top:15px;
}

a:visited {
	color:#677;
	border-color:#899;
}

#comment {
	width: 500px;
	height: 150px;
}

.tags {
	color: #866;
	font-size: 0.8em;
	margin: 0;
	text-align: right;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}
