* {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.01em;
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #000000;
	height: 100%; /* needed for container min-height */
	text-align: center; /* for IE shenanigans */  
	width: 100%;
}

a {
	color: blue;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }

hr {
	background-color: #b5d552;
	border: 0;
	color: #b5d552;
	height: 1px;
}

img {
	border: none;
}

input, select {
	font-size: 0.9em;
}

/* Wrapper
-----------------------------------------------------------------------------*/
div#wrapper {
	background-color: #ffffff;
	height: auto !important;
	height: 97%;
	margin: 3px auto;
	min-height: 99%;
	width: 98%;
}

/* Middle
-----------------------------------------------------------------------------*/
div#content {
	padding: 6px;
}

/* Header
-----------------------------------------------------------------------------*/
div#header {
	background-image: url("images/header-mobile.png");
	background-repeat: no-repeat;
}

div#logo {
	background-color: #65a745;
	color: #FFFFFF;
	font-size: 28px;
	height: 36px;
}

div#nav {
	background-color: #c7c4a4;
	padding: 3px;
	text-align: right;
}

/* Footer
-----------------------------------------------------------------------------*/
div#footer {
	border-top: 12px solid #c7c4a4;
	font-size: 0.8em;
	width: 100%; /* subtract padding */
}

/* Custom
-----------------------------------------------------------------------------*/
.default_table {
	width: 100%;
}

.default_table th,
.default_table td {
	font-size: 1.2em;
	height: 40px;
}

.coupon-view {
	border: 1px dashed #333333;
	padding: 12px;
}

.coupon {
	background: url('/assets/icons/coupon_icon.png') no-repeat;
	height: 26px;
	width: 76px;
}

.sale {
	background: url('/assets/icons/sale_icon.png') no-repeat;
	height: 28px;
	width: 76px;
}

.special {
	color: #880000;
}

.success {
	border: 1px solid #008000;
	color: #008000;
	padding: 6px;
}

.failure {
	border: 1px solid #ff0000;
	color: #ff0000;
	padding: 6px 6px 6px 12px;
}

/* Forms
-----------------------------------------------------------------------------*/

.default_form fieldset {
	background-color: #f8f8f8;
	border: 1px solid #888;
	clear: both;
	margin: 1em 0 0 0;
	overflow: auto;
	padding: 10px;
	text-align: left;
}

.default_form legend {
	font-weight: bold;
}

.default_form div input,
.default_form div select {
	display: block;
	margin-bottom: 12px;
}

.search_form {
	background-color: #d1effc;
	text-align: left;
	width: 100%;
}

/* Navigation
-----------------------------------------------------------------------------*/
#navigation ul {   
	background: #65a745;
	list-style: none;
	padding: 5px 0;
}
#navigation li a {
	border-bottom: 1px solid #efefef;
	color: #fff;
	display: block;
	height: 2.6em;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation li:last-child a {
	border-bottom: none;
}
#navigation li a:hover,
#navigation li a:focus {
	color: #65a745;
	background: #efefef;
}

/* Calendar
-----------------------------------------------------------------------------*/
.calendar_table tr.dayheader td {
	background-color: #0798d1;
	color: #ffffff;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 14%;
}

.calendar_table tr.day td {
	background-color: #e3fb8e;
	color: #308800;
	height: 24px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.calendar_table tr.day td.othermonth {
	background-color: #f3fdd0;
	color: #999999;
}

.calendar_table tr.day td.event {
	background-color: #c8f821;
	color: #666666;
	font-weight: bold;
}