/*
 * Global Properties
*/
html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: .9em;
	background-color: #f0a82a;
	color: #000;
}

h1, h2, h3, h6 {
	margin:  0;
	text-transform: uppercase;
}

h1 {
	color: #653417;
	font-size: 1.6em;
}

img {
	border: 0;
}

div#header h1 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 0px;
	padding: 120px 0 0 0;
	overflow: hidden;
}

h2 a {
	color: #5e8917;
	font-size: .8em;
}

* html h2 a {
	font-size: .6em;
}

h3 {
	color: #c03333;
	text-transform: none;
	font-size: 1.2em;
}

h4 {
	margin: 15px 0 0 0;
	color: #c03333;
	font-size: 1.2em;
	background:url(img/org_bg.png) no-repeat;
	padding: 10px 0 10px 30px;
	clear: both;
	}

h5 {
	margin: 0;
	font-size:1.1em;
	border-bottom: 1px solid #ffffff;
	color: #5e8917;
}	

a {
	color: #5e8917;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	padding: 0 0 0 25px;
}

* html ul {
	margin: 10px 0;
}

form {
  position: relative;
	margin: 0;
	padding: 0;
}

form label {
	clear: left;
	float: left;
	width: 35%;
	height: 25px;
	color: #5e8917;
}

form label.full {
	float: none;
	width: 100% !important;
}

fieldset {
	border: 0;
	border-top: 1px solid #F1AC00;
	margin: 10px 0 0 0;
}

hr {
  height: 1px;
  border: 0;
  color: #F1AC00;
  background-color: #F1AC00;
}

/** CSS3 **/
form input[type="text"],
form input[type="password"] {
	padding: 3px 5px;
	font-size: 1em;
}

table {
  width: 100%;
}

table td {
/*  border: 1px solid #000;*/
  text-align: center;
}

/*
 * Global class definitions
*/
.right {
	float: right;
}

.left {
	float: left;
}

div.center {
	margin: 0 auto;
}

p.center,
div.center-text {
	text-align: center;
}

.up {
	text-transform: uppercase;
}

ul.indent {
	margin: 0 0 0 30px;
	list-style: disc outside;
	color:#c03333;
}

ul.points {
	list-style: disc outside;
	line-height: 150%;
}

ul.points li {
	color: #f1ab31;
}

ul.program {
	list-style: disc outside;
}

ul.program li {
	margin: 10px 0 10px;
}

p.hl a {
	/**HiLight**/
	color: #f1ab31;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

p.hl a span {
	color: #c03333;
}

.negate-padding {
	margin-left: -20px;
}

.top-off {
	border-top: 3px solid #5e8917;
}

p.submit {
	padding: 0 22px 0 0;
	text-align: right;
}

div.product {
  clear: both;
  padding: 10px 0;
  line-height: 20px;
}

img.cat {
  float: left;
  width: 100px;
  margin: 10px;
}

div.product img {
  float: left;
  width: 175px;
  margin: 5px;
}

table.std {
  border-collapse: collapse;
  font-size: 10px;
}

table.std tr {
  border-bottom: 1px solid #E79D14;
}

tr.odd {
	background-color: #E79D14;
}

table.std td {
  padding: 5px 2px;
  text-align: left;
}

table.std th {
	text-align: left;
}

table.std tr.odd {
  background-color: #F3E1AB;
}

input.quantity {
  width: 40px;
}

.forms {
	width: 650px;
}

.forms label {
	margin: 10px 0 0 0;
	width: 100%;
}

.forms legend {
	font-weight:bold;
	margin:0 0 10px 0;
	
}

.halfwidth {
		width: 220px;
		float:left;
		margin: 10px 30px 0 0;
}

.halfwidth input {
	width: 210px;
}

.fullwidth input {
		width: 490px;
}

.thirdwidth {
	width: 200px;
	float:left;
}



/*
 * Specific properties
*/
div#container {
	margin: 0 auto;
	width: 1024px;
	background: url('/static/img/bg.jpg') repeat-y;
	border-left: 2px #5e8917 solid;
	border-right: 2px #5e8917 solid;
}

div#inner {
	background: url('/static/img/bg-header.gif') no-repeat;
}

div#header {
	position: relative;
	height: 150px;
}

div#footer {
	clear: both;
	display: block;
	height: 23px;
	line-height: 23px;
	border-top: 4px solid #c03333;
	background-color: #5e8917;
	color: #ffecbe;
	font-size: .9em;
	text-align: center;
}

div#footer-links {
	padding: 20px;
	margin: 0px auto;
	text-align:center;
	width: 900px;
	color: #fff;
}

div#footer-links a {
	color: #ffecbe;
	text-decoration:none;
	padding: 0 10px 0 10px;
}

div#header h2 {
	display: none;
}

div#sidebar {
	display: block;
	float: left;
	margin: 150px 0 0 0;
	width: 162px;
}

div#sidebar ul {
		margin: 0 0 0 -10px;
}

div#sidebar ul li a {
	color: #653417;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 26px;
}

div#content {
	display: block;
	float: right;
	width: 862px;
}

div#left {
	float: left;
	width: 478px;
	padding: 70px 20px 20px 20px;
	/*overflow: hidden*/;
}

div#left p {
	text-align: justify;
}

div#right {
	position: relative;
	float: right;
	width: 302px;
	margin: -30px 0 0 0;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	z-index: 100;
}

div#static {
	width: 780px;
	padding: 70px 20px 20px 20px;
}

