/* Start of CMSMS style sheet 'default' */
/* CSS Document */


#content A:link {text-decoration: none; color:#c70c0c;}
#content A:visited {text-decoration: none;color:#c70c0c;}
#content A:active {text-decoration: none;color:#c70c0c;}
#content A:hover {text-decoration:underline; color: #7f1414;}


.powered {
font-size:80%;
}
.powered A:link {text-decoration: none; color:#000;}
.powered A:visited {text-decoration: none;color:#000;}
.powered A:active {text-decoration: none;color:#000;}
.powered A:hover {text-decoration:underline; color: #c70c0c;}

.intro {
font-size:11px;
text-align:left;
background-color:#FFFFFF;
width:90%;
border-color:black;
border-style:solid;
border-width:3px;
padding: 6px 6px 7px 6px;}

#content ul  {

}

#menu {
background-color:#292929;
height:51px;
width:100%;
padding: 0px 0px 0px 0px;
}

.red {
color:red;
font-style:italic;
}

body {
background-color:#4a4a4a;
background-image:url(images/background2.jpg);
background-repeat:repeat-x;
text-align: center;
margin:0 auto;
min-width: 960px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-color:white;
}

#wrapper {
background-color:#7e7e7e;
border-left-color:black;
border-left-width:3px;
border-left-style:solid;
border-right-color:black;
border-right-width:3px;
border-right-style:solid;
border-bottom-color:black;
border-bottom-width:6px;
border-bottom-style:solid;
width:960px;
margin:0 auto;
text-align: left;
}

#header {
padding:57px 0px 50px 0px;
text-align:center;
}

#content {

text-align:center;
padding: 15px 15px 25px 15px;
}

#footer {
background-color:#292929;
padding: 4px 0px 2px 10px;
color:white;
font-size:10px;
}
/* End of 'default' */

/* 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 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 #069;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #385C72;
	color: white;
	border: 1px solid black;
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #eee;
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* 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;
}

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

