/*   
Theme Name: Lawn Toss Thematic Child Theme
Theme URI: http://lawntoss.com
Description: Custom Child Theme for Lawn Toss
Author: Dave Badgett
Author URI: http://lawntoss.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');

#header {
	background-image: url(images/grass.jpg); 
	background-repeat: repeat-x;
}

#footer {
	background-image: url(images/grassfooter.jpg); 
	background-repeat: repeat-x;
	height:140px;
}

#branding {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	padding:0;
	height:199px;
}

#access {
	background:#92C84E;
}

.sf-menu li a:hover {
	color:#8EC641;
}	

#container a:hover {
	color:#8EC641;
}

h1 {
	color:#8EC641;
}

a:hover {
	color:#8EC641;
}

#primary {
	border:0;
}

#primary h3 {
	color:#A10202;
}

#secondary li {
	list-style:none;
}

#secondary h3 {
	color:#A10202;
}

#secondary a {
	text-decoration:none;
}

#secondary a:hover {
	color:#000000;
}

#content table {
	border:0px;
}

#rulepages li {
	padding-bottom:20px;
}

#rulepages li a {
	text-decoration:none;
	color:#000000;
	font-size:20px;
}
#siteinfo {
	text-align:center;
}
