/*   
Theme Name: Trouble in The Wind
Theme URI: 
Description: Custom Theme for Trouble in The Wind
Author: Rocket PC
Author URI: http://www.gorocketpc.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/3c-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');


/* INTRO */

body.slug-intro #wrapper {
	margin-top: 30px;
	width: 500px;
}

body {
    background-image: url(/./images/bg.png);
	color: #333;
}

#wrapper {
	background: #fff;
	border: 1px solid #FFEAD6;
	border-top: none;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

#main {
	bottom:15px;
	padding:0 0 22px;
	width:800px;
}

#container {
	width: 780px;
}

#content {
	margin: 0px;
}

body.slug-home #content {
	margin:0 240px;
}

#primary {
	border: none;
	border-right: 1px solid #F7C94B;
	display: none;
	margin:0 0 0 -780px;
	padding:0 0 0;
	width:200px;
}

body.slug-home #primary {
	display: block;
}

#secondary {
	margin:0 0 0 -190px;
	width:200px;
}


#branding {
	padding: 0px;
	height: 150px;
	width: 800px;
}

#blog-title a {
	background-image:url(/./images/title.png);
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	float: left;
	height:126px;
	margin-bottom: 15px;
	text-decoration:none;
	text-indent:-9009px;
	width:225px;
}

#logo {
	background-image:url(/./images/logo.png);
	background-repeat:no-repeat;
	float: left;
	margin-left: 400px;
	width: 165px;
	height: 142px;
}

#siteinfo {
	padding:22px 0 0;
	text-align: center;
	width: 800px;
}

#access {
	border: none;
}

#footer {
	margin: 0px;
}
	
.menu {
	width: 800px;
}

.sf-menu {
	font-size: 24px;
	border: none;
	float:left;
}

ul.sf-menu  {
	border-color: #F7C94B;
	border-style: solid none;
	border-width: 1px medium;
}

.sf-menu li {
	text-transform: lowercase;
}

.sf-menu a {
	border: none;
	color: #EE6A47 !important;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: transparent;
}

.widget_categoryposts h3{
	color: #EE6A47;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* BIO */

#banner {
    background-image: url(/./images/band.jpg);
	height: 520px;
}

/* NEWS BLOG LISTING */
body.blog div.post {
	background: #FFF6DF;
	border: 1px solid #FFD86F;
	padding:10px 10px 0;
	margin-bottom: 10px;
}

body.blog div.post:hover {
	background: #FFFBEF;
}

/* SHOWS */

body.slug-shows #content {
	width: 570px;
}

body.slug-shows p {
	background: #FFF6DF;
	border: 1px solid #FFD86F;
	padding:10px 10px 0;
	margin-bottom: 10px;
}

body.slug-shows p:hover {
	background: #FFFBEF;
}

/* MISC */

.hentry {
	padding: 0px;
}

h1.entry-title {
	color: #333;
	font-size: 20px !important;
}
div.post h2.entry-title {
	font-size: 18px !important;
}

div.post h1.entry-title {
	font-size: 18px !important;
}

body.blog #main {
	padding-bottom: 0px;
}

body.blog #content {
	width:570px;
}

body.slug-bio #content {
	width:570px;
}

.entry-title a {
	color:#333;
}

body.blog #index-top {
	border: none;
	padding: 0px;
}

body.blog #content .aside ul {
	padding:0px;
}

body.blog ul.xoxo {
	margin: 0px;
}

/* BLOG POST */

body.single #content {
	background: #FFF6DF;
	border: 1px solid #FFD86F;
	padding: 10px;
	width: 500px;
}

#respond {
	background:#BF5E47 none repeat scroll 0 0;
	color:white;
	margin-bottom:22px;
	overflow:hidden;
	padding:8px;
	position:relative;
}


#_MP_mailpress-2 {
	bottom:15px;
	float:right;
	position:relative;
	text-align:right;
}
body.slug-home  h1.entry-title {
	display: none;
}
body.slug-products-page #_MP_mailpress-2 {
	display: none;
}
#paypal-wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
}
#cd-cover {
	background-image:url(/./images/cd-cover.jpg);
	background-repeat:no-repeat;
	height:162px;
	margin-left:auto;
	margin-right:auto;
	padding:3px;
	width:180px;
}
#paypal {
	margin-left: 25px;
}
#paypal form {
	margin-left:8px;
}
#paypal-wrapper h4 {
	color: #333;
	font-weight: bold;
	padding-top:3px;
	padding-bottom:8px;
	text-align: center;
}	