*
{
	padding: 0;
	margin: 0;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;

}

iframe {
	border: 0px;
}

#right a {
	font-size: 0.3em ;
}

address {
	font-style: normal;
}
/* BODY BG ************/

#home
{
	background: url(../images/gradient_bg.png) top left no-repeat #999;
}

#about
{
	background: url(../images/gradient_bg.png) top left no-repeat #3f002e;
}

#recording
{
	background: url(../images/gradient_bg.png) top left no-repeat #bc0303;
}

#rehearsal
{
	background: url(../images/gradient_bg.png) top left no-repeat #ffb31a;
}

#artists
{
	background: url(../images/gradient_bg.png) top left no-repeat #2fed41;
}

#classifieds
{
	background: url(../images/gradient_bg.png) top left no-repeat #1ddfe1;
}

#contact-us
{
	background: url(../images/gradient_bg.png) top left no-repeat #2f73ed;
}

#book-now
{
	background: url(../images/gradient_bg.png) top left no-repeat #f663fb;
}




/* MISC **************/

.clear
{
	clear: both;
}


/* TEXT **************/

#tweet h2 {
	font-size: 3em;
	color: white;
}

#fullcol .classbox p, #fullcol .classboxlast p {
	margin-bottom: 0px;
}

#fullcol p {
	margin-bottom: 1em;
}

.approve {
	background: green;
}

#content p
{
	line-height: 135%;
	font-size: 0.9em;
}

#topbar p
{
	margin: 0 auto;
}

#topbar h1
{
	display: none;
}

#titlebox h2
{
	border-bottom: 3px solid #fff;
	color: #fff;
	font-weight: normal;
	font-size: 2em;
	padding-bottom: 10px;
}


#home_left h4, #home_middle h4, #home_right h4 {
	font-size: 1em;
	color: #fff;
}

#home_left a, #home_middle a, #home_right a {
	color: black;
}

#home_left p, #home_middle p, #home_right p {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #fff;
}

h3
{
	font-size: 2.5em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -2px;
	margin-bottom:5px;
}

#fullcol h4
{
	font-size: 1.1em;
	margin-top: 10px;
	line-height: 135%;
	margin-bottom: 5px;
}



h5
{
	font-size: 1.4em;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#artists h5
{
	color: #49bc09;
	border-bottom-color: #49bc09;
}

h6
{
	font-size: 1.2em;
	margin-bottom: 10px;
}

#artists h6
{
	color: #163d01;
}

#artists a {
	color: black;
}
#footer p
{
	font-size: 0.75em;
}

#footer .foot-left
{
	padding-top: 4px;
	font-size: 0.65em;
}

#footer .foot-right
{
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
}

.small
{
	font-size: 0.8em;
}

/* LISTS ************/

#fullcol ul {
	list-style: square;
	margin-left: 30px;
	margin-top: 10px;
}



#fullcol #alphabet li
{
	display: inline;
	font-weight: bold;
	font-size: 1em;

}

#fullcol #alphabet {
	margin-left: 0;
}

ul#alphabet 
{
	height: 50px;
}

#titlebox li
{
	font-size: 1em;
	list-style: none;
}

#titlebox ul
{
	width: 150px;
	z-index: 1;
	margin-top: 10px;
}


#nav li, #nav_home li
{
	float: left;
	list-style: none;
	width: 14%;
	font-size: 0.9em;
	text-align: center;
}

/* LAYOUT ************/

.wrapper
{
	width: 880px;
	color: #fff;
	padding: 10px 0;
	margin: 0 auto;
}

#tweet {
	background: url(../images/home/tweet.png);
	height: 100%;
	width: 787px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 70px;
	color: white;
	font-weight: bold;
}

.profileLink a, .profileLink a:visited {
	color: magenta;
	font-size: 2em;
}

.firsttweet a, .firsttweet a:visited  {
	color: #666;
	font-weight: normal;

}

#tweet li {
	
	list-style: none;
	font-size: 2.7em;
	
}

#topbar
{
	width: 100%;
	background: #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(../images/bg_topbar.png);
	height: 34px;
}

#container
{
	width: 891px;
	margin: 0 auto;
}

#container_home
{
	width: 877px;
	margin: 0 auto;
}

#logo
{
	width: 186px;
	height: 166px;
	float: left;
	text-align: right;
	overflow: hidden;
}

#nav
{
	background: url(../images/navtop.png) top right no-repeat;
	padding: 17px 0 0 0;
	width: 705px;
	float: right;
}

#nav_home
{
	padding: 17px 0 0 0;
	width: 705px;
	float: right;
}

