/*  
Theme Name: Mardal-Hougs
Theme URI: http://www.gloderworks.com/
Description: The Mardal-Hougs WordPress theme.
Version: 1.0
Author: Andrew Frazier
Author URI: http://www.gloderworks.com/
*/

/* ======== STRUCTURE =========== */

/*
html * {
	margin: 0;
	padding: 0;
}
*/
body {
	background-image:url(../../../../images/bg_body.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}
#page{ width: 750px; margin-left: auto; margin-right: auto;}
#header {
	background-image: url(../../../../images/blogHeader.png);
	width: 750px;
	height: 220px;
	background-repeat: no-repeat;
}
#nav {
	margin: 2px auto 10px auto;
	width: 565px;
	height: 18px;
	text-align: center;
}

#content {margin-right: 200px; _margin-right: 205px; text-align: justify;}
#clearFooter {
	clear: both;
/*	border-bottom: 1px solid white; */
	background-image: url(../../../../images/spacer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#footer {
	text-align: right;
	font-size: 10px;
}

/* ============================== */

h2{
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 14;
	font-weight: normal;
}

small {
	font-size: 10px;
}

a, a:visited {
	color: white;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}

#content h2, #content h2 a, #content h2 a:visited {
	color: #faf1f1;
}

.postmetadata {
	font-size: 10px;
}

.navImage {margin-right: 47px; border: 0;}

/* ===========  SIDEBAR ============= */
#sidebar {
	float: right;
	width: 190px;
	font-size: 11px;
}
#sidebar a, #sidebar a:visited {
	text-decoration: none;
	}
#sidebar ul {margin: 0; padding: 0;}
#sidebar ul li {list-style-type: none;}
#sidebar ul ul li {list-style: none; list-style-image: url(../../../../images/bullet.jpg); margin-left: 22px;}
#sidebar ul li h2 {
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: normal;
	_margin-left: 5px;
}

img {border: 0;}