/*   
Theme Name: BBB based on Shape
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
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: #000000;
	background-image: url('images/bottom_background.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	min-width: 1150px;
}

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

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

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

#wrapper {
	width: 100%;
	height: 100%;
	background-image: url('images/top_background.png');
	background-repeat: no-repeat;
	background-position: center top;
}

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

#masthead {
	margin: 0 auto;
	height: 120px;
	width: 1150px;
}

#branding {
	display: none;
}

#blog-title {
	display: none;
}

#blog-title a {
    color: #ffffff;
    text-decoration: none;
}

#blog-title a:active,
#blog-title a:hover {
    color: #ff0000;
}

#blog-description {
    color: #666;
    font-size: 13px;
    font-style: italic;
}


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

#access {
	width: auto;
	padding: 0;
	float: left;
	margin: 0 0 0 300px;
	padding: 0;
	display: inline;
}

.skip-link {
	display: none;
}

.menu {
	float: left;
	text-align: left;
	margin: 0;
}

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

#main {
	width: 1150px;
    min-height: 450px;
	margin: 0 auto;
	padding: 0;
    overflow: hidden;
	clear: both;
}

#container {
	width: 660px;
	margin: 0 0 0 300px;
	padding: 0;
    float: left;
	overflow: hidden;
}

.blog #container {
	width: 660px;
	background-color: transparent;
	padding: 0;
}

#content {
	z-index: 1;
	margin: 0;
	padding: 0;
}

.post {
}


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

#header-widget-area {
	background-repeat: no-repeat;
	width: 500px;
	height: 80px;
	margin: 16px 0 0 0;
	padding: 0;
	float: right;
	overflow: hidden;
}

#menu-widget-area {
	width: auto;
	height: 30px;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	overflow: hidden;
	float: right;
	display: inline;
}

#primary, #secondary {
    width: 160px;
	float: right;
	clear: right;
	margin: -5px 0 0 0;
	padding: 0;
}

#footer-widget-area-1,
#footer-widget-area-2,
#footer-widget-area-3  {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	
}

#footer-widget-area-1 {
}

#footer-widget-area-2 {
	margin: 0 30px;
}

#footer-widget-area-3 {
}


#footer-widget-area-4 {
	clear: both;
	width: 660px;
	text-align: center;
	border-top: 1px solid #606060;
	margin-left: 300px;
	padding: 10px 0;
}
		
/* =Footer
-------------------------------------------------------------- */

#footer {
	width: 1150px;
	margin: 0 auto;
}

#footer-inner {
	width: auto;
	margin-left: 300px;
	float: left;
}

#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;
}