/*
	Theme Name: Audiovideum
	Theme URI: http://www.v15.de
	Description: Audiovideum Theme (based on minim8)
	Version: 1.0
	Author: Thorsten Neuhaus
	Author URI: http://www.v15.de/
*/
/***********************************************************************
 Layout
************************************************************************/

/*
Hellgrau		#B9BDC0
Dunkelgrau	#65666B
Gelb			#FFD600
Lila			#7761A9
*/

body {
	font-family: "Lucida Grande", Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin:0;
	padding:0;
	color:#65666B;
}
div#wrap {
	margin:0 auto;
	width:100%;
}

#header {
	height:150px;
	padding:0 0 20px 0;
	border-bottom:1px solid #333;
}
#header h1{
	font-size: 100%;
	line-height: 1.6em;
	letter-spacing: 1px;
	padding:0;
	margin:0;
	font-weight:normal;
	text-align:center;
}
#header h1 a {
	color:#65666B;
	text-decoration:none;
	font-weight:normal;
}
#main {
	float:left;
	width:70%;
	margin:0px;
	padding:0px;
}

span#header_tagline{
	font-size:10px;
	line-height: 1.6em;
	display:block;
	font-weight:normal;
	letter-spacing:0px;
}
/***********************************************************************
 Main Nav
************************************************************************/
#nav {
	padding:3px;
	background-color: #dca;
	color: #ddd;
	float: left;
	font-size: 10px;
	border-bottom: 1px solid #a96;
	text-transform: uppercase;
	/* fake values for ie6 */
	margin: 0 0 0 5px;
	width: 761px;
	/* real values for sane browsers */
	margin /**/: 0 0 0 9px;
	width /**/: 900px;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0px;
}
#nav a, #nav strong {
	padding:3px 3px;
	white-space:nowrap;
	font-weight:normal;
}

a{
	text-decoration:none;
    	color:#65666B;
	font-weight: bold;
}
.current_page_item, .current_page_item a, a:hover{
	text-decoration:none;
     color: #542 !important;
     font-weight: bold !important;
}

/* Following rule allows entire region of link to to be
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
* html #nav a {
  width:1%;
}

.navi_seite {
	margin:0;
	padding: 0;
}


/***********************************************************************
 Main
************************************************************************/

p{
	font-size: 80%;
	line-height: 1.6em;
    	color:#65666B;
	margin:0;
	padding: 0 0 10px 0;
}

h1{
    	color:#65666B;
	margin:0;
	padding:0;
}

h2.entrytitle, h3.entrytitle {
	font-size: 120%;
	line-height: 1.6em;
	margin:3px 0 1px 0;
	padding:0px;
}
h2.entrytitle a, h3.entrytitle a {
	color: #542;
	font-weight:normal;
}
h3.entrydate{
	font-size:10px;
	text-transform: uppercase;
	font-weight: normal;
	position: absolute;
	left: 0;
	width: 50%;
	margin-bottom:15px;
}
/***********************************************************************
 Date & Footer
************************************************************************/
div.entrybody{
	padding: 0;
     margin: 0 30px 0 0;
}

.entrybody ul{
	font-size: 80%;
	line-height: 1.6em;
	margin: 0 0 10px 20px;
	padding: 0;
}

.entrybody li{
	list-style-type: square;
	margin: 0;
	padding: 0;
}

div.entrymeta{
	font-size: 70%;
	font-weight: normal;
	color:#a97;
	position: relative;
     height:20px;
}

.entrymeta { /* Time and category for blog entries */
	background: whitesmoke;
	display: block;
	font-size: 60%;
	line-height: 1.5em;
	margin: 10px 0px 0 0px;
	padding: 0 0 2px 5px;
     clear:both;
}
.entryhead {
     margin: 15px 0 40px 0;
}

.published_sm {
	background: whitesmoke;
	border: 1px solid #B9BDC0;
	float:left;
	margin: 8px 15px 0px 0px;
	padding: 5px;
	text-align: center;
}

.published_sm .day {
	font-size: 120%;
	letter-spacing: -1px;
	margin-bottom: -3px;
}

.published_sm .month {
	font-size: 90%;
	margin: 0px;
}

.published_sm .year {
	font-size: 120%;
	margin-top: -2px;
}
/***********************************************************************
 Sidebar
************************************************************************/
#sidebar {
	width:20%;
	float:right;
	margin-top:0px;
	padding:25px 10px 4px 10px;
/*
     background: whitesmoke;
*/
}
#wrap > #sidebar {
	width:250px;
}
#sidebar h2{
	margin-top:8px;
	margin-bottom:0px;
	font-weight:bold;
	font-size:12px;
     padding: 2px 4px;
     background: #BABED9;
}
#sidebar p{
	font-size:80%/0.8em;
}
#sidebar h4 {
	margin-top:0;
}
#sidebar a{
	font-weight: normal;
}
#sidebar ul {
	font-size: 60%;
	margin:5px 0 10px 18px;
	padding:0;
	list-style-type:square;
}
#sidebar ul#linkslist li{
	margin-left:-14px;
	list-style-type:none;
	text-transform:capitalize;
}
#sidebar ul#linkslist ul li{
	list-style-type:square;
	margin-left:0px;
     margin:0 0 10px 0;
}
#sidebar ul li{
     margin:0 0 2px 0;
}
/***********************************************************************
 Footer
************************************************************************/
#footer {
	clear:both;
	text-align: center;
	margin:0px auto;
	width:100%;
	padding:20px 0;
     margin: 0;
	border-top:1px solid #333;
}
#footer p {
	font-size: 60%;
	padding:0 10px;
	margin:0;
}
/***********************************************************************
 Form
************************************************************************/
#searchdiv{
	display:none;
}
#searchform{
	display:none;
}

/***********************************************************************
 Misc
************************************************************************/
a img, :link img, :visited img, :hover img {
	border: none;
}

.entrybody p img, .entrybody p a img {
	border: 1 px solid #65666B;
     float:left;
	background: whitesmoke;
	margin: 0 10px 10px 0;
	padding: 5px;
}

p.entrymeta img {
	border: none;
     float: none;
	background: none;
	margin: 0;
	padding: 3px 3px 0 0;
}

code {
	display:block;
	font: 10px "Lucida Console", "Courier New",  monotype;
	background: #eae3d8;
	padding: 5px;
	border: 1px solid #766554;
	}
.imgborder img{
	border: 1px solid #352515;
	padding:3px;
}
.imgborder{
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

blockquote {
	color:aab;
	font: 12px "Times New Roman", Georgia,  serif;
	font-style:italic;
	padding-left: 5px;
	border-left: 5px solid #382818;
	padding-right: 3em;
	margin-left: 30px;
     background:#ff0000;
}

p.meldung {
	font-size: 90%;
	color: #900;
     font-weight: bold;
}


/***********************************************************************
 Comments
************************************************************************/
#kommentare {
	display:none;
}

em {
	font-size: 90%;
	color: #900;
     font-weight: bold;
	margin: 10px 0;
}

h3#comments, h3#respond, h2.entrytitle {
	font-size: 120%;
	line-height: 1.6em;
	margin:0;
	padding:0px;
	margin:0;
	color: #542;
	font-weight:normal;
}

h3#comments small{
	display:block;
	letter-spacing:0px;
	font-weight:normal;
	padding:0;
	margin:0;
}
.commentbody{
	display:block;
	padding:0;
	margin:10px 0;
     border-bottom: 1px solid #ccc;
}
.commentmeta{
	display:block;
	padding:0;
	margin:0;
}
ol.commentlist{
	list-style: none;
	padding:0;
	margin:10px 0 0 0;
}