/*----------------------- document setup/defaults --------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0px; padding: 0px; }

p, h1, h2, h3 { margin-bottom: 10px; }

h1 { 
  font-size: 28px; 
  font-weight:normal; 
  margin:10px 0 30px 0;
}

h2 { 
  color:#E99A00;
  font-size: 20px;
  font-weight:normal;
  margin:18px 0 10px 0;
}

h3 { 
  font-size: 18px; 
  font-weight:normal;
}

a img { border: 0px; }

a { color: #28697F; text-decoration: none; }

a:hover { text-decoration: underline; }

input, select { font-size: 11px; }

small { font-size: 10px; }

body  {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	background: url(/images/body-bg.gif);
	margin: 5px;
	color:#B4B4B4;
	line-height:18px;	
}

.spacer {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}


/*--------------- page ------------- */

#wrap {
  margin:40px auto 0;
  width:840px;
}

.banner_link {
  color:#fff;
  font-weight:bold;
  font-size:16px;
  margin:20px;
}

#header {
  height:100px;
  margin:10px 0 0 0 ;
}

#logo {
  display:block;
  float:left;
  width:500px;
}

#menu {
  display:block;
  float:left;
  font-size:16px;
  margin:20px 0 0 0;
  width:340px;
  text-align:right;
}


/*--------------- content ------------- */

#content {
  width: 800px;
  background: url(/images/content-bg.gif) repeat;
  text-align: left;
  margin: 0px auto;
  padding: 20px;
}

#body {
  display:block;
  float:left;
  padding:0 20px 0 0;
  text-align:center;
  width:630px;
}

#body h1 {
  text-align:left;  
}

#body .description{
  font-size:14px;
  margin:10px 0;
  width:600px;
}

#body #product_image img, .page img  {
  border:10px #fff solid;
}

#body h3 {
  color:#fff;
}

#body img {
  margin: 0 10px;
}

/*--------------- _sponsor ------------- */

.sponsor .item {
  border-top:1px #fff solid;
  display:block;
  float:left;
  padding: 10px 0 0 0;
  margin:0 0 10px 0;
  width:600px;
}

.sponsor .item h3 a {
  color:#fff;
}

.sponsor .item h3 {
  padding:10px 0 0 0;
}

.sponsor .item p {
  margin:6px 0 0 0;
}

.sponsor .item .price {
  color:#fff;
  font-size:16px;
  margin:6px 0 0 0;
}

.sponsor .item img {
  border:6px #fff solid;
  float: left;
  margin:0 10px 0 0; 
}

.sponsor .add_form {
  display:block;
  float:right;
  padding:10px;
}

.sponsor .content {
  width:430px;
}

.sponsor .content h3 {
  color:#fff;
}


/*--------------- index list ------------- */

#product-list {
  
}

#product-list li {
  display:block;
  float:left;
  font-size:16px;
  list-style:none;
  height:170px;
  width:126px;
}

#product-list li small {
  color:#fff;
  text-align:left;
}

#product-list li img{
  border:4px #fff solid;
}

/*--------------- comments ------------- */

#comments {
  color:#fff;
  margin:20px auto;
  text-align:left;
  width:560px;
}

.comment {
  border-top:1px #fff dotted;
  margin:0 0 6px 0;
  padding:12px 10px 0px;
}

.comment img {
  display:block;
  float:left;
  margin:0 12px 0 0;
}

.comment .delete a {
  color:#fff;
  clear:both;
  font-size:9px;
  float:right;
  padding:4px 0 0 6px;
  text-transform:uppercase;
}

.comment .delete a:hover {
}

.comment .text {
  margin:0 0 12px 0;
}

.author { float: left; width: 70px; }
.text { float: left; width: 468px; }

#form {
  border-top:1px #fff dotted;
  margin: 0px auto 0;
  padding:20px 60px;
  width: 440px;
}

table.form {
	font-size: 10px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}
table.form tr td {
	padding: 6px;
	vertical-align: top;
}

table.form tr td img {
	vertical-align: middle;
}
table.form td.label {
	width: 20%;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	vertical-align: top;
}
table.form td.control {
	width: 80%;
	vertical-align: top;
}

/*--------------- sidebar ------------- */

#sidebar {
  display:block;
  float:left;
  width:150px;
}

#sidebar .shop {
  border-bottom:1px #ccc dotted;
  color:#fff;
  display:block;
  float:left;
  font-size:12px;
  padding:0 0 10px 0;
  margin:10px 10px 16px;
  width:130px;
}


