/*   
Theme Name: Fishin' Hole
Theme URI: 
Description: A simpler time. Also a thematic child-theme.
Author: Ian Stewart
Author URI: http://moxywebworks.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');


#branding {
margin:0 auto;
padding: 10px 0 0 0;
width:1000px;
}
#blog-title {
font-family:Arial,sans-serif;
font-size:34px;
font-weight:bold;
line-height:40px;
width: 1000px;
height: 152px;
background: url(images/blog-title.jpg) no-repeat;
text-indent: -9999px;
}
#blog-description{
background: url(images/blog-description.jpg) no-repeat;	
height: 63px;
width: 1000px;
text-indent: -9999px;	
}
#access {
	margin:0 auto;
	width: 1000px;
	height: 45px;
	background: url(images/navigation-bg.jpg) no-repeat;
	border-bottom: none;
}


.entry-title a {
	color:#2A5B86;
}

/* =navigation top  */
.sf-menu {
    border-right:none;
	float:left;
}
.sf-menu a {
	border-left: none;
	border-top:none;
	border-bottom:none;
	padding:9px 13px;
	text-decoration:none;
	font-weight: bold;
	
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#2A441F;
}
.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background:		transparent;
}
.sf-menu li li li {
	background:		transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #FFF;
    background:     transparent;
	outline:		0;
    border-bottom-color:#ccc;
}
.sf-menu ul {
    border-right: none;
    border-bottom: none;
}
.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:transparent;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}


#main {
	width: 990px;
}
