@import "/templates/global.css";

#main {
background-color:#000000;
width:800px;
}
#main p, #main div {
background-color:#000000;
padding:20px;
margin:0px;
font-family:arial, helvetica, sans serif;
font-size:13px;
color:#bbaa80;
text-align:left;
}

#main li {
font-family:arial, helvetica, sans serif;
font-size:13px;
color:#bbaa80;
text-align:left;
margin-left:15px;

}

#main h1 {padding-left:20px;margin:0px 0px 7px 0px; color:#6b2a5e;text-align:left;font-size:18px;}

#main h2 {padding-left:20px;margin:0px; color:#a57994;text-align:left; font-size:15px;}
#main img {border:1px solid #7e797f;margin-left:20px;margin-bottom:20px;}

#quotable {
width:800px;
background-color:#000000;
}
#quotable p {
background-image:url(http://dev.soulmotion.com/images/crescent-moon.jpg);
border:0px solid #333333;
width:463px;
height:110px;
margin: 0 0 0 0;
color:#827045;
padding:20px;
text-align:justify;
vertical-align:middle;
letter-spacing:1px;
font-family:lucida sans, arial, sans serif;
font-size:11px;
}
#caption {font-size:12px;
padding-bottom:15px; letter-spacing:2px;font-weight:bold;}


/* EVENTS PAGE ONLY */

.evheader  h1 {
	text-align: center;
	margin-bottom: 10px;
}
.eventborder {
	border:  solid 1px;
	border-color: #6b2a5e;
	margin-bottom: 10px;
}
.tdeventheading {
	line-height: 20px;
	padding: 2px;
	background-color: #6b2a5e;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}
.tdevent  {
	padding: 2px;
}
.eventheading {
	text-align: center;
}
.mteventheading {
	line-height: 20px;
	padding: 2px;
	background-color: #6b2a5e;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}
.mtevent  {
	vertical-align: top;
	padding: 2px;
}
.alleventheading {
	line-height: 20px;
	padding: 2px;
	background-color: #a57994;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.allevent li {
    padding: 2px;
	list-style: none;
}
.evfooter {
	text-align: center;
}

.tdevent a {
padding-left:20px;
margin-bottom:20px;
}
/* END EVENTS PAGE */


/* NEWS PAGE ONLY */

.post_title, .post_date {
	border-bottom: 0px solid #DDDDDD;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

}

.post_title {
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	padding-left:20px;
}

.post_date {
	text-align: right;
	font-weight: bold;
	color:#917987;
	padding-right:20px;
	font-size: 13px;
}

.post_short {
	text-align: justify;
	padding-bottom: 28px;
	padding-left:20px;
}

.comment_title {
	font-weight: bold;
}

.comment_text {
	font-weight: bold;
	background-color: #FDFDFD;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}

.comment_title, .comment_text {
	border-left: 1px solid #DDDDDD;
}

.comment_info {
	text-align: right;
	border-right: 1px solid #DDDDDD;
}

.comment_title, .comment_info {
	border-top: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}

.selected_group_title { 
	font-size: 14px;
	text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}
/* END NEWS PAGE */

td b{color:#a57994;margin-left:20px;}