html,body { 
	font: 12px "Century Gothic",Arial,sans-serif; 
	color: #fff;
	background: #FE9833 url('../images/sunset-fade.gif') top repeat-x; 
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;	 
}

a {
	color: #fff;
}

#container { 
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	background: #191D28 url('../images/sunset-splashbg.jpg') top no-repeat;
	text-align: left;
	height: 100%;
}

#gallery h1 {
	font-weight: normal;
	font-size: 20px;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
}

ul {
	margin: 0px;
	padding: 0px;
}	

#header {
	clear: both;
	height: 80px;
}

#logo {
	display: block;
	background: url('../images/midnight-bwdlogo.gif') no-repeat;
	width: 170px;
	height: 50px;
	text-indent: -20000000px;
	cursor: hand;
	padding: 10px;
	background-position: 10px 10px;
}

#gallery {
	clear:both;
	overflow: auto;
	margin: 10px 0px 15px 0px;
	padding: 0px;
	width: 760px;
}

#left {
	width: 180px;
	float: left;
	margin: 0px 20px 0px 10px;
	padding: 0px;
}

#list {
	height: 260px;
	overflow: auto;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#list li {
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 0px 3px 12px;
	text-decoration: none;
	border-bottom: 1px solid #4A4F5D;
}

#list li.selected {
	background: url('../images/midnight-sdot.gif') no-repeat;
	background-position: 0px 6px;
}

#list li a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#list a.current {
	font-weight: bold;
	color: #fc6;
}

#right {
	width: 530px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #5F0101;
	border: 1px solid #E95449;
}

#panel-top {
	width: 530px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	overflow: auto;
}

#panel-top .entry {
	float: left;
	padding: 10px 10px 0px 10px;
}

#panel-top .navigation {
	float: right;
}

#panel-top .nav {
	float: left;
	margin: 7px 7px 0px 0px;
}

#panel-top .first {
	display: block;
	background: url('../images/nav-orange-first.png') no-repeat;
	width: 86px;
	height: 26px;
	text-indent: -20000000px;
	cursor: hand;
}	

#panel-top .prev {
	display: block;
	background: url('../images/nav-orange-previous.png') no-repeat;
	width: 86px;
	height: 26px;
	text-indent: -20000000px;
	cursor: hand;
}	

#panel-top .next {
	display: block;
	background: url('../images/nav-orange-next.png') no-repeat;
	width: 86px;
	height: 26px;
	text-indent: -20000000px;
	cursor: hand;
}	

#panel-top .last {
	display: block;
	background: url('../images/nav-orange-last.png') no-repeat;
	width: 86px;
	height: 26px;
	text-indent: -20000000px;
	cursor: hand;
}

#panel-title {
	width: 530px;
	background: #9A3434;
	border-top: 1px solid #E95449;
	border-bottom: 1px solid #E95449;
	padding: 0px;
	margin: 8px 0px 0px 0px;
	overflow: auto;
}

#panel-title .entry-name {
	float: left;
	margin: 5px 8px 5px 10px;
	font-size: 16px;
	font-weight: bold;
}	

#panel-title .entry-postdate {
	float: right;
	margin: 5px 8px 5px 10px;
}

#panel-middle {
	margin: 20px;
}

#panel-bottom {
	width: 530px;
	height: 18px;
	font-size: 8px;
	background: #963030;
	border-top: 1px solid #E95449;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	overflow: auto;
}	

#footer {
	width: 720px;
	margin: 40px 20px 20px 20px;
	text-align: center;
	clear: both;
}

#footer strong {
	color: #fc6;
}


