/*   
Theme Name: BanksBlog
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.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');

body, input, textarea {
	font: 13px/15px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	/*
line-height: 1.4em;
	font-size: 12px;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
*/
	}

a:link {
    color: #6e6661;
}
a:visited {
    color: #cdc8c4;
}
#header {
    color: white;
    background-repeat: repeat-x;
    background-image: url(/lxb_site_images/Lxb_Header_Bg.jpg);
    z-index:2;
	background-color: #fbfbfb;
}
#blog-title {
    text-shadow: 0px 2px 3px #a5a5a5;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight:bold;
    line-height: 55px;
	letter-spacing: -.08em;
}
#blog-title a {
    color: #535353;
    text-decoration:none;
}
#blog-description {
    color: #808181;
    font-size:12px;
    font-style:italic;
	letter-spacing: 1px;
}
#access {
    border-bottom:1px solid #ccc;
    height:32px;
    overflow:visible;
    z-index:100;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.entry-title {
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, sans-serif, Arial;
    font-size: 28px;
    font-weight:bold;
    line-height: 28px;
    padding:0 0 7px 0;
    color: #878180;
	letter-spacing: -0.05em;
}
.entry-title a {
    color: #58504c;
    text-decoration:none;
}
.entry-meta {
    color: #8f9090;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-content {
    padding:22px 0 0 0;
    color: #9c9694;
    line-height: 1.4em;
	font-size: 12px;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
}
.entry-content h1,
.entry-content h2 {
    padding-left: 0;
    padding-bottom: 15px;
    padding-right: 0;
    padding-top: 28px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size:19px;
    font-weight:bold;
	color: #7d7777;
	letter-spacing: -.05em;
}
.entry-content h3 {
	padding-left: 0;
	padding-bottom: 12px;
	padding-right: 0;
	padding-top: 28px;
	font: italic 17px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #9d9692;
}
.entry-content h4 {
    font-size:11px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-utility {
    color: #a29f9b;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
    	border-bottom: 1px solid #c2c2c2;
}
.entry-utility a {
    color: #d3d3d3;
    font-style:italic;
    text-decoration:none;
	border-bottom-width: 1px;
}
.page-link a {
    border:1px solid #ccc;
    color: #7e7e7e;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
	color: #8a8a8a;
}
.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
	color: #cdcdcd;
}
.aside {
    color: #a9a9a9;
}
.aside a {
    color: #a4a4a4;
}
.aside h3 {
    font-size: 15px;
    line-height: 22px;
	color: #808080;
	font-weight: bold;
	letter-spacing: -.07em;
}
.aside #searchsubmit {
	display: none;
	color: #7a7a7a;
}
#primary {
    border: 1px solid #d4d4d4;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
#content .aside h3 {
    padding:0 0 7px 0;
    text-transform:none;
	font: normal bold 17px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
#footer {
    border-top:1px solid #ccc;
    margin-top:22px;
	background-color: #f2f2f2;
}


