/* CSS Document */

@font-face {
	font-family: 'Perspective Sans';
	src: url('/fonts/perspective_sans_truetype-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('/fonts/perspective_sans_truetype-webfont.woff') format('woff'), 
	     url('/fonts/perspective_sans_truetype-webfont.ttf') format('truetype'),
			 url('/fonts/perspective_sans_truetype-webfont.svg#perspectivesans') format('svg');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'Perspective Sans';
	src: url('/fonts/perspective_sans_italic_truetype-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('/fonts/perspective_sans_italic_truetype-webfont.woff') format('woff'), 
	     url('/fonts/perspective_sans_italic_truetype-webfont.ttf') format('truetype'),
			 url('/fonts/perspective_sans_italic_truetype-webfont.svg#perspectivesansitalic') format('svg');
	font-weight: normal;
	font-style: italic;
	}
@font-face {
	font-family: 'Perspective Sans';
	src: url('/fonts/perspective_sans_bold_truetype-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('/fonts/perspective_sans_bold_truetype-webfont.woff') format('woff'), 
	     url('/fonts/perspective_sans_bold_truetype-webfont.ttf') format('truetype'),
			 url('/fonts/perspective_sans_bold_truetype-webfont.svg#perspectivesansbold') format('svg');
	font-weight: bold;
	font-style: normal;
	}


	
@font-face {
	font-family: 'Cicle';
	src: url('/fonts/cicle_fina-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('/fonts/cicle_fina-webfont.woff') format('woff'), 
	     url('/fonts/cicle_fina-webfont.ttf') format('truetype'),
			 url('/fonts/cicle_fina-webfont.svg#ciclefina') format('svg');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'Cicle';
	src: url('/fonts/cicle_fina_italic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('/fonts/cicle_fina_italic-webfont.woff') format('woff'), 
	     url('/fonts/cicle_fina_italic-webfont.ttf') format('truetype'),
			 url('/fonts/cicle_fina_italic-webfont.svg#ciclefinaitalic') format('svg');
	font-weight: normal;
	font-style: italic;
	}
@font-face {
	font-family: 'Cicle';
	src: url('/fonts/cicle_gordita-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('/fonts/cicle_gordita-webfont.woff') format('woff'), 
	     url('/fonts/cicle_gordita-webfont.ttf') format('truetype'),
			 url('/fonts/cicle_gordita-webfont.svg#ciclegordita') format('svg');
	font-weight: bold;
	font-style: normal;
	}
@font-face {
	font-family: 'Cicle';
	src: url('/fonts/cicle_gordita_italic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('/fonts/cicle_gordita_italic-webfont.woff') format('woff'), 
	     url('/fonts/cicle_gordita_italic-webfont.ttf') format('truetype'),
			 url('/fonts/cicle_gordita_italic-webfont.svg#ciclegorditaitalic') format('svg');
	font-weight: bold;
	font-style: italic;
	}
	
body {
	background-color: #ffffff;
	background-image:url('/images/background_gradient.jpg');
	min-width: 950px;
	text-align: center;
	
	font-family: 'Perspective Sans', Verdana, Geneva, sans-serif;
	font-size: 1em;
//	letter-spacing: 1px;
}

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

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

#container {
	background-color: #ffffff;
	border: none;
	position: relative;
	width: 950px;
	height: auto;
	margin:0px;
	padding: 0px;
	text-align: left;
	
}


#header {
	background-color: #ffffff;
	border: none;
	clear: both;
	width: 950px;
	height: 180px;
	padding: 0px;	
	margin: 0px;	
}

#topleft {
  float: left;
	width: 240px;
	height: 180px;
	margin: 0;
	padding: 0;
	border: none;
}

#topright {
  float: right;
	width: 240px;
	height: 180px;
	margin: 0;
	padding: 0;		
	border: none;
}

#headermid {
  width: 470px;
	height: 180px;
	margin: 0;
	padding: 0 0 0 240px;
	border: none;	
}

#leftmenu {
  float: left;
	padding: 40px 0 0 0;
	margin: 0 0 0 -40px;
}

#rightmenu {
  float: right;
	padding: 40px 0 0 0;
	margin: 0;
}
/*
#leftmenu, #rightmenu {
  background-color: #98d0a8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
*/
#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: #19785a;
	text-shadow: 1px 1px #98d0a8;
	background-color: #ffffff;
}

#rjnestor {
  padding: 0 0 0 140px;	
}

#rjnestor a {
  color: #000000;
	text-decoration: none;
}
#rjnestor a:hover {
  background-color: #ffffff;
}

#icons_new {
  padding: 10px 0 0 60px;
}

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


#vertical_stripe {
  background-color: #ffffff;
	padding: 0 0 0 40px;
	margin: 0 0 0 35px;
  border: none;
	border-left: 6px ridge #98d0a8;
}


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;
	min-width: 216px;
	width: 216px;
	height: auto;
	overflow: hidden;
	background-color: #ffffff;
	border: 0;
	padding: 20px 10px 20px 2px;
	margin: 0;
	text-align: left;
	
}

div#sidebar form fieldset {
	border-color: #19785a;
	background-color: #98d0a8;
	margin: 0 auto;
	width: 80%;
	margin-bottom: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

div#login_fields {
  margin: 15px 0;
}

input {
  font-family: 'Perspective Sans', Verdana, Geneva, sans-serif;
	font-size: 0.7em;
}

div#sidebar form label {
  font-family: 'Perspective Sans', Verdana, Geneva, sans-serif;
	font-size: 0.7em;
}


div#nav_bar_2 {
	float: right;
	clear: right;
	min-width: 216px;
	width: 216px;
	height: auto;
	overflow: hidden;
	padding: 20px 10px 20px 2px;
	
}

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 {
	text-align: center;
	border: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000000;
	background: transparent;
}

.nav_bar li a {
	display: block;
	font-weight: normal;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	background: transparent;
	color: #000000;
	text-decoration: none;
	width: 100%;
	margin: 0;
}
.nav_bar li a.selected {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
.nav_bar li a:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
.nav_bar li a:active {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}


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



div#main {
	height: auto;
	border: none;
	background-color: #ffffff;
	
	padding: 20px 250px 20px 10px;
	margin: 2px 0 0 0;
}

#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;
	font-size: 0.9em;
}
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;
}