/*   
Theme Name: Hungry4Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Terry Biel
Author URI: http://Hungry4Change.net
Template: thematic
Version: 0.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 {
	font-family: verdana, sans-serif;
	font-style:default;
	}

#header {
	background: url('img/top-branded.jpg');
	height:280px;
	}

#footer {
	background: url('img/bottom-bg.jpg');
	height:280px;
	border:0;
	}

#access {
	position:absolute;
	top:280px;
	background:#000;
	width:100%;
	border-top:6px solid #000;
	border-bottom:6px solid #000;
	}

#wrapper {
	background-color:#f4f4f4;
	}

#branding {
	display:none;
	}

#subsidiary .aside {
	width:270px;
	}

.widgettitle {
	font-weight:600;
	}

.aside h3 {
	font-style:normal;
	}

.main-aside {
	background-color:#000;
	color:#f4f4f4;
	}
	
.aside a:link, .aside a:visited {
	color:#f4f4f4;
	}

.aside a:hover, .aside a:active {
	color: #e5db00;
	}
	
.sub-aside {
	color:#f4f4f4;
	padding:12px;
	}

.entry-utility a:link, .entry-utility a:visited,
.entry-title a:link, .entry-title a:visited,
.entry-meta a:link, .entry-meta a:visited {
	color:#03026a;
	}

.entry-utility a:hover, .entry-utility a:active,
.entry-title a:hover, .entry-title a:active,
.entry-meta a:hover, .entry-meta a:active {
	color:#4849d9;
	}

.sf-menu {
	border:0;
	}

.sf-menu a, .sf-menu a:visited {
	color:#fff;
	background:#000;
	border:0;
	outline:0;
	}

.sf-menu a:hover, .sf-menu a:active {
	background:#4849d9;
	border:0;
	outline:0;
	}
