/* Added by Matt to improve readability */

* {
	line-height:1.2em;
}

/* Standard classes */

h1 {
	font-size:2.6em;
}

h2 {
	letter-spacing:0;
}

h3 {
	font-family:Verdana,"BitStream vera Sans";
	font-size:1.6em;
	letter-spacing:0;
	margin-bottom:8px;
}



/* Custom classes */

.post h2 {
	font-size:1.6em;
	margin:15px 0 0;
	padding:0 0 4px;
}

.post .info {
	margin:5px 1px 10px;
}

.post .content p {
	line-height:1.8em;
	margin-bottom:1.3em;
}

.post .content ul li, .post .content ol li {
	line-height:1.6em;
}

/* IDs */

#wrap {
	background: none;
	padding:0;
}

#header{
	height:165px;
	background: #000000;
}

#caption{
	height: 70px;
	padding:40px 30px 21px;
}

#navigation {
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	background: #ffffff;
}

#title a {
	line-height:1.3em;
	Display:inline;
	border-bottom: 1px solid;
	text-decoration:none;	
}

#tagline {
	border-top:none;
}

#main {
	padding:10px 15px 15px;
}