* {margin:0; padding:0;}
html {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
} 
a {
	color:#953D20;
}
a img {
	border:0;
}
a[href $=".doc"] {
	padding-left:20px;
	background:url(images/doc.png) no-repeat left top;
}
a[href $=".xls"] {
	padding-left:20px;
	background:url(images/xls.png) no-repeat left top;
}
a[href $=".zip"], a[href $=".rar"] {
	padding-left:20px;
	background:url(images/zip.png) no-repeat left top;
}
a[href $=".pdf"] {
	padding-left:20px;
	background:url(images/pdf.png) no-repeat left top;
}
a[href $=".ppt"] {
	padding-left:20px;
	background:url(images/ppt.png) no-repeat left top;
}
/*-------------------------*/
body {
	background:none;
}
/*-------------------------*/
#header a, #description, #navbar, #leftnav {
	display:none;
}
#header h1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#000;
	text-decoration:none;
	text-align:center;
	padding:0 20% 1em 20%;
}

/*-------------------------*/
#navbar hr {
	display:block;
}
/*-------------------------*/
#mainnav {
	display:none;
/*
	background:blue;
*/
}
#main {
	float:none;
	width:100%;

}
.teaser {
	display:none;
}
/*-------------------------*/
.rubrictitle {
	font-size:22px;
	color:#000;
	margin-bottom:10px;
	font-weight:normal;
}
.comment-item {
	margin-bottom:10px;
}
.comment-wrap {
	border-bottom:2px solid #666;
	background:#FFF;
	padding:15px 0;
}
.post-list dt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:15px;
}
.post-list dd {
	line-height:1.3em !important;
	border-bottom:2px solid #666;
	background:#FFF;
	padding-bottom:15px;
}
.wp-pagenavi {
	display:none;
}
.post-list dd a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.post-list dd a:after {
	content:"    (" attr(href) ")";
}
.post-list .edit a, .ph {
	display:none;
}
#comments-title {
	font-size:12px !important;
}
.comment-wrap dd a {
	font-size:14px;
	line-height:normal;
}
.comment-wrap .author {
	font-size:16px;
	font-weight:bold;
}
.docs dd a {
	font-size:16px !important;
}
.post .date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CDCDCD;
	display:block;
	margin:10px 0;
}
.thdrpy, .post form, .comment-wrap form {
	display:none;
}
/*-------------------------*/
.reply {
	display:none;
}
.clear {
	clear:both;
}
/*-------------------------*/
.entry {
	line-height:1.4em;
	font-size:14px;
	overflow:hidden;
	_float:left;
}
.entry p, .entry ul, .entry h1, .entry h2, .entry h3, .entry h4, .entry table, .comment-wrap p {
	margin-bottom:10px;
}
.entry p {
	width:100%;
}
.entry ul {
	padding-left:25px;
}
.entry h1 {
	font-size:18px;
	font-weight:normal;
}
.entry h2 {
	font-size:16px;
}
.entry h3 {
	font-size:14px;
}
.entry h4 {
	font-size:12px;
}
.entry img {
	margin:0 15px 10px 0;
}
.entry table {
	border:1px solid #000;
	border-right:none;
	border-bottom:none;
}
.entry table td {
	border:1px solid #000;
	border-left:none;
	border-top:none;
}
.chief {
	display:none;
}
#footer {
	display:none;
}
