/*   
Theme Name: Start Fund
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('typography.css');

/* Apply a basic layout */
@import url('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('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#branding {
}

h1.entrytitle {
	font-size: 36px;
	line-height: 36px;
}

.entry-content h1, .entry-content h2 {
	font-size: 20px;
	line-height: 24px;
}

#breadcrumb-navxt {
	font: 11px Arial, Helvetica, sans-serif;
	color: #0A64A4;
}

#breadcrumb-navxt a, #breadcrumb-navxt a.visited {
	color: #9AAEDB;
	text-decoration: none;
}

#breadcrumb-navxt a:hover {
	color: #0A64A4;
	text-decoration: underline;
}

.rt-button {
	margin-bottom: 10px;
}

a#donate {
	height: 36px;
	width: 150px;
	display: block;
	background: url(buttons-donate-apply-join.png) no-repeat 0 -2px;
	overflow: hidden;
}

a#donate:hover {
	width: 150px;
	background: url(buttons-donate-apply-join.png) no-repeat -151px -2px;
}

a#apply {
	height: 36px;
	width: 150px;
	display: block;
	background: url(buttons-donate-apply-join.png) no-repeat 0 -48px;
	overflow: hidden;
}

a#apply:hover {
	width: 150px;
	background: url(buttons-donate-apply-join.png) no-repeat -151px -48px;
}

a#join {
	height: 36px;
	width: 150px;
	display: block;
	background: url(buttons-donate-apply-join.png) no-repeat 0 -96px;
	overflow: hidden;
}

a#join:hover {
	width: 150px;
	background: url(buttons-donate-apply-join.png) no-repeat -151px -96px;
}

.footer-left {
	width: 350px;
	float: left;
}

.footer-right {
	width: 450px;
	float: left;
	text-align: right;
}

.bodysmall {
	font: 15px/19px Arial, Helvetica, sans-serif;
}

.split-left {
	width: 310px;
	margin-right: 20px;
	float: left;
}

.split-right {
	width: 330px;
	float: right;
}

.entry-content .split-right h2 {
	padding-top: 0;	
}

.check-left {
	width: 20px;
	margin: 0 10px 5px 0;
	float: left;
	display: block;
}

.check-right {
	width: 630px;
	float: right;
	margin: 0 0 5px 0;
	display: block;
}

.app-item {
	display: block;
	clear: left;
	float: left;
}

.eighteen {
	margin-bottom: 18px;
}

.thirty {
	margin-bottom: 30px;
}

.app-group {
	display: block;
	margin-bottom: 20px;
	float: left;
}

#text-4, #text-7, #text-6, #text-8  {
	margin-top: 40px;
}
