/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */

/*
/*-----------Block Level Elements--------------*/

body {
	margin: 0;
	background: #faddb5;
	color: #907757;
	}
	
#topnav {
	}

#header {
	background: #732b12 url('/wp-content/themes/cornerstone/img/banner.jpg') repeat-x center;
	height: 235px;
	border-top: solid 3px #d6b68b;
	border-bottom: solid 3px #d6b68b;
	}
	
#header h1 {
	display: none;
	}
	
.logo {
	background: url('/wp-content/themes/cornerstone/img/logo.png') no-repeat;
	behavior: url('/wp-content/themes/cornerstone/iepngfix.htc');
	height: 235px;
	}
	
#wrapper {
	background: url('/wp-content/themes/cornerstone/img/wrapper.jpg') repeat-x;
	padding: 20px 0px;
	}

#content {
	}

#sidebar {
	background: #d3b386  url('/wp-content/themes/cornerstone/img/sidebar.jpg') repeat-x;
	}

#footer {
	background: #b79565 url('/wp-content/themes/cornerstone/img/footer.jpg') repeat-x;
	color: #735e41;
	height: 235px;
	border-top: solid 3px #d6b68b;
	border-bottom: solid 3px #d6b68b;
	}
	
.city {
	background: url('/wp-content/themes/cornerstone/img/city.png') no-repeat;
	behavior: url('/wp-content/themes/cornerstone/iepngfix.htc');
	height: 235px;
	}
	

/*-------------The Navigation-------------*/

#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 0px 300px;
	}
	
#topnav li {
	float: left;
	}
	
#topnav li a {
	display: block;
	padding: 5px 17px 5px 15px;
	background: url('/wp-content/themes/cornerstone/img/nav.png') no-repeat right;
	behavior: url('/wp-content/themes/cornerstone/iepngfix.htc');
	font-size: 1.2em;
	}
	
#topnav li a:hover {
	background: url('/wp-content/themes/cornerstone/img/nav-hover.png') no-repeat right;
	behavior: url('/wp-content/themes/cornerstone/iepngfix.htc');
	}


a {
	color: #907757;
	text-decoration: none;

	}
	
a:hover {
	text-decoration: none;
	color: #7d6547;
	
	}

/*-------------The Post-------------*/



.post-image {
	width: 100px;
	height: 150px;
	background: #b69463;
	float: left;
	margin: 0px 10px 5px 0px;
	}
    
.post-image img{
	margin: 0px;
    max-width: 100px;
	}
	
#content h2 {
	border-bottom: solid #b79465 1px;
	font-weight: lighter;
	font-size: 1.5em;
	clear: left;
	padding: 1px 10px;
	margin: 20px 0px 15px 0px;
	color: #b16442;
	}
	
#content h2 .underline {
	border-bottom: solid 4px #b79465;
	padding: 0px 10px;
	}

h3 {
	font-size: 2em;
	margin-bottom: 0.5em;
	}


#home-post {
	height: 260px;
	}

.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 {
	list-style: none;

	}

#sidebar ul h2 {

	}

#sidebar ul li {

	}

#sidebar ul ul {

	}

#sidebar ul ul li {

	}

#sidebar ul ul ul {

	}

#sidebar p {

	}

#sidebar h2 {
	color: #907757;

	}
#sidebar a:hover {

	}

#sidebar a:visited {

	}


/*--------------Comments--------------*/

ol.commentlist {

	}

ol.commentlist li {

	}

ol.commentlist li.alt {

	}

ol.commentlist a {

	}

small.commentmetadata {

	}

/*--------------Footer-------------*/

#footer ul {
	list-style: none;
	}

#footer li {
	border-bottom: dashed 1px #937142;
	padding: 5px;
	color: #765931;
	}

#footer li a {
	color: #765931;
	}

#footer .margin {
	margin-top: 43px;
	}


/*--------------Search Form-------------*/

#searchform {
	margin: 5px 0px;
	}

#searchform input {
	background: #faddb5;
	border: 0;
	}

#searchform #searchsubmit {
	height: 32px;
	background: #be7f25;
	color: #faddb5;
	cursor: pointer;
	border: solid 2px #907757;
	padding: 0px;
	}

#searchform #s {
	background: url('/wp-content/themes/cornerstone/img/search.gif') no-repeat;
	padding: 8px;
	width: 190px;
	color: #907757;
	}




/*-------------Other------------------*/

hr {
	display: none;
	}

/*-------------IE 6 PNG FIX------------------*/

img { behavior: url(/wp-content/themes/cornerstone/iepngfix.htc); }
