/*   
Theme Name: SmithsonWoodworks
Theme URI: http://www.smithsonwoodworks.com
Description: Simple 2 column theme
Author: Derek Brooks
Author URI: http://www.broox.com
Version: 1
.
A simple/custom WordPress theme built for the launch of SmithsonWoodworks.com...
.
*/


/* 
All of MY css will be camel cased, all of blueprint's will be dashed 
Maroon: 673946
Green: 91a973
*/

a { color: #673946 }

#topBar { border-bottom: 1px solid #673946; }
h1#logo {
	display: block;
	text-indent: -5000px;
	height: 75px;
	background: transparent url(images/smithsonWoodworksTransLogo.png) no-repeat top left;
}


#middleBar { background: #FFF url(images/navigationBackground.png) no-repeat top left; }
	.navigation {
	/*
		background-color: #EEE;
		border-right: 1px solid #CCC;
		border-left: 1px solid #CCC;
	*/
	}
	
	.navigation ul, #bottomBar ul  { list-style: none; margin:0; padding:0; }
	
	.navigation li {
		/* margin-left: 1px; */
	}
	
	.navigation li a {
		display: block;
		padding: 5px;
		padding-left: 30px;
		/* text-align: center; */
		text-decoration: none;
		font-weight: bold;
	}
	.navigation li a:hover { background-color: #91a973; /* border-left: 1px solid red; */ }
	
	#slideshow { position:relative; height: 350px; text-align:center; }
	#slideshow div { position:absolute; clear: both;}

	.productLink { text-align: center; }
	.productLink a { font-size:20px; font-weight: bold; text-decoration: none; }

	.specs { width: 500px; }

#bottomBar {
	color: #FFF;
/*
	border-top: 1px solid #673946;
	background: #673946 url(images/maroonBar.png) repeat-x;
	border-bottom: 1px solid #673946;
*/

	border-top: 1px solid #91a973;
	background: #7f9860 url(images/greenBar.png) repeat-x;
	border-bottom: 1px solid #91a973;
}
	#bottomBar h6, #bottomBar a { color: #FFF;}
	#bottomBar .news { position:relative; }
	#bottomBar .news #copyright { position: absolute; left:0; bottom:0; }
	
	#copyright { text-align: right; }