/*
THEME NAME: bullcityrunningco
THEME URL: http://cardigancreative.com
DESCRIPTION: A Child-Theme based on Thematic
Template: thematic
VERSION: 0.1
AUTHOR: Joel Sadler
AUTHOR URL: http://cardigancreative.com
TAGS: three columns,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS, blue, sifr
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
Cardigan Creative Special Thanks:

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');

/*Begin Joel*/

body{
background: #99BBDD url(images/BCRC_body_background.png) repeat-x scroll center bottom;
font-family: arial, sans-serif;
color: #666666;
}
#header{
	background: #99BBDD;
padding-top: 0px;
}

#branding{
Background: #99BBDD url(images/BCRC_Header_agency_final.gif) no-repeat;
padding: 0px 0 116px;
border-top: 0px solid grey;
border-bottom: 0px solid grey;
border-left: 0px solid grey;
border-right: 0px solid grey;
width: 960px;
}
#blog-title a {
font-size: 22px;
line-height: 40px;
height: 137px;
width: 960px;
text-indent: -9000px;
position: absolute;
background: transparent url(images/BCRC_Header_agency_final.gif) no-repeat scroll 0 0;
}

#blog-description{
	padding-left: 25px;
color: grey;
font-size: 13px;
line-height: 22px;
text-indent: -9000px;
}
#access{
	background: white;
border-bottom: 0px solid orange;
border-top: 0px solid #99BBDD;
border-right: 0px solid grey;
border-left: 0px solid grey;
font-size: 14px;
height: 32px;
overflow: visible;
z-index: 100;
width: 960px;
margin: 0 auto;
position: relative;

}
.sf-menu{

border: 0px;
width: 800px
}
.sf-menu a {
border: 0px;
}
.menu {
width:800px;
background:transparent none repeat scroll 0 0;
}

.sf-menu a, .sf-menu a:visited {
font-family: arial;
font-weight: bold;
height: 14px;
color: #0055BB;
}


.sf-menu li {

}
.sf-menu li li {
background:;
font-family: ;
font-weight: ;
height: ;
color: ;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover {
background:white;
font-size:14px;
color: #DD5500;
}
.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a, .sf-menu a:active {
background:white;
font-size:14px;
color: #DD5500;
}

#main{
	background: white;
border-top: 0px solid blue;
border-bottom:5px solid #0055BB;
border-left: 0px solid grey;
border-right: 0px solid grey;
padding-top: 1px;

}
.entry-content{
	width: 620;
}
#container{
	
background: transparent;
border: 0px solid blue;
padding-top: 15px;
}
#content{
	width: 650px;
background: white;
}
.entry-title, .entry-title a {
	color: #0055BB;}
.entry-content{
	padding-top: 10px;
}
#primary{
border-left: 1px solid #DD5500;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
background: white;
	
}
.main-aside{
	width: 250px;
}
.aside{
background: #0055BB;}

.aside h3 {
background: transparent url(images/BCRC_Aside_Header.gif);
color: white;
padding-left: 5px;
font-family: arial;
font-weight: bold;
font-style: normal;
margin-top: 20px;
}
#footer{
	border: 0px;
margin-bottom: 200px;
clear: both;
}
#siteinfo {
color:#666666;
font-size:10px;
line-height:18px;
padding:0px 0 55px;
}



