/*  
Style Name: TPG-Default
Style URI: http://082net.com/tag/tp-guestbook/
Description: tp-guestbook default css style
Version: 1.1
Author: Cheon, Youngmin
Author URI: http://082net.com/
*/

#tpg-commentlist { /* Commentlist Container */
font-family: Verdana, Tahoma, 'Trebuchet MS', 'Lucida Grande', Sans-serif;
font-size: 11px;
}

#tpg-commentlist img { 
margin: 0;
padding: 0;
border: none;
}

h4.tpg-head, h4.leaveamessage { 
font-weight: normal;
letter-spacing: -1px;
color: #444;
margin: 0;
padding: 0;
}

h4.tpg-head { 
font-size: 19px;
margin-left: 15px;
text-align: justify;
}

h4.leaveamessage a {
font-size: 14px;
float: right;
margin-right: 8px;
color: #d36;
}

/* Comment List Box */
#tpg-commentlist .comment {/* general comment style */
position: static;
margin: 3px;
margin-top: 6px;
border: 1px solid #ddd;
padding: 4px 8px;
background-color: #fff;
}

#tpg-commentlist .odd {/* alternate(odd) comment style */
background-color: #f8f8f8;
}

#tpg-commentlist .authorcmt {/* author comment style */
background-color: #FCFDEC;
border-color: #DEE2C2;
}

/* Comment Meta */
#tpg-commentlist .comment .tpg-meta {
margin-top: 10px;
}
#tpg-commentlist .comment .cmt-author {/*comment author */
font-size: 12px;
font-weight: bold;
}

#tpg-commentlist .comment .cmt-author a {
color: #4E86A7;
text-decoration: underline;
}

#tpg-commentlist .comment .cmt-author a:hover {
color: #8AB3CA;
}

#tpg-commentlist .comment .cmt-meta {/* Comment Meta data */
font-size: 10px;
}
#tpg-commentlist .comment .c-edit-link a {
color: #999;
}

/*Comment Content Body */
#tpg-commentlist .cbody {
margin-top: 10px;
}

#tpg-commentlist .c-text {/* normal content style */
font-size: 12px;
padding: 4px;
width: 98%;
overflow: auto;
}

#tpg-commentlist .c-text{ /* normal comment text box */
}

#tpg-commentlist .c-text.odd-t{ /* alternate comment text box */
}

#tpg-commentlist .c-text.authorcmt-t  { /* author comment text box */
}


/* Reply Text */
#tpg-commentlist .reply {
text-align: right;
font-size: 11px;
padding: 6px 0 0 0;
margin: 0 2px 2px 0;
}
#tpg-commentlist .reply a {
text-decoration: underline;
}
/* Comment Form */
#addcomment img.wp-smiley {
border: none;
padding: 1px;
margin: 0 2px 0 0;
}
#tpg-commentform { /* comment form container */
width: 98%;
margin-top: 12px;
}
#tpg-commentform label {
display: block !important;
text-transform: uppercase;
width: 80%;/* blix theme fix */
}
#tpg-commentform #author, 
#tpg-commentform #email,
#tpg-commentform #url,
#tpg-commentform #comment {
width: 90%;
margin: 0 0 10px;
padding: 2px;
border: 1px solid #ccc;
font-size: 12px;
float: none;
}
#tpg-commentform p {
margin: 4px 0px;
padding: 0;/* blix theme fix */
}
#tpg-commentform #addcommentbutton {
padding: 2px 4px;
padding-bottom: 0px;/* IE FIX */
background: #eee;
border: 3px double #666;
border-top-color: #ccc;
border-left-color: #ccc;
font-size: 12px;
color: #333;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
}
#tpg-commentform #reroot small {
font-size: 12px;
}

#tpg-commentlist .nocomment {/* 'No Comment' text box style */
font-size: 18px;
text-align: center;
color: green;
}
/* Collapse Button */
#tpg-commentlist img.collapseicon { 
margin-left: 2px; 
margin-top: 2px; 
}

#tpg-commentlist .comment .collapseicon {
width: 14px !important;
height: 13px !important;
overflow:hidden;
background: url('i/collapseicon.gif') left top no-repeat;
}

#tpg-commentlist .collapsed .collapseicon {
background-position: left bottom;
}

#tpg-commentlist .collapsed .cbody { 
display: none; /* Do Not Change This!! */
}

/* Gravatar */
#tpg-commentlist .comment img.gravatar {
float: right;
margin-top: -10px;
padding: 2px;
border: 1px solid #ccc;
background-color: #eaeaea;
}

#tpg-commentlist .comment a:hover img.gravatar {
background-color: #fff;
}