* { margin: 0; padding: 0; }


html, body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url(topbg.jpg) top repeat-x #f7f8f3;
	color: #8b8b8b;
    margin: 0px 50px 0px 0px;
	padding: 0;
	height: 100%;
	}


.addToCartButton, .box2, .box
{
	font: 12px Arial, Helvetica, sans-serif;
	color:#8b8b8b;
	font-weight:bold;
	border: 1px solid #dfd6c9;
	background-color:#f3f1eb;
}

.storeTable {
	font: 10px Arial, Helvetica, sans-serif;
	color:#8b8b8b;
	border: 1px solid #f7f8f3;
	background-color:#f3f1eb;
}

.minicart {
	font: 10px Arial, Helvetica, sans-serif;
	color:#8b8b8b;
	border: 1px solid #dfd6c9;
	background-color:#f3f1eb;
}

.entryTable, .entryTableHeader, .infoTable, .infoTableHeader
{
	margin-top:10px;
	width:90%;
	font: 12px Arial, Helvetica, sans-serif;
	color:#8b8b8b;
	border: 0px;
	background-color:#f3f1eb;
}
td {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #f7f8f3;
	color: #8b8b8b;
	margin: 0;
  	border: 0px;
	padding: 0;
	height: 100%;
	}

#upcoming span.image {
display: none;
}
#upcoming span.updated {
display: none;
}
#upcoming span.members {
display: none;
}
#upcoming span.opened {
display: none;
}
#upcoming span.desc {
display: none;
}

#pending span.image {
display: none;
}
#pending span.updated {
display: none;
}
#pending span.members {
display: none;
}
#pending span.opened {
display: none;
}
#pending span.desc {
display: none;
}

i {
color: #333;
}


blockquote {
	background: url(none) repeat #f2f1ec;
 	margin-left:0px;
	width: 100%;
	color: #8b8b8b;
	padding: 10px;
	border: 1px solid #e7e1d5;
}



p {
	padding: 5px;
	}

a:link, a:visited {
	color: #5b5a57;
	text-decoration: none;
	}

a:hover {
	color: #8b8b8b;
	text-decoration: none;
	}

strong, b {
	color: #434343;
	}

h1 {
	font: italic 20px Arial, Helvetica, sans-serif;
	color: #424d4c;
	text-transform: uppercase;
	text-align: center;
	}

h2 {
	font: italic 18px Arial, Helvetica, sans-serif;
	color: #424d4c;
	text-transform: uppercase;
	text-align: left;
	}

ul.stats {
	margin-left: 25px;
	padding: 5px;
	list-style-type: circle;
	}

/* outline of page */

#container {
	margin: 0 auto;
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}
#stats {
	margin-left:205px;
}
#header {
	height: 282px;
	}

#content {
	width: 650px;
	text-align: justify;
	line-height: 25px;
	margin-left: 300px;
	margin-top: 0px;
	padding-bottom: 40px;
	}

#changetheme {
	width: 500px;
	text-align: justify;
	line-height: 25px;
	margin-left: 301px;
	margin-top: -90px;
	margin-bottom: 0px;
	}

#footer {
	width: 100%;
	background-color:#f7f8f3;
	text-align: center;
	position: fixed;
	bottom: 0 !important;
	height: 52px;
	}
#footer a:link, #footer a:visited {
color: #e5548f;
}

/* navigation */

#navigation {
	position: absolute;
	top: 290px;
	left: 56px;
	}


.pic {
	padding: 7px;
	background-color: #f7f8f3;
	border: 1px solid #eaebe5;
	text-align:center;
	color: #989696;
	}

input, textarea, select, option {
	padding: 5px;
	background-color: #f3f1eb;
	color: #8b8b8b;
	border: 1px solid #dfd6c9;
	}

.filler {
	display: none;
	}
