/* @override 
	http://localhost/mademyday/assets/components/quip/css/web.css
	http://mademyday.de/neu/assets/components/quip/css/web.css
	http://www.mademyday.de/neu/assets/components/quip/css/web.css
*/

.quip a { text-decoration: none; font-family:  "Graublaubold"; }
.quip a:hover { text-decoration: underline; }

.quip-comment form, .quip-comment p { padding: 0; margin: 0;}
div.quip-comment {
    padding: 0px;
}
li.quip-comment {
    background: url(../../../../template/css/Bilder/footer_inner_all_hell_03.jpg);
    list-style: none;
    padding: 10px 0px 0px 0px;
    margin: 0;
    border-bottom:  1px dotted #F7F0D2;
    line-height:  1.5;
    display:  block;
}
ol.quip-comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.quip-comment-list li ol {
    margin-bottom: 0px;
    padding-bottom: 10px;
    margin-left: 60px;
}
ol.quip-comment-list li {
    list-style-type: none;
    position: relative;
    margin-left: 0;
    
}
ol.quip-children {
    margin: 0;
}

ol li.quip-comment li{
	border:  none;
}

li.quip-comment-alt {
    background: url(../../../../template/css/Bilder/footer_inner_all_hell_alt.jpg);
}
.quip-comment-body {
    padding: 5px 7px;
}
.quip-comment-text p {
    padding-top: 1em;
    color:  #F7F0D2;
}
.quip-unapproved, .quip-unapproved a {
    color: #a4a4a4;
}
.quip-comment-createdon {
    font-style: italic;
    font-size: small;
}
.quip-comment-meta{
	position: absolute;
	left:  80px;
	top:  10px;
}
.quip-comment-createdon a { color: #999; }
.quip-comment-author, .quip-comment-author a { color: #F7F0D2; font-weight: bold; }
.quip-comment-author strong { color: #333; }

.quip-reply-link {
    font-size: 20px;
    font-family:  'Folk';
    float: right;
    
}
.quip-break { clear: left; }

.quip-error { color: red; }
.quip-success {
    color: green;
}
.quip-clear {
    clear: both;
}

.quip-comment-right {
    position: relative;
}
.quip-comment-options {
    clear: right;
    margin-top: 2px;
    text-align: right;
    font-size: 11px;
}
.quip-comment-options a {
    color: #777;
}
.quip-avatar {
    float: left;
    padding: 3px;
    margin: 10px;
    border: 1px solid #efe3b1;
}

/* add comment */
.quip-add-comment{
	margin-top:  30px;
}
.quip-add-comment p {
    color: #F7F0D2;
    margin-bottom: .2em;
    margin-top:  30px;
    
}
span.quip-allowed-tags {
    font-weight: normal;
    font-size: 11px;
    font-style: none;
    float: right;
    }
.quip-add-comment .textarea {
    width:auto;
}
.quip-add-comment textarea {
    width: 100%;
    padding:0;
    color:  #F7F0D2;
    border:  1px dotted #F7F0D2;
    background:  transparent;
    font-size:  16px;
}
.quip-add-comment input[type=text] {
    width: 100%;
    float: left;
    border: 0px;
    border-bottom: 1px dotted #F7F0D2;
    background:  transparent;
    padding: 0px;
    margin:  10px 0px 0px;
    color:  #F7F0D2;
    font-size:  16px;
    }
.quip-add-comment label {
    width: 20%;
    float: left;
    color:  #F7F0D2;
    margin-top:  10px;
    font-size:  13px;
    }
.quip-fld br { clear: both; }

div.quip-comment input[type=submit] {
    cursor: pointer;
}
.quip-preview {
    border-bottom: 1px dotted #F7F0D2;
    padding: 7px 7px;
    color:  #F7F0D2;
    background-color: transparent;
    margin-top:  10px;
}

.newComment h4{
	margin:  50px 20px;
	font-family:  'Folk';
	color:  #F7F0D2;
	font-size:  62px;
}
div.quip-comment button{
	background: transparent;
	border:  0px;
	font-family:  'Folk';
	color:  #F7F0D2;
	font-size: 20px;
	margin:  10px 0px;
	padding: 0px;
}
div.quip-preview button{
	margin:  10px;
	}

#quip-comment-notify-qcom{
	margin-top:  12px;
}


/* Kommentare */
div.quip {
	position: relative;
	margin-top:  10px;
	color:  #F7F0D2;
}
div.quip h3{
	position: absolute;
	left:  33%;
	top:  -70px;
	font-family:  'Folk';
	font-size:  62px;
	color:  #F7F0D2;
}

div.quip blockquote{
	font-style: italic;
	background: #F7F0D2;
	color:  #2b322d;
	padding:  15px;
	font-family: Times,'Times New Roman',serif;
}

div.quip pre{
	background: #F7F0D2;
	color:  #2b322d;
	padding:  15px;
}

