﻿body { text-align: center; }

body > table
{
	margin: 64px auto 0 auto;
	border: 1px solid black;
	height: 600px;
	width: 800px;
}

#header
{
	text-align: center;
	height: 92px;
}

#content
{
	max-height: 444px;
	height: 444px;
	vertical-align: top;
}

#content_inner_content
{
	text-align: left;
	float: left;
	width: 800px;
	overflow-y: auto;
	height: 424px;
	max-height: 424px;
}

#footer
{
	height: 64px;
	text-align: center;
}

#footer > a
{
	margin: 0 10px 0 10px;
	display: inline-block;
	width: 48px;
	height: 48px;
}

div.post > div > p.footer { font-size: smaller; }
div.post { padding: 0 20px 40px 20px; }
div.post h2 { font-size: larger; }

#footer > a.None { background: url('/Content/images/Themes/Illustration/button-none-off.jpg') bottom no-repeat; }
#footer > a.Build { background: url('/Content/images/Themes/Illustration/button-build-off.jpg') bottom no-repeat; }
#footer > a.Music { background: url('/Content/images/Themes/Illustration/button-music-off.jpg') bottom no-repeat; }
#footer > a.Art { background: url('/Content/images/Themes/Illustration/button-art-off.jpg') bottom no-repeat; }
#footer > a.Living { background: url('/Content/images/Themes/Illustration/button-living-off.jpg') bottom no-repeat; }
#footer > a.Other { background: url('/Content/images/Themes/Illustration/button-other-off.jpg') bottom no-repeat; }

#footer > a.None:hover { background: url('/Content/images/Themes/Illustration/button-none-on.jpg') bottom no-repeat; }
#footer > a.Build:hover { background: url('/Content/images/Themes/Illustration/button-build-on.jpg') bottom no-repeat; }
#footer > a.Music:hover { background: url('/Content/images/Themes/Illustration/button-music-on.jpg') bottom no-repeat; }
#footer > a.Art:hover { background: url('/Content/images/Themes/Illustration/button-art-on.jpg') bottom no-repeat; }
#footer > a.Living:hover { background: url('/Content/images/Themes/Illustration/button-living-on.jpg') bottom no-repeat; }
#footer > a.Other:hover { background: url('/Content/images/Themes/Illustration/button-other-on.jpg') bottom no-repeat; }

div.post p.footer { text-align: right; }