/* Start of CMSMS style sheet 'Guestbook (default/example stylesheet)' */
/*
 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 each entry */
div.cms-guestbook-div-entry 
{
    margin-bottom: 1em;
}
    
/* Hide some fields */
div.cms-guestbook-div-sender-title,
div.cms-guestbook-div-date-title,
div.cms-guestbook-div-country-title,
div.cms-guestbook-div-location-title,
div.cms-guestbook-div-email-title,
div.cms-guestbook-div-homepage-title,
div.cms-guestbook-div-message-title
{
    display: none;
}
      
/* Show the postdate on the right */
div.cms-guestbook-div-date 
{
    float: right;
}
	
/* No blocks/show inline */
div.cms-guestbook-div-sender,
div.cms-guestbook-div-country,
div.cms-guestbook-div-location,
div.cms-guestbook-div-email
{
    display: inline;
}
	  
/* Style the message header */
div.cms-guestbook-div-entry-header
{
    background: #FFFFFF;
    color: #000;
    border: 1px solid black;
    margin: 1px;
    padding: .5em;
}

/* Style message header links */
div.cms-guestbook-div-entry-header a {
    color: #000;
} 
div.cms-guestbook-div-entry-header a:hover {
    color: #000;
} 
		  
/* Style the postdate */
div.cms-guestbook-div-date 
{
    font-size: smaller;
}
		    
/* Style the sender name */
div.cms-guestbook-div-sender 
{
    font-weight: bold;
}
		      
/* Style the senders homepage link */
div.cms-guestbook-div-homepage 
{
    font-size: smaller;
    margin: 2px;
    margin-bottom: 0;
}
			      
/* Style the actual message */
div.cms-guestbook-div-message 
{
    background: #dddddd;
    padding: .5em;
}

/* End of 'Guestbook (default/example stylesheet)' */

