/*
Theme Name: Builder
Author: All Praise Media LLP
Author URI: http://www.allpraisemedia.com/
Description: This theme is a very simplistic design that can be used as a blog or for business and includes a Contact Us form. Users have the option to use the colors they choose for the background, menu bar, and sidebar. When using as a blog, Posts have share buttons for Facebook, Twitter, and Google+. 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, fixed-layout, custom-colors, custom-menu
*/

body {
   	text-align:left;
   	font-family: Geneva, Arial, Helvetica, sans-serif;
   	font-size:.875em; /* text height change jct 10-12-2011 */
   	height: 95%;
	background:url(images/bg.jpg) repeat-x #EEE;
}

#main {
   	width:1000px;
   	margin-left:auto;
   	margin-right:auto;
   	overflow: hidden;
   	min-height: 450px;
  	background-color:#EEE;
   	clear:both;
	padding:2px;
}

#header {
   	height:60px;
   	width:1000px;
   	text-align:left;
   	background-color:#880000;
	margin-left:auto;
   	margin-right:auto;
	color:#EEE;
	padding:2px;
}

.sitename {
	margin: -5px 0;
	font-size:44px;
	font-weight:bold;
}

#bottom {
	width:1000px;
   	text-align:left;
   	background-color:#EEEEEE;
	border: 1px solid #880000;
	margin-left:auto;
   	margin-right:auto;
  	min-height:250px;
	margin-bottom:20px;
	padding:2px;
	overflow:auto;
}

#bottom #left li, #bottom #middle li, #bottom #right li {
	list-style-type:none;
}

#left, #middle, #right {
	width:330px;
	background-color:#eee;
}

#left, #middle {
	float:left;
}
#middle{
	margin:0 0 0 3px;
}

#middle{
	margin-left: 5px;
}

#right {
	float:right;
}

#footer {
	height:100px;
   	margin-left:auto;
   	margin-right:auto;
   	width:1000px;
	background:#880000;
	color:#000;
	text-align:center;
	padding:2px;
}

h1 {
	font-size:30px;
	margin-top:-5px;
	margin-bottom:-5px;
}

.screen-reader-text {
	display:none;
}