img {
	border: 0px none #000000;

}

#wp-calendar {
border: 1px solid* #ffffff;
empty-cells: show;
font-size: 10px;
margin: 0;
width: 90%;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
font-weight: bold !important;
display: block;

}

#wp-calendar a:hover {
background: #ffffff;
color: #333;
}

#wp-calendar caption {
color: #999;
font-size: 10px;
text-align: left;
}

#wp-calendar td {
color: #ccc;
font: normal 10px Arial, Helvetica, sans-serif;
letter-spacing: normal;
padding: 2px 0;
text-align: center;
}

#wp-calendar td.pad:hover {
background: #fffffff;
}

#wp-calendar td:hover, #wp-calendar #today {
background: #fffffff;
color: #bbb;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}


#wp-calendar {
display:inline-table;
border-collapse:collapse;
width:120px;
margin:0px 10px 0 0px;
text-align:center;
font-family: "Trebuchet MS";
font-size:12px;

}


/********************************************************/

/* Error message */
div.errormsg {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	text-decoration: none;

}

/* Links für den Trackball, RSS */

div.trackball,
div.trackball a:link,
div.trackball a:visited {
	font-size: 11px;

}


/* Postbeiträge */
div.kommentare {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	text-decoration: none;

}

/* Postformular */
div.postcomment input,
div.postcomment textarea {
	width: 270px;
}

/*********** Kalender ********************/

div.calendar td {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666 !important;
	text-decoration: none;
}

.caption {
	font-size: 11px;
}

/* sunflowerblog.ch css
*/

/*****************************************************/
/************* BODY & DESIGN ************************/
/*****************************************************/


body {
	background-color: #ff9800;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;

}


/*********** Überschriften ********************/


h1{
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #666666;
	text-decoration: none !important;

}

h2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;

}

a:link, a:visited {
	font-family: "Trebuchet MS";
	color: #666666;
	text-decoration: none !important;


}

/************ BEITRAG ************************/

/* Subtitle: Elemente wie Autor, Datum, Bearbeitung etc. */
div.subtitle {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	text-decoration: none !important;

}

/* Posteintrag --> Darstellung eines Posts */
div.storycontent {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	text-decoration: none !important;

}

/*Kommentarlink unter dem Post */
div.feedback {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	text-decoration: none !important;

}


div.content a,
div.content body {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-indent: 10pt;

}
/************** KOMMENTARSEITE ************/

/* Breite des Eingabefeldes */
/*
textarea {
	width: 170px;

}*/

/***************** FOOTER ****************/
div.footer,
div.footer a:link,
div.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;

}

div.footer a:hover {
	text-decoration: underline !important;
}


/*********** NAVIGATION Lr **********************/

/* Keine Aufzählungspunkte anzeigen :-) */
li, ul {
	list-style-type: none;

}

/* Menudarstellung (Klasse menu für beide Spalten */
div.navigation {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	text-decoration: none !important;

}

.pagenav ul {
	font-weight: bold;

}
