﻿body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: black;
	font-family: Verdana;
}

#container
{
	margin: 0 auto;
	width: 1000px;
	background: #999;
	color: black;
}

#header { height: 380px; }
#content_inner_nav img { vertical-align: middle; }	

a
{
	text-decoration: none;
	color: blue;
}

a:hover { text-decoration: underline; }

#content
{
	position: absolute;
	width: 1000px;
	top: 361px;
	margin: 0 auto;
}

#content_inner_content { margin-top: -20px; }

#content_inner_nav
{
	height: 18px;
	background: #3f5334;
	border-bottom: 1px solid white;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 2px;
	text-align: left;
}

#content_inner_nav > a
{
	margin-left: 10px;
	color: #ddd;
}

div.post
{
	margin: 20px 20px 0 20px;
	font-size: small;
}

div.post > h2.header
{
	text-align: left;
	margin-top: 0px;
	padding: 5px;
	font-size: small;
	border-bottom: 1px dashed white;
}

div.post > div
{
	margin-top: -13px;
	margin-bottom: -11px;
	text-align: justify;
}

div.post > div > p.footer
{
	text-align: right;
	font-size: smaller;
}

div.post > div > p
{
	padding: 0 10px 0 10px;
}

div.post > div > p:first-child
{
	padding-top: 10px;
}

div.post > div > p:last-child
{
	padding-bottom: 10px;
}

div.None
{
	background: #f2d0b0 url("/Content/images/Themes/BirdOfParadise/bg-None.png") no-repeat 10px 10px;
	height: 100%;
	min-height: 100%;
}

div.None > div.Post { border: 1px solid #f6b442; }
div.None > div.post > h2.header { background: #f6b442; }
div.None > div.post > div { background: #ffcd78; }

div.Build
{
	background: #aae08d url("/Content/images/Themes/BirdOfParadise/bg-Build.png") no-repeat 10px 10px;
	height: 100%;
	min-height: 100%;
}

div.Build > div.Post { border: 1px solid #8dba75; }
div.Build > div.post > h2.header { background: #8dba75; }
div.Build > div.post > div { background: #f2d0b0; }

div.Music
{
	background: #ffcd78 url("/Content/images/Themes/BirdOfParadise/bg-Music.png") no-repeat 10px 10px;
	height: 100%;
	min-height: 100%;
}

/* TODO - unique background/border colors for Music section */
div.Music > div.Post { border: 1px solid #f6b442; }
div.Music > div.post > h2.header { background: #f6b442; }
div.Music > div.post > div { background: #ffcd78; }

div.Art
{
	background: #e1baff url("/Content/images/Themes/BirdOfParadise/bg-Art.png") no-repeat 10px 10px;
	height: 100%;
	min-height: 100%;
}

div.Art > div.Post { border: 1px solid #b495cc; }
div.Art > div.post > h2.header { background: #b495cc; }
div.Art > div.post > div { background: #d9d3dc; }