/*   
Theme Name: djmoody
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: David Moody
Author URI: http://www.davidmoody.net/
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, input, textarea {
    font: 15px Georgia,serif;
    line-height:22px;
    background:transparent;
    background:url(http://www.djmoody.co.uk/bg.jpg) no-repeat top center;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}

#header {

}

#branding {
    height:120px;
}

#blog-title {
display: none;
}

#blog-description {
display: none;
}

#primary.aside {background: transparent;}
#secondary.aside {background: transparent;}

#footstrip { /* end image block */
display: block;
width: 800px;
height: 50px;
background: url("http://www.djmoody.co.uk/footstrip.png") no-repeat;
margin-top: 0px;
text-align: left;
margin: 0 auto;	
}
#navigate a {
text-decoration:none;
}
.hide {
visibility:hidden;
}
#facebook { /* Facebook Link */
float: left;
position:absolute;
width : 120px;
height: 50px;
margin-left: 0px;
margin-top: 0px;
text-decoration:none;
}
#goodreads { /* Goodreads Link */
float: left;
position:absolute;
width : 130px;
height: 50px;
margin-left: 120px;
margin-top: 0px;
text-decoration:none;
}
#myspace { /* Myspace Link */
float: left;
position:absolute;
width : 160px;
height: 50px;
margin-left: 250px;
margin-top: 0px;
text-decoration:none;
}
#amazon {/* Amazon Link */
float: left;
position:absolute;
width: 160px;
height: 50px;
margin-left: 410px;
margin-top: 0px;
text-decoration:none;
}
#imdb { /* IMDB Link */
float: left;
position:absolute;
width : 90px;
height: 50px;
margin-left: 570px;
margin-top: 0px;
text-decoration:none;
}
#twitter { /* Twitter Link */
float: left;
position:absolute;
width : 140px;
height: 50px;
margin-left: 660px;
margin-top: 0px;
text-decoration:none;
}

body.page h1.entry-title {
	display: none;
}
#access {
    border-bottom:none;
}

.sf-menu {
    border-right:1px solid #ccc;
	float:left;
}
.sf-menu a {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#ccc;
    color: #000;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.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:     #fafafa;
	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-color:#ccc;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

.sf-menu a:active {
    color: #000;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    color: #000;
    background:#fafafa;
    border-left:1px solid #8B8A8A;
	border-top:1px solid #8B8A8A;
	border-bottom:1px solid #8B8A8A;
	border-right:1px solid #8B8A8A;
}
.aside {
    color:#000;
}
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
background:#fff;
}
.form-section textarea {
    width:99%;
background:#fff;
}
a:visited {
    color:#000000;
}

#sidebar-login h2 {display:block;}
