/*   
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');


/* Start Customization */

#wrapper {
background-color: #000;

}

body {
    min-width:960px;
}

/*Header----------------------------------------------------------------- */
#header {
}
#branding {
    width:940px;
    margin:0 auto;
}

#branding {
    padding:15px 0 0px 0;
}

#blog-title a {
background:url(images/logo.png) no-repeat top center;
display:block;
text-indent:-9000px;
width: 250px;
height: 151px;
}

#blog-description {
    color:#fff;
    font-size:16px;
    font-style:italic;
    padding: 10px 0px 0px 15px;
}

/* =Menu
-------------------------------------------------------------- */
#access {
    position:relative;
    top: -15px;
    overflow:hidden;
}
.menu {
    width:640px;
    position:relative;
    top: -100px;
    left: 250px;
    margin:0 auto;
}
.skip-link {
    display:none;
}
#access {
    border-bottom:1px solid #ccc;
    height:47px;
    font-size:14px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	2.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: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:#fff;
}
.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:		#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:   #ef2b2f;
    outline:0;
    border-bottom-color:#ccc;
    color:#fff;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:48px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fff;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FFF;
}



/* Content------------------------------------------------------------- */
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    
}
#container {
    width:710px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:690px;
    
}

.home #container {width:960px;}
.home #content {width:940px;}
.home #primary, .home #secondary {display:none;}
#HomeText { 
position: relative;
width: 300px;
}

#SlidePos { 
position: absolute;
width: 600px;
height: 600px;  
top: 2px;
left:348px;
border: solid 5px #000000;
}

.home .slideshow {
	margin-left: 0px; 
	margin-top: 0px;
	text-align:left;
	outline: 0;
        
        	
}


.main-aside {
    width:250px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}

.imgresources {
    margin: 0 0 0px 0;
}


/* Body -------------------------------------------------------------- */   

body, input, textarea {
    color:#fff;    
    font: 14px Arial,sans-serif;
    line-height:18px;
}

/* Headings -------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
        font-color:#fff;
	clear:both;
        line-height: 130%;
}

a:link {
    color:#666;
}
a:visited {
    color:#FF4B33;
}
a:active,
a:hover {
    color: #FF4B33;
}


tr {
border:5px solid #000000;
}


#main {
    clear:both;
    padding:20px 0 22px 0;
}
.page-title {
    font-size:13px;
    font-color:#fff;
    line-height:18px;
    padding:0 0 10px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#fff;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #fff;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#fff;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #fff;
}

.entry-title h1{
color: #ef2b2f;
}

.entry-meta {
    color:#fff;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#fff;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #fff;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}

.entry-content a:active{
font-color: #fff !important;
}

.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-color: #ef2b2f;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-color: #fff;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-color: #fff;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#fff;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#fff;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #fff;
}
.page-link {
    font-size:13px;
    font-color: #fff;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #fff;
    color:#fff;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #fff;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */

.aside {
    color:#fff;
}
.aside a {
    color:#fff;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}

.aside ul {
    margin:0;
    list-style:none;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul {
    list-style:square;
    margin:0 0 18px 1.5em;
}
.aside ul ul ul {
    margin:0 0 0 1.5em;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}



.aside h1 {
    font-size:18px;
    font-weight:bold;
    line-height: 22px;
}
.aside h2 {
    font-size:16px;
    font-weight:bold;
}

.aside h3 {
    font-size:14px;
    font-weight:bold;
}

.aside h4 {
    font-size:12px;
    font-weight:bold;
}








/* Begin Search styles */
.aside form {
    margin:4px 0 10px 0;
}
/* End Search styles */
#content .widgetcontainer {
    border-top:0px solid #fff;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:0px solid #fff;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;
}
#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    font-weight:bold;
}
#single-bottom .widgetcontainer {
    border-top:none;
}
.main-aside h3 {
    padding:17px 0 1px 0;

}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 18px 0;
}

/* -- Footer -------------------------------------------------------------- */

#footer {
position: relative;    
background: #000000;
    color:#fff;
    padding:10px 0 90px 0;
    border-top:1px solid #fff;

}
#footer a {
    color:#fff;
}


#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo {
    padding:24px 0;
    font-size:12px;
    background: url(images/f-logo.png) no-repeat 830px 0px 
    }

#siteinfo a {
 color:#fff;

}
