/* $Id: local_sample.css,v 1.1.4.1 2009/05/26 06:21:30 jwolf Exp $ */

/* Local CSS
-------------------------------------------------------------- */

/**
 * Put your custom css and css overrides in this file and
 * rename it local.css. By restricting your css changes 
 * to local.css, your changes will not be overwritten when
 * upgrading to a new version of this theme.
 *
 *  Steps to activate local.css:
 *  1. Add your custom css to this file.
 *  2. Rename this file to local.css  
 */
 
html {
background-color:#292929;
}

#header-first h1 {
border-right:1px solid #DDDDDD;
color:#525252;
display:inline;
font-size:2.1em;
font-weight:normal;
padding-right:15px;
position:relative;
top:-7px;
white-space:nowrap;
text-transform:none;
}


/*Make not-front blocks look like front blocks*/
body.front #sidebar-first .block h2.title, body.not-front #sidebar-first .block h2.title {
background: transparent;
font-family: Helvetica,Arial,Verdana,"Bitstream Vera Sans",sans-serif;
font-size: 1.4285em;
font-weight: normal;
padding: 0;
text-transform: none;
}

body.front #sidebar-first .block h2.title .first-word ,body.not-front #sidebar-first .block h2.title .first-word{
font-weight: bold;
}

#sidebar-last .block h2.title {
background: none;
font-size: 0.9375em;
font-weight: bold;
padding: 0;
text-transform: uppercase;
}

#header-wrapper {
margin-top:0px;
}

#cart-form-products {
border:none;
}

#cart-form-buttons {
border:none;
}

.solid-border {
border:none;
padding:none;
}

.cart-review {
border:none;
}

#checkout-form-bottom {
border:none;
}

.order-review-table {
border:1px solid #999999;
}

.order-review-table .pane-title-row {
background-color:#999999;
border:1px solid #999999;
}

.order-review-table .review-button-row {
background-color:#999999;
}

.order-pane {
border:none;
}

.order-pane-table thead th {
background-color:#000000;
}

.tableHeader-processed thead th {
background-color:#000000;
border-color:#BBBBBB;
border-style:solid;
border-width:0 0 2px;
font-weight:bold;
padding:4px 8px;
}

.pane-title-row td {
background-color:none;
border:none;
font-weight:none;
padding-left:none;
}

/* notice at bottom of page */
#legal-notice {
  display: none;
}

#legal-notice a {
  display: none;
}
.left-half {
	float: left;
	padding-right: 2%;
	width: 44%;
	border-right: 1px solid #4b4b4b;
}
.right-half {
	float: right;
	padding-left: 1%;
	width: 52%;
}
.lead-top {
	display: block;
}
.lead-bottom {
	clear: both;
	padding-top: 10px;
}
.fivestar-static-form-item .form-item, .fivestar-form-item .form-item {
	background-color:#f0f0f0;
	color:#000000;
	margin:10px;
	padding:10px;
}
ul.instructions{
	background-color: #3E3E3E;
	border: 1px solid #555555;
	font-size: 0.76em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 10px 7px 10px 0px;
	padding: 7px 10px;
	list-style-type: square;
}


