*, .nomargin {
	margin: 0; 
	padding: 0;
	border: none;
}
body, html { 
	height: 100%;
	background-color: #3a3a42;
    color: #ccc;
    font-family: "Lucida Sans", "Lucida Grande", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}
div#bottom_gradient {
	background: transparent url(images/bg_gradient_bottom.png) repeat-x bottom center;
	min-height: 100%;
}
div#header {
	width: 249px;
	height: 191px; /* 93px */
	background: transparent url(images/octava_header.png) no-repeat top center;
	margin: 0 auto 10px;
	padding: 0;
}
div#header a {
	display: block;
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #faec8f;
	padding: 0.5em 1em;
	text-shadow: 2px 2px 3px #000;
}
p {
	padding: 1.5em;
}
/* Table Sections */
table {
	width: 100%;
}
td {
	vertical-align: top;
}
.left_column {
	width: 260px;
	padding: 4px 4px 4px 4px;
	height: 425px;
}
.right_column {
	padding: 4px 4px 4px 4px;
	height: 425px;
}
li {
	margin: 4px 0;
}
/* For IE 7. */
.menu li a {
	color: #0383AB;
}
.menu li a:hover {
	color: #fff;
}
/* For IE 7 End. */

.menu {
	list-style-type: none;
	width: 100%;
	margin-top: 1.5em;
}
.menu li {
	background-color: #1d1d20;
	display: block;
	height: auto;
	color: #0383AB;
	margin: 0 0 2px 0;
}
.menu li,
.menu li * {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;	
}
.menu li a {
	padding: 10px;
	color: inherit;
	background-color: inherit;
	text-decoration: none;
	vertical-align: middle;
	display: block;
}
/* Use to be .menu li a img */
.menu li img {
	margin: 0 5px 0 0;
	border: 1px solid #999; 
	background-color: #fff;
	padding: 3px;
	display: inline;
	vertical-align: middle;
	height: 65px;
	width: 65px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
li.first,
li.first * {
	-moz-border-radius: 10px 10px 2px 2px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-radius: 10px 10px 2px 2px;
}
li.last,
li.last * {
	-moz-border-radius: 2px 2px 10px 10px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 2px 2px 10px 10px;	
}
#nav {
	width: 100%;
	display: block;
	margin-bottom: 8px;
	background-color: #1d1d20;
}
#nav ul {
	list-style-type: none;
    font: 16px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    float: left;
    margin: 4px 8px;
}
#nav ul li {
	display: inline;	
	height: 24px;
	color: #369;
	/* background-color: #1d1d20; */
}
#nav ul li a {
	padding: 4px 8px;
	margin: 0;
	text-decoration: none;
	vertical-align: middle;
	color: inherit;
	background-color: inherit;
}
#nav ul li a:hover {
	color: #fff;
	background-color: inherit; /* 369 */
}
#nav .user {
	float: right;
}

#artist #nav .navArtist {
	background-color: #257;
	color: #fff;
} 
/* Menu for the artist.php page. */
.artist_menu {
	list-style-type: none;
}
.artist_menu li {
	padding: 4px;
	background-color: #232326; /* 1d1d20 */
}
.artist_menu table tr td {
	vertical-align: top;

}
.artist_menu h2 {
	border-bottom: 1px solid #262629;
}
.artist_menu h3 {
	margin-bottom: -4px;
	padding-bottom: 0;
}
.artist_menu h4 {
	font-size: 8px;
	font-weight: normal;
	color: #99999a;
	margin-bottom: 8px;
}
.artist_menu .col1 {
	width: 193px;
	padding: 2px; /* padded 8 already */
}
.artist_menu .col2 {
	width: 507px; 
	border-left: 1px solid #343438;
}
.artist_menu .col3 {
	width: 120px;
	border-left: 1px solid #343438;
}
.artist_menu img {
	/* margin-bottom: 6px; */
	padding: 2px;
	background-color: #fff;
	border: 1px solid #000;
	/* margin: 4px 8px; */
}
.indivArtist {
}
.indivArtist h2 {
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border: none;
}
.indivArtist h2 span {
	float: left;
	border: none;
}
.indivArtist h2 a {
	float: right;
	margin-left: 8px;
	margin-right: 16px;
	font-size: 9px;
	color: #666667;
	padding-top: 3px;
	/* Was working here */
}
.indivArtist h2 a:hover {
	color: #aaaaab;
}
.indivArtist h3 {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #343438; /* 333334 */
}
/* For H3 headers that are on top of artist page. */
.indivArtist .top {
	margin-top: -10px;
}
.indivArtist .menu li img {
	padding: 2px;
}
.indivArtist p {
	margin: -10px 0 0 0; /* Cancels out main p. */
}
.indivArtist tr td {
	padding: 8px;
}
/* Main image on artist page. */
.indivArtist .main {
	margin: 14px 8px 8px 8px;
}
.indivArtist .col1 {
	width: 210px;
	background-color: #232326; /* 222 */
}
.indivArtist .col2 {
	/* width: 450px; */
}
.indivArtist .col3 {
	width: 80px;
	list-style-type: none;
}
.indivArtist .col3 li {
	color: #fff;
	width: 80px;
	height: 32px;
	background-color: #1d1d20;
	display: block;
}
.indivArtist .col3 li a {
	color: inherit;
	background-color: inherit;
	text-decoration: none;
	display: block;
}
.tracklist {
	margin: 8px;
}
.tracklist tr th {
	padding: 4px 8px;
	background-color: #369;
	border: 1px solid #999;
}
/* Tracklist header columns */
.tracklist tr .Hcol1 {
	width: 20px;
}
.tracklist tr .Hcol2 {
	width: 300px;
}
.tracklist tr .Hcol3 {
	width: 50px;
}
.tracklist tr .Hcol4 {
	width: 50px;
}
.tracklist tr td {
	padding: 4px 8px;
	color: #999;
	border-bottom: 1px solid #222223;
}

