/*  
Theme Name: fotografdracula
Theme URI: http://www.fotografdracula.de 
Description: Das erste WP-Theme für fotografdracula.de
Version: 1.6
Author: fotografdracula
Author URI: http://www.fotografdracula.de 

	
 */

     html, body, div, h1 {
                margin: 0px;
                padding: 0px;
            }
            
            body {
        				background-color: #2e2e2e;
                text-align: center;
                font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
				        font-size: 13px;
				        line-height: 1.5em;
            }
            
/* Layout */
            
#wrap {
    margin: 0 auto;
    text-align: left;
    width: 654px;
}

#header {
    background: white;
    padding: 2px;
}
			
#footer {
  font-size: 11px;
  background: white;
  margin-top: 20px;
  padding: 2px;
	text-align: center;
}
			
#footer div {
	border-top: 3px solid #444444;
}
#footer span {
  margin-left: 30px;
  margin-right: 30px;
}


#footer-sidebar {
  display: block;
  text-align: left;
  height: 370px;
  border: none;
}

#footer .col1 {
  float: left;
  width: 330px;
  border: none;
  margin-right: 10px;
  margin-left: 10px;
}
#footer .col1 ul {
  padding: 0;
}
#footer .col1 li {
  list-style: none outside none;
  padding: 1px 0;
  border-bottom: 1px solid #ccc;
}

#footer .col2 {
  float: left; 
  border: none; 
}
			
            
            div.post, div.page {
                background: white;
                margin-top: 20px;
                padding: 2px;
            }
            
            .post div.inner, div.page div.inner {
            	padding: 15px;
                border-top: 3px solid #444444;
                border-bottom: 3px solid #444444;
            }
                                                                    
            .post p, .page p {
                margin: 3px;
                margin-bottom: 10px;
            }
            
            #navigation {
                background-color: #444444;
                height: 40px;
                padding-bottom: 3px;
            }
            
            #navlist {
                padding: 0px;
                margin: 0;
                margin-top: 10px;
            }
            
            #navlist li {
                list-style-type: none;
                float: left;
                margin-left: 40px;
            }
            
            #navlist li a {
                border-bottom: none;
                display: block;
                line-height: 40px;
                color: white;
                font-variant: small-caps;
                font-size: 14px;
                text-decoration: none;
            }
            
            #navlist li a:hover {
                border-bottom: 3px solid #41931f;
            }
            
            form#searchform {
                float: right;
                margin: 10px;
            }
            
            #header img {
                border: none;
                width: 319px;
                height: 85px;
				        margin: 50px 50px 40px 165px
            }
            #header a {
              border: none;
            }
            
            
            
            img.firstimage {
            	width: 650px;
                margin-top: -13px; /* 2px - 15px*/
                padding-bottom: 2px;
				margin-left: -15px;
				margin-bottom: 13px;
                border-bottom: 3px solid #444444;
            }
            
            .metadata {
                text-align: right;
            }
            
            
            
            #s {
                height: 20px;
                background-image: url(images/lupe.png);
                background-repeat: no-repeat;
                padding-top: 3px;
                padding-left: 23px;
                border: none;
            }
            
            .searchbutton {
                margin-left: -23px;
            }
            
            .postinfo {
              padding: 10px;
              font-size: 11px;
              padding-bottom:0;
            }
            
            
            
/*------------------- Formularelemente ------------------*/

textarea#comment {
  width: 610px;
  font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
  font-size: 13px;
  border: 1px solid #bbb;
  padding: 3px;
}            
input {
  font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
  font-size: 13px; 
  border: 1px solid #bbb;
  padding: 3px;
}
input:focus, textarea#comment:focus {
  border: 1px solid #888;
}
input#submit {
  font-weight: bold;
  margin-bottom: 10px;
}
            

/*--------------------textgestaltung--------------------*/

p{
     }

