h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

a {
	color: #A4E4F5;
}

a:hover {
	text-decoration: underline;
}



.post {
	width:590px;
	margin: 15px auto ;
	margin-top:0px;
	background: #1EB5DD url(images/img05_c.gif) no-repeat;
	color: #0A416B;
}

.post a {
	color: #FFFFFF;
}

.post a:hover {
	color: #A4E4F5;
}

.post .title {
	margin: 0;
	padding: 20px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}
.post .title a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}



.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 5px 20px 10px 20px;
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	background: url(images/img06.gif) repeat-x left bottom;
	border-top: 1px solid #2872A6;
}

.post .links a {
	padding-left: 10px;
	background: url(images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #0A416B;
}

.post .links a:hover {
	color: #FFFFFF;
}

