@charset "UTF-8";

/** begin global */
/* Body */
body {
	/*
	background: url('../img/bg.jpg') repeat-x #1e1e1e;
	*/
	font-size: 77.5%;
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.429;
	text-align: left;
	color: #878787;
	/*
	
	min-width: 1099px;
	*/
}

/* Headings */  
h2 {font-size: 1.571em} /* 22px */
h3 {font-size: 1.429em} /* 20px */
h4 {font-size: 1.286em} /* 18px */
h5 {font-size: 1.143em} /* 16px */
h6 {font-size: 1em} /* 14px */

h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: .8em;
}
/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
    color: #404040;
    padding: 0 0px;
    text-decoration: none;
}
a:hover, a:active {
    color: #d7d7d7;
    text-decoration: none;
}

address {
	text-align: center;
	padding: 2px 0px 4px 0px;
}
/* end global **/

html {
	background: #fcfafa;
	height: 100%;
}
#topsplash {
	text-align: center;
	height: 100%;
}

#wrapper {
	width: 900px;
	height: 100%;
	margin: 0 auto;
}
	#shim { /* the shimmering needs to have a parent of height 100% in order to work */
		visibility: hidden;
		width: 900px;
		height: 50%;
		margin-top: -280px;
		float: left; /* stops from going behind the top margin */
	}
	#container {
		width: 900px;
		height: 600px;
		text-align: left;
	}
		#upper {
			width: 900px;
			height: 357px;
		}
			#flashshowcase {
				float: left;
				width: 690px; 
				height: 357px; /* 357 */
			}
			#newestentries {
				float: left;
				width: 204px; /* 210 */
				height: 357px; /* 357 */
				background: url('../img/newestentries.gif') no-repeat;
				padding: 0px 0px 0px 6px;
			}
				#newestentries #title {
					float: left;
					width: 50px;
					height: 41px;
					padding: 0px 0px 0px 154px;
				}
					#newestentries #title #more {
						width: 38px;
						height: 24px;
						display: block;
						background: url('../img/newestentries.gif') no-repeat -160px 0px;
						text-indent: -9999px;
					}
				#newestentries .date {
					float: left;
					width: 178px; /* 198 */
					height: 16px;
					background: url('../img/entrydate.gif') no-repeat;
					color: #f00;
					font-size: 0.9em;
					line-height: 1;
					padding: 4px 0px 0px 20px;
					overflow: hidden;
				}
				#newestentries .description {
					float: left;
					width: 190px; /* 198 */
					height: 35px;
					background: url('../img/entrydescription.gif') no-repeat;
					color: #404040;
					font-size: 0.9em;
					line-height: 1.5;
					padding: 5px 0px 0px 8px;
					overflow: hidden;
				}
		#lower {
			width: 900px;
			height: 243px;
		}
			.lowerpanel {
				float: left;
				width: 300px;
				height: 170px;
			}
			#copyright {
				float: left;
				width: 900px;
				height: 73px;
				text-indent: -9999px;
				background: url('../img/copyright.gif') no-repeat center 15px;
			}