/* LAYOUT */

#holder { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 750px;
	/*background-color: #FFFFFF;*/
	background-color: #ddd; 
/*	background-image:url(i/sol-60px.jpg);
	background-repeat:repeat-y;
*/
}

#maintable {
	margin: 10px;
	}

#content {
	padding: 1em;
	padding-top: 0.5em;
	padding-left: 0em;
}

#nextevent {
	text-align: center;
	margin: 0.7em 0.7em 0.2em 0.2em;
	padding: 0.2em;
	background-color: #990000;
	color: #FFF;
	border: 1px solid #000;
} 	

#signup {
	text-align: center;
	margin: 0.7em 0.7em 0.2em 0.2em;
	padding: 0.2em;
	border: 1px dashed #000;
} 	

form {
	margin: 0em;
	padding: 0em;
}




/* STYLING */

body {
  font-family: Arial, helvetica, sans-serif;
  font-size: 86%;
  background-color: #fff;
  color: #000000;
  background-image:url(i/bg-girl.jpg);
}

td {
	font-family: Arial, helvetica, sans-serif;
}

th {
	font-family: Arial, helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover, a:active {
	text-decoration: underline;

}


#links a:link, #links a:visited {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	margin-top: 0.3em;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0.1em;
	background-image: none;
	}

#links a:hover, #links a:active {
	background-color: #990000;
	background-image: url(i/gradient-h3.jpg);
	color: white;
}

#nextevent a:link, #nextevent a:visited {
	text-decoration: none;
	color: #FFF;
}
#nextevent a:hover, #nextevent a:active {
	text-decoration: underline;

}



.newsitem, .sol_event,  .sol_newsit {
	border: 1px solid #fff;
	border-bottom-color: #999;
	border-right-color: #999;
	background-color: #fff;
	padding: 0.5em;
	text-align: justify;
	line-height: 150%;
	margin: 0;
	margin-bottom: 1em;
}

.scroll {
	height: 9em;
	overflow: auto;
}

.newsitem p, .sol_event p, .sol_newsit p {
	margin: 0px;
	margin-bottom: 0.7em;
	}


.newsitem h3, .sol_event h3,  .sol_newsit h3 {
	margin: 0;
	padding: 0.1em;
	font-weight: bold;
	font-size: 115%;
	background-color: #888;
	color: #fff;
	background-image: url(i/gradient-h3.jpg);
	background-repeat: x;
}


.newsitem h4 {
	display: inline;
	margin: 0px;
	background-color: #888;
	padding: 0.5em;
	color: #fff;
	}


.newsitem img, .sol_event img,  .sol_newsit img {
	float: right;
	margin: 0.5em;
	border: 1px solid black; 
}

.buttons{
	float: right;
	margin: 0.5em 0 0.5em 1em;
	padding: 0.5em;
	text-align: center;
	border: 1px solid #CCC;
}

.buttons img {
	float: none;
	margin: 0px;
	border: none;
}

.newsitem .postdate, .sol_event .postdate,  .sol_newsit .postdate {
	display: block;
	text-align: right;
	font-size: 80%;
	font-style: italic;
	}

.newsitem ul, .sol_event ul,  .sol_newsit ul {
padding: 0px;
margin-left: 1.5em;
list-style-image: url(i/bullet-star.gif);
}


.lineup {
	font-size: 80% }

#bottom {
font-size: 80%;
}

#bottom hr {
	margin: 1em 0em 1em 0em;
	width: 75%;
	background-color: #000;
	color: #999;
	height: 1px;
}
	
.small {
font-size: 75%;
}

.smallitalic {
font-size: 75%;
font-style: italic;
}

.clearer{
height:1px;
overflow:hidden;
margin-top:-1px;
clear:both;
}