h1,h2,h3,h4,h5,h6{
     }
     
     h2 {
                font-size: 20px;
                margin: 5px;
                margin-bottom: 15px;
                margin-left: 2px;
                letter-spacing: -1px;
            }
h2.archive-heading {
  display: inline;
  margin-bottom: 5px;
  text-decoration: none;
  border-bottom: 2px solid #41931f;
}  
            
            h2 a {
                text-decoration: none;
                border-bottom: none;
                color: black;
            }
            
            h2 a:hover {
                text-decoration: none;
                border-bottom: 2px solid #41931f;
                color: black;
            }
            
            h1 span {
                display: none;
            }
     
     h3 {
         font-size: 13px;
     }


     span.postmeta {
      display: block;
      text-align: right;
     }

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
  font-style: italic;	     
  padding-left: 30px;
	background-image: url(images/quote.png);
	color: #666;
	background-position: left top;
	background-repeat: no-repeat;
	clear-after: both;
            
	}

blockquote cite {
	
	}



hr {
	
	}





dl{
     }
     dt{
          }
          dd{
          }

ul{
     }
ol{
     }
     li{
          }

    ul ul{
         }

blockquote{
     }
     blockquote p{
          }

code{
     }

pre{
     }

b, strong,i,em {
     }

img{
     }

address {
     }
     
/*---------------- teaser bild -------------*/
img.teaser650 {
  width: 650px;
  margin-top: -13px; /* 2px - 15px*/
  padding-bottom: 2px;
	margin-left: -15px;
	margin-bottom: 13px;
  border-bottom: 3px solid #444444;
}

/*--------------------linkgestaltung--------------------*/


a {
    color: #41931f;
    text-decoration: none;
    /*color: black;
    text-decoration: none;
    border-bottom: 1px solid #41931f;*/
}
            
a:hover {
    color: #008000;
    text-decoration: underline;
}

a:link { 
}
a:visited { 
     }
a:link:focus{ 
     }
a:link:hover, 
a:visited:hover { 
    }
a:link:active, 
a:visited:active {
     }

     #historylinks {
      color: #ccc;
      height: 15px;
      padding-top: 5px;
     }
     #historylinks a {
      color: #999;
     }
     #historylinks .nextlink {
      float: right;
     }
     
#footer a:hover {
  text-decoration: none;
}     
#footer a img {
  margin: 0px;
}

span.commentlink {
  float: right;
}

span.commentlink a{
  display: block;
  width: 20px;
  height: 20px;
  padding: 3px;
  text-align: center;
  background: #41931f;
  color: white;
  font-weight: bold;
}
/*--------------------bilder als links--------------------*/
a img{
  border: none;
  
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }

/*--------------------smilies im text--------------------*/

body img.wp-smiley{
     }



/*--------------------der weiterlesen link--------------------*/

.more-link{
     }

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

/*--------------------suche--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }




/*--------------------Kommentare--------------------*/
/* fuer die Kommentarliste an sich*/
ol.commentlist{
  color: #999;
}
ol.commentlist p {
  color: black;
}
 
/*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{}

img.avatar {
  float: left;
  margin-right: 15px;
}

.comment-meta {
  font-size: 11px;
  color: #999;  
}
.comment-meta a {
  color: #999;
  border: none;
}
 
 
 
/*---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){}
  /* name of someone writing a comment */
  cite.fn {
    color: black;
  }


/*---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{}
.alignleft{}
.alignright{}
.aligncentered{}


/*------------- Seitenzahlen / WP-PageNavi ---------------------*/


.wp-pagenavi {
  margin-top: 10px;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {

color: #41931f;
background:white;

}
.wp-pagenavi a:hover {
  border: 1px solid black;
}
.wp-pagenavi span.pages {
background:white;
}
.wp-pagenavi span.current {
background: white;
color: black;
font-weight: bold;
border: none;
}
.wp-pagenavi span.extend {
background:transparent;
}






/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
   Source: http://your-wordpress-theme.googlecode.com/svn/trunk/styles/wp.css  
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

