/* @override http://akad.de/blog/wp-content/themes/AKAD_Blog/style.css */

/*  

Theme Name: AKAD_Blog
Theme URI: http://akad.de/
Description: AKAD_Blog WordPress Theme.
Author: Beaufort 8 GmbH, Stuttgart
Author URI: http://www.beaufort8.de/

*/

body {
	background: url(images/bg.jpg) repeat;
	margin: 20px 0 0 0;
	padding: 0;
	font: 10px arial, helvetica, sans-serif;
	color: #333;
}

/* @group Layout */

#wrapper, #footer {
	width: 920px;
	margin: 0px auto;

}

#wrapper {
	background: url(images/bg_pfeil.gif) no-repeat;
    background-position: bottom left;
	background-color: #fff;
	margin-bottom: 10px;
}

#footer {
	margin-bottom: 40px;
}

#navbar {
	height: 180px;
	background: url(images/akad_logo.gif) no-repeat 20px;
}

#rss {
	position: absolute;
	top: 10px;
	right: 15px;
	text-decoration: none;
	color: #ffffff;
}

#rss a {
	background: url(images/rss.png) no-repeat;
	padding-left: 15px;
	font-size: 7pt;
	text-decoration: none;
	color: #ffffff;
}

#rss a:hover {
	text-decoration: underline;
}

/* @end */

/* TOP NAVIGATION */

.menu {
	margin-left: 20px;


/*
float: left;
display: inline;
width: 100%;
padding: 0;
margin: 0;
*/
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu ul li {
	margin: 20px 15px 0 0;
	float: left;
	display: inline;
	list-style: none;
}

.menu li a {
	float: left;
	display: inline;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #666;
}

.menu li.current_page_item a {
	text-decoration: underline;
}

.menu li a:hover {
	text-decoration: underline;
	color: #1FA22E;
}

/* BLOG NAME PROPERTIES */

h1 {
	

/*
float: left;
display: inline;
margin: 0;
padding: 32px 8px 0 60px;
*/
font-size: 17pt;
	font-weight: bold;
	color: #580000;
}

a.mainlink {
	text-decoration: none;
	color: #580000;
}

a.mainlink:hover {
	text-decoration: none;
	color: #580000;
}

#description {
	padding-top: 40px;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
}

/* SIDEBAR */

#leftnav {
	float: left;
	width: 150px;
	margin: 0 10px 0 20px;
}

#mainnav {
	float: left;
	width: 180px;
	padding: 0 0 0 30px;
margin-bottom: 30px;
	border-left: 1px solid #ccc;

}

.nav h2 {
	clear: both;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 7px 0;
	color: #999;
	text-transform: uppercase;
}

.nav * {
	padding: 0;
	margin: 0;
}

.nav ul {
	margin-bottom: 40px;
}

.nav li {
	list-style: none;
	margin-bottom: 4px;
}

.nav li a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

.nav li a:hover {
	text-decoration: underline;
	color: #1FA22E;
}

/* MAIN PROPERTIES */

#main {
	float: left;
	width: 450px;
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;
	border-left: 1px solid #ccc;
	line-height: 19px;
	text-align: left;
	font-size: 10pt;
	color: #6F6F6F;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
	color: #1fa22e;
}

a.link {
	margin-top: 20px;
	text-decoration: none;
	color: #1fa22e;
}

a.link:hover {
	text-decoration: none;
	color: #1fa22e;
}

.reply {
	clear: both;
	margin-top: 20px;
	font-size: 14pt;
	font-weight:;
	letter-spacing:;
	text-align: left;
	margin-bottom: 14px;
	color: #999999;
}

blockquote {
	padding-left: 7px;
	padding-right: 5px;
	font-size: 8pt;
	border: 1px solid #580000;
	color: #8D8D8D;
}

.clear {
	clear: both;
}

/* AUTHOR TEXT */

