/*
Theme Name: Dig Deep Give Well
Theme URI: http://www.digdeepgivewell.org
Template: thematic
Description: Wordpress theme for Dig Deep Give Well Foundation.
Version: 1
Author: Jay Robinson	
Author URI: http://www.cuppazen.com
Tags: brown, custom header, fixed width, three columns, widgets

	Dig Deep Give Well
		by Jay Robinson

	This theme was designed and built by Jay Robinson,
	whose blog you will find at http://www.cuppazen.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Reset the browser defaults */
@import url('../thematic/library/styles/reset.css');
 
/* Apply default typography */
@import url('../thematic/library/styles/typography.css');
 
/* Add WordPress image styles */
@import url('../thematic/library/styles/images.css');
 
/* Add a basic layout */
@import url('../thematic/library/layouts/3c-r-fixed.css');
 
/* Start with some default styles */
@import url('../thematic/library/styles/18px.css');

/* Just set the overall thematic style */
@import url('../thematic/style.css');

/*Setting up the color file */
@import url('css/color.css');

body {
	background: #d9c08d url(images/upperBodyBG.png) repeat-x;
}

#wrapper {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

#header {	
	height: 225px;
	/*background: #3d1a06 url(images/header.jpg) no-repeat;*/
	z-index: 0;
	position: relative;
	padding: 0;
	margin: 0;
}

#branding {
	height:180px;
	margin: 1px 0 0;
	padding:0;
	width:1100px;
}
#blog-title a {
	background: url(images/hLogo.png) no-repeat top left;
	display: block;
	width: 1100px;
	height: 180px;
	margin: 0;
	text-indent: -9999px;
}

#blog-description {
	color: tan;
	margin: -45px 0 0 425px;
	font-size: 1.1em;
}

#content{
	overflow:auto;
}


#access .menu {
	width: 1100px;
	background:transparent url(images/navBarBG.png) no-repeat scroll 0 0;
	border-style: none;
	height: 50px;
	margin: -25px 0;
	z-index: 99;
}

#main{
	padding: 40px 0 20px;
	margin: 0 auto;
}

#primary {
	margin: -250px 0 20px 0;
	position: relative;
	z-index: 200;
}
.sf-menu {
	float: right;
}

.sf-menu ul a {
	background:#C5A666 url(images/navBarBG.png) repeat scroll 0 0;
	padding: 2px
}

.sf-menu li, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu a{
	background: none;
	border: none;
}

.sf-menu a, .sf-menu a:visited {
color:#461E07;
}

.sf-menu a {
	font: 110% Verdana, Geneva, Arial, Helvetica, sans-serif; 
	padding: 18px 13px;
	text-decoration: none;
	border: none;
}

.sf-menu a:hover {
	color: #faa500;	
}

#menu-secondary {
	position: relative;
	height: 25px;
	width: 1100px;
	margin: 0 auto;	
}

#menu-secondary ul {
	list-style: none;
	float: right;
	margin: 2px 0;
}

#menu-secondary li {
	float: left;
	display: block;
	padding: 0 2px;	
}

#menu-secondary a {
	font-family: Arial, Helvetica, sans-serif
} 


#main {
	width: 1100px;
	margin: 0 auto;
	padding: 0 10px 20px 0;
}

#container {
	width: 1100px;
	padding: 0;
	margin: 0;
}

#content {
	width: 1100px;
	margin: 0;
}

.entry-content{
	padding:0;
}

.slideshow {
	border:1px solid #a3a09e;
	float:left;
	height:332px;
	margin: 0 5px 0 0;
	padding: 6px;
	position:relative;
	width:665px;
	background: #f5f5f5;
}
#welcome{
	float: right;
	width: 390px;
	height: 343px;
}
.block {
	margin-bottom: 20px;
	position: relative;
	}

.block h2{
	padding: 5px 0;
}

.block_inside {
	display: block;
	padding: 10px;
	overflow: auto;
}

#footer {
	margin: 10px auto;
	position: absolute;
	width: 1100px;
}

.aside {	
	display: block;
	padding: 5px;
	overflow: auto;
}
#subsidiary{
	width: 1000px;
}

.entry-title{
	margin-bottom: 20px;
	position: relative;
	padding: 5px;
}
