/* CSS Document */
/*  
Theme Name: DDD Website
Theme URI: www.ddd.de
Description: DDD Theme des 2010 Relaunches für WordPress 3.0
Version: 1.2
Author: Daniel Kussin
Author URI: http://www.ddd.de 	
 */
/*
 *	WP Standard
 *
 *@author Daniel Kussin
 *@version 3.0
 *@date 2010-07-08
 */

/* Content */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
}
blockquote {
}
blockquote cite {
}
blockquote {
}
blockquote p {
}
code {
}
pre {
}
b, strong, i, em {
}
address {
}

/*--------------------smilies im text--------------------*/
body img.wp-smiley {
}

/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif {
}

/*--------------------suche--------------------*/
#searchform {
}
input#s {
}
input#searchsubmit {
}

/*--------------------Kommentare--------------------*/
/* fuer die Kommentarliste an sich*/
ol.commentlist {
}
/*folgende class stehen zur Gestaltung des li bereit */
 
.comment {
}
.byuser {
}
.comment-author-admin {
}
.bypostauthor {
}
/* class um die li der 1 Ebene zu gestalten*/
.depth-1 {
}
/*hat man Kind Kommentare gibt es dann noch soviel wie man eben braucht */
.depth-2 {
}
.depth-3 {
}
/* folgende gestalten das li abwechselnd, wenn man mag*/
/* erstes li*/
.even {
}
.thread-even {
}
/* zweites li*/
.odd {
}
.alt {
}
.thread-odd {
}
.thread-alt {
}
/*---ende der class fuer die li---*/
 
/* fuer die Darstellung des Kommentarautors die class des divs*/
.comment-author {
}
.vcard {
}
.comment-author cite {
}
.vcard cite {
}
.comment-author cite a {
}
.vcard cite a {
}
/* fuer den Avatar*/
img.avatar {
}
/*---ende der class fuer den Autor---*/
 
/*fuer die  Zeit wann der Kommentar geschrieben wurde und den Bearbeitungslink die class des divs*/
.comment-meta {
}
.commentmetadata {
}
.comment-meta a {
}
.commentmetadata a {
}
/*---ende der Meta Daten---*/
 
/*Kommentartext  */
 
ol.commentlist p {
}
/*---ende des Kommentartextes ---*/
 
/*Reply Link ist auch in einem div*/
.reply {
}
.reply a {
}
/*---ende Reply Link---*/
 
 
/*Kindkommentare sind in einer ul Liste*/
 
ol.commentlist ul.children {
} /*ul.children gibt es auch in der sidebar-aufpassen*/
/*------alle oben genannten class wiederholen sich auch unter ul children------*/

#commentform p {
}
#commentform input {
}
#commentform textarea {
}
#commentform #submit {
}
#respond {
}
/*--------------------fuer den wp kalender--------------------*/
 
#wp-calendar th {
}
#wp-calendar {
	empty-cells: show;
}
#wp-calendar #next a {
}
#wp-calendar #prev a {
}
#wp-calendar a {
}
#wp-calendar caption {
}
#wp-calendar td {
}
#wp-calendar td.pad:hover {
}
/*-------------------- widgets---------------------*/
h2.widgettitle {
}
.widget {
}
/*--------------------Archive--------------------*/

li#archives {
}
.widget_archives {
}
/*--recent posts--*/


li#recent-posts {
}
.widget_recent_entries {
}
/*--------------------text widget--------------------*/
li.widget_text {
}
/*--id haengt von der nummer des text widgets ab*/
li#text-4 {
}
div.textwidget {
}
/*--------------------links blogroll--------------------*/

li#links {
}
.widget_links {
}
/*--------------------kategorien--------------------*/

li#categories {
}
.widget_categories {
}
/*-------------------body class---------------------*/
.rtl {
}
.home {
}
.blog {
}
.archive {
}
.date {
}
.search {
}
.paged {
}
.attachment {
}
.error404 {
}
.single postid-(id) {
}
.attachmentid-(id) {
}
.attachment-(mime-type) {
}
.author {
}
.author-(user_nicename) {
}
.category {
}
.category-(slug) {
}
.tag {
}
.tag-(slug) {
}
.page {
}
.page-parent {
}
.page-child parent-pageid-(id) {
}
.page-template page-template-(template file name) {
}
.search-results {
}
.search-no-results {
}
.logged-in {
}
.paged-(page number) {
}
.single-paged-(page number) {
}
.page-paged-(page number) {
}
.category-paged-(page number) {
}
.tag-paged-(page number) {
}
.date-paged-(page number) {
}
.author-paged-(page number) {
}
.search-paged-(page number) {
}
/*---post class----*/
.post {
}
.sticky {
}
.page {
}
.tag {
}
.hentry {
}
/*aendert sich je nach kategoriename*/
.category-allgemein {
}
.category-dieerste {
}
.category-diezweite {
}
/*und das gibts auch fuer tags*/
.tag-slug {
}

/* Bilder */
.wp-caption {
}
.wp-caption img {
}
.wp-caption p.wp-caption-text {
}
.gallery {
}
.gallery-item {
}
.gallery-caption {
}
.attachment {
}
.attachment img {
}
div.caption {
}
.imagenavi .alignright a {
}
.imagenavi .alignleft a {
}
.imagenavi .alignright a img, .imagenavi .alignleft a img {
}
.left {
}
.right {
}
.center {
}
.page .teaser .alignleft,
.post .teaser .alignleft { 
	display:block;
	float:left;
	left:0!important;
	margin:20px!important;
	margin-top:0!important;
	margin-left:0!important;
}
.page .teaser .alignright,
.post .teaser .alignright {
	display:block;
	float:right;
	left:0!important;
	margin:20px!important;
	margin-top:0!important;
	margin-right:0!important;
}
.page .teaser .aligncentered,
.post .teaser .aligncentered {
	display:block;
	margin:20px auto;
	left:0!important;
}