/* This is the style of your browser text */


body {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
}

p {
	margin: 0.5em 0 1em 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #6F0141;
}

a.getflash{
	color: #6F0141;
}


.content h1, h2, h3, h4, h5 {
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #666666;
}

.content  {
	font-size: 0.75em;
}

.content  h1 {
	font-size: 1.5em;
}
.content  h2 {
	font-size: 1.4em;
	letter-spacing:0.1em;	
}
.content h2 a {
	color: #6F0141;	
}

.content  h3 {
	font-size: 1.3em;
	font-weight: normal;	
	letter-spacing:0.1em;
	
}
.content h3 a {
	color: #6F0141;	
}

.content  h4 {
	font-size: 1.2em;
}
.content  h5 {
	font-size: 1.1em;
}
.content  h6 {
	font-size: 1em;
}


/************** heading styles **************** */

#top_left_bottom.home h2{
	background-color:#FFFFFF;
	background: url(/_images/main/section_headings/home.gif) no-repeat 0px 0px;
	width:468px;
	padding:0;
	margin:0;
}

#top_left_bottom.multiplayer h2 {
	background-color:#FFFFFF;
	background: url(/_images/main/section_headings/multiplayer.gif) no-repeat 0px 0px;
	width:468px;
	padding:0;
	margin:0;
}

#top_left_bottom.live_session h2 {
	background-color:#FFFFFF;
	background: url(/_images/main/section_headings/live_session.gif) no-repeat 0px 0px;
	width:468px;
	padding:0;
	margin:0;
}

#top_left_bottom.artist h2 { 
	background-color:#FFFFFF;
	background: url(/_images/main/section_headings/artist.gif) no-repeat 0px 0px;
	width:468px;
	padding:0;
	margin:0;
}

#top_left_bottom.feature h2 {
	background-color:#FFFFFF;
	background: url(/_images/main/section_headings/feature.gif) no-repeat 0px 0px;
	width:468px;
	padding:0;
	margin:0;
}

#top_left_bottom.lesson h2 {
	background-color:#FFFFFF;
	background: url(/_images/main/section_headings/lesson.gif) no-repeat 0px 0px;
	width:468px;
	padding:0;
	margin:0;
}

#top_left_bottom.forum h2 {
	background-color:#FFFFFF;
	background: url(/_images/main/section_headings/forum.gif) no-repeat 0px 0px;
	width:468px;
	padding:0;
	margin:0;
}

#top_left_bottom.gear h2 {
	background-color:#FFFFFF;
	background: url(/_images/main/section_headings/gear.gif) no-repeat 0px 0px;
	width:468px;
	padding:0;
	margin:0;
}

#top_left_bottom.profile h2 {
	background-color:#FFFFFF;
	background: url(/_images/main/section_headings/profile.gif) no-repeat 0px 0px;
	width:468px;
	padding:0;
	margin:0;
}

#top_left_bottom.about_us h2{
	background-color:#FFFFFF;
	background: url(/_images/main/section_headings/about_us.gif) no-repeat 0px 0px;
	width:468px;
	padding:0;
	margin:0;
}

#top_left_bottom.help h2{
	background-color:#FFFFFF;
	background: url(../_images/main/section_headings/help.gif) no-repeat 0px 0px;
	width:468px;
	padding:0;
	margin:0;
}

/************** form styles **************** */

#form_Search{
	padding:0;
	margin:0;
	color: #666666;
	font-size:11px;
}

#formSearch{
	padding:0;
	margin:0;
	color: #666666;
	font-size:11px;
}

.searchinput {
width:140px;
	margin-top:25px;
	background-color: #E3E3E3;
}



#formLogin{
	padding:0;
	margin:0;
	color: #666666;
	font-size:0.80em;
}

#formLogin img, #formSearch img{
	margin-right:6px;
	vertical-align: middle;	
}




#formLogin input, #formLogin select, #formSearch input, #formSearch select, #formLoginMain input, #formLogin select   {
	font-size:0.80em;
 	background-color: #E3E3E3;
	border:#CCCCCC 1px solid;
	font-weight:bold;
	
	
}

.vote {
	font-size:0.80em;
 	background-color: #E3E3E3;
	border:#cccccc 1px solid;
	font-weight:bold;
	color:#fd1b14;
	margin: 10px 0 0 20px;

}

.loginButton  {
	width:40px;
}

.username  {
	width:120px;
	margin-top:10px;
}

.password  {
	width:120px;
	margin-top:5px;
}



/* CSS 3 Only */

	input[type=submit]{
	background-image: url(/_images/main/submit.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #E3E3E3;
	border:none;
	border-bottom:#E3E3E3 1px solid;
	border-right:#E3E3E3 1px solid;
	color:#999999;
	/*font-weight:normal;*/
	}