#sidebar .shop strong {
  font-size:14px;
  line-height:30px;
}

#sidebar .shop .quantity{
  width:26px;
}

#sidebar .price {
  border-bottom:1px #ccc dotted;
  color:#fff;
  display:block;
  float:left;
  font-weight:bold;
  font-size:16px;
  line-height:24px;
  padding:0 0 6px 0;
  margin:0 0 6px 0;
  width:130px;
}

#sidebar .arrow {
  margin:6px 0 10px 0;
  text-align:center;
  width:100%;
}

/*--------------- shopping cart ------------- */

#shopping_cart {
  background: url(/images/body-bg.gif) repeat;
  padding:10px;
  margin:0 0 30px 0 ;
  width:130px;
}

#shopping_cart li {
  list-style:none;
}

#shopping_cart a {
  color:#fff;
  text-decoration:underline;
}

#shopping_cart a:hover {
  color:#28697F;
}

#cart, #cart a {
  color: #fff;
}

#cart a {
  font-weight:bold;
  text-transform:uppercase
}

#cart .donation {
  color:#E99A00;
  font-size:14px;
  line-height:24px;;
  margin:0 auto 10px;
  padding:8px 10px;
  width:700px;
}

#cart .donation em{
  color:#fff;
  margin:0 12px;
}

#cart a:hover {
  color:#28697F;
}

#cart table {
  border-collapse:collapse;
  font-size:10px;
  margin:10px auto;
  width:720px;
}

#cart table tr td {
  border-top: 1px #fff solid;
}

#cart table .header td {
  border-top:0;
  font-weight:bold;
  text-transform:uppercase; 
}

#verify {
  color:#fff;
  margin:0 20px;
}

#verify input {
  float:right;
  margin:0 20px 0 0;
}

/*--------------- month list ------------- */

#month {
  margin:0 0 20px 10px;
  padding:0 0 0 0;
}

#month a {
  color:#fff;
  text-transform:uppercase;
  font-size:14px;
  font-weight:bold;
  line-height:24px;
}

#month a:hover {
  color:#28697F;
  text-decoration:none;
}

/*--------------- calendar ------------- */

#calendar {
  padding: 0 28px;
  height:234px;
  list-style:none;
  overflow:hidden;
}

#calendar .date {
  background: url(/images/calendar-bg.gif) no-repeat;
  display:block;
  font-family:Arial, Helvetica;
  font-size:14px;
  font-weight:bold;
  line-height: 12px;
  height:105px;
  padding-top: 20px;
  text-align:center;
  text-transform:uppercase;
  width:90px;
}

#calendar .date a {
  color:#000;
}

#calendar .date a:hover {
  text-decoration:none;
}

#calendar .active {
  background: url(/images/calendar-bg-selected.gif) no-repeat;
}

#calendar .date .day {
	font-size: 40px;
	line-height: 38px;
	letter-spacing: -2px;
}

/*--------------- footer ------------- */

#footer {
  display:block;
  text-align: right;
  width:100%;
}

/************* BEGIN FORGE DEFAULTS ***********/

/*-------------- posts --------------- */
.pagination-info {
	line-height: 14px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}

.post {
	margin-bottom: 20px;
}

.post h2, .post h3 {
	margin: 0px;
	padding: 0px;
}


/*------------- photo gallery ------------- */
#photo-thumbnails {
	list-style: none;
}

#photo-thumbnails li {
	float: left;
	margin: 0px 26px 25px 0px;
	width: 96px;
	text-align: center;
	font-size: 11px;
}

#photo-thumbnails li img {
	width: 90px;
	height: 90px;
	padding: 2px;
	border: 1px solid silver;
}

#photo-thumbnails li.last {
	margin-right: 0px;
}


/*------------- flash messages ------------- */
.flash-msg, .errorExplanation {
	padding: 5px 10px 5px 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
#flash-notice {
	color: #577700;
	border: 1px solid #658900;
	background: url(/images/icon_accept.gif) #E9F1D5 no-repeat 6px 6px;
}
.errorExplanation, #flash-warning, #flash-error {
	color: red;
	border: 1px solid red;
	background: url(/images/action_stop.gif) #FFC9C9 no-repeat 8px 6px;
}

.errorExplanation h2 {
	color: red;
	text-transform: none;
	margin-top: 2px;
}
div.fieldWithErrors {
	display: inline;
}