/* CSS Document */

/* body class="frontpage" */

/* ----------------- Containers --------------- */

body {
	background-image:url(http://www.impactatharvest.com/assets/templates/impact/images/impact_back_tile.gif);
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	}

#container {
	width: 693px;
	margin: auto;
	padding: 0px;
	}

/* ---------------- Top Half ------------------ */

#top-half {
	background:url(http://www.impactatharvest.com/assets/templates/impact/images/tophalftile_back.gif) repeat-y;
	}

.secondarypage #top-half {
	background:url(http://www.impactatharvest.com/assets/templates/impact/images/tophalftile_back_full.gif) repeat-y;
	}

#banner {
	background:url(http://www.impactatharvest.com/assets/templates/impact/images/banner_back.gif) no-repeat top;
	margin-left: 12px;
	width: 669px;
	height: 213px;
	}
	
#banner span {
	display: none;
	}

/* -------------- Navigation ----------------- */

#nav-menu {
	background:url(http://www.impactatharvest.com/assets/templates/impact/images/nav_back.gif) no-repeat top;
	margin-left: 12px;
	width: 669px;
	height: 116px;
	}

.secondarypage #nav-menu {
	background:url(http://www.impactatharvest.com/assets/templates/impact/images/nav_back_full.gif) no-repeat top;
	}
	
#nav-links {
	float: right;
	margin-top: 50px;
	width: 410px;
	}

#nav-links ul {
	margin: 0px;
	padding: 0px;
	}
#nav-links ul li {
	margin: 0px;
	padding: 5px;
	display: inline;
	list-style:none;
	}

#nav-links ul li a {
	text-decoration:none;
	color:#238793;
	font-size: 14px;
	font-weight:bold;
	}

#nav-links ul li a:hover {
	color:#FFFFFF;
	}

#worship-player {
	float: left;
	margin-top: 35px;
	margin-left: 20px;
	width: 100px;
	}

/* ---------------------- Main ---------------------- */

#main {
	background:url(http://www.impactatharvest.com/assets/templates/impact/images/main_back.gif) no-repeat top;
	margin-left: 12px;
	width: 669px;
	height: 350px;
	}

.secondarypage #main {
	background:url(http://www.impactatharvest.com/assets/templates/impact/images/main_back_full.gif) no-repeat top;
	}

/* -----| main-content |------- */	
#main-content {
	float: right;
	margin-right:38px;
	width: 362px;
	height: 300px;
	}

.secondarypage #main-content {
	float: left;
	margin-left:38px;
	width: 592px;
	}

.article-blue, .article-green {
	margin: 20px 12px 0px 12px;
	}

.article-blue a, .article-green a {
	color:#e0eb82;
	text-decoration:none;
	}
.article-blue a:hover, .article-green a:hover {
	color:#FFFFFF;
	}

.article-blue .article-title, .article-green .article-title {
	background: url(http://www.impactatharvest.com/assets/templates/impact/images/articletitle_blue_back.gif) no-repeat top;
	margin: 0px 0px 10px 0px;
	padding-top: 5px;
	text-indent: 10px;
	font-size:20px;
	color:#FFFFFF;
	width: 338px;
	height: 36px;
	}
	
.secondarypage .article-blue .article-title, .secondarypage .article-title .article-green {
	 background:none;
	 }
.article-blue .article-content, .article-green .article-content {
	margin: 0px 20px 0px 15px;
	padding: 0px;
	font-size:12px;
	text-align:justify;
	line-height: 20px;
	color:#238793;
	}

.article-green {}
.article-green .article-title {
	background:url(http://www.impactatharvest.com/assets/templates/impact/images/articletitle_green_back.gif) no-repeat top;
	}
.article-green .article-content {
	color: #598b3d;
	}

/* -----| main-side |------- */
#main-side {
	float: left;
	margin-top: 20px;
	margin-left: 38px;
	width: 200px;
	height: 300px;
	}

#upcoming-events {
	margin-left: 10px;
	}

#upcoming-events h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size:18px;
	color:#9cd072;
	}

.event { }

.event-title {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size:12px;
	color:#238793;
	}
	
.event-desc {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size:10px;
	line-height: 15px;
	color:#548c93;
	}

#myspace{
	margin-left: 30px;
	}
	
#myspace span{
	display: none;
	}

#myspace a{
	display:block;
	background:url(http://www.impactatharvest.com/assets/templates/impact/images/myspace_start.gif) no-repeat top;
	width: 137px;
	height: 82px;
	border: 0px;
	}

#myspace a:hover{
	background: url(http://www.impactatharvest.com/assets/templates/impact/images/myspace_hover.gif) no-repeat top;
	}

/* ------------------- Bottom Half -------------- */

#bottom-half {
	}	

#footer {
	background:url(http://www.impactatharvest.com/assets/templates/impact/images/footer_back.gif) no-repeat top;
	width: 693px;
	height: 92px;
	margin-bottom: 25px;
	}
	
.secondarypage #footer {
	background:url(http://www.impactatharvest.com/assets/templates/impact/images/footer_back_full.gif) no-repeat top;
	}
		
#footer-content {
	margin: 0px;
	padding-top: 60px;
	text-align: center;
	font-size:10px;
	color:#959f42;
	}