/*
 * Style sheet for Townley Hall
 * Golf Club
 *
 * (c) 2005 Alex McAllister
 * ...with some help...
 *
 * Additional style sheet for
 * news.php
 *
 */

#rightcontainer ul { margin-left: 0; }
#rightcontainer li { list-style-type: none; margin-bottom: 0.1em; }

.newsitem { margin-bottom: 2em; }
.newsitem p { /* margin-left: 0.5em; margin-right: 0.5em; */}

.newsitemheader {
	border-bottom: 1px solid #6a3;
	/* color: #fff;
   background-color: #6a3; 
   margin: 0;
   padding-left: 0.5em;
   padding-right: 0.5em; */
}

.indexnewsitem {
   border: 1px solid #6a3;
   margin-bottom: 2em;
   font-size: 80%;
}
.indexnewsitem p {
   margin-left: 0.5em;
   margin-right: 0.5em;
   margin-top: 0.5em;
}

.indexnewsitemheader {
   color: #fff;
   background-color: #6a3;
   margin: 0;
   padding-left: 0.5em;
   padding-right: 0.5em;
   padding-bottom: 0.25em;
}

.indexnewsitemheader a {
   color: #fff;
   background-color: #6a3;
   text-decoration: none;
}

.indexnewsitemheader a:hover { color: #000; background-color: #fff; }