/*   
Description: This is the site CSS for Greg Lentz Ministries
Author: Andrew Winebarger
Author URI: http://www.andrewwinebarger.com
Version: 1.5
*/

#wrapperindex{
	width: 960px;
	height: 860px;
	background: url(../images/background/background2.png) no-repeat;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

#welcome {
	margin-left: 185px;
	height: 230px;
	width: 225px;
	font-size: .8em;
}

.homecontent{
	margin-top: 10px;
	width: 692px;
	display: block;
	float: right;
	margin-right: 85px;
/*	margin-bottom: 20px;*/
}


.announcement1{
	float: left;
	/*height: 220px;*/
	width: 325px;
	font-size: 0.75em;
}

.announcement2{
	float: left;
	/*height: 220px;*/
	width: 325px;
	font-size: .75em;
	margin-left: 30px;
}

.stream{
	float: left;
	font-size: .75em;
	margin-top: 40px;
	margin-left: 30px;
}

#column1{
	width: 220px;
	float: left;
}
#column2{
	margin-left: 10px;
	width: 220px;
	float: left;
}

#news{
	float: left;
	height: 220px;
	width: 220px;
	font-size: 0.8em;
	margin-top: 40px;
	overflow: hidden;

}

#schedule{
	float: left;
	height: 220px;
	width: 190px;
	font-size: 0.8em;
	margin-top: 40px;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 15px;
}

#tweet{
	float: left;
	height: 220px;
	width: 240px;
	font-size: .8em;
	margin-top: 40px;
}

#twitter_update_list{
	list-style-type: none;
	margin-left:0;
	padding-left:0;
	height: 164px;

}

#twitter_update_list a{
	color: #1d7dc3;	
}

.viewmore {
	text-align: left;
	font-weight: normal;
	font-variant: normal;
}


#schedule p span {
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}

.homepage_img {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-decoration: none;
	border: 0 none;
}

#watchnow{
	background-image: url(../images/background/watchLive/watchCONF.png);
	background-repeat: no-repeat;
}
#watchnow:hover{
	background-image: url(../images/background/watchLive/watchCONF_Click.png);
	background-repeat: no-repeat;
}
