/*  
Style Name: Alvin
Style URI: http://082net.com/tag/tp-guestbook/
Description: tp-guestbook default css style
Version: 1
Author: Cheon, Youngmin
Author URI: http://082net.com/
*/

a{
	color: #00ACC8;
	font-style: normal;
	text-decoration: none;
}

a:hover{
	color: #FF4F4F;
	font-style: normal;
	text-decoration: none;
}

.tpg-wrapper {
	/*only for alvin*/
	padding: 9px 0px 0px 185px;
	_padding-left: 165px; /*IE FIX*/
	width: 480px; /*IE - FIX*/
	text-align: left;
	margin-bottom: 50px;
}

.tpg-wrapper a, .tpg-wrapper a:visited {/*alvin*/
color: #00C0DC;
text-decoration: none;

}
.tpg-wrapper a:hover {/*alvin*/
color: #C65B05;
text-decoration: none;

}
.tpg-commentlist {
	/* Commentlist Container */
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 11px;
	margin-left: 3px;
}

.tpg-commentlist img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

h4.tpg-head, h4.leaveamessage { 
font-weight: normal;
letter-spacing: -1px;
color: #444;
margin: 0;
padding: 8px 4px;/*alvin*/
}

h4.tpg-head { 
font-size: 19px;
margin-left: 15px;
text-align: justify;
}

h4.leaveamessage a {
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 13px;
	float: right;
	margin-right: 8px;
	color: #00C0DC;
	margin-bottom: 50px;
}

h4.leaveamessage a:hover{
	color: #FF4242;
}

/* Comment List Box */
.tpg-commentlist .comment {
	position: static; /*alvin -  IE FIX*/
	margin: 3px;
	margin-top: 6px;
	border: 1px solid #626262;
	padding: 4px 4px 4px 8px;
	background-color: #2A2A2A;
}

.tpg-commentlist .odd {
	/* alternate(odd) comment style */
	background-color: #3E3E3E;
}

.tpg-commentlist .authorcmt {/* author comment style */
color: #DFDCD7;
}

/* Comment Meta */
.tpg-commentlist .comment .cmt-author {
	/*comment author */
	font-size: 13px;
}

.tpg-commentlist .comment .cmt-author a:hover{
	color: #FF4242;
}

.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 .comment .c-text {/* normal content style */
font-size: 10px;
padding: 6px 3px 0px 3px;/*alvin*/
overflow: auto;
_padding-top: 0px;
}

.tpg-commentlist .c-text{ /* normal comment text box */
}

.tpg-commentlist .c-text.odd-t{ /* alternate comment text box */
}

.c-text.authorcmt-t  { /* author comment text box */
}

/* Reply Text */
.tpg-commentlist .comment .reply {
text-align: right;
font-family: Verdana, 'Lucida Grande', Tahoma;
font-size: 10px;
padding: 0px;
margin: 0 2px 2px 0;
}

/* Comment Form */
#tpg-commentform { /*alvin*/
clear: left;
margin-left: 16px;
margin-top: 4px;
}
#tpg-commentform label {
float: none;/*alvin*/
}
#tpg-commentform p input, #tpg-commentform textarea {
	/*alvin*/
	border: 1px solid #525252;
	background-color: #232323;
	margin: 4px 10px 1px 4px;
	padding-left: 8px;
	color: #D1D1D1;
}

#tpg-commentform textarea { /* comment textarea */
width: 95%;
}

.tpg-commentlist .nocomment {/* 'No Comment' text box style */
}
#tpg-commentform input#addcommentbutton {/*submit button*/
width: auto;
}
#addcomment img {
border: none;
padding: 2px;
}

/* 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!! */
}

.tpg-commentlist a img.gravatar {/*alvin*/
float: right;
padding: 2px;
border: 1px solid #ccd;
/*background-color: #eaeaea;*/
}
.tpg-commentlist a:hover img.gravatar {/*alvin*/
/*background-color: #787878;*/
}