/* General */
html { /* Force Vertical Scrollbar */
/* IE */
overflow-y:scroll;
/* Moz */
min-height: 100%;
height: auto;
margin-bottom:1px;
}

* {
padding:0;
margin:0;
}

body {
font:12px "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
line-height:140%;
text-align:left;
background: transparent url(images/graes.gif) left bottom repeat-x;
}

fieldset,select {
border:0;
}

hr,#searchform br,.counter {
display:none;
}

a,a:link,a:active,a:visited {
color:#666666;
text-decoration:none;
}

a:hover {
color:#555faa;
text-decoration:none;
}

p {
line-height:160%;
margin:0 0 10px;
color:#6b5c4b;
}

ol li {
list-style:decimal outside;
color:#6b5c4b;
}

acronym,abbr,span.caps {
cursor:help;
font-size:10px;
letter-spacing:.07em;
}

acronym,abbr {
border-bottom:1px dashed #ffbf55;
}

blockquote {
border-left:3px solid #ccc;
margin:20px;
padding-left:10px;
}

cite,ins {
text-decoration:none;
}

code,pre,kbd {
font:14px 'Courier New',Courier,sans-serif;
}

small {
font:10px Arial,Helvetica,sans-serif;
color:#777;
}

strike,del {
color:#777;
text-decoration:line-through;
}

label {
cursor:pointer;
}

h1,h2,h3,h4 {
font-family:"Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
color:#666666;
}

h1 {
font-size:24px;
text-align:left;
padding:20px 0 5px 20px;
}

h1 a,h1 a:link,h1 a:active,h1 a:hover,h1 a:visited {
color:#666666;
}

h2 {
font-size:14px;
}

h3 {
margin:20px 0 ;
font-size:14px;
}

h4 {
color:#555;
font-size:12px;
text-transform:uppercase;
letter-spacing:1px;
}

h5 {
color:#ccc;
font-size:11px;
}

/* Structure Divs */
#header {
margin:0;
height:70px;
background:url(images/femf_logo00001.gif) left top no-repeat;
}

#container {
position:relative;
background:url(images/himmel02.jpg) 0px 24px no-repeat;
}

#content {
width:100%;
background:url(images/femf_logo00002.gif) left top no-repeat;
}

#primary-content {
width:60%;
float:right;
text-align:left;
display:inline;
overflow:hidden;
}

#footer {
clear:both;
padding:20px 0 0 28px;
}

#sidebar {
float:left;
width:35%;
padding-left:28px;
text-align:left;
/* overflow:hidden; */
}

/* Config Structure Divs */
	/* Header and Navigation */
	.description {
	font-size:12px;
	text-align:left;
	padding:0 0 5px 20px;
	}
	
	#header h1 a, .description {
	color:#666666;
	}
	
	.pagetitle {
	margin-top:0px;
	text-align:left;
	}
	
	#nav {
	display:block;
	height:24px;
	margin:0 auto !important;
	margin:0;
	padding-left:20px;
	text-align:left;
	letter-spacing:0.15em;
	text-transform:uppercase;
