/*   
Theme Name: StillCreationGen2
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: iamronen
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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');


body {
	background-color: black;
	font-family: sans-serif;
}

.main-aside {
	display: none;
}

#header {
	background-color: #2d2010;
}

#branding {
	background: url(images/header_bg.jpg) no-repeat;
	height: 44px;
	padding: 0;
	margin: 0 auto;
}

#blog-title a{
	text-indent: -9999em;
	width: 100%;
	height: 100%;
	display: block;
}

#blog-description {
	display: none;
}

#access {
	border-bottom: 1px solid #e5c69d;
	margin: 20px 0 0 0;
}

#access .menu {
	overflow: auto;
}

.sf-menu {
	float: none;
}

#access .menu ul {
	width: 480px;
	margin: 0 auto;
	overflow: auto;
	border: none;
}

#access .menu ul li {
	text-align: center;
	width: 100px;
	padding: 0 10px;
	margin: 0;
	background:transparent;
}

#access .menu ul li a{
	border: none;
	color: #e5c69d;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 15px;
}

#access .menu ul li a:hover,
#access .menu ul li a:active,
#access .menu ul li a:focus,
#access .menu ul li a:visited {
	background: transparent;
}

#access .menu ul li a:hover {
	color: #9d7d51;
}

#access .menu ul .current_page_item a {
	color: #9d7d51;
	border-top: 0px solid #e5c69d;
}

#container {
	width: 100%;
}

#main{
	padding: 20px 0 0 0;
}

#content {
	width: 100%;
}

.entry-title {
	display: none;
}

#footer, .fs_powered_by {
	display: none;
}

.sc_content {
	color: #eccda3;
	margin: 0 0 0 320px;
	font-size: 16px;
	width: 300px;
}

.sc_content em {
	font-weight: bold;
	font-style: normal;
}

.sc_content p {
	margin-bottom: 1em;
}

.sc_content a,
.sc_content a:hover,
.sc_content a:focus,
.sc_content a:active,
.sc_content a:visited{
	color: #eb9c31;
	font-weight:bold;
	text-decoration: none;
}

.wpcf7-form {
	color: #eccda3;
	font-size: 12px;
	margin: 0 0 0 320px;
}

.wpcf7-form input, .wpcf7-form textarea {
	background-color: #705d44;
	border: none;
	color: #eccda3;
	width: 300px;
}