/*
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. Users have the option to use the colors they choose for the background, menu bar, and sidebar.
Version: 1.4
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
Text Domain: arebee
*/

body {
	font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
}

.text {
	font-size: 60px;
    margin: 0 0 -15px 12px;
}

.text2 {
	font-size: 24px;
    padding: 0px;
	font-style:italic;
}

#wrapper{
	width:100%;
	height:100%;
}

#headerwrapper {
	height:289px;
	width:100%;
}

#header {
	height:180px;
}

#header, #headernav {
	width: 100%;
	margin:0 auto;
}

#headernav {
	height: 80px;
}

.custom-logo {
	float: left;
	padding: 0 25px 25px 0;
}

.left {
	width:60%;
	height:100%;
	float:left;
	clear:both;
}
.right {
	width:40%;
	float:right;
	/*text-align:right;*/
	height:100%;
}

a:link, a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}

#searchform {
	float: right;
	margin-right: -40%;
}

.screen-reader-text {
	display:none;
}

#content, #comments {
	float:left;
}

#container {
	width:1000px;
	margin:0 auto;
	min-height:500px;
	padding-top: 5px;
}

#footerwrapper {
	width:100%;
	bottom:0;
	height:114px;
	float:left;
}
#footer {
	width: 100%;
	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;
}	

