/* ======================================== */
/* WORDPRESS */

/* ----------------------------------------
   !!!!!!!!!!!!!!! WICHTIG !!!!!!!!!!!!!!!!
   Nur f�r den Wordpress Blog verwenden.
   Bei der normalen Seite entweder l�schen
   oder auskommentieren
/* ---------------------------------------- */

div#left {
	padding-right: 11px !important;;
	width: 201px !important;
}

li.widget_text {
	margin-top:22px !important;
	font-size: 1em;
	font-weight: bold !important;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	color: #000000;
}

li.widget_text div.textwidget {
	font-weight: normal !important;
	color:#666666;
	line-height:1.6em;
	margin:0px;
	padding:0px;
}

div#left input {
	width: 113px !important;
}

div#left input.submit {
	width: auto !important;
}

a {
	color: #0F96BF;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

/* ---------------------------------------- */
/* WORDPRESS: Kommentare */

div.feedback {
	text-align: right;
}

div.feedback a {
	font-size: 0.95em;
	color: #0F96BF;
	text-decoration: none;
}

div.feedback a:hover {
	color: #666666;
}

form#commentform input,
form#commentform textarea {
	width: 470px;
	border: 1px solid #C4CCD7;
	background-color: #EFEFEF;
}

/* ---------------------------------------- */
/* WORDPRESS: Navigation */

div#mainmenu ul li.current_page_item a,
div#mainmenu ul li ul li.current_page_item a {
	background-image: url('/wp-content/themes/hdw/img/bg-menu-active.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #0FB0E1;
	color: #FFFFFF;
	background-color: #4DC4E8;
}

div#mainmenu ul li.current_page_item ul li a {
	background-image: none;
	border-bottom: 1px solid #C4CCD7;
	color: #000000;
	background-color: transparent;
}

/* ---------------------------------------- */
/* WORDPRESS: Sidebar */

div#right ul,
div#left ul {
	margin: 0px;
	padding: 0px;
}

div#right ul li,
div#left ul li {
	list-style: none;
}

div#left ul li.widget_pages,
div#left ul li.widget_categories,
div#left ul li.widget_archives,
div#left ul li#meta,
div#left ul li.linkcat,
div#left ul li.widget_links,
div#left ul widget_categories,
div#right ul li.widget_pages,
div#right ul li.widget_categories,
div#right ul li.widget_archives,
div#right ul li#meta,
div#right ul li.linkcat,
div#right ul li.widget_links,
div#right ul widget_categories,
div#left ul li.pagenav,
div#right ul li.pagenav,
div#left ul,
div#right ul {
	text-transform: uppercase;
	color: #999999;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}

div#right ul li ul,
div#left ul li ul {
	margin-top: 5px;
}

div#right ul li ul li,
div#left ul li ul li {
	text-transform: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
}

div#right a,
div#left a,
a.more-link {
	color: #0F96BF;
	text-decoration: none;

	background-image: url('/wp-content/themes/hdw/img/arrow-blue.gif');
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	
	padding-left: 10px;
	
	display: block;
	line-height: 1.5em;
}

div#right a:hover,
div#left a:hover,
a.more-link:hover {
	color: #666666;
}

a.more-link {
	display: inline;
	background-position: 0px 0.3em;
	margin-left: 10px;
}

div#left ul li {
	text-transform: none;
	font-weight: normal;
}

/* ---------------------------------------- */
/* WORDPRESS: Teaser */

div.teaser {
	padding-top: 20px !important;
}

div.teaser h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.6em;
}

div.teaser h2 a {
	text-decoration: none;
	color: #000000;
	display: block;
}

div.teaser h2 a:hover {
	color: #666666;
}

div.teaser .meta {
	font-size: 0.9em;
	color: #666666;
	padding-bottom: 10px;
}

div.teaser .meta a {
	color: #0F96BF;
	text-decoration: none;
}

div.teaser .meta a:hover {
	color: #666666;
}

div.teaser p {
	margin-bottom: 10px !important;
}

div.teaser img {
	margin-top: 5px;
	margin-right: 10px !important;
}

div#content h1 {
	font-size: 1.8em;
	letter-spacing: 0.3px;
}

div.teaser h2 {
	font-size: 1.3em;
}

