@charset "UTF-8";
/*	Night CSS
	Site: Protect Maine Equality
*/	

@import "reset.css";
@import "base.css";
@import "typography.css";
@import "main.css";

body { background: #002743 url(../images/night-bg.jpg) top center no-repeat; }

#container {
	padding: 55px 10px 0;
	background: url(../images/night-frame-bg.gif) top center no-repeat;

}
#frame-bottom { position: absolute; left: 0; bottom: 0; height: 20px; width: 820px; background: transparent url(../images/night-frame-bg-bottom.gif) bottom left no-repeat;  margin-bottom: -1px; }

h1#logo {
	width: 410px;
	height: 70px;
	position: absolute;
	top: 58px;
	left: 0px;
}

#col1 { width: 375px; padding: 99px 0 0 23px; }
#col2 { width: 355px; margin-left: 30px; padding-top: 3px; }

#live-video-hdr {
	width: 375px;
	height: 110px;
	background-image: url(../images/headers/live_video-hdr.gif);
}


.section h3 { margin-bottom: 7px; }
#join-event-hdr { width: 144px; height: 17px; background-image: url(../images/headers/join_the_event-hdr.gif); }
#media-contact-hdr { width: 147px; height: 17px; background-image: url(../images/headers/media_contact-hdr.gif); }

#col1 .section p { 
	padding: 2px 4px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #004833;
	line-height: 1.2;
	margin-bottom: 15px;
}


h2#news-feed-hdr {
	width: 355px;
	height: 65px;
	margin-bottom: 15px;
	background-image: url(../images/headers/live_update-hdr.gif);
}
#news-feed {
	background: url(../images/feed-bg.gif) top left no-repeat;
	padding: 15px 15px 0;
	font-size: 13px;
	line-height: 1.2;
	position: relative;
	display: block;
}
/*\*/
* html #news-feed {
 	height: 100%;
}

#news-feed-bottom { 
	position: absolute;
	width: 350px;
	height: 10px;
	margin-bottom: -10px;
	bottom: 0;
	left: 0;
	background: url(../images/feed-bg-bottom.gif) top left no-repeat;
}
#news-feed a { color: #069; }
#news-feed li {
	padding-bottom: 9px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 9px;
}
#news-feed li:last-child { border: none; }

#news-feed a { color: #999; font-style: italic; text-decoration: none; }
#news-feed a:hover { color: #666; }
#news-feed span a { color: #069; font-style: normal; text-decoration: underline; }
#news-feed span a:hover {  color: #069; text-decoration: none; }



.section { overflow: auto; }
.section h2 { margin-bottom: 10px; }
.section .summary {
	display: block;
	padding: 2px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #004833;
	line-height: 1.2;
	margin-bottom: 15px;
}

