/* 
Theme Name: whiteboard
Theme URL: http://www.peterleenhouts.com
Description: My theme for my site
Author: Peter Leenhouts
Author URI: http://www.peterleenhouts.com
Version: 1.0

*/

body {
	background: #fff url(images/body_bg.png) repeat-x;
	font-family: Helvetica;
	font-size: 80%;
	letter-spacing: .5px;
	line-height: 18px;
	color: #575757;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background: #006699;
	text-decoration: none;
}

p {
	text-align: left;
}

p a {
	text-decoration: none;	
}

ul {
	list-style: disc;
	padding-left: 30px;
	margin-top: 0px;
}

#nav ul {
	list-style: none;
	padding-left: 10px;
	margin-top: 0px;
}

#sidebar ul {
	list-style: none;
	padding-left: 10px;
	margin-top: 0px;
}

ul li {
	margin-bottom: 5px;
}

#sidebar ul li {
	margin-bottom: 20px;
}

ul li li {
	margin-bottom: 10px;
}

.left {
	float: left;
	font-family: "Lucida Grande";
	font-size: 10px;
	font-weight: lighter;
	color: #bbb;
	text-transform: lowercase;
}

.right {
	float: right;
	font-family: "Lucida Grande";
	font-size: 10px;
	font-weight: lighter;
	color: #bbb;
	text-transform: lowercase;
}

img .inset {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
}

#main a img {
	border: 5px solid #F5EFFE;
}

#main a:hover img {
	border: 5px solid #006699;
}

.comment {
	border: 0px solid #ccc;
	padding: 0px;
	margin: 0px;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	margin-top: 25px;
	height: 100px;
}

#header_logo {
	width: 100px;
	height: 100px;
	top: 25px;
	float: right;
	display: block;
	background: url(images/header_logo.png);
}

#header_name {
	width: 590px;
	height: 107px;
	float: left;
	margin-left: 0px;
	background: url(images/header_name.png);
}

#nav {
	clear: both;
	width: 900px;
	height: 25px;
	padding-top: 10px;	
	margin-left: 0px;
}

#nav ul {
	margin: 0;
	margin-left: 0px;
}

#nav ul li {
	display: block;
	padding: 0px 0px;
	margin: 0 35px;
	float: left;
}

#nav .blog {
	background: url(images/blog.png) no-repeat center;
	height:15px;
	width: 32px;
}

#nav .media {
	background: url(images/media.png) no-repeat center;
	height:15px;
	width: 45px;
}

#nav .portfolio {
	background: url(images/portfolio.png) no-repeat center;
	height:15px;
	width: 64px;
}

#nav .travels {
	background: url(images/travels.png) no-repeat center;
	height:15px;
	width: 51px;
}

#nav .subscribe {
	background: url(images/subscribe.png) no-repeat center;
	height:15px;
	width: 74px;
}

#nav .archives {
	background: url(images/archives.png) no-repeat center;
	height:15px;
	width: 64px;
}

#nav .about {
	background: url(images/about.png) no-repeat center;
	height:15px;
	width: 42px;
}


#main {
	clear: both;
	margin-top: 45px;
	margin-right: 75px;
	width: 550px;
	padding: 0px 0px 20px 0px;
	float: left;
}

#foot {
	clear: both;
	height: 40px;
}

#sidebar {
	float: left;
	border-left: 2px solid #ccc;
	width: 270px;
	margin-top: 45px;
}

hr {
	clear: both;
	border-top: 1px solid #eee;
	color: #fff;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 20px 0px;
}


h1 {
	font-weight: lighter;
}

h2 {
	font-weight: lighter;
	font-size: 19px;
	list-style: none;
	margin-top: 0px;
	color: #002D99;
}

h2 a {
	font-weight: lighter;
	color: #002D99;
	text-decoration: none;
}

h2 a:hover {
	font-weight: lighter;
	color: #002D99;
	background: none;
	text-decoration: underline;
}

h4 {
	font-size: 16px;
	font-weight: lighter;
	color: #555;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
	margin-top: 20px;
}