div#static p.indent {
	padding: 0 0 0 30px;
}
div.wide {
	display: block;
	clear: both;
	width: 822px;
	padding: 20px;
	border-top: 3px solid #5e8917;
}
div.wide h1 {
	clear: both;
}

form#sign-up {
  width: 500px;
  margin: 0 auto;
}

h1#heading-fundraisers {
	background: url('/static/img/h1-fundraisers.gif') no-repeat;
}

ul#armchair {
  padding: 0;
  line-height:135%;
}


ul#armchair ul {
  margin: 0 0 10px 10px;
  padding: 0 0 0 15px;
  list-style: outside disc;
}

ul#armchair li#quick-links {
  margin: 0 0 10px 0;
  font-weight:bold;
  line-height:150%;
}

div.od-cat {
	width: 200px;
}

div.od-cat img {
	width: 195px;
}

div.od-cat {
	float: left;
	margin: 0 0 0 70px;
	text-align: center;
}

div.od-cat-row {
	clear: both;
	padding: 20px 0 20px 0;
}

.cart_icon {
	border: #c03333 solid 3px;
	width: 160px;
	height:20px;
	background-color: #5e8917;
	padding: 0 0 4px 15px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
}

.cart_icon input {
	background-color: transparent;
	color: #fff;
    text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	border: 0;
}

.cart_icon:hover {
	border: #c03333 solid 3px;
	width: 160px;
	height:20px;
	background-color: #c03333;
	padding: 0 0 4px 15px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
}

.cart_icon a {
	color: #ffffff;	
}

.cart_icon a:hover,active {
	text-decoration:none;
}

#cart-listing {
	text-align: left;
	font-weight:normal;
}

#cart-listing table {
	text-align:left;
}

#cart-items td {
	padding: 5px 0 0 0;
}

#cart-items th {
	text-align: left;
	color: #CC0000;
}

.subtotals {
	border-top: 1px solid #F3E1AB;
	text-align:right;
	padding:10px 0 0 0;
	text-align:right;
}
.totals {
	text-align: right;
	font-weight: bold;
	padding: 10px 0 0 0;
}

.align-right {
	text-align:right;
}

.item-page-item {
	padding: 10px;
}

.bigbold {
  color: #fff;
	font-size:16px;
	font-weight:bold;
	margin: -2px 0 0 0;
}

.table {
	text-align:left;
	font-size:12px;
	font-weight:normal;
}

div.item {
	clear:both;
	margin: 10px 0 0 0;
}

div.item form {
	padding: 0 0 10px 0;
}

div.item img {
  float: left;
  width: 200px;
  margin: 5px 10px 100px 0;
  
}

div.item p.desc {
  clear: left;
}

div.item label {
	clear:none;
	width: auto;
	margin: 3px 3px 0 0;
}

div.item input[type="text"] {
	width:30px;
	font-size:0.9em;
	padding: 0;
	margin: 3px 0 0 3px;
}

div.item input[type="submit"] {
		float:right;
		margin:0;
}

/* ORGANIZATION SPECIFIC PROPERTIES - Alex - wherever you see #000000 or 
  #CC0000 - those should be user-controlled OR default to the site colors  */
#org h1 {
	color: #CC0000;
	}
	
#org h2 {
	color:#CC0000;
	border-top: #000000 solid 2px;
}

#org h3 {
	color: #CC0000;
}

.product-item {
	margin: 0 0 20px 0;
	padding: 20px 0 20px 0;
	border-bottom: #000000 solid 1px;
	clear: both;
}

.product-item img {
	width: 200px;
	float: left;
}

.descrip {
	float: right;
	width: 250px;
}

/**
 * Admin
 */
form.admin {

}

form.admin label {
	width: 50%;
}

form.admin input#custom-url {
	padding-left: 107px;
	width: 16%;
	background: #fff url('/static/img/bg-custom-url.png') 5% 0% no-repeat;
	overflow: hidden;
}

form.admin textarea {
  width: 100%;
  height: 155px;
}

/* Reports */

#reports {
	font-size: 10px;
	text-align: left;
	width: 100%;
}

#reports td {
	text-align: left;
}

/**
 * Autocompletion
**/
/* TextboxList sample CSS */
ul.holder { margin: 0; border: 1px solid #999; overflow: hidden; height: auto !important; height: 1%; padding: 4px 5px 0; }
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; }
ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
ul.holder li.bit-box { border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-input input { width: 150px; margin: 0; border: none; outline: 0; padding: 3px 0 2px; } /* no left/right padding here please */
ul.holder li.bit-input input.smallinput { width: 20px; }

/* Facebook demo CSS */      
form ul.holder { width: 47.5%; background: #fff; }
ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-box a.closebutton { position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('close.gif'); }
ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }

/* Autocompleter */

.ac-box { display: none; position: absolute; right: 0; width: 47.5%; padding: 3px 5px; background: #FDF4B9; border: 2px solid #f1ac00; }
.ac-box .default { padding: 5px 7px; border-width: 0 1px 1px; }
.ac-box ul { display: none; margin: 0; padding: 0; }
.ac-box ul li { padding: 5px 12px; margin: 0; list-style-type: none; border: 1px solid #fff; border-width: 0 1px 1px; font: 11px "Lucida Grande", "Verdana"; }
.ac-box ul li em { font-weight: bold; font-style: normal; background: #f1ac00; }
.ac-box ul li.auto-focus { background: #000; color: #fff; }
.ac-box ul li.auto-focus em { background: #f1ac00; }
