/*

		
		BaltimoreClosings Main CSS
		Alison Endacott
		1/08
		
*/


* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
	
	
body {
	background: #2a6a7d;
}

	#container {
		background: #266477 url(/images/bg-gradient.jpg) repeat-x top;
		font-family: Arial, Helvetica, sans-serif;
		color: #2a2a2a;
		font-size: 72%;
		line-height: 1.2;
		border: 3px solid #2a6a7d;
		position: relative;
	}
	
	
	/* homepage */

#head {
	background: url(/images/bg-top.jpg) repeat-x top;
	height: 99px;
	padding-top: 4px;
}

#content {
	min-height: 100px;
	_height: 100px;
	padding: 10px;
	background: #d5ebef;
	margin: 0 10px;

}

#bottom {
	display: block;
	background: url(/images/bottom.djpg) repeat-x bottom;
	height: 56px;
	*height: 51px;
	position: relative;
}

p#subscribe {
	width: 210px;
	position: relative;
	top: 5px;
	left: 50%;
	margin-left: -103px;
}

	p#subscribe a {
		display: block;
		background: url(/images/btn-email.gif);
		width: 210px;
		height: 40px;
		text-indent: -9999px;
		overflow: hidden;
	}


/*rounded corner 
#top-right,
#top-left,
#bottom-left,
#bottom-right {
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	z-index: 99;
}

#top-right {
	top: 0;
	right: 0;
	background: url(/images/top-right.gif)no-repeat;
}

#top-left {
	top: 0;
	left: 0;
	background: url(/images/top-left.gif)no-repeat;
}

#bottom-left {
	bottom: 0;
	left: 0;
	background: url(/images/bottom-left.gif)no-repeat;
}

#bottom-right {
	bottom: 0;
	right: 0;
	background: url(/images/bottom-right.gif)no-repeat;
}

#left {
	position: absolute;
	height: 100%;
	width: 3px;
	left: 0;
	background: url(/images/left.gif) repeat-y;
}

#right {
	position: absolute;
	height: 100%;
	width: 3px;
	right: 0;
	background: url(/images/left.gif) repeat-y;
}
*/


#top-right-inner,
#top-left-inner,
#bottom-left-inner,
#bottom-right-inner {
	display: block;
	position: absolute;
	width: 5px;
	height: 6px;
	z-index: 99;
	
	
}

#top-right-inner {
	top: 103px;
	_top: 106px;
	right: 10px;
	_right: 13px;
	background: url(/images/top-right-inner.gif) no-repeat;
	
}

#top-left-inner {
	top: 103px;
	_top: 106px;
	left: 10px;
	
	background: url(/images/top-left-inner.gif) no-repeat;
	
}

#bottom-left-inner {
	bottom: 55px;
	*bottom: 50px;
	left: 10px;
	background: url(/images/bottom-left-inner.gif) no-repeat;
	_background: transparent;
}

#bottom-right-inner {
	bottom: 55px;
	*bottom: 50px;
	right: 10px;
	background: url(/images/bottom-right-inner.gif) no-repeat;
	_background: transparent;
}





/* */

h1 a {
	display: block;
	width: 216px;
	height: 99px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
	background: url(/images/closing-central.gif) no-repeat;
}

	h2 {
		font-size: 1.2em;
	}
	
		h2#locations {
			display: block;
			margin-top: 1em;
			height: 15px;
			width: 86px;
			text-indent: -9999px;
			background: url(/images/locations.gif) no-repeat;
		}
		
	h3 {
		font-size: 1em;
		margin-left: 10px;
		margin-top: .5em;
	}
	
	h4 {
		font-size: 1em;
		display: inline;
		font-weight: normal;
	}

	#details {
		padding-bottom: .5em;
	}

		#details li {
			border-bottom: 1px solid #ccc;
			padding: .3em 0;
			margin-left: 20px;
			list-style: none;
		}
			body.subscribe #details li {
				border-bottom: 0;
			}

		#details li strong {
			color: #c00;
		}
		
		#details li span.timestamp {
			font-size: 85%;
			color: #666;
			display: block;
			text-indent:  5px;
		}

#stations {
	margin: 10px 0 10px 20px;
}

	#stations li {
		display: inline;
	}

	#Button1 {
		display: block;
		margin: 10px 0 0 20px;
	}
	
	#lbl_txtEmail {
		margin: 0 0 0 20px;
	}

label.unsub {
	display: block;
	padding-top: 1em;
}		
		
#btnUnsubscribe {
	position: relative;
	top: 5px;
}

body.thankyou h2 {
	margin: 0;
	color: #29687b;
	font-weight: bold;
}

#error {
	display: block;
	color: #c00;
	font-weight: bold;
	margin-left: 20px;
}


/* ------------------------ 
		EASY CLEARING 
------------------------ */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

