/*  
Gossip from Grace Section
*/

	.gg a {
		color: #ba229a;
		font-weight:bold;
		text-decoration: underline;
		border:none;
	}

	.gg a:hover {
		color: #f931cf;
		font-weight:bold;
		text-decoration: underline;
		border:none;
	}
	
	.gg a:visited {
		color: #ba229a;
		font-weight:bold;
		text-decoration: underline;
		border:none;
	}	
	
	.gg {
	}
	
	
div#ggContainer {
	position:relative; /* needed for footer positioning*/
	text-align:left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background:url(../images/page_bg.png) repeat-y;	
	margin:0 auto; /* center, not in IE5 */
	width:900px;
}

#gossipHeader {
	width:460px;
	height:78px;
	background: url(../images/gg/gg_header.gif) no-repeat;
	margin-bottom: 15px;
}

#gossipHeader span {
	display: none;
	}

.gg-entry-title {
	font-size:24px;
	font-family: Arial Rounded MT Bold, Arial, sans-serif;
	color: #333333;
}

.gg-entry-date {
	font-size:10px;
	font-family: Arial Rounded MT Bold, Arial, sans-serif;
	color: #999999;
}

.gg-entry-title a {
	font-size:24px;
	font-family: Arial Rounded MT Bold, Arial, sans-serif;
	color: #333333;
	text-decoration:none;
}

.gg-entry-title a:visited {
	font-size:24px;
	font-family: Arial Rounded MT Bold, Arial, sans-serif;
	color: #333333;
	text-decoration:none;
}

.gg #content {
	width:460px;
	float:left;
}

.ggPostTop {
	width:460px;
	height:22px;
	background:url(../images/gg/gg_post_top.gif) no-repeat;
}

.ggPost {
	background:url(../images/gg/gg_post_middle.gif);
}

.ggPostMiddle {
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
}

.ggPostBottom {
	width:460px;
	height:45px;
	background:url(../images/gg/gg_post_base.gif) no-repeat;
	margin-bottom:20px;
}

.gg-comments-link {
	clear: left;
}

/* side bar stuff */



#gg_gracePic {
	width:300px;
	height:315px;
	background: url(../images/gg/gg_pic.jpg) no-repeat;
	margin-bottom: 15px;
}

