/* HOMEPAGE STYLES */

#samMetaContainer {
	background-image: none;
}

/* Header */

#samHeaderTable {
	width: 100%;
	font-size: 9px;
}

#samHeaderTable td {
	width: 33%;
}

#samHeaderTableLeft {
	text-align: left;
}

#samHeaderTableCenter {
	text-align: center;
	color: #9a9239;
}

#samHeaderTableRight {
	text-align: right;
}

/* Table Of Contents */

#tocContainer {
	margin-top: 5px
}

#tocLeft {
	position: absolute; 
	background: #745d48; 
	width: 213px; 
	height: 425px; 
	float: left;
}

#tocRight {
	background: gray;
	width: 509px;
	height: 425px;
	float: right;
}

#toc {
	width: 230px;
	position: relative;
	left: -15px;
	font-size: 12px;
}

#toc .star {
	visibility: hidden;
	width: 15px;
	font-size: 18px;
	color: #c1fbff;
}

#toc a {
	color: #c1fbff;
	text-decoration: none;
}

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

#toc .articleNum {
	font-size: 13px;
	font-weight: bold;
	color: #422e1a;
}

#tocTitleImg {
	position: absolute;
	top: 235px;
	left: -65px;
}

#tocThumb {
	position: absolute; 
	top: 285px; 
	left: 12px;
}

#tocThumb a img {
	border: solid 1px #745d48;
}

#tocThumb a:hover img {
	border: solid 1px white;
}

/* DOSA MAN STYLES */

table#menu {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	font-size: 12px;
}

table#menu tr {
}

table#menu td {
	padding: 0 0;
	color: #b6a28d;
}

table#menu td.name {
	border-top: dotted 1px white;
	padding-top: 5px;
	font-size: larger;
	color: white;
}

table#menu td.price {
	border-top: dotted 1px white;
	padding-top: 5px;
	text-align: right;
	color: white;
}


/* PHUNK STYLES */

#phunkTop {
	background: #644d38;
	padding: 20px;
}

#phunkTop #text {
	line-height: 150%;
	margin-left: 180px;
}

#phunkTop #album {
	width: 160px;
	float: left;
}

#phunkTop #tshirt {
	width: 160px;
	float: left;
	clear: left;
	margin-top: 20px;
}

#phunkMiddle {
	margin-top: 20px;
	background: #392817;
	width: 733px;
	padding: 0px;
	float: left;
}

#phunkSampleTable {
	display: normal;
	width: 100%;
	border-collapse: collapse;
}

.phunkSampleTableCell {
	border-left: solid 15px #392817;
	border-right: solid 20px #392817;
	background: #4d3e2f;
	vertical-align: top;
}

.phunkSampleTableCell .head {
	background: #716559;
	padding: 2px 10px;
	font: bold 11pt serif;
	text-transform: uppercase;
}

.phunkSampleTableCell .body {
	padding: 5px 10px;
	font: normal 9pt sans;
}

.phunkSampleTableCell .field {
	color: #eeb658;
}

.audioPlayer {
	margin: 5px 0;
}

#tshirt a img {
	border: solid 1px #644d38;
}

#tshirt a:hover img {
	border: solid 1px white;
}

