/*
Theme Name: fe
*/
#logo-placement img, #post-excerpt, #panel {
	display:none;
}
.logo, .contact, .mark-slide {
	display: none;
}
#header h1 {
	font-size: 1.10em;
	font-weight:bold;
	background: url(images/logo.gif) no-repeat left 0px;
	margin: 0px;
	padding-left: 19px;
	font-weight: normal;
	line-height: 100%;
	display:block;
	color: #990000;
}
#header h1 a {
	color: #990000;
	font-weight:bold;
	text-decoration: none;
	display:block;
}
#header h1 a:hover {
	color: #CC0000;
	text-decoration: none;
}
#logo-placement p {
	font-size: 0.55em;
	line-height: 18px;
	font-weight: lighter;
	color: #000000;
	margin: 0px;
	padding: 0px;
	display:block;
}
#logo-placement {
	display:block;
	padding: 4px;
}
#search-placement {
	display:none;
}
#header-img img {
	display:none;
}
#horiz-menu {
	font-size:12px
}
.post-content img {
	display:none;
}
#content {
	color:#000000;
	float:left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #EEEEEE;
	background: #FFFFFF;
}
.post-content {
	float:left;
	font-size: 12px;
	border-bottom: 1px solid #999999;
}
#excerpt-box {
	display:none;
}
#more-headline, #advertisment-block, #bottom-sidebar, #widget-sidebar {
	display:none;
}
#top-sidebar {
	background: #f9f9f9;
	margin: 0px 0px 1em;
	padding: 12px 9px;
	float: left;
	border-top: 1px solid #EEEEEE;
}
.bar {
	margin: 0px;
	float: left;
	width: 128px;
	padding-right: 2px;
	padding-left: 2px;
}
.bar img {
	margin: 0px 0px 6px;
	border-width: 0px;
}
.bar h3 {
	float:left;
	padding: 0px 0px 2px;
	font-size: 12px;
	color: #000000;
}
.bar .nolist {
	margin: 0px;
	float: left;
	font-size: 11px;
}
.bar .nolist ul {
	margin: 0px;
	float: left;
}
.bar .nolist li {
	padding: 0px;
	float: left;
	list-style-type: none;
	color: #666666;
}
.bar .nolist ul li {
	padding-left: 2px;
	float: left;
	list-style-position: inside;
}
#footer {
	color:#000000;
	font-size:12px;
	float:left;
}
.ff-left {
	font-size:10px;
	float: left;
}
.site {
	font-weight: bold;
	font-size: 11px;
}
.ff-left a, .site a {
	color: #990000;
	text-decoration: none;
}
.ff-left a:hover, .site a:hover {
	color: #CC0033;
	text-decoration: underline;
}
h1.post-title {
	font-size: 13px;
	font-weight: bold;
	color:#990000;
	padding: 4px;
	float:left;
}
h1.post-title a {
	color:#CC0000;
	text-decoration:none;
}
h1.post-title a:hover {
	text-decoration:underline;
}
.post-status {
	font-size:10px;
	float:left
}
.table-content {
	background: #fff;
	border-collapse: collapse;
	margin-bottom:7px;
}
.table-content td {
	font-size:10px;
	border: 1px solid #bbb;
	background: #fff;
	text-align: center;
	padding: 3px;
}

.table-content th {
	font-size:11px;
	border: 1px solid #aaa;
	background: #DDDDFF;
	text-align: center;
	padding: 7px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Lucida Sans, Arial;
	font-size: 100%;
	color: #4E4E4E;
	background: #D7D7D7 url(images/bg2.png) repeat-x;
}
.nav {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
.nav ul {
	margin: 0px
}
.nav ul ul{
	margin: 0px;
	padding: 0px;
}
.nav li a {
	text-decoration:none;
	padding-left: 4px;
	padding-right: 4px;
	float:left;
	display:block;
	list-style:none;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #454545;
	color:#FFFFFF;
}
.nav li a:hover {
	text-decoration:underline;
}
.loginbutton {
	text-decoration:none;
	padding:2px 5px;
	background:#CC0000;
	border-top:1px solid #660000;
	border-right:1px solid #990033;
	border-bottom:1px solid #990033;
	border-left:1px solid #660000;
	color:#CCCCCC;
	cursor:pointer;
}
.loginbutton:hover {
	text-decoration:none;
	background:#990000;
	border-top:1px solid #CC0033;
	border-right:1px solid #CC0066;
	border-bottom:1px solid #CC0066;
	border-left:1px solid #CC0033;
	color:#FFFFFF;
	cursor:pointer;
}