
@charset 'UTF-8';

/**
 * @CSS for single, page
 * @version (1.0)
 * @date (19.02.2008 21:01:00)
 * @lastmodified (19.02.2008 21:00:58)
 * @author (Frank Bueltge)
 */

/**
 * @css-for (Kommentare)
 */
/* COMMENTS */

h2#comments {margin-bottom:30px;}

ol.commentlist {margin-bottom:60px;}

ol.commentlist a {color:#000; text-decoration: none;}

ol.commentlist li.comment { margin-bottom:30px; list-style-type: none;}
ol.commentlist li.comment .vcard {font-size:0.7em;padding-left:15px;background:url(../images/comment_bubble.jpg) 50px 20px no-repeat;height:30px;}
ol.commentlist li.comment .vcard p {margin:0;}
ol.commentlist li.comment .vcard a {color:#444;}
ol.commentlist li.comment .vcard a.comment-edit-link {font-size:0.8em;}
ol.commentlist li.comment .vcard .author {font-weight:bold;font-size:1.2em;}
ol.commentlist li.comment .vcard .author a {color:#000;}
ol.commentlist li.comment .vcard .author a:hover {color:#529E2D;}
ol.commentlist li.comment .vcard img {-webkit-box-shadow:1px 1px 3px #ccc;-moz-box-shadow: 1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;margin-bottom:-7px;}

ol.commentlist li.comment .commenttext {background: #eee;padding:10px;margin-bottom: 20px;-webkit-box-shadow:3px 3px 4px #ccc;-moz-box-shadow: 3px 3px 4px #ccc;box-shadow:3px 3px 4px #ccc;}
ol.commentlist li.comment .commenttext p, ol.commentlist li.comment .commenttext blockquote {margin-bottom:10px; }
ol.commentlist li.comment .commenttext blockquote { padding-left: 2em;font-style: italic;}
ol.commentlist li.comment .commenttext blockquote p { }
ol.commentlist li.comment .reply {text-align:right; font-size:0.7em;}
ol.commentlist li.comment .reply a {color:#444;}
ol.commentlist li.comment a:hover {color:#529E2D;}

ol.commentlist li.comment ul.children {margin-left:40px;}
ol.commentlist li.comment ul.children li.comment {margin-top:15px; margin-bottom:0;}

/*Vom autor */

ol.commentlist li.bypostauthor .commenttext {background:#529E2D;color:#fff;}
ol.commentlist li.bypostauthor .commenttext a {text-decoration: underline;}
ol.commentlist li.bypostauthor .commenttext a:hover {color:#fff;}
ol.commentlist li.bypostauthor .vcard {background:url(../images/comment_bubble_author.jpg) 50px 20px no-repeat;}
/*ol.commentlist li.bypostauthor .commenttext p {background:#529E2D; padding:0.5em;}*/

ol.pingbacklist {margin: 10px 0 30px 20px;}
ol.pingbacklist li.pingback { margin-bottom:30px; font-size:0.8em}
ol.pingbacklist li.pingback p {font-size:0.8em;}
ol.pingbacklist li.pingback a {color:#529E2D;}


#commentform {background:#eee; padding:1em; -webkit-box-shadow:3px 3px 4px #ccc;-moz-box-shadow: 3px 3px 4px #ccc;box-shadow:3px 3px 4px #ccc; font-family: Helvetica Neue, Helvetica,"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;}
#commentform p {font-size:0.8em; margin: 1em 0;}
#commentform input, #commentform textarea {border:2px solid #ddd;background:#fff;padding:0.2em;margin-bottom:10px;font-family: Helvetica Neue, Helvetica,"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,sans-serif;font-size:1em;}
#commentform label {font-size:0.9em; font-weight: bold;}
#commentform label small { color:#529E2D;font-size:0.9em; font-weight: normal;}

#commentform input#submit {
   border: 1px solid #357813;
   background: #357813;
   background: -webkit-gradient(linear, left top, left bottom, from(#60a93b), to(#357813));
   background: -moz-linear-gradient(top, #60a93b, #357813);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: 1px 1px 2px #aaa;
   -moz-box-shadow: 1px 1px 2px #aaa;;
   box-shadow: 1px 1px 2px #aaa;;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #c8edb6;

   font-family: "Vollkorn Regular", Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   clear: both;
   margin-top: 10px;
   font-weight: bold;
   }
#commentform input#submit:hover { color: #fff; }
#commentform a {color:#555;}
#commentform a:hover{color:#000;}
