body {
	color: #333;
	font-family: "Times New Roman", Times, serif;
}

hr {
	display: none;
}

.ahem {	display: none; }

a {
	color: #000;
	text-decoration: underline;
}

h1 {
	height: 200px;
	background: url(../../images/logo.png) no-repeat center center;
}
h1 a {
	display: block;
	height: 200px;
}

#post .post {
	float: left;
}

.hentry img {
	
	padding: 5px;
	border: 1px solid #CCC;

}

#sidebar {
	text-align: center;
	padding-top: 6em;
}
#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar ul {
	margin: 0;
}
#sidebar ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

li.categories {
	font-size: 1.1em;
}
li.categories li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: bold;
}
li.categories h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar li.contacts {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2em;
}

.navigation {
	
	text-align: center;
	font-style: italic;
	color: #666;
}

.navigation a {
	color: #666;
}


