/*   
Theme Name: Shape Mackie
Theme URI: http://themeshapes.com/shape/
Description: A search engine optimized website framework for WordPress.
Author: Mackie
Author URI: http://themeshapes.com/
Version: 0.1.2
Tags: threaded-comments, microformats
.
The Shape Theme for WordPress is copyright ThemeShapes http://themeshapes.com/
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	background-color: #ffffff;
	margin: 0 0;
}

html {
/*     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll; */
}

body, html {
}

/* =Header
-------------------------------------------------------------- */

#header {
	width: 100%;
	z-index: 2;
}

#masthead {
	margin: 0 auto;
	height: 10px;
	width: 980px;
}

#branding {
	font-size: 13px;
	margin: -6px 0 20px 0;
}

#branding a {
	color: #000000;
}

#blog-title {
	display: none;
}

#blog-title a {
}

#blog-title a:active,
#blog-title a:hover {
}

#blog-description {
	display: none;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	width: 190px;
	margin: 0 30px 0 0;
	float: left;
	clear: both;
	padding: 0;
}

.skip-link {
	display: none;
}

.menu {
	float: left;
}

/* =Content
-------------------------------------------------------------- */

#main {
	width: 1000px;
    height: 530px;
	margin: 0 auto;
    position: relative;
	clear: both;
	display: none;
}

#container {
	width: 780px;
	height: 620px;
    float: left;
}

#container.scroll {
	height: 530px;
	overflow: hidden;
}

#content {
    width: 750px;
	z-index: 1;
	float: left;
	left: 0 !important;
	position: relative;
}

.page-id-43 #content {
	margin-top: 36px;
}


/* =Widget Areas
-------------------------------------------------------------- */

#header-widget-area {
	float: right;
	overflow: hidden;
	display: none;

}

#primary,
#secondary {
    width: 280px;
	float: right;
	clear: right;
}

#footer-widget-area-1,
#footer-widget-area-2,
#footer-widget-area-3  {
	margin: 0 0 0 0;
	padding: 20px 40px 0 40px;
	float: left;
	min-height: 250px;
	
}

#footer-widget-area-1 {
	width: 239px;
	border-right: 1px solid #e2e2e2;

}

#footer-widget-area-2 {
	width: 238px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #e2e2e2;
}

#footer-widget-area-3 {
	width: 239px;
	border-left: 1px solid #f5f5f5;
}

#footer-widget-area-4 {
	margin-top: 5px;
	clear: both;
	width: auto;
	text-align: center;
	color: #666;
}
		
/* =Footer
-------------------------------------------------------------- */

#footer {

}

#footer-inner {
	width: 1000px;
	margin: 0 auto;
}

#colophon {
	margin: 0 auto;
	text-align: center;
	clear: both;
}

#site-info {
	margin: 0 auto;
	font-size: 14px;
	color: #606060;
	text-align: center;
	clear: both;
	display: none;
}