/*   
Theme Name: PowsurfThematic
Theme URI: http://www.powsurf.com
Description: A Thematic child theme.
Author: Jeremy Jensen
Author URI: http://www.powsurf.com
Template: thematic
Version: 1.0
Tags: Thematic
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
.

*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Import Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);

#branding {
	height: 200px;
	/*width: 960px;
	padding: 0;
	margin: 0 auto;*/
	width: 100%;
	padding: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #115594;
	overflow: hidden;
	background-image: url(../../uploads/2012/11/ShouFlakeSquareBanner_Final.jpg);   

}
#branding a, #blog-description {
	margin-left: -999px;
}
#page-top.aside {
	border: 0;
}
#main {
	padding-top: 0;
}
#primary, #secondary {
	width:250px;
}
#primary.aside.main-aside {
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
#container {
	width: 640px;
	//background-color: #f00;
	
}
#container #content {
	//width: 640px;
	overflow:visible;
	width: 900px;
}
#header-aside.aside{
	width: 100%;
	height: 30px;
	padding-top: 5px;
	background-color: rgba(0, 0, 0, .7);
	margin: 0;
	position: fixed;
	z-index: 999;
}
#the-social-link-widget-5{
	height: 30px;
	float: right;
	display: inline-block;
}
#the-social-link-widget-5 img{
	height: 25px;
	width: 25px;
}
#search-5{
	height: 30px;
	//padding-top: 2px;
	width: 350px;
	display: inline-block;
	//float: left;
}
#search-5 input#s{
	background-color: #666;
	border:1px solid #888;
}
#the-social-link-widget-5 h3{
	padding-top: 3px;
}
#the-social-link-widget-5 h3, #search-5 h3{
	float:left;
	margin-right: 10px;
	margin-left: 15px;
}
#the-social-link-widget-5{
	margin-right: 30px;
}
#entry-content {
	padding: 20;
	
}
#secondary ul.xoxo h3.widgettitle {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	
}
#secondary ul.xoxo {
	padding-left: 0;
}
#container h1.entry-title {
	margin-top: 20px;
}
#access {
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
#main {
	background-color: #fff;
	//background: url(../../uploads/2012/10/Background_snowtextGrains.jpg);
	//width: 1080px;
}
body {
	//background: url(../../uploads/2012/10/Background_Woodfence.jpg);
}

#page-bottom.aside
	width:960px;
}
a:link{
	color: #0a59a9;
}
a:visited{
	color: #7cb2e8;
}
a:hover{
	color: #fa9720;
}
#access a:link{
	color: #666;
}
#footer a:hover, #access a:hover {
	color: #0a59a9;
}
#page-top.aside{
	padding: 0;
	margin-top: -20px;
	overflow:visible;
}
#bcn_widget-2{
	margin-left:-20px;
}
ul.xoxo a:link, ul.xoxo a:visited {
	color: #0a59a9;
}
ul.xoxo a:hover,span.cat-links a:hover, span.tag-links a:hover, span.author.vcard a:hover, div.entry-utility a:hover, div.nav-previous a:hover,  div.nav-next a:hover {
	color: #fa9720;
}
h2.entry-title a:link, h2.entry-title a:visited{
	color: #000;
}
h2.entry-title a:hover, h2.entry-title a:active{
	color: #fa9720;
}
#content{
	margin-top: 35px;
}
h2.entry-title{
	margin-top: 10px;
}
div.grassroots_boards{
	float: left;
	display: block;
	width: 210px;
	margin: 0;
	text-align: center;
}
div.gr_clear{
	clear: both;
}
#footer{
	background-color:#ececec;
}
body{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #444;
}
h1, h2, h3, h4, h5, h1.entry-title, h2.entry-title{
	font-weight: 800;
}