/*   
Theme Name: Grafton 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.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 {
	margin: 0;
	background-color: #645246;
	background-image: url('images/page_bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: fixed;
}

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

body, html {
	margin: 0;
	padding: 0;
}

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

#wrapper {
}

#header {
	width: 100%;
	height: 85px;
	background-color: #ffffff;
	z-index: 2;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

#masthead {
	background-color: #ffffff;
	margin: 0 auto 0;
	width: 960px;
}

#branding {
	background-image: url('images/anemo_logo.png');
	background-repeat: no-repeat;
	width: 240px;
	height: 85px;
	margin: 0;
	float: left;
	display: inline-block;
}

#branding a {
	width: 240px;
	height: 85px;
	margin: 0;
	display: block;
}

#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: 600px;
	padding: 0 0 0 0;
	float: right;
	margin: 35px 40px 0 0;
	border-bottom: 1px solid #e0e0e0;
	display: inline;
}

.skip-link {
	display: none;
}

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

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

#main {
	background-color: #ffffff;
	width: 880px;
    min-height: 500px;
	margin: 20px auto 0;
	clear: both;
	padding: 40px;
}

.blog #main {
	background-color: transparent;
}

#container {
	width: 880px;
	margin: 0 20px 0 0;
	padding: 0;
}

#container.post-thumbnails-page {
	width: 640px;
	float: left;
	margin-top: -40px;
}

#content {
	z-index: 1;
}


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

#header-widget-area {
	width: 200px;
	height: 30px;
	margin: 20px 20px 0 0;
	float: right;
	overflow: hidden;
	background-color: #f00;
}

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

#primary, #secondary {
    width: 180px;
	background-color: #ffffff;
	float: right;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	display: none;
}

.blog #primary {
	display: block;
	position: relative;
	top: -40px;
}

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

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

}

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

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

#footer-widget-area-4 {
	clear: both;
	width: auto;
	height: 40px;
	text-align: center;
	margin: 10px 0 0 0;
}
		
/* =Footer
-------------------------------------------------------------- */

#footer {
}

#footer-inner {
	width: 960px;
	margin: 0 auto;
	padding: 0;
    overflow: hidden;
	clear: both;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-khtml-border-radium: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

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

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