/*
Theme Name: SBCA Boise
Theme URI: http://www.sbcaboise.org
Description: This is a custom theme created by Unattended Media. It uses the Blueprint CSS Framework.
Author: Nathan Barry
Author URI: http://www.unattendedmedia.com



/*-----------Block Level Elements--------------*/


@import 'css/screen.css';

body {
	background: #d9ae4b url('img/background.jpg');
	margin: 0;
	color: #fcf1da;
	}
	
a {
	color: e0b541;
	}	
	
a:hover {
	text-decoration: underline;
	}	

a:visited {
	color: #bf9830;
	}
	
#wrapper {
	background: #71582b;
	}

#header {
	background: url('img/header.jpg');
	height: 155px;
	}
	
	#header h1 {
		margin: 40px 0px 0px 0px;
		}
	
	#header h1 a {
		color: #251c0b;
		text-decoration: none;
		}
	
#content {
	}
	
	.sub-nav {
		list-style: none;
		padding: 10px;
		margin: 10px auto;
		text-align: center;
		width: 100%;
		clear: left;
		}
		
		.sub-nav li {
			display: inline;
			margin: 0px 5px;
			}
			
			
	

#sidebar {
	text-align: right;
	}
	
	#sidebar ul.nav {
		list-style: none;
		padding: 0;
		margin: 45px 0px;
		}
		
		#sidebar ul.nav a {
			font: 1.2em Georgia, "Times New Roman", Times, serif;
			text-decoration: none;
			color: #fcf1da;
			}

#footer {
	background: #503e1b;
	color: #fcf1da;
	margin: 15px auto 0px;
	font: 1em Georgia, "Times New Roman", Times, serif;
	padding: 15px 0px;
	}
	
	
	
	#footer ul.nav {
		list-style: none;
		padding: 0;
		margin: 0px;
		}
		
		#footer ul.nav a {
			font: 1.2em Georgia, "Times New Roman", Times, serif;
			text-decoration: none;
			color: #fcf1da;
			}
	
	#contact {
		text-align: right;
		color: #bea676;
		}
		
	#designed-by {
		padding: 30px 0px;
		}
		
		#designed-by a {
			color: #fcf1da;
			}
		
	

/*-------------Headings-------------*/

h1 {
	color: #10335e;

	}

h2 {

	}

h3 {

	}

h4 {

	}

h5 {

	}	

/*-------------Navigation-------------*/




/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

	}

.post {

	}

.post p {

	}

.post a {

	}

.post ul {

	}

.post li {

	}

.entry {

	}

.entrytext .postmetadata {

	}

.postmetadata alt {

	}

.postmetadata a {

	}

.navigation {

	}

.alignleft {

	}

.alignright {

	}

.center {

	}

.pagetitle {

	}

blockquote {

	}

cite {

	}

a img {

	}

acronym, abbr {

	}

/*--------------Sidebar------------*/

#sidebar ul {

	}

#sidebar ul h2 {

	}

#sidebar ul li {

	}

#sidebar ul ul {

	}

#sidebar ul ul li {

	}

#sidebar ul ul ul {

	}

#sidebar p {

	}

#sidebar a {

	}
#sidebar a:hover {

	}

#sidebar a:visited {

	}


/*--------------Comments--------------*/

ol.commentlist {

	}

ol.commentlist li {

	}

ol.commentlist li.alt {

	}

ol.commentlist a {

	}

small.commentmetadata {

	}

/*--------------Search Form-------------*/

#searchform {

	}

#searchform input {

	}

#searchform #s {

	}


/*-------------Other------------------*/

hr {
	display: none;
	}

/*-------------IE 6 PNG FIX------------------*/

img { behavior: url(iepngfix.htc); }