#homepage_nav {
	background: url(../images/header_background.png) no-repeat;
	width: 877px;
	height: 72px;
}


#navbuttons
{
	background: #000;
	padding: 0 0px 15px 0;
	width: 705px;
	overflow: hidden;
	
}

#navbuttons_home li {
	display: inline;
	float: left;
}


#big_image {
	
	margin-top: 13px;
	width: 877px;
	height: 400px;
	float: right;
	-moz-border-radius: 7px;
  	-webkit-border-top-left: 7px;
  	overflow: hidden;
}

#home_middle h3, #home_left h3, #home_right h3 {

	font-size: 1.5em;
	letter-spacing: 0px;
	

}

#home_left {
	width: 265px;
	height: 110px;
	float: left;
	overflow: hidden;
	margin-top: 13px;
	margin-bottom: 10px;
	border:1px solid #666;
	-moz-border-radius: 7px;
  	-webkit-border-top-left: 7px;
  	padding: 10px;

}

#home_middle {
	width: 265px;
	float: left;
	height: 110px;
	overflow: hidden;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 13px;
	margin-bottom: 10px;
	border:1px solid #666;
	-moz-border-radius: 7px;
  	-webkit-border-top-left: 7px;
  	padding: 10px;
}

#home_right {
	width: 265px;
	float: left;
	height: 110px;
	overflow: hidden;
	margin-top: 13px;
	margin-bottom: 10px;
	-moz-border-radius: 7px;
  	-webkit-border-top-left: 7px;
  	padding: 10px;
  	border: 1px solid #666;
	
}

#mainimage
{
	width: 705px;
	float: right;
	display: inline;
	height: 304px;
	overflow: hidden;
}

#titlebox
{
	width: 590px;
	top: 0;
	top: 329px;
	margin-left: 15px;
	position: absolute;
	z-index: 1;
}

#content
{
	width: 675px;
	background: #fff;
	float: right;
	padding: 15px;
	z-index: 99;
}

#col1
{
	width: 48%;
	float: left;
}

#fullcol
{
	position: relative;
	z-index: 99;
}

.artistbox
{
	width: 45.5%;
	float: left;
	border: 1px dotted #49bc09;
	padding: 10px;
	margin-top: 15px;
	background: #d4fdbd;
}

.artistboxlast
{
	width: 45.5%;
	float: right;
	border: 1px dotted #49bc09;
	padding: 10px;
	margin-top: 15px;
	background: #d4fdbd;
}

.classbox
{
	width: 45.5%;
	float: left;
	border: 2px solid #333;
	padding: 10px;
	margin-top: 15px;
	background: #eee;
	min-height: 150px;
	overflow: hidden;
}

.classboxlast
{
	width: 45.5%;
	float: right;
	border: 2px solid #333;
	padding: 10px;
	margin-top: 15px;
	background: #eee;
	overflow: hidden;
	min-height: 150px;
}

#col2
{
	width: 48%;
	float: right;
}

#footer
{
	color: #fff;
	background: #000;
	width: 675px;
	float: right;
	padding: 8px 15px;
	margin-bottom: 40px;
}

#now
{
	height:23px;
	width:328px;
	background: url(../images/now.png) no-repeat;
	float:left;
}

.left
{
	width: 62%;
	float: left;	
}

.right
{
	width: 35%;
	float: right;
}

.foot-left
{
	width: 70%;
	float: left;	
}

.foot-right
{
	width: 25%;
	float: right;
}

.topright
{
	width: 48%;
	float: right;
	text-align: right;
}

.topright p {
	font-size: 0.7em;
	padding-top: 6px;
}
.topleft
{
	width: 48%;
	float: left;
	text-align: left;
	padding-left: 10px;
}

.topleft p {
	font-size: 0.7em;
}

/* LINKS *************/

a 
{
	outline: none; /* Gets rid of FF selection border */
	color: inherit;
	text-decoration: none;
	
} 

a img 
{
	border: none; /* Gets rid of border in IE */
} 

#titlebox li a, #titlebox li a:visited
{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #fff;
}

#titlebox li a:hover
{
	font-weight: bold;
	letter-spacing: -0.4px;
	line-height: 1.22em;
	overflow: hidden;
}

#nav li a, #nav_home li a
{
	display: block;
	color: #fff;
	padding: 10px 10px;
	background: url(../images/navbg.jpg) top repeat-x;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-right: 1px;
}

#nav_home li {
	display: inline;
}

#topbar a, #topbar a:visited
{
	text-decoration: none;
	color: #fff;
}

#topbar a:hover
{
	color: #666;
}

