/*   
Theme Name: Thematic Child Theme
Theme URI: 
Description: A custom child them built on top of Thematic.
Author: Steve Aquillano
Author URI: http://steveaquillano.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');

/* Import Thematic style */
@import url(../thematic/style.css);


/* Begin custom CSS rules */

#header {
    background-color: #EDF1F3;
	}
#primary {
	border: none;
	}
#access {
	display: none;
	}
/*
html.splash_html {height: 100% !important;}

body.splash_body {
	background-image: url('http://steveaquillano.com/w0rdpr3ss/wp-content/uploads/2010/01/bambooTile3.jpg') !important;
	font-family:"Lucida Grande" !important;
	height:100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

#splash_container {
	position: absolute;
	width: 800px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	right: auto;
	left: auto;
	min-height: 100%;

}

#splash_main {
	position: relative;
	display: block;
	width: 800px;
	height: 500px;
	right: auto;
	left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0;
	background-color: #4a3d36;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	//*border: 5px solid #E2DDB5;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

p.splash_special {color: green;}

#splash_footer {
	position: absolute;
	bottom: 0;
	width: 800px;
	right: auto;
	left: auto;
	height: 50px;
	background-color: #4a3d36;
	//color: #5C4033;
	//text-shadow: #6B4226 0 0 3px;
	color: #4a3d36;
	font-size: 0.7em;
}
*/