@charset "UTF-8";
body  {
	font: 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	margin: 0;
	padding: 0;
	margin-top: 5px;
	text-align: center;
	color: #fff;
}

textarea, input {
	font: 11px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

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

a:hover, a:active {
	color: #fff;
	text-decoration:underline;
}

#container { 
	width: 820px;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar {
	float: right;
	width: 220px;
	padding: 10px 0;
	padding-top: 0;
}
.navigation h1, .login h1 {
	font-size: 12px;
	font-weight: normal;
	margin:0;
	padding:9px 0;
	padding-top: 8px;
	border-bottom: 3px solid #7d786c;
	color: #7d786c;
}
#login_form, #logout_form {
	margin:0;
	padding:0;
	margin-top: 12px;
} #login_email, #login_password {
	width: 204px;
	height: 12px;
	background-image: url(../images/input_bg.jpg);
	border: 0;
	color: #979389;
	padding: 6px 8px;
	margin: 3px 0;
} #login_submit, #logout_submit { margin-top: 6px; }
.navigation ul {
	margin:0;
	padding:0;
}
.navigation ul li {
	font-size: 16px;
	margin:0;
	padding:0;
	padding-top: 12px;
	padding-bottom: 10px;
	list-style: none;
}

.navigation ul li ul li {
	font-size: 12px;
	margin:0;
	padding:0;
	list-style: none;
	padding: 5px 5px 5px 20px;
	display:block;
	border-bottom: 1px solid #7d786c;
}
.navigation ul li ul {
	margin-top: 5px;
}
#mainContent { 
	margin: 0 260px 0 0;
	line-height: 1.5em;
} 
.listing h3, .entry h3, #delete_comments h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 9px;
	border-bottom: 1px solid #979389;
	font-style: italic;
} 
#comments, #delete_comments {
	padding: 10px;
	margin-bottom: 10px;
}
#comments_form, #edit_entry_form, #new_category_form { margin-top: 10px; }
#edit_entry_form { margin-bottom: 20px; }
#comments_form label, #edit_entry_form label, #new_category_form label, #new_user_form label, #new_entry_form label	 {
	float: left; font-size: 11px; width: 120px; padding-top: 5px;
}
#edit_entry_form label, #new_entry_form label	 {
	width: 120px;
}
#entry_category_id {
	float: left;
}
#delete_comments {
	clear:both;
}
#comment_name, #comment_email, #comment_text, #category_name, #category_key, #user_name, #user_email, #user_password, .change_password_password {
	float: left; width: 282px; height: 12px; padding:6px 8px; background-image: url(../images/bg.jpg); border:0; color: #fff;
	margin-bottom: 3px;
}
#entry_starttime, #entry_endtime, #entry_title, #entry_more, #entry_archived, #entry_text
 {
	float: left; width: 282px; height: 12px; padding:6px 8px; background-image: url(../images/bg.jpg); border:0; color: #fff;
	margin-bottom: 3px;	
} #entry_archived { margin-right: 280px; }
#entry_category_id { margin-right: 200px; margin-bottom: 3px; }

.change_password_password {
	background-image: url(../images/input_bg.jpg);
	width: 50px;
	height: 10px;
}
#comment_text {
	height: 100px;
}
#entry_text {
	height: 200px;
}
.comment_msg  {
	margin: 10px 0;
}
.error, .no_entry { color: #ff0000; font-weight:bold; margin: 5px 0; }
#comment_submit, #entry_submit { clear:left; margin-top: 10px; }
.listing h1, .entry h1, .entries h1, .kategorien h1, .benutzer h1, .neuer_eintrag h1 {
	font-size: 18px;
}
.entries table, .kategorien table, .neuer_eintrag table,  .benutzer table { font-size: 11px; background-image: url(../images/bg.jpg); }
.entry h2 { font-size: 16px; margin:0; padding:0; margin-top: 15px; }
.listing .entry_odd, .listing .entry_even, .entry, .entries, .kategorien, .neuer_eintrag, .benutzer, .no_entry {
	background-color: #7d786c;
	background-image: url(../images/input_bg.jpg);
	padding: 25px;
	padding-top: 9px;
	margin-bottom: 15px;
}
.listing .no_entries {
	text-align: center;
	background-color: #7d786c;
	background-image: url(../images/input_bg.jpg);
	padding: 25px;
	font-weight:bold;
}
.listing .comments_link:before {
	content:"» ";
}
.listing .comments_link {
	padding-top: 9px;
}
#footer { 
	font-size: 11px;
	margin-top: 20px;
	padding: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/input_bg.jpg);
	color: #979389;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

