@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;


}

a:link, a:visited, a:active {
	color:#4f8abd;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#container {
	width:900px;
	margin:37px auto;
	margin-bottom:50px;	
}

#logo {
	background-color:#4f81bd;
	height:111px;
	margin-bottom:10px;
	text-align:center;
}

#image {
	height:222px;
	margin-bottom:30px;
	text-align:center;
	border:1px solid #4f81bd;

}

#menu {
	float:left;
	width:150px;
}

#menu ul li {
	list-style-type:none;	
	margin-right:8px;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
	text-transform:none;
}

#menu a:link, #menu a:visited, #menu a:active {
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
}

#menu ul li ul li {
	font-weight:normal;
	margin-bottom:0;
	margin-left:10px;
}

#content {
	clear:both;
	line-height:18px;
}

#content p {
	margin-bottom:10px;
}

#text {
	width:510px;
	float:left;
	padding:0 20px;
	margin-bottom:30px;
}

.right{float:right;
}

hr {
 border:none;
 border-top: 1px dashed #4F8ABD;
 height: 0px;
 width: 100%;
 text-align: left;
 clear:both;
 margin-bottom:10px;
}

#headings {
	width:160px;
	float:left;
	padding:0 20px;
}

#footer {
	clear:both;
	text-align:center;
	padding:10px;
	font-size:11px;
	border:1px solid #4F8ABD;
	width:760px;
	margin:0 auto;
	margin-bottom:20px;
}

#text h1, #text h2 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
	clear:both;
	color:#4f81bd;
	text-transform:none;
	line-height:normal;
}

#text h2.contact, #headings h2, #text h3 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:0;
	clear:none;
	line-height: 18px;
	color:#000000;
	text-transform:none;
}

#headings h2 {
	margin-bottom:10px;
}

#text .post h3 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
	clear:both;
	color:#4f81bd;
	text-transform:none;
	line-height:normal;
}

#headings ul {
	margin-bottom:10px;
}

#headings ul li {
	list-style-type:none;
}

textarea#comment {
	width:510px;
}

.navigation .alignleft {
	float:left;
	margin-bottom:10px;
}

.navigation .alignright {
	float:right;
	margin-bottom:10px;
}

.commentlist li {
	list-style-type:none;
	margin-bottom:10px;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.alt {

	border-left: 1px solid #ddd;
	padding:10px;
	background-color: #f8f8f8;
}

.even {

	border-left: 1px solid #fff;
	padding:10px;

}

.postmetadata alt {
	line-height:normal;
	background-color: #f8f8f8;
}

table {
	margin-bottom:5px;
	border-collapse:collapse;
}

table td {
	padding-right:5px;
	padding-bottom:5px;
	vertical-align:top;
}

.entry ul {
	margin-bottom:10px;
}

.entry ul li {
	margin-left:25px;
}