/* Start of CMSMS style sheet 'DeBascule.net_gastboek_v3' */
/*
 Default/example stylesheet for the CMSMS Guestbook module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #f4a460;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #000;
	color: white;
padding: 5px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #000;
	padding: 5px;
	color: #fff;
border-top: 1px solid #f4a460;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
        background-image:url('uploads/images/css/wireframe/guestbook/calendar.png');
        background-position:left;
        background-repeat:no-repeat;
        line-height:20px;
        padding-left:18px;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: #F4A460;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
        background-image:url('uploads/images/css/wireframe/guestbook/balloon.png');
        background-position:left ;
        background-repeat:no-repeat;
        line-height:20px;
        padding-left:18px;
}

.cms-guestbook-entry-website
{
	font-weight: bold;
        background-image:url('uploads/images/css/wireframe/guestbook/globe.png');
        background-position:left  bottom;
        background-repeat:no-repeat;
        line-height:20px;
        padding-left:18px;
}
/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
   
}

/* The some smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

/* End of 'DeBascule.net_gastboek_v3' */

