/* CSS Document */

body {
	background-color: #721100;
	background-image:url('/images/background_new.jpg');
	min-width: 950px;
	text-align: left;
	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	background-color: #0000ff;
}

#container {
	background-color: #ffffff;
	opacity: 0.9;
	filter:alpha(opacity=90);
	border: none;
	position: absolute;
	left: 130px;
	top: 200px;
	width: 695px;
	height: auto;
	margin:0px;
	padding: 0px;
	text-align: left;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
}

img#left_image {
  position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
}

img#right_image {
  position: fixed;
	left: 718px;
	top: 0px;
	z-index: -1;
}

#header {
	background-color: #ffffff;
	border: none;
	width: 468px;
	position: fixed;
	left: 250px;
	top: 0px;
	height: 161px;
	padding: 0px;	
	margin: 0px;
	
	z-index: -2;
}

#leftmenu {
  background-color: transparent;
  position: fixed;
	top: 13px;
	left: 158px;
	z-index: 0;
}

#rightmenu {
  background-color: transparent;
  position: fixed;
	top: 35px;
	left: 605px;
	z-index: 0;
}

#leftmenu ul, #rightmenu ul {
  list-style: none;
}

#rightmenu ul {
  text-align: right;
}

#leftmenu ul a, #rightmenu ul a {
  color: #000000;
	text-decoration: none;
}

#leftmenu ul a:hover, #rightmenu ul a:hover {
  text-decoration: none;
	color: #ca6700;
	text-shadow: 0px 0px 1px #721100;
	background-color: transparent;
}

#leftmenu ul a.selected, #rightmenu ul a.selected {
  text-decoration: none;
	color: #ca6700;
	text-shadow: 0px 0px 1px #721100;
	background-color: transparent;
}

#rjnestor {
  position: absolute;
	left: 110px;
	top: 5px;
	text-align: center;
}

#rjnestor h1, h2 {
  margin: 2px;
}

#rjnestor h1 {
  font-size: 2.5em;
}

#rjnestor a {
  color: #721100;
	text-decoration: none;
	text-shadow: 0px 0px 2px #000000;
}
#rjnestor a:hover {
  background-color: transparent;
	color: #ca6700;
}

#icons_new {
  padding: 10px 0 0 0;
	margin: 0 auto;
}
#icons_new a, #icons_new img {
  border: none;
}

#footer {
	background-color: transparent;
	clear: both;
	border: 0;
	border-top: none;
	padding: 10px;
	margin: 0;
	height: 120px;
	
	color: #000000;
	text-align: center;
	
//	display: none; /////////////////////////////
}


ul#footer_nav {
	position: relative;
	margin: 0 auto;
	padding: 0;
	padding-top: 20px;
}
ul#footer_nav, ul#footer_nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#footer_nav li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #000000;
}
ul#footer_nav li.far_right {
	border-right: none;
}
ul#footer_nav li a {
	text-decoration: none;
}

p#copyright {
	padding: 0px;
	font-size: 0.8em;
}





div#sidebar {
  float: right;
	width: 200px;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	border: 0;
	padding: 15px;
	margin: 0;
	text-align: right;
	
//	display: none; ////////////////////////
}

div#sidebar form fieldset {
	border-color: #721100;
	background-color: #ca6700;
	margin: 0 auto;
	width: 80%;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	font-size: 0.9em;
}

div#login_fields {
  margin: 15px 0;
}

input, textarea, select, button {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 0.8em;
	color: #ffffff;
//	text-shadow: 0 0 2px #ca6700;
	background-color: #721100;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	margin: 2px 0;
	
}

div#sidebar form label {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 0.7em;
}


div#nav_bar_2 {
  width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;	
	padding: 15px 0 0 0;	
}

div.nav_bar {
	background-color: transparent;
	text-align: center;
}

.nav_bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;   
	text-align: center;
}
.nav_bar li {
	display: inline;
	text-align: center;
	border: none;
	width: 100%;
	margin: 0;
	padding: 0 20px;
	font-size: 1.1em;
	color: #0000ff;
	background: transparent;
}

.nav_bar li a {
	font-weight: normal;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	background: transparent;
  color: #721100;
	text-decoration: none;
	text-shadow: 0px 0px 1px #000000;
	margin: 0;
}
.nav_bar li a.selected {
  background-color: transparent;
	color: #ca6700;
	text-decoration: underline;
	font-size: 1.3em;
}
.nav_bar li a:hover {
  background-color: transparent;
	color: #ca6700;
	text-decoration: underline;	
}
.nav_bar li a:active {
  background-color: transparent;
	color: #ca6700;
	text-decoration: underline;
}


