/*   
Theme Name: Trenton's Theme
Theme URI: http://www.WTFMarketing.com
Description: Use this theme to start your Thematic Child Theme development.
Author: Nick Armstrong
Author URI: http://www.WTFMarketing.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-l-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');

/* colors and padding */

body {
	background: black;
}

#branding {
	padding: 0px;
	background: #032f4a;
	border-bottom: 2px solid white;
}

#wrapper {
	padding: 5px 0px;
}

#branding a {
	color: white!important;
}

#blog-title a {
	padding: 0px 5px;
}

#content {
	background: white;
	margin-left: 300px;
	width: 700px;
}

h1#featuredPosts {
	padding: 5px 0px 5px 10px;
}

#secondary {
	background: #bdffa8;
}

#access {
	background: #22846b;
}

#access ul {
	border: none!important;
}

#access li {
	background: transparent;
}

#access li a {
	border: none!important;
	color: white;
	font-size: 16px;
	line-height: 16px;
}

#access li a:hover {
	background: transparent;
	color: black;
}

.hentry {
	padding: 5px;
}

div.entry-utility {
	margin: 0px;
}

#main {
	padding: 0px;
	background: white;
}

#footer {
	margin: 0px;
	border: none;
}

#siteinfo {
	background: #CC9933;
	color: black;
	padding: 5px 0px;
	border-top: 2px solid white;
}

#siteinfo p {
	padding: 0px 5px;
	margin: 0px;
}

#siteinfo a {
	color: black;
}

#siteinfo a:hover {
	color: black;
}

#primary {
	border: none;
	margin-bottom: 5px;
	padding: 0px;
}

#primary ul.xoxo {
	margin: 0px;
	padding: 0px;	
}

#secondary ul.xoxo {
	padding: 10px;
}

#secondary img {
	padding-bottom: 10px;
}

#subsidiary {
	background: #660000;
	border-top: 2px solid white;
	padding-bottom: 20px;
	padding-top: 20px;
}

#subsidiary ul {
	padding-left: 20px;
}

#subsidiary ul, #subsidiary ul a {
	color: white;
}

/* Featured Posts */

.featuredImage {
	border: 1px solid black;
	height:75px;
	width:131px;
	margin: 10px 0px;
}

ul#featured-posts {
    float: left;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    padding-top: 5px;
    list-style: none;
    color: #111;
    font-size: 11px;
    line-height:14px;
    font-family: Helvetica, Arial, sans-serif;
}

#featured-posts li {
    float: left;
    width: 175px;
    padding: 3px;
    margin: 0px 12px;
    min-height: 274px;
    height: 274px;
    overflow: hidden;
    min-width: 100px;
    border:3px double #ccc;
}

#featured-posts li p {
    margin: 0;
    padding: 0;
}

#featured-posts li:hover {
    border-color: #000;
    background: #CCCCFF;
}

#featured-posts li h4 a {
    font-family:Georgia, Times, sans-serif;
    font-size: 12px;
    line-height: 13px;
    display: block;
    padding: 5px 1px;
    color: #111;
    font-weight: bold;
}

h3#featuredPosts {
	font-size: 20px;
	border-bottom: 2px solid black;
}

#container {
	background: white;	
}

#content {
	width: 640px;
}

.hentry {
	padding-top: 10px!important;
	padding-left: 10px!important;
	width: 610px;
}

#disqus_thread {
	width: 610px!important;	
}