/**
 * LooBaboom.com - All Rights Reserved
 */

body 
{
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 48px 0 24px 0;
	padding: 0px;
	color: #ccc;
	background: #00001c;
	text-align:center;
}


div#wrapper 
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#topmenu 
{
	width: 900px;
	height: 48px;
	clear: both;
	padding-top: 16px;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	background: url(http://www.loobaboom.com/img/back1.png) repeat-x;
}

div#topmenu div.left
{
	float:left;
	width: 500px;		
	padding: 0px 8px 16px 8px;
}

div#topmenu div.right
{
	float: right;
	width: 300px;	
}

div#topmenu a 
{
	color: #473;
	text-decoration: underline;
}

div#topmenu a:hover
{
	color: #473;
	text-decoration: none;
}

#topmenu a.highlight
{
	color: #fe2;
}

#topmenu a.highlight:hover
{
	color: #fe2;
	text-decoration: none;
}

div#topmenu a img
{
	border: 1px solid #000;
}

div#topmenu a img:hover
{
	border: 1px solid #eee;
}

div#text 
{
	width: 300px;
	float: right;
	text-align: left;
}

div#shirts 
{
	clear: left;
	text-align: left;
	float :left;
	width: 400px;	
	padding-top: 16px;
}

div#footer 
{
	padding: 16px;
	clear: both;
	text-align: center;
	color: #666;
}

div#footer a
{
	color: #666;
	text-decoration: none;
}

div#footer a:hover
{
	color: #473;	
	background: none;
	text-decoration: none;
	border-bottom: 1px dotted #463;
}

.postdate 
{
	font-size: 8pt;
	color: #777;	
}

div.posting 
{
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #332;
}

div.posting h2 a {
	color: #392;
	text-decoration: none;
}

a img {
	border: none;
}

table {
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	text-align: center;
}

.teeDesc {
	display: none;
}

input {
	background: #ccc;
	color: #000;
}

select 
{
	background: #020;
	color: #dc6;
	border: 1px solid #666;
}

h1 {
	color: #fa2;
}

h2 {
	color: #392;
}

a, a:visited {
	color: #473;
	text-decoration: underline;
}

a:hover {	
	text-decoration: none;
}

strong.priceline {
	color: #fe2;
}

form {
	margin: 8px 42px 8px 0;
}

input.deezButton {
	color:#fc6; 
	font-size: 7pt;
	font-weight: bold;
	background-color:#040; 
	border: 1px solid #373; 
	border-color: #060 #030 #030 #060;
	margin-top: 2px;
	padding: 1px;
}

input.deezButton:hover{
	border-color: #c90 #970 #970 #c90; 
}