/*   
Theme Name: Bill Riccadonna
Theme URI: 
Description: Thematic Child Theme for Real Estate Broker Bill Riccadonna.
Author: John Sam Wallace
Author URI: http://johnsamwallace.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');

#branding {
	background:url(images/banner.png);
	text-indent:-9999px;
	padding:44px 0 43px;
	width:960px;
}

#header {
	background:#d6d6d6 url(images/headergradient.png) repeat-x;
	padding-top:10px;
}

#wrapper {
	background:#D6d6d6;
}

body {
	background:#eaeaea;
}

#main {
	background:#fff;
        padding-top:33px;
}

#access {
	width:960px;
	height:24px;
	margin:auto;
	background:#fff;
	border-bottom:none;
	padding-top:3px;
}
.page-template-tpl_onecolum-php #container {
	width:960px;
}
.page-template-tpl_onecolum-php #content {
	width:940px;
}
.menu {
	width:960px;
}
.sf-menu {
	background:none;
	border-right:none;
	margin-top:5px;
	float:right;
}
.sf-menu ul {
    border-right:none;
}
.sf-menu li {
	background:none;
}
.sf-menu a {
	padding:0 7px;
	border-top:none;
	font-weight:bold;
}
.sf-menu a, .sf-menu a:visited {
	background:none;
	border-bottom:none;
	color:#000;
	border-left: 1px solid #000;
}
.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	border-bottom:none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:none;
	outline: 0;
    border-bottom:none;
	color:#551A8B;
	text-decoration:underline;
}
#footer {
	background:url(images/footer.png) no-repeat;
	border-top:none;
	height:50px;
	width:960px;
	margin-top:0;
	margin:auto;
}
#siteinfo {
	color:#fff;
	padding-top:25px;
	font-size:12px;
	padding-right:0px;
	text-align:right;
}
#siteinfo a {
	color:#FC0;
}