/*
Theme Name: FL9
Theme URI: http://FL9.redbonetech.com/
Description: Theme Created for www.FL9.com
Author: Kevin Dunn
Author URI: http://www.dunns.org/
Template: thematic
Version: 0.1
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
/*
. 
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');

/* Basic block styles */

body {
		 background-color: #000000;
		 color:#cccccc;
}

#main {
			background-color:#333333;
			}

/* Header */

#blog-title a {
color:#cccccc;
text-decoration:none;
}
#blog-description {
color:#cccccc;
font-size:13px;
font-style:italic;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background:#333333 none repeat scroll 0 0;
color:#ffffff;
border-bottom-color:#CCCCCC;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}

.sf-menu li {
background:#000000 none repeat scroll 0 0;
}

.sf-menu a:visited .sf-menu a {
color:#ffffff !important;
}

.current_page_item {
background:#333333 none repeat scroll 0 0 !important;
}			
#blog-title a:active, #blog-title a:hover {
color:#ffffff;
}
.entry-title a:active, .entry-title a:hover {
color:#ffffff;
}
.entry-meta a:active, .entry-meta a:hover {
color:#FFffff;
}
.aside a:active, .aside a:hover {
color:#FFffff;
}

#respond {
background:transparent;
margin-bottom:22px;
overflow:hidden;
padding:18px 0 0;
position:relative;
}
/* Content */
.entry-title a {
color:#cccccc;
text-decoration:none;
}
.entry-meta {
color:#cccccc;
font-size:13px;
font-style:italic;
line-height:18px;
}
.entry-meta a {
color:#cccccc;
text-decoration:none;
}

#branding{
background:url(../../images/banner_1_blend.jpg) no-repeat top right;
}
.aside {
color:#cccccc;
}
.aside h3 {
font-size:15px;
font-style:italic;
line-height:22px;
text-decoration:underline;
}

/* Comments */
#comments-list li.alt {
background:#555555 none repeat scroll 0 0;
}

#comments-list .comment-meta {
color:#CCC;
font-size:11px;
padding:0 0 9px 46px;
}
#comments-list .comment-meta a:active, #comments-list .comment-meta a:hover {
color:#FFFFFF;
}
#comments-list .comment-meta {
color:#CCC;
font-style:italic;
text-decoration:none;
}
#comments-list li {
background:#333333 none repeat scroll 0 0;
border-bottom:1px solid #CCCCCC;
padding:18px 1.5em 0;
position:relative;
}

