/*   
Theme Name: Tuff Inflatables Thematic Child Theme
Theme URI: http://tuffinflatables.com
Description: Custom Child Theme for Tuff Inflatables
Author: Dave Badgett
Author URI: http://tuffinflatables.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');

#footer {
	background-color:#1666A1;
	height:100px;
}

#branding {
	background-image: url(images/ti_logo.jpg);
	background-repeat: no-repeat;
	padding:0;
	height:80px;
}

#access {
	background:#1666A1;
}

.sf-menu li a:hover {
	color:#1666A1;
}	

#container a:hover {
	color:#1666A1;
}

h1 {
	color:#1666A1;
}

a:hover {
	color:#1666A1;
}

#primary {
	border:0;
}

#primary h3 {
	color:#1666A1;
}

#secondary li {
	list-style:none;
}

#secondary h3 {
	color:#1666A1;
}

#secondary a {
	text-decoration:none;
}

#secondary a:hover {
	color:#000000;
}

#content table {
	border:0px;
}

#siteinfo {
	text-align:center;
	color:#ffffff;
	padding:22px 0 0;
}

#siteinfo a{
	color:#ffffff;
}

#siteinfo a:hover {
	color:#000000;
}

#zon-asin td {
	vertical-align:top;
}

#zon-asin img {
	margin:0;
}

#zon-asin p {
	font:15px/22px Georgia,serif;
}

.zon-reviews img {
	margin:0;
}

#zon-column img {
	margin:0;
}

#bay img {
	margin:0;
}

.postthumb img{
	float: left;
	margin: 0 10px 0 0;
}

.entry-utility {
	clear: both;
}

.entry-title {
	font-size: 18px;
}