@charset "utf-8";
/* CSS Document */
*						{margin:0; padding:0; }
img						{border:none;}
object 					{outline:none;}


body{background: #2D2824; padding: 40px; }

/* Update from site's css */
.guestbook{font: 13px Georgia, "Times New Roman", Times, serif; color:#877265;line-height:18pt; overflow:visible;}

.guestbook .header{border-bottom:thin dotted #B6A9A1; width: 100%; padding-bottom:15px;}
.guestbook h1{font-size: 26px; font-weight: normal; color:#B6A9A1;}


.guestbook h2{font-weight: normal; margin: 0px;}

.guestbook .item{border-top:thin dotted #B6A9A1; width: 100%;margin-bottom:25px; padding-top: 25px; font-style: normal;}
.guestbook .item.first{border-top: none;}

/* Post titles */
.guestbook .fn{color:#79C2C6; font-weight: normal; font-size:20px;}
.guestbook .reviewer{font-style: italic;}
.guestbook .dtreviewed{font-style: italic;}
.guestbook .description{margin: 10px 0px 10px 0px; font-style: normal;}


.guestbook .pagebtn{}

.guestbook a:link{color: #B6A9A1; text-decoration: none;}
.guestbook a:visited{color: #B6A9A1; text-decoration: none;}
.guestbook a:hover{color: #FFFFFF; text-decoration: none;}
.guestbook a:active{color: #B6A9A1; text-decoration: none;}

.guestbook .web { margin-top:25px;}


/* PAGINATION */
.guestbook_pagination_title{ margin-right:15px;}

.guestbook .pages{
	border-top:thin dotted #B6A9A1; 
	margin-bottom:25px; 
	padding-top: 25px;
	width:100%;
	height:90px;
	font-size: 13px;
	text-align:left;
}

/* PAGINATION LINKS */
.guestbook .pages a:link{
	line-height:21px;
	color: #FFFFFF;
	text-decoration: none;
	margin:0px 5px 0px 0px;
	padding:4px;
	background-color: #79C2C6;
}
.guestbook .pages a:visited{
	line-height:21px;
	color: #FFFFFF;
	text-decoration: none;
	margin:0px 5px 0px 0px;
	padding:4px;
	background-color: #79C2C6;
}
.guestbook .pages a:active{	
	line-height:21px;
	text-decoration: none;
	margin:0px 5px 0px 0px;
	padding:4px;
	background-color: #79C2C6;
}
.guestbook .pages a:hover{	
	line-height:21px;
	color: #c2c2c2;
	text-decoration: none;
	margin:0px 5px 0px 0px;
	padding:4px;
	background-color:#B6A9A1;
}
.guestbook_page_item_disabled{
	line-height:21px;
	color: #c2c2c2;
	text-decoration: none;
	margin:0px 5px 0px 0px;
	padding:4px;
	background-color:#FFFFFF;
}


