/*

	NortheastCommunityFoursquareChurch.org - CSS
	
	Here we setup primarily infrastructual things.
	
	Fonts and text are imported in a different file
	
*/

	@import "text.css";

HTML {
	height:100%
	}
	
BODY {
	margin:0;
	padding:0;
	height:100%;

		background:repeat-x top url(/images/bg_gradient.jpg) #428462;
	
}

DIV#holder {
	background:#FFF;
	background:left repeat-y url(../images/columnBg.jpg) #FFF;
	margin:0 auto;
	width:810px;
		border-left:1px #000 solid;
		border-right:1px #000 solid;
min-height:100%;
}

	
	DIV#holder DIV#content {
		margin:0 auto;
		background:left repeat-y url(../images/columnBg.jpg) #FFF;
		border-left:1px #000 solid;
		border-right:1px #000 solid;
		margin-right:-1px;
		margin-left:-1px;
	}
	
	
		DIV#footer {
			font-size:7pt;
			color:#AAA;
			text-align:right;
			margin-top:20px;
			padding-top:5px;
			padding-right:15px;
		clear:both;
		}
		
			DIV#footer A {
				color:#888;
				text-decoration:none;
			}
			
			DIV#footer A:hover {
				color:#222;
				border-bottom:1px #AAA dotted;
			}
	
	
		DIV.indentLeft {
			margin-left:1.5em;
		}
	
DIV.rightColumn {
width:500px;
float:left;
padding-left:.5em;

}


body#Announcements div.rightColumn img {
float:right;
margin:0 0 2em 2em;
}


body#Announcements div.rightColumn h3 {
margin-top:2em;
}


DIV.leftColumn {
width:250px;
float:left;
margin-right:1em;
color:#FFF;
font-size:9pt;
font-style:italic;
height:100%;
padding:3px;
}

		DIV.leftColumn A {
		color:#FFF;
		text-decoration:None;
		}

		DIV.leftColumn A:hover {
		text-decoration:underline
		}
		
		
	
	
	#Announcements .leftColumn  {
	font-style:normal;
padding:0;
	}	
	
		#Announcements .leftColumn h3 {
		font-size:14px;
		text-align:center;
		}
		
		#Announcements .leftColumn ul {
	margin:0;
	padding: 0;
	list-style:none;
	width:100%;
		}
		
			#Announcements .leftColumn ul li {
			padding:3px;
			margin-bottom:1px;
			}
			
			#Announcements .leftColumn ul li a {
			display:block;
			padding:3px 0 3px 10px;
			background:#300;
			
			}
		
			#Announcements .leftColumn ul li a:hover {
			background:#400;
			}		
		

	DIV.photos {
		text-align:center;
	}
	DIV.photos IMG {
		border:1px #AAA solid;
		margin:2px;
	}
	
	
DIV.locations {
	clear:both;
	width:400px;
	margin:0 auto;
	margin-top:1.2em;
	margin-bottom:1em;
	text-align:center;
}

	DIV.locations .column {
		width:200px;
		float:left;
	}
	
	DIV.locations .column A{
		text-decoration:none;
		font-size:13pt;
		color:#00A;
	}
	
	DIV.locations .column A:hover{
		color:#33F;
	}

	
DIV.upcomingEvents {
border-top:1px #888 solid;
border-bottom:1px #888 solid;
padding:1em;
margin-top:.5em;
}

	DIV.center { text-align:center;}
	
DIV#menu {
	background:top repeat-x url(../images/menuBg.jpg);
	padding:3px;
	border-top:3px #000 solid;
	border-bottom:3px #000 solid;
	
	padding-left:3em;
}

	DIV#menu A {
		color:#FFF;
		text-decoration:none;
		margin-right:2.25em;
	}
	
		A.staffLink  {
			color:#009;

		}
	
	DIV#menu A:hover {
		text-decoration:underline;
	}
	
	
	.hidden { display:none;}
	.shown  { display:block;}
	.clear {clear:both;}
	
	
	
	div#dvdBox {
	float:right;
	width:300px;
	margin:1em;

	}
	
		div#dvdBox a img {
			border:0;
		}
	
	
	
	.columns P {
	width:50%;
	float:left;
	
	}
	
	
	UL,LI {
		margin-left:1em;
	}
	
	
	.back {
		color:#448;
		font-size:10pt;
		text-decoration:none;
	}
	
	.back:hover {
		color:#00a;
		text-decoration:none;
	}
	
	
	
	.imgContainerLeft {
	width:auto;
	float:left;
	margin:0 1em 1em 0;
	text-align:center;
	color:#888;
	font-size:9pt;
	}
	
		.imgContainerRight {
	width:auto;
	float:right;
	margin:0 0 1em 1em;
	text-align:center;
	color:#888;
	font-size:9pt;
	}