﻿@import "form.css";

.user-info {
     color: #555;
	line-height: 1.8em;
	font-family:Verdana;
	margin: 0 10px;
	margin-bottom: 1em;
}

.user-info a:link, .user-info a:visited {
    border-bottom:1px solid #DBD5C5;
    color:#4F6CFF;
    padding-bottom:1px;
    text-decoration:none;
}

.user-info a:hover {
    color:#555;
}

/*---[ comments ]---*/

h3#comments, h3#respond {
	color: green;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	margin-bottom:1em;
}

.commentlist {
    list-style-position:inside;
}

.commentlist li{
    margin-bottom: 10px;
    padding: 10px 2%;
    list-style: none;
    width: 80%;
}

.commentlist li.alt{
    background-color:#F8F8F8;
    border-color:#CCCCCC;
    border-style:dashed;
    border-width:1px 0pt;
    color:#777777;
}


.commentlist .comment-author{
    font-family:Georgia,"Times New Roman",serif;
    font-size: 130%;
    color: #444;
    margin-bottom:0.5em;
}


.commentlist .comment-author a:hover {
    text-decoration:none;
}

 .commentlist .commentmetadata a:link{
    color: #555;
    border: 0;
 }
 
 .commentlist .comment-content {
    margin-top: 10px;
 }
 
 /*--[ comment content]--*/
 
 .commentlist .comment-content p {
    color: #555;
	line-height: 1.8em;
	font-family:Verdana;
 }
 
 .commentlist blockquote{
    margin-left: 20px;
    margin-right: 20px;
}

.commentlist code {
    color:#003399;
    font-size: 100%;
}

.commentlist a:link, .commentlist a:visited {
    border-bottom:1px solid #DBD5C5;
    color:#4F6CFF;
    padding-bottom:1px;
    text-decoration:none;
}

.commentlist a:hover {
    color:#555;
}
