/*   
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, input, textarea {
    font: 10px Verdana,serif;
    line-height:15px;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.aside {
    color:#000000;
}
.aside a {
    color:#000099;
}
.aside a:active,
.aside a:hover {
    color: #FF6600;
}
.aside,
.aside input {
    font-style: italic;
    font-size:11px;
    line-height:18px;
    margin-bottom:6px;
}
.aside form,
.aside table {
    color:#666666;
    margin-bottom:22px;
}

.aside h3 {
    font-style: normal;
    font-size:12px;
    font-weight:bold;
    line-height:22px;
}

#primary {
    border:0px solid #ccc;
    padding:0;
    margin-bottom:0px;
}

.main-aside ul {
    padding:0;
}
/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    border-bottom:3px solid #FF6600;
    height:32px;
    font: 13px Arial,serif;
    font-weight:bold;
    overflow:visible;
    z-index:100;
    background: #000099;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
    background: #000099; 
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:0px solid #ccc;
	float:left;
}
.sf-menu a {
    border:0;
	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:#fff;
    background: #FF6600;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#FF6600;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #FF6600;
	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:#FF6600;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #000099;
    background:#FF6600;
}


.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    padding:0 0 0 0;
    color: #FF6600;
}
.entry-content h3 {
    font-size:12px;
    font-style:italic;
    font-weight:bold;
    color: #000099;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content a {
    color:#000099;
    text-decoration:none;
}
.entry-content a:active,
.entry-content a:hover {
    color: #FF6600;
}
/* =Header
-------------------------------------------------------------- */
#blog-title a {
    background:url(images/raboscan_logo_3.png) no-repeat top center;
    display:block;
    text-indent:-9000px;
    width: 900px;
    height: 66px;
}
#blog-description {
    position:absolute;
    left:-9000px;
}
.entry-title {
    font-family:Arial,sans-serif;
    font-size:18px;
    font-weight:bold;
    line-height:18px;
    padding:0 0 0px 0;
    color: #000099;
}

#post-4 h1 {display:none;}