/* 	width:100%; */
	background:url(images/himmel01.jpg) top left no-repeat;
	list-style:none;
	z-index:8;
	}
	
	#nav li {
	float:left;
	padding:0;
	margin:0;
	}
	
	#nav li a { 
	display:block;
	line-height:24px;
	padding:0 10px;
	color:#bbbbbb;
	text-decoration:none;
	}
	
	#nav li a:hover { 
 	color:#ffbf55;
 	}
	
		#nav li li {
	width:200px;
	}
	
	#nav ul a {
	color:#eeeeee;
	line-height:24px;
	}

	#nav ul{
	position:absolute;
	z-index:500;
	top:auto;
	list-style:none;
	display:none;
	width:200px;
	list-style:none;
	text-align:center;
	border:1px solid #bbbbbb;   
	background:#83a3cc;
	}

	#nav ul ul{
	top:4;
	left:80%;
	}
	
	#nav li:hover, #nav li.sfhover{
	color:#666666;
	cursor:pointer;
	z-index:100;
	}
	
	#nav li:hover ul ul,
	#nav li li:hover ul ul,
	#nav li li li:hover ul ul,
	#nav li li li li:hover ul ul,
	#nav li.sfhover ul ul,
	#nav li li.sfhover ul ul,
	#nav li li li.sfhover ul ul,
	#nav li li li li.sfhover ul ul
	{display:none;}
	
	#nav li:hover ul,
	#nav li li:hover ul,
	#nav li li li:hover ul,
	#nav li li li li:hover ul,
	#nav li.sfhover  ul,
	#nav li li.sfhover  ul,
	#nav li li li.sfhover  ul,
	#nav li li li li.sfhover  ul
	{display:block;}
	
	/* Primary Cotent and Entries */
	.content-top {
	text-align:right;
	height:15px;
	width:100%;
	}
	
	.content-top a {
	font-size:10px;
	}

	.entry {
	background:url(images/left-top-corner-box.gif) top left no-repeat;
	text-align:left;
	padding:12px 15px 0 15px;
	}

	.entry ul,.entry ol {
	margin:0 0 0 40px;
	}
	
	.entry li {
	padding-bottom:8px;
	}
	
	.entry-header {
	border-bottom: 1px solid #eee;
	font-size:18px;
	color:#666666;
	margin:0;
	padding-bottom:4px;
	}

	.entry-header a {
	color:#666666;
	}
	
	.date-header {
	font-size:10px;
	color:#ccc;
	text-align:right;
	margin:0 0 10px;
	padding:0 5px;
	}
	
	.entry-footer {
	color:#ccc;
	font-size:10px;
	text-align:right;
	margin:0 0 20px;
	padding:4px 2px 2px;
	clear:left;
	}

	.entry-footer a {
	color:#ccc;
	}

	/* Footer */
	#footer p {
	font-size:10px;
	text-align:left;
	line-height:12px;
	margin:0;
	padding:0 0 70px 0;
	}

	/* Sidebar */

	#sidebar h2 {
	color:#555;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:10px 0 6px 0;
	}

	#sidebar ul {
	color:#777;
	list-style:none;
	}
	
	#sidebar li {
/*  	width:100%; */
	}

	#sidebar ul ul li {
	list-style: none;
/* 	width:100%; */
	margin:6px 0 6px 0px;
	padding-left:20px;
	background-image:url(images/page_white.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	}

	#sidebar ul ul li a,#sidebar ul ul li a:link,#sidebar ul ul li a:visited {
	}

	#sidebar ul li.current_page_item {
	background-image:url(images/page_white_go.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	}

	.left-sidecolumn {
	clear:left;
	float:left;
	padding:10px 0 0 0;
	}

	.intro {
	color:#777;
	width:90%;
 	padding:10px 0 0 0px;
	text-align:left;
	}

	/* Shelf Elements */	
	#shelf {
	clear:both;
	margin:0 0 0 28px;
	overflow:hidden;
	}
	
	#toggle {
	text-align:left;
	list-style:none;
	overflow:hidden;
	}

	#toggle h2 {
	color:#555;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	}
	
	#toggle ul {
	list-style:none;
	}
	
	#toggle li {
	float:left;
	width:24%;
	}
	
	* html #toggle li {
	width:24%;
	}

	#toggle ul li {
	width:96%;
	overflow:hidden;
	}

	#toggle ul li a,#toggle ul li a:link,#toggle ul li a:visited {
	color:#666666;
	border-bottom:1px solid #ffffff;
	text-decoration:none;
	}
	
	#toggle ul li a:hover {
	border-bottom:1px solid #ffbf55;
	}

	#toggle li.tags {
	}
	
	#toggle li.tags a:hover {
	text-decoration:underline;
	}
	
	#sidebar ul ul,#toggle ul {
	margin:0;
	padding:0;
	}

	#footer p small {
	color:#999999;
	}

/* Search */
li#search {
}

#searchform {
color:#6b5c4b;
line-height:100%;
display: block;
}

#searchform input {
border:0;
color:#6b5c4b;
margin:0;
}
	
#searchform input#searchinput {
width:90%;
color:#6b5c4b;
border:1px solid #ccc;
margin:0;
padding:3px;
}

