/*   
Theme Name: Palladium (based loosely on the Shape Theme)
Theme URI: http://themeshapes.com/shape/
Description: A search engine optimized website framework for WordPress.
Author: Anemo Form & Funktion
Author URI:
Version: 1.0
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;
	margin: 0 0;
}

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

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

#header_wrapper {
	width: 100%;
	background-color: #000000;
	position: fixed;
	z-index: 99;
}

#header {
	width: 864px;
	margin: 0 auto;
}

#masthead {
	width: 854px;
	height: 90px;
	margin: 0 10px 0 0;
}

#branding {
	background-image: url('images/palladium_logo.png');
	background-repeat: no-repeat;
	width: 164px;
	height: 59px;
	margin: 27px 0 0 0;
	float: left;
}

#branding:hover {
}

#blog-title {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
	display: none;
}

#blog-title a {
    color: #000;
    text-decoration: none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color: #666;
    font-size: 13px;
    font-style: italic;
}


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

#access {
	padding: 40px 0 0 0;
}

.skip-link {
	display: none;
}

.menu {
	width: auto;
	height: 20px;
	float: right;
	display: block;
	padding: 0;
	margin: 0;
	text-align: right;
	
}

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

#main {
	width: 864px;
    min-height: 350px;
	margin: 0 auto;
	padding: 20px 0 0 0;
    overflow: hidden;
    position: relative;
	clear: both;
	z-index: 1;

}

#container {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#content {
    width: 100%;
    overflow: hidden;
	z-index: 1;
	padding: 0;
	margin: 80px auto 0;
}

#content.blog,
#main.category-news #content {
	width: 600px;
	margin: 80px 0 20px 0;
	float: left;
}
	

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

#header-widget-area {
	width: 650px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: right;
	background-color: #000000;
}

#primary,
#secondary {
    width: 228px;
	float: right;
	clear: right;
	margin: 80px 0 0 630px;
	display: none;
	position: fixed;
}

#main.category-news #primary,
#main.category-news #secondary,
.page-id-17 #primary,
.page-id-17 #secondary {
	display: block;
}

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

#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 {
	width: 960px;
	margin: 0 auto;
	padding-top: 5px;
	clear: both;
	text-align: center;
	color: #c0c0c0;
}
		
/* =Footer
-------------------------------------------------------------- */

#footer {
	width: 850px;
	margin: 0 auto;

}

#footer-inner {
	width: 840px;
	margin: 0 10px 0 0;
	padding: 0 0 20px 0;
}

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