/* ======================================================================

   BLOXES.COM // BLOXES, LLC
   info@bloxes.com
   (c) 2006, All Rights Reserved.

   Stylesheet prepared by Andrew Wilson

 ======================================================================== */

/* ======================================================================
 * Genereric styles.
 * ======================================================================== */

a {
	color: #8F6B24;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border-left: none;
	border-right: none;
}

a:hover {
	color: #CC9933;
	text-decoration: underline;
}

body {
	color: #444444;
	font-size: 14px;
	margin: 0 0 0 0;
 	font-family: helvetica, arial, lucida grande, verdana, sans serif;	
/* 	background: url(/img/background_cardboard.jpg) top left repeat; */
}

p {
	margin-bottom: 5px;
}

.smaller {
	font-size: 70%;
}

* {
	margin: 0 0 0 0;
	}


/* ======================================================================
 * Framing.
 * ======================================================================== */
#outer-frame {
 	width: 1000px;
 	text-align: left;
 	margin: 0 auto 0 auto;
}

#frame {
	width: 802px;
	margin: 0 auto 0 auto;
	padding-top: 19px;
}

#inner-frame {
	color: black;
	padding-top: 10px;
	min-height: 800px;
 	background: white;
	opacity: 0.85;
	border: 1px solid #444444;
}

#inner-frame * {
	opacity: 1;
}

/* ======================================================================
 * Top navbar
 * ======================================================================== */

#tabs a {
	display: inline;
	float: left;
    margin-bottom: 6px;
/*	margin-left: 4px;
	margin-right: 4px; */
	margin-right: 8px;
	width: 92px;
	height: 49px;

	text-decoration: none;
	font-weight: 100;
	color: black;

	position: relative;
}

#tabs a div {
	font-size: 18px;
	position: absolute;
	bottom: 2px;
	right: 4px;
}

.active-tab {
/*	opacity: 0.85; */
	border-top: 6px solid #CC9933;
	background-color: white;
/* 	background: url(/img/active-tab.png) top center no-repeat; */
}

.inactive-tab {
	opacity: 0.8;
	border-top: 6px solid #2D378F;
	background-color: white;
/* 	background: url(/img/inactive-tab.png) top center no-repeat; */
}

#tabs a:hover {
	opacity: 0.8;
	border-top: 6px solid #CC9933;
	background-color: white;
/* 	background: url(/img/active-tab.png) top center no-repeat; */	
}


/* ======================================================================
 * Footer
 * ======================================================================== */

#header {
	height: 81px;
	margin-bottom: 10px;
}

#footer {
	color: #444444;
	text-align: right;
	margin-top: 3px;
	font-size: 10px;
}


/* ======================================================================
 * Content
 * ======================================================================== */

.col-seven {
	width: 700px;
	float: left;
	display: inline;
	margin: 0 0 0 0;
}

.col-six {
	width: 600px;
	float: left;
	display: inline;
	margin: 0 0 0 0;
}

.col-four {
	width: 400px;
	float: left;
	display: inline;
	margin: 0 0 0 0;
}

.col-two {
	width: 200px;
	float: left;
	display: inline;
	margin: 0 0 0 0;
}

.col-one {
	width: 100px;
	float:left;
	display:inline;
	margin: 0 0 0 0;
	}

.col-five {
	width: 500px;
	float:left;
	display:inline;
	margin: 0 0 0 0;
	}
	
	
/* ======================================================================
 * Store Styles
 * ======================================================================== */

.item {
	margin-bottom: 10px;
	font-size: 16px;
	}

input.shorttext {
	width: 5em;
	}
	
.item input {
    border: 1px #444444 solid;
    padding: 0 0 0 0;
    width: 90%;
    font-size: 20px;
    }
    
.item textarea {
    border: 1px #444444 solid;
    padding: 0 0 0 0;
    width: 90%;
    font-size: 20px;
 	font-family: helvetica, arial, lucida grande, verdana, sans serif;	
    }

input.quantity {
	width: 5em;
	text-align: right;
	}

.item button {
	position: relative;
	color: #444444;
	display: block;
	border: none;
	width: 80%;
	border: 1px #444444 solid;
	border-top: 6px #CC9933 solid;
	font-size: 24px;
	}
	

.item-name {
	font-size: 24px;
	}
.item-description {
	font-size: 12px;
	}
.item-pic {
	position: relative;
	top: -20px;
	left: 5px;
	}

#store-header h1 {
	font-size: 36px;
	margin: 30px 0 10px 0;
	}

#store-errors {
	margin-bottom: 10px;
	}

#store-errors {
	font-size: 16px;
	color: red;
	}
	
.amount {
	text-align: right;
	}
	
.user-entered {
	font-weight: bold;
	font-size: 20px;
	}
	

h2 {	
	border-bottom: 2px solid #2D378F;
/*	border-bottom: 3px solid #444444; */
	margin-bottom: 2px;
	margin-top: 5px;
}

h2 a {
	color: #333333;
}
h2 a:hover {
	text-decoration: none;
}