/*   
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');

#branding {
background: #FFF url('img/logo.gif') no-repeat center top;
margin-top: 10px;
}

#branding #blog-title, #branding #blog-description {
display: none;
}

#access {border: none; background: #98f8fe; padding-bottom: 6px;}

/*** THEMATIC SKIN ***/

.sf-menu {
    border-right:none;
	float:left;
}
.sf-menu a {
	border-left:none;
	border-top:none;
	border-bottom:none;
	padding:9px 13px;
	text-decoration:underline;
	font-size: 20px;
	font-family: clarendon, courier, Georgia, serif;
	text-transform: uppercase;
	background: #98f8fe;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
    background: #FFF;
    text-decoration: none;
    background: #98f8fe;
	outline:		0;
    border-bottom-color:#FFF;
    text-decoration: none;
    color: #7acace;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #1e3233;
}
.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: #98f8fe;
	outline:		0;
    border-bottom-color:#FFF;
    text-decoration: none;
    color: #7acace;
}
.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;
}


#primary {
    border:1px solid #FFF;
    padding:18px 0 0 0;
    margin-bottom:22px;
    color: #000;
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    color: #7acace;
}


#linkcat-13 h3.widgettitle, 
#linkcat-77 h3.widgettitle,
#linkcat-21 h3.widgettitle 
{
display: none;
}

#linkcat-17 li a {font-family: clarendon, courier, Georgia, serif; font-size: 18px; text-transform: uppercase; color: #000; line-height: 21px;}
#linkcat-17 li a:hover {text-decoration: none; color: #FF4B33;}

#linkcat-13 li, #linkcat-13 ul, 
#linkcat-77 li, #linkcat-77 ul, 
#linkcat-21 li, #linkcat-21 ul
{
padding: 0; margin: 5px 0 0 0;
list-style: none;
}

li#categories-1 {margin-top: 10px;}

#container {
background: #FFF url('/img/workers.gif') no-repeat 0 0;
padding-top: 150px;
}

.single #container {
background: none;
padding-top: 30px;
}


#main {padding-top:20px;}

.entry-title a, .entry-title {
font-size: 23px;
}

#footer {
border-top-width: 14px;
border-top-color: #dcff02;
}

.wp-caption, small, p.wp-caption-text, .entry-utility {font-size: 11px; text-transform: uppercase; font-family: Courier; color: #666;}

h3.widgettitle, .entry-meta {font-family: courier; font-style: normal; }

h3.widgettitle {text-transform: uppercase;font-size: 12px;}