/*----------------------------------------------------------
Defaults for entire site
----------------------------------------------------------*/
html {
	margin: 0px;
	padding: 0px;
	overflow: scroll;
	height: 100%;
}

img {
	border: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: #f58328;	
	height: 100%;
}

a {
	color: #000000;
}

h1 {
	font-size: 16px;
	color: #f58328;	
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 16px;
	text-align: justify;
}

#container {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	background: white;
}

.body_text {
	margin: 30px;
	font-family: Trebuchet MS;
	font-size: 16px;
	text-align: justify;
}

.body_text ul {
	margin:0;
	padding: 0;
	list-style-type: none;
}

.body_text ul li {
	background-image: url(../images/kb.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 20px;
	margin-top: 20px;
	font-size: 20px;
	color: #f58328;	
}

.about_li {
	background-position: 0px 4px !important;
	font-size: 16px !important;
	color: black !important;	
	margin-top: 15Px !important;
}

.body_text ul li ul {
	margin:0;
	padding-left: 20px;
	list-style-type: circle;
}

.body_text ul li ul li {
	background-image: none;
	padding-left: 0px;
	margin-top: 0px;
	font-size: 16px;
	color: black;	
}

.content {
	width: 800px;
	padding-bottom: 10px;
	padding-top: 0px;
}

/*----------------------------------------------------------
Header - header.php
----------------------------------------------------------*/
#header {
	width: 800px;
	height: 110px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background: white;
}

#header_logo {
	padding-top: 27px;
	padding-left: 20px;
	float: left;
}

/*----------------------------------------------------------
Navigation - nav.php
----------------------------------------------------------*/
#nav {
	padding-top: 20px;
	padding-left: 35px;
	float: left;
}

/*----------------------------------------------------------
Footer - footer.php
----------------------------------------------------------*/
#footer {
	clear: both;
	width: 800px;
	height: 25px;
	background: white;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#footer_text {
	font-family: Trebuchet MS;
	font-size: 11px;
	padding: 5px;
}

/*----------------------------------------------------------
Home page - index.php
----------------------------------------------------------*/
.home_large_text {
	font-family: Trebuchet MS;
	font-size: 28px;
	font-style: italic;
	color: #f58328;
	text-align: center;
	padding-top: 10px;
	font-variant: normal;
}

/*----------------------------------------------------------
Contact page - contact.php
----------------------------------------------------------*/
#contact_content {
	margin-top: 30px;
}

#contact_text {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 40px;
}

#contact_map {
	display: inline;
	float: right;
	padding: 0;
	margin: 0;
	margin-right: 40px;
	border: 1px solid black;
	margin-bottom: 30px;
}

/*----------------------------------------------------------
Smoothies page - smoothies.php
----------------------------------------------------------*/
#left_smoothies {
	display: inline;
	float: left;
	margin-left: 25px;
	width: 50%;
}	

#right_smoothies {
	display: inline;
	float: left;
	margin-left: 25px;
}

.smoothie {
	margin: 20px;
	height: 180px;
}

#member_form {
	border: 3px solid #bbbbbb;
	background: #eeeeee;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
	font-family: Trebuchet MS;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	width: 215px;
}

#member_form .input_box {
	width: 120px;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