#searchform input#searchinput:focus {
border:1px solid #ffbf55;
}

#live-results {
color:#333;
margin:0;
padding:0;
}

#live-results h2 {
display:block;
padding:10px 0 10px 0;
}

#live-results h3 {
padding:10px 0 10px 0;
}

#live-results li a {
line-height:16px;
}

#live-results .more-results {
display:block;
padding:10px 0 10px 0;
}

#search-loading {
height:18px;
width:18px;
background:url(images/spinner.gif) center center no-repeat;
}

#search-reset {
height:18px;
width:18px;
background:url(images/cancel.gif) center center no-repeat;
cursor:pointer;
}

.alert {
color:#6b5c4b;
padding:10px 0 0 0;
}

/* Comments and Trackbacks */
#comment-section {
text-align:left;
clear:both;
}

#leavecomment {
text-align:left;
color:#ccc;
font-size:18px;
margin:30px 0;
}

#commentform {
margin:15px 0;
padding:10px;
}

input#author,input#email,input#url,textarea#comment {
font:12px "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
line-height:140%;
border:1px solid #ccc;
padding:10px 0 0 12px;
/* background:url(images/bg_input.jpg) repeat-x left top; */
}

#commentform input:focus,#commentform textarea:focus {
border:1px solid #ffbf55;
}

textarea.comment {
width:99%;
}

#submit,#previewcomment {
float:right;
margin:0 6px 0 10px;
border:1px solid #3465a4;
color:#fff;
background:#5d8bb3;
padding:0 2px;
}

#submit:hover,#previewcomment:hover {
background:#3465a4;
border:1px solid #ffbf55;
}

.comment-header {
font-size:18px;
color:#ccc;
}

.comment-header a,.comment-header a:active,.comment-header a:visited,.comment-header a:link {
color:#ccc;
/* background:none; */
}

.comment-header a:hover {
color:#ccc;
/* background:none; */
text-decoration:underline;
}

.comment-content {
width:94%;
}

.comment-footer {
font-size:10px;
margin:4px 0;
padding:0;
}

.commentlist,.pinglist {
list-style:none;
margin:10px 0;
}

.commentlist li {
width:94%;
list-style:none;
padding:4px;
}

.commentlist p {
margin:10px;
}

.class-comment1 {
margin:15px 10px;
border:1px solid #5D8BB3;
}

.class-comment2 {
margin:15px 10px;
border:1px solid #ccc;
}

.pinglist li {
width:94%;
border:1px solid #3465A4;
list-style:none;
margin:15px 10px;
padding:4px;
}

.pinglist p {
text-align:left;
padding:8px 10px;
}

#commentlist li img {
padding:0;
border:0;
}

#commentlist li img.gravatar {
float:right;
margin:2px;
border:2px solid #f1f1f1;
}

 
#error {
line-height:2.0;
color:#5d8bb3;
}

#commentload {
padding-top:3px;
float:right;
vertical-align:middle;
}

/* Images */

img,img a,img a:link,img a:active,img a:visited {
border-color:#f2f2f2;
max-width:90%;
/* width: expression(Math.min(parseInt(this.offsetWidth), 90 ) + "%"); */
margin-right:10px;
}

img.center,img[align="center"] {
display:block;
margin:auto;
}

img.alignright,img[align="right"] {
float:right;
display:inline;
margin:0 0 2px 7px;
padding-left:10px;
}

img.alignleft,img[align="left"] {
float:left;
display:inline;
margin:0 7px 2px 0;
padding-right:10px;
}

img.wp-smiley {
border:0;
}

.feedlink img {
float:right;
height:12px;
width:12px;
border:0;
margin:-19px 0 0;
}

/* Text align */
.center {
/* text-align:center; */
text-align:left;
padding-left:15px;
}

.alignleft {
text-align:left;
}

.item,.alignright {
text-align:right;
}

/* Float */
div.floatright {
float:right;
padding:0px 0;
}

div.floatleft {
float:left;
padding:0px 0;
}

/* Classes */
.navigation {
/* display:block; */
/* text-align:center; */
padding:0px 0px;
}

.metacmt,.metaedit,.metapost {
}

.clear {
clear:right;
}