/*
Theme Name:		WP Framework
*/



/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

body
{
	background-color: #f3df9b;
}

div.Logo
{
	left: 18px;
	position: absolute;
	top: 20px;
}

div.LinkBar
{
	left: 70px;
	width: 140px;
	position: absolute;
	top: 240px;
}

img.button
{
	margin-bottom:10px;
}

div.TopBanner
{
	left: 280px;
	position: absolute;
	top: 20px;
}

div.Content
{
	left: 280px;
	padding-bottom: 30px;
	width: 600px;
	font-family: Arial, Helvetica;
	position: absolute;
	top: 240px;
}

p.Foot
{
	margin-top: 60px;
	text-align: center;
	font-size: 8pt;
}

img.left
{
	float: left;
	margin-right: 30px;
}

img.right
{
	float: right;
	margin-left: 30px;
}

img.right
{
	clear: both;
	align: center;
	margin-bottom: 20px;
}

div.post
{
        clear: both;
        padding-top: 10px;
}

h2.entry-title
{
        text-align: center;       
}

h1
{
        text-align: center;       
}

br.clear
{
       clear: both;
}