/*
Theme Name: AreBee
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.2
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 {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
    font-size: 16px;
	background:#474747;
}

.sitename {
	font-size: 60px;
    margin: 0 0 -15px 12px;
    text-shadow: 2px 2px 2px #fff;
}

.description {
	font-size: 24px;
    padding: 0 0 0 12px;
	font-style:italic;
	color:#fff;
}

#wrapper{
	width:100%;
	height:100%;
}

#headerwrapper {
	height:289px;
	width:100%;
	background:url("./images/header.jpg");
	background-repeat:repeat-x;
}
#header {
	width:1100px;
	margin:0 auto;
	height:289px;
}
.left {
	width:373px;
	height:100%;
	float:left;
	clear:both;
}
.right {
	width:727px;
	float:right;
	/*text-align:right;*/
	height:100%;
}

a:link, a:link, a:visited, a:hover, a:active {
	color:#FFF;
	text-decoration:none;
}

#searchform {
	float: right;
}

.screen-reader-text {
	display:none;
}

#content, #comments {
	float:left;
}

#container {
	width:1000px;
	margin:0 auto;
	min-height:500px;
}

#footerwrapper {
	width:100%;
	bottom:0;
	height:114px;
	background:url("./images/footer.jpg");
	background-repeat:repeat-x;
	float:left;
}
#footer {
	width:1100px;
	margin:0 auto;
	text-align:center;
	padding:15px;
}

#copyright {
	font-size:10px;
}

#social {
	padding-left:18px;
	padding-top:18px;
	text-align:right;
}

.post {
	overflow-y:auto;
}

#content {
	overflow:hidden;
}	

