/*
Theme Name: uniBlog09
Theme URI: http://www.historischer-baumarkt.de
Description: Template fuer Uni-Flensburg-Weblogs
Version: 0.1
Author: hlamm
Author URI: http://lammlabs.de
License: GPL
*/

body {
	font-size: medium;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; Trebuchet MS; Monaco; Andale Mono; Calibri;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #333;
}

#root {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	width: 870px;
}

#headRoot {
	text-align: center;
}

#title {
	background-color: #ccc;
	font-size: 0.7em;
	padding: 5px;
	color: #36c;
}

#title  a {
	color: #36c;
	text-decoration: none;
}

#title  a:hover {
	text-decoration: underline;
}

#metabar {
	margin: 25px auto 0 auto;
	padding: 5px;
	font-size: 0.7em;
	text-align: left;
	width: 820px;
}

#metabar a:link, #metabar a:hover, #metabar a:active, #metabar a:visited {
	color: #000;
	text-decoration: none;
}

#metabar a:hover {
	text-decoration: underline;
}

#headline {
	background-color: #354c54;
	margin: 0 0 12px 0;
	padding: 0;
	height: 120px;
}

#headline h1 {
	font-size: 3em;
	padding: 20px;
	margin: 0 auto 0 auto;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #F3F3F3;
	width: 790px;
}

#headline h1 a {
	text-decoration: none;
	color: #B8860B;
}

#headline img {
	width: 830px;
	margin: 0;
	border: none;
}

#tag-cloud {
	float: left;
	width: 580px;
	padding: 0;
	margin: 0;
	text-align: justify;
	line-height: 0.8em;
}

#tag-cloud a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-size: 0.6em !important;
	text-transform: uppercase;
}

#tag-cloud a:hover {
	background-color: #b0b000;
	color: #fff;
}

ul#catNavTop {
	text-align: center;
	margin: 0 auto 0 auto;
	width: auto;
}

ul#catNavTop li {
	display: inline;
	list-style: none;
}

ul#catNavTop li a {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #b00000;
	font-weight: bold;
	font-size: 0.8em;
	width: 10em;
	margin: auto;
	padding: 3px;
}

ul#catNavTop li a:hover {
	background-color: #F3F3F3;
}

#content {
	margin: 0;
	text-align: left;
	padding: 12px 30px 0 30px;
	float: left;
}

#sidebar {
	float: right;
	width: 200px;
	margin: 0 0 0 0;
	font-size: 0.7em;
}

#sidebar h2 {
	color: #15338D;
	font-weight: bold;
	font-size: 1.0em;
	margin: 5px 0 0 0;
	padding: 3px;
	/* background-color: #ccc; */
	width: 100%;
	display: block;
	text-transform: uppercase;
	border-top: 3px solid #839CA3;
	/* border-bottom: 2px solid #ccc; */
	float: left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	float: left;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}

#sidebar ul li a {
	margin: 0;
	padding: 2px;
	float: left;
	border-top: 1px solid #ccc;
	width: 196px;
	text-decoration: none;
	color: #000;
}

#sidebar ul li a:hover {
	background-color: #ddd;
}

.post {
	float: left;
	width: 580px;
	margin: 40px 0 0 0;
	font-family: Verdana;
	font-size: 0.75em;
	text-align: left;
	line-height: 1.5em;
}

.post h1 {
	color:#333;
	font-family:sans-serif;
	font-size:1.8em;
	letter-spacing:0.01em;
	line-height:1.2em;
	text-align: left;
}

.post h1 a {
	text-decoration: none;
	font-family:sans-serif;
	letter-spacing:0.01em;
	margin: 0;
	color: #333;
}

.post a.more-link {
	color: #B0B000;
	font-weight: bold;
	font-size: 0.8em;
}

.tags-header {
	background-color: #000;
	color: #fff;
	padding: 3px;
}

.tags {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.tags a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 0.9em !important;
	text-transform: uppercase;
}

.post-meta {
	font-size: 0.9em;
}

.post-meta a {
	color: #000;
	text-decoration: none;
}

.post-meta a:hover {
	text-decoration: underline;
}

#root-footer-before {
	clear: both;
}

#root-footer-boxes {
	clear: both;
	background-color: #839ca3;
	margin: 30px 0 0 30px;
	padding: 5px;
	width: 830px;
	height: 44px;
	overflow: visible;
	text-align: left;
}


#footer {
	margin: 50px 0 20px 0;
	text-align: left;
	/* background: url(http://koop.medienbildung-unifl.de/modul1/wp-content/themes/uniBlog09/images/corner.gif) no-repeat bottom right; */
}

#footer a {
	border: none;
}

/* Systemstyles */

.edit-link a {
	display: block;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 3em;
	text-align: center;
	margin: 1em 0 0 0;
}

/* Kommentare */

#root-comm {
	display: none;
	border: 1px solid #ccc;
	margin: 50px 0 0 0;
	padding: 20px;
	background-color: #333;
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}

#root-comm  h2 {
	margin: 0;
	padding: 3px;
	font-size: 1em;
	background-color: #111;
}

#root-comm  h2 a {
	color: #fff;
	text-decoration: none;
}

#root-comm  form {
	margin: 0;
	padding: 0;
}

#root-comm  textarea#comment {
	width: 100%;
	padding: 0;
	color: #000;
	border: none;
	background-color: #eee;
}

/* Inhalte */
/* Bilder */

.alignleft  {
	float: left;
	margin: 7px 1em 0 0;
}

.alignright{ 
	float: right;
	margin: 7px 1em 0 0;
}

.aligncenter{
	float: left;
	margin: 7px 1em 0 0;
}

.wp-caption-text  {
	font-size: 0.9em;
	color: #333;
}

/* Formulare */

select.ub-meue-dropdown {
	border: none;
	font-size: 1.1em;
}