a.login {
	font-size: 0.8em;
	padding-left: 5px;
}



div#main {
	width: 665px;
	height: auto;
	border: none;
	background-color: transparent;	
	padding: 15px 15px 0 15px;
	margin: 0;
//	display: none; /////////////////////
}

#main h1, h2, h3, h4, h5, h6 {
	text-align: center;
	margin-top: 0;
}

#main p {
	font-size: 0.9em;
	margin-top: 0;	
} 


#main p.to_top {
	text-align: right;
}




h2.music_heading {
	text-align: center;
}


#main p.biohead {
	font-size: 16px;
	text-align: left;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
}

#main ul.productions li {
	text-align: left;
	list-style: none;
	font-size: 0.9em;
	font-style: italic;
	color: #000000;
	text-indent: 35px;
}	
	

table.ex_menu {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
table.ex_menu td{
	width: 50%;
	vertical-align: text-top;
	margin-top: 0;
	text-align: center;	
} 


/*#main h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	color: #000000;
}

#main h3.scripts {
	padding-top: 10px;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	font-style: italic;
}


#main h3.menu_head {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	margin: 10px;
}
*/


img#bio_pic {
	float: left;
	padding: 2px;
	padding-right: 10px;
}



table.files {
	min-width: 460px;
	width: 80%;
	position: relative;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;	
}

table.files tr th {
	font-size: 16px;
}


table.anchor {
	min-width: 460px;
	width: 80%;
	position: relative;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;	
}



#main h3.demoHead {
	padding-left: 40px;
	margin-bottom: 2px;
	padding-bottom: 0;
	text-decoration: none;
	text-align: left;
}

p.demo_para {
	text-align: center; 
	font-size: 18px; 
	font-weight: bold; 
	margin-bottom: 10px; 
	margin-top: 10px;
}


div#twitter {
	height: auto;
	width: 200px;
	position: relative;
	margin: 0px auto;
}
div#twitter a:hover {
	background: none;
}

.biglink {
	font-size: 1.2em;
	font-weight: bold;
}

img#nats {
	height: 120px;
	width: 120px;
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	border: none;
}
a#nats_link {
	float: left;
}
a#nats_link:hover {
	background: none;	
}

table#rates {
	font-size: 1.2em;
	margin: 0 auto;
	border: none;
	padding-bottom: 20px;
}

td.left {
	text-align: right;
	padding-right: 20px;
}

blockquote {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
}

table#show_list {
	margin: 0 auto;
	width: 80%;
}
table#show_list td {
	vertical-align: top;
}
td.left_column {
	padding-right: 15px;
}

tr.files {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande';
	font-size: 0.9em; 
}

h2.venues {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 1.2em;
}

#soundcloudside, #twitter {
  margin-bottom: 15px;	
	text-align: center;
}

#soundcloudside a, a.twittop {
	font-size: 0.9em;
	font-style: normal;
}

#soundcloudside object {
  margin: 5px 0 0 0;
}

div#twitter a.twittop:hover {
	color: #ffffff;
	background-color: #0000ff;
}

object.soundcloudplayer {
  margin-bottom: 20px;
}

div.song_display {
  width: 100%;
	margin: 0;
	padding: 20px 10px 40px 10px;
	clear: both;
}
div.song_display h3 {
  text-align: left;
}
div.sc_player {
	float: left;
	width: 30%;
}
div.song_description {
  float: right;
	width: 66%;
	padding: 0 10px 0 0;
}

img#sonar {
  border: 2px #000000 solid;
	padding: 0;
	margin: 0 0 20px 0;
}

div#demos {
	padding: 0;
	margin: 10px 0 30px 0;
}

h3.tracklinks {
  padding: 0;
	margin: 0 0 20px 0;
}

h1.trackhead {
  padding-bottom: 0;
	margin-bottom: 0;
}

div.video {
  padding: 0;
	margin: 0 20px 0 10px;
	width: 400px;
	height: 225px;
	float: right;
	border: 4px #ca6700 ridge;
}

h2.belowvideo {
  clear: right;
	padding: 10px 0 10px 0;
}

h3.nocenter {
  padding: 10px 0 0 0;
	margin: 0 0 10px 0;
  text-align: left;
}

ol li {
	font-size: 0.9em;
	font-weight: bold;
}

h2.bottomspace {
  margin-bottom: 10px;
}