/* 
--MAIN STYLESHEET--

Another nifty style sheet for NCC. Wee hoo!

Site URL: http://www.egggggggstravaganzadc.com minus five g letters. Any g letters.
Copyright: 2009 until forever, All Rights Reserved. Don't steal, or the devil will get you.
Designer: David Russell | URL: http://www.davidrussell.org

Color Composition: 
	Yellow #FFFF84 
	Dark Blue #5BE7FF Light Blue #B9F4FF
	Green #B9FF97
	Dark Pink #FF9D9D Middle Pink #FFCCCC Light Pink #FFE1E1
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.8em/12px Verdana, Helvetica, sans-serif;
	background: url(images/site/bg.jpg) repeat-x;
	background-color: #B9F4FF;
}

p {
	margin-bottom: 1em; /* back to normal */
	line-height: 1.5em;
	padding: 0 0.5em;
}

a {
	color: #666;
}

h1 {font-size: 2.0em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.0em;}

h1#header {
	display: block;
	width: 600px;
	height: 150px;
	background-image: url(images/site/header-2010.jpg);
	margin: 1em auto 0 auto;
}

	h1#header span {
		display: none;
	}

h2 {
	background-color: #FFE1E1;
	color: #FF9D9D;
	padding: 0.5em;
	clear: both;
}

img.right {
	float: right;
	margin: 0 5em 3em 0;
}
	
	a img.trailer {
		margin: 1em 0;
		border: 0;
	}

ul {
	margin: 0 0 1em 3em;
}

	ul li {
		list-style-type: none;
		position: relative;
		left: 15px;
		height: 22px;
		line-height: 1.2em;
		background: url(images/site/list-item.jpg) no-repeat;
		padding-left: 2em;
	}

#container {
	margin: 0 auto 1em auto;
	width: 600px;
}

#content {
	background-color: #FFF;
	width: 570px;
	padding: 15px;
}

	#content p.address {
		font-size: 1.2em;
		text-transform: uppercase;
		color: #666;
	}

	#content h2.highlight {
		background: url(images/site/highlight.jpg) repeat-x;
		background-color: #B9FF97;
		margin: 1em 0;
		padding: 1em 0;
		font-weight: 100;
		text-transform: uppercase;
		font-size: 1.4em;
		color: #006FB0;
		text-align: center;
		line-height: 1em;
	}
	
	#content blockquote {
		color: #336699;
		font-family: Garamond, Georgia, Times, serif;
		width: 400px;
		text-align: center;
		font-size: 2em;
		background-color: #FAFAFA;
		padding: 1em;
		line-height: 1.2em;
		font-style: italic;
		margin: 0 auto;
	}
	
		#content blockquote em.author {
			font-style: normal;
			font-size: 0.8em;
			display: block;
			text-align: right;
			color: #CCC;
		}		

#lcm_video {
	margin: 1em 0;
}
	
#footer {
	background: #5BE7FF;
	text-align: center;
	margin: 0 auto 3em auto;
	width: 600px;
	padding: 1em 0;
}

#unsubscribe {
	margin: 1em auto;
}

div#lcm_video {
	text-align: center;
}