/*
Theme Name: SS Home Center
Theme URI: http://www.sshomecenter.com/
Description: Widgetized home page for default BuddyPress theme.
Version: 1.0
Author: GreatCircle Studios
Author URI: http://www.greatcirclestudios.com/
Template: twentyten
Tags: 
*/

/* Inherit the default theme styles */

@import url("../twentyten/style.css");
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c3a98e url(images/bodyBG.jpg) top center no-repeat;
	margin: 0 0 20px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#wrapper {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
	padding-bottom:5px;
}
#main {
	padding: 0px 0 0 0;	
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px;
}
#site-title {
	float: left;
	font-size: 97px;
	margin: 20px;
	line-height:97px;
	width: 260px;
	height:97px;
	
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-indent:-9009px;
	display:block;
	background: url(images/logo.jpg) top left no-repeat;
	
	line-height:97px;
	width: 260px;
	height:97px;
}
#ace-link a{
	background: url("images/ace.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 68px;
    left: 395px;
    position: relative;
    text-decoration: none;
    text-indent: -9009px;
    top: 14px;
    width: 225px;
}
#site-description {
	color: #363636;
	clear: right;
	float: left;
	font-style: normal;
	font-weight:bold;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	position:relative;
	left:-480px;
	top:110px;
	width: 200px;
	text-align:center;
	line-height:15px;
}
#site-description span{
	color: #d21034;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}

#branding {
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ddd url(images/header.jpg) top center no-repeat;
	-moz-border-radius: 0px; /* Firefox */
    -webkit-border-radius: 0px; /* Safari and Chrome */
    border-radius: 0px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border: solid 1px #fdf0c4;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	width: 940px;
	clear: both;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	background: url(images/menuBG.jpg) top left repeat-x;
	display: block;
	float: left;
	margin: 0 10px;
	width: 940px;
	font-family:Verdana, Geneva, sans-serif;
	border-top: 1px solid #c3a98e;
	border-left: 1px solid #c3a98e;
	border-right: 1px solid #c3a98e;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 940px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0 20px;
	float:right;
}
#access .menu-header ul ul.sub-menu {
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #363636;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
	
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color: #fff;
}
#access li:hover > a {
	background: #333;
	color: #fff;
}
#access ul ul :hover > a {
	color: #865E30;	
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background: #333;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
#container {
	float:right;
	margin:20px 10px 10px 0;
	width:645px;
}
#content {
	margin:0px 15px 5px 15px;	
}
.hentry {
	margin:0 0 5px;
}
.entry-content img{
	box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);	
}
.entry-content span{
	font-weight:bold;
	color: #476c89;
}
#content .entry-title {
	font-family: Verdana, Geneva, sans-serif;
	color: #865e30;
	font-size:30px;	
	font-weight:normal;
	margin-top:20px;
}
#content .entry-title a{
	font-family: Verdana, Geneva, sans-serif;
	color: #865e30;
	font-size:30px;	
	font-weight:normal;
	margin-top:20px;
}
#content .entry-title a:hover{
	color:#363636;	
}
.bottom-pic {
	vertical-align:bottom;	
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 285px;
	background: url(images/sidebarBG.png) top left repeat-y;
	padding-bottom:50px;
}
#menu-sidebar {
	list-style-type: none;
	position:relative;
	left:-20px;
	margin-top:10px;
}
#menu-sidebar .menu-item {
	margin:0 0 10px 0;	
}
#menu-sidebar .menu-item a{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 21px;
	color: #c3a98e;
	font-weight: normal;
	text-decoration:none;
	position: relative;
	top:120px;
	left:10px;
	line-height:40px;
	width:271px;
	height:160;
	display:block;
}
#menu-sidebar .menu-item a:hover{
	color: #f1ede9;
}
li#menu-item-118 {
	background: url(images/tools.jpg) top left no-repeat;
	width:271px;
	height:160px;
}
li#menu-item-119 {
	background: url(images/hardware.jpg) top left no-repeat;
	width:271px;
	height:160px;
}
li#menu-item-120 {
	background: url(images/lawn-garden.jpg) top left no-repeat;
	width:271px;
	height:160px;
}
li#menu-item-999 {
	background: url(images/electrical.jpg) top left no-repeat;
	width:271px;
	height:160px;
}
li#menu-item-122 {
	background: url(images/plumbing.jpg) top left no-repeat;
	width:271px;
	height:160px;
}
li#menu-item-117 {
	background: url(images/paint2.jpg) top left no-repeat;
	width:271px;
	height:160px;
}
li#menu-item-101 {
	background: url(images/lumber-building.jpg) top left no-repeat;
	width:271px;
	height:160px;
}
li#menu-item-366 {
	background: url(images/farm-ranch.jpg) top left no-repeat;
	width:271px;
	height:160px;
}
#footer {
	background-color: #363636;
	margin: 5px 0px 10px 10px;	
	width:940px;
	min-height:100px;
	
}
#colophon {
	padding:60px 0 0 0;	
	padding-left:10px;
	border:none;
}
#site-info {
	color: #f1ede9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	width:940px;
}
#site-info a{
	color: #f1ede9;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
}
#site-info a:hover {
	text-decoration:underline;	
}
#content table {
	border:0px solid #E7E7E7;
}
#content tr td{
	border-top:0px solid #E7E7E7;
	border-bottom:1px solid #E7E7E7;
	vertical-align:middle;
	padding:10px 24px;
}
.home #content tr td{
	border-top:0px solid #E7E7E7;
	border-bottom:0px solid #E7E7E7;
	vertical-align:middle;
	padding:10px 0px;
}
#content td a{
	color:#865E30;
	text-decoration: none;
	font-weight:bold;
}
#content td a:hover{
	text-decoration:underline;
}
.widget_search {
	margin: 20px 0px 0px 20px;
}
#slideshow {
	float: right;
	width: 260px;
	height: 90px;
	text-indent:-9009px;	
	margin: -20px 15px 0 0;
}
#slideshow li {
	list-style-type: none;	
}
#slideshow img {
	border-bottom:0px solid #000000;
	border-top:0px solid #000000;	
}
#featuredImage img{
	width: 630px;
}
#content .alignleft, #content img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
#text-3 {
	width: 154px;
	margin: 0 auto;	
}
.textwidget a {
	display: block;
	width: 38px;
	height: 38px;
	text-indent: -9009px;
	float: left;
	margin: 0 20px 0 0;	
}
.textwidget a#blogger {
	background: url("images/blogger.png") top left no-repeat transparent;	
}
.textwidget a#youtube {
	background: url("images/youtube.png") top left no-repeat transparent;	
}
.textwidget a#facebook {
	background: url("images/facebook.png") top left no-repeat transparent;	
	margin: 0;
}