#alphabet a
{
	display: block;
	color: #fff;
	background: #000;
	float: left;
	margin-right: 5px;
	padding: 15px 3px 3px 3px;
	text-align: center;
}

#alphabet a:hover
{
	padding-top: 25px;
}

#fullcol a, #fullcol a:visited {
	font-weight:bold;
	border-bottom: 1px dotted #000;
}

#fullcol a:hover {
	border-bottom: 1px solid #000;
}

#fullcol .artistbox a, #fullcol .artistbox a:visited, #fullcol .artistboxlast a, #fullcol .artistboxlast a:visited
{
	border-bottom: 0;
}

#fullcol .artistbox img, #fullcol .artistboxlast img
{
	margin-bottom: 0;
	padding-bottom: 0;
}

/* NOW PLAYING ******/

#now_playing p {
	font-size: 0.65em;
	padding-top: 4px;
	padding-right: 3px;
	height: 19px;
	background-color: black;
	font-weight: bold;
	float: left;
	display: block;
}

#now_playing_left {
	height: 23px;
	background: url(../images/now_front.png) no-repeat;
	padding-left: 100px;
	float: left;
	
}

#now_playing_right {
	height: 23px;
	width: 5px;
	background: url(../images/now_back.png) no-repeat;
	float: left;
	
}


/* NAV BUTTONS ******/

.recording
{
	//background: url(../images/nav.jpg) no-repeat;
	border-bottom: 2px solid #bc0303;
}

.recording:hover
{
	//background: url(../images/nav_over.jpg) no-repeat;
	border-bottom: 2px solid #fff;
}

.rehearsal
{
	//background: url(../images/nav.jpg) no-repeat -115px;
	border-bottom: 2px solid #ffb31a;
}

.rehearsal:hover
{
	//background: url(../images/nav_over.jpg) no-repeat -115px;
	border-bottom: 2px solid #fff;
}

.artists
{
	//background: url(../images/nav.jpg) no-repeat -230px;
	border-bottom: 2px solid #2fed41;
}

.artists:hover
{
	//background: url(../images/nav_over.jpg) no-repeat -230px;
	border-bottom: 2px solid #fff;
}

.classifieds
{
	//background: url(../images/nav.jpg) no-repeat -345px;
	border-bottom: 2px solid #1ddfe1;
}

.classifieds:hover
{
	//background: url(../images/nav_over.jpg) no-repeat -345px;
	border-bottom: 2px solid #fff;
}

.contactus
{
	//background: url(../images/nav.jpg) no-repeat -461px;
	border-bottom: 2px solid #2f73ed;
}

.contactus:hover
{
	//background: url(../images/nav_over.jpg) no-repeat -461px;
	border-bottom: 2px solid #fff;
}

.booknow
{
	//background: url(../images/nav.jpg) no-repeat -578px;
	border-bottom: 2px solid #f663fb;
}

.booknow:hover
{
	//background: url(../images/nav_over.jpg) no-repeat -578px;
	border-bottom: 2px solid #fff;
}

.about
{
	//background: url(../images/nav.jpg) no-repeat -578px;
	border-bottom: 2px solid #3f002e;
}

.about:hover
{
	//background: url(../images/nav_over.jpg) no-repeat -578px;
	border-bottom: 2px solid #fff;
}

/* FORM STYLES */

label
{
	display: block;
	margin: 10px 0 5px 0;
}

fieldset
{
	border: 0;
	border-top: 1px dotted #ccc;
	margin-top: 20px;
}

legend
{
	font-size: 1.4em;
	margin-bottom: 10px;
	font-weight: bold;
}

input[type=text]
{
	width: 50%;
	padding: 5px;
	z-index: 99;
}

textarea
{
	width: 97.8%;
	height: 150px;
	font: 0.9em Arial, Helvetica, sans-serif;
	padding: 5px;
}

/* FULL COL STYLES */


#fullcol img {
	padding-right: 10px;
	padding-bottom: 10px;
}

/*PNG FIX */

img, div { 
	behavior: url(iepngfix.htc) 
	
}



/* TABLES */

#recprices th {
	text-align: left;
	border-bottom: 1px solid black;
	padding: 0px 0px 10px 0px;
}

#recprices td {
	border-bottom: 1px dotted black;
	padding: 10px 0px;
}

#rehprices th {
	text-align: left;
	border-bottom: 2px solid black;
	padding: 0px 0px 10px 0px;
}

#rehprices td {
	border-bottom: 1px dotted black;
	padding: 10px 0px;
}

#rehprices table {
	margin-bottom: 40px;
}