/* comment-avatar */
.avatar { float: left; padding: 2px; margin: 0 4px 0 0; border: 1px solid #ddd; background: white; }

/* post-avatar */
.post_avatar { padding: 2px; margin: 0 4px 0 0; border: 1px solid #ddd; background: white; }

.postcategory {
	font-weight: bold;
	color: #666;	
}

.postauthor {
	/*display: block;*/
	margin: 0;
	/*
	padding: 2px 0 5px 20px;
	background: url(images/autor.gif) no-repeat;
	*/
	font-weight: bold;
	color: #666;
}

.com a {
	margin: 0;
	padding: 2px 0 5px 20px;
	background: url(images/kommentar.gif) no-repeat;
	font-weight: bold;
	color: #666;
}

.com a {
}

.com a:hover {
	background: url(images/kommentar_rollover.gif) no-repeat;
	text-decoration: underline;
	color: #1FA22E;
}

.date {
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	color: #979797;
}

.entry {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.entry p a, .entry li a {
	text-decoration: underline;
}

.entries {
	clear: both;
	height: 25px;
	padding: 0;
	margin-top: 35px;
	margin-bottom: 20px;
}

.entries a {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.entries a:hover {
	text-decoration: none;
	color: #1FA22E;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* COMMENTS */


.edit {
	float:;
	background: url(images/edit.gif) no-repeat;
	padding-left: 17px;
        padding-top: 3px;
        background-position: center left;
}

.edit a {
	padding: 0;
	background: none;
}

.author {
	padding: 7px 0 0 0;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}

.author a {
	color: #333333;
}


.alt {
	/* border: 1px solid #E5E5E5; */
}

.comment {
	padding: 0;
}

.commentlist > div {
	border-bottom: 1px solid #E5E5E5;
}

.userinfo {
	padding: 0 10px 10px 0;
	text-align: right;
}

/* INPUT PROPERTIES */

#search {
	margin-top: 26px;
	margin-bottom: 30px;
}

.searchform {
}

.field {
	background-color: #ffffff;
	border: 1px solid #A9A9A9;
	color: #6F6F6F;
}

.comments {
	background-color: #ffffff;
	border: 1px solid #A9A9A9;
	color: #6F6F6F;
        resize: none;
        height: 150px;
        width: 100%;
}

.button {
	color: #666666;
        background-color: #ffffff;
        border: 0px;
        font-size: 12px;
        font: arial, helvetica, sans-serif;
        font-weight: bold;
        cursor: pointer;
}

* html .button {
	height: 20px;
}

/* IMAGE STYLE */

img {
	float: left;
	padding-right: 5px;
	border: 0;
}

.wp-smiley {
	float: none;
}

/* GENERAL LINK STYLE */

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
	color: #1FA22E;
}

/* WIDGET PROPERTIES */

#calendar_wrap {
}

.widget_calendar td {
	padding: 1px 2px;
}

.widget_calendar caption {
	color: #666666;
	font-size: 8pt;
	padding: 2px 0;
}

.widget_calendar th {
	color: #666666;
}

.widget_calendar a {
        color: #1FA22E
}

.widget_recent_comments li {
	display: block;
	padding: 5px 0;
	width: 200px;
	background: url(images/arrow.gif) 1px 10px no-repeat;
	font-size: 10pt;
	border-bottom: 1px solid #E9E9E9;
	text-decoration: none;
	text-indent: 13px;
	text-transform: capitalize;
	color: #000000;
}

.widget_recent_comments li a {
	border: none;
	background: none;
}

.widget_recent_comments li a:hover {
	background: none;
	color: #1FA22E;
}

/* @group Suche */

#sform {
	border: 1px solid #ccc;
	padding: 1px;
	margin-bottom: 40px;
	display:block;
}
.widget_search {
	
}

.widget_search input#s {
	background-color: #ffffff;
	border: none;
	color: #6F6F6F;
	font-size: 12px;
	width: 150px;
	float:left;
}

.widget_search input#b {
	float: right;
	width:16px;
}

/* @end */

.widget_text {
	line-height: 16px;
	font-size: 10pt;
}

/* FOOTER */


#footer p {
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;

}

/* MISC */

.titel {
        float: left;
        width: 315px;
}

.datum {
        float: right;
        color: #666666;
        width: 85px;
}