form {
	margin: 0;
	padding: 0;
}
label {
	text-align: left;
	display: block;
	float: left;
	vertical-align: middle;
	padding: 0.5em 1.5em;
	width: 110px;
	margin: 2px 0 3px 0;
}
.input,
.inputRequired {
	text-align: left;
	display: block;
	float: left;
	vertical-align: middle;
	padding: 0.5em 0.8em;
	width: 180px;
	margin: 2px 0 4px 10px;
	border: 2px solid #666669; /* 777 */
	background-color: #2a2a2f; /* 333 */
	color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	outline: none;
}
.input:focus,
.inputRequired:focus {
	border-color: rgb(3, 131, 171);
	background-color: #343439;
}
input.inputRequired {
	border: 2px solid #c33; /* #f00 pk */
	background-color: #2a2a2f;
}
.button {
	cursor: pointer;
	background: #22557C url(images/navigation_select.png) repeat-x;
	font-weight: bold;
	color: #ddd;
	margin: 0.5em 1em;
	padding: 0.5em 1em;
	display: block;
	border: 1px solid #22557C;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.button:hover {
	color: #fff;
	border: 1px solid #2A333A;
	background: #2A333A url(images/navigation_hover.png) repeat-x;
}
br {
	clear: left;
}
div.footer {
	padding-bottom: 20px;
	width: 100%;
}
div.footer p {
	float: right;
	color: #565656;
	font: 9px Verdana;
}
div.footer a, div.footer a:link, div.footer a:visited, div.footer a:active {
	text-decoration: none;
	color: #454545;
}
div.footer a:hover {
	color: #555;
}
div.ad {
	width: 728px;
	margin: 0 auto;
}

#status {
	display: block;
	border: 1px solid #2a2a2f; /* #a33 */
	background-color: #333336; /* #c33 */
	color: #aaa; /* #fff */
	padding: 1em; 
	margin: 1em 1em 0;
	overflow: auto; /* ajax form */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#ajaxDiv {
}
#ajaxForm.ajax-loading {
	background-color: #1d1d20;
	background-image: url(/images/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 4px 8px;
	margin: 4px 0;
}
/* Ajax form submission status end */

/* For MooTools ToolTips */
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #ff9;
	padding: 8px 8px 2px;
	background: url(images/tooltip_alert.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 2px 8px 8px;
	background: url(images/tooltip_alert.png) bottom right;
}

#textbox h3 {
	margin: 8px;
	color: #bfbba0;
}
#textbox p {
	margin: 8px 0;
}
#textbox ol {
	list-style-type: lower-alpha;
	color: #9d974b;
	margin-left: 40px; 
	/* padding-left: 20px; */
}
#textbox li:first-line {
	color: #eee;
}
#textbox ol li p {
	color: #aaa;
}
#textbox ol ul {
	list-style-type: disc;
	padding-left: 15px;
	padding-bottom: 5px;
}




/* Border CSS */
/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#box{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 3em;
	padding: 0;
	text-align: left;
	width: 994px;				/* <-- use this to tie width to viewport size */

}
#content{
	padding:45px;
}
#content #container {
	background-color: #161619;
}
#tlc, #trc, #blc, #brc{
	background-color: transparent;
	background-repeat: no-repeat;
}
#tlc{
	background-image:url(images/border/tlc.png);
	background-position: 0% 0%;
}
#trc{
	background-image:url(images/border/trc.png);
	background-position: 100% 0%;
}
#blc
	{
	background-image:url(images/border/blc.png);
	background-position: 0% 100%;
}
#brc{
	background-image:url(images/border/brc.png);
	background-position: 100% 100%;
}
#tb, #bb{
	background-color: transparent;
	background-repeat: repeat-x;
}
#tb{
	background-image:url(images/border/tb.png);
	background-position: 0% 0%;
}
#bb{
	background-image:url(images/border/bb.png);
	background-position: 50% 100%;
}
#rb{
	background-image:url(images/border/r.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb{
	background-color: #eeeeee;
	background-image:url(images/border/l.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
