/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
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 {
    min-width:960px;
	background: url(http://www.johnnypossum.com/wp-content/themes/johnny/pix/pagebg.jpg) repeat-x;
	font-family: "HelveticaNeue-light", Arial, sans-serif;
}

table {
    border:0px solid #ccc;
    border-width:0px 0px 0px 0px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
tr {
    border-bottom:0px solid #ccc;
}

#header {
    position:relative;
    height: 366px;
    background: url(http://www.johnnypossum.com/wp-content/themes/johnny/pix/header.jpg) no-repeat center;

}


#branding {
    width:940px;
    margin:0 auto;
    height: 185px;
}

#blog-title {
	position: absolute;
	top: -5000px;
	left: -5000px;
}

#blog-description{
	position: absolute;
	top: -5000px;
	left: -5000px;
}



#access {
    position:relative;
    overflow:hidden;
	padding-left: 40px;
	padding-bottom: 0;
	border-style: none;
}
.menu {
    width:940px;
    margin:0 auto;
}

.sf-menu {
    border-right:0px solid #ccc;
	float:left;
	background-color: transparent;
}
.sf-menu a {
	border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	padding: 10px;
	text-decoration:none;
	color: white;
	font-size: 20px;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
	color: white;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: white;
}
.sf-menu li {
	background: transparent;
	padding-bottom: 0;
	padding-top: 0;
}
.sf-menu li li {
	background: transparent;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: transparent;
	outline:		0;
    border-bottom-color:#ccc;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
	background-color: white;
}

#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
	padding-top: 12px;
}
#container {
    width:620px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:600px;
    overflow:hidden;
}



h1.entry-title {
	color: silver;
	padding-left: 10px;
}

div.entry-content {
	padding-top: 26px;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
}
#primary {
	padding-top: 54px;
	border-style: none;
}

#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}

.aside tbody {
    border:0px solid #ccc;
}
.aside th, .aside td {
    border-right:0px solid #ccc;
    padding:.25em .8em;
}
