/*------------------------------------------------------------------------------
  3 columnt layout - middle separator
 
  Cascading style sheet (CSS level 2.1)
  
  Hanzely Oscar , 2010-03-16
------------------------------------------------------------------------------*/
 
  body {
	background-attachment: fixed;
	background-color: #282828;
	background-image: url('texture.jpg');
	background-repeat: no-repeat;
	background-position: center 0px;

  }
  
  #index_page
  {
  background_image: url('tv.png');
  background-repeat: no-repeat;
  width: 880px;
  height: 634px;
  float: top;
  margin: 30px auto 15px auto;  
  }
  
  #page {
  	background: rgba(0,0,0,0.7);
    width: 960px;
    margin: 30px auto 15px auto;  
	padding: 0px;
	float: top;
	border-radius: 15px;
	
  }

	
	#logo_head { 
  	width: 200px;
	height: 220px;
	border: 0px;
	float: left;
	padding: 20px 20px 20px 20px;
	border-right-style: ridge;
	border-right-width: 2px;
	border-right-color:  #404040;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #404040;
	}

	#menu_head { 
  	width: 718px;
	height: 100px;
	border: 0px;
	float: right;
	padding: 0px;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #404040;
	}
	
	#bio_head { 
  	width: 658px;
	height: 140px;
	border: 0px;
	float: right;
	padding: 20px 30px 0px 30px;
	}
  
   #main_page { 
  	width: 900px;
	border: 0px;
	padding: 20px 30px 30px 30px;
	}
	
	#bann_page { 
  	width: 900px;
	height: 330px;
	border: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #404040;
	}
	
	#soundcloud { 
  	width: 440px;
	height: 350px;
	border: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #404040;
	}
	#twitter { 
  	width: 440px;
	height: 350px;
	border: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #404040;
	}
	
	#press_down { 
  	width: 860px;
	height: 80px;
	border: 0px;
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
	background : -webkit-gradient(linear, left top, left bottom, from(rgba(130,40,40,1)), to(rgba(0,0,0,0.5)));
    background : -moz-linear-gradient(top, rgba(130,40,40,1), rgba(0,0,0,0.5));
	background : -o-linear-gradient(top, rgba(130,40,40,1), rgba(0,0,0,0.5));
	}

	#subdownload { 
  	width: 100%;
	border: 0px;
	padding: 5px 0px 10px 0px;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #404040;
	}

	#download { 
  	width: 406px;
	height: 80px;
	border: 0px;
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
	}	
	
	
	#contact_left { 
  	width: 410px;
	height: 400px;
	padding: 10px 15px 10px 15px;
	border-left-style: ridge;
	border-left-width: 2px;
	border-left-color: #404040;
	}
 
 	#contact_right { 
  	width: 410px;
	height: 400px;
	padding: 10px 15px 10px 15px;
	border-left-style: ridge;
	border-left-width: 2px;
	border-left-color: #404040;
	}
 /*----------------------------------------------------------------------*/
     #bottom_page {
  	background: rgba(0,0,0,0.6);
    width: 960px;
    margin: 10px auto;
	float: bottom;
    padding: 0px;
	border-radius: 15px;
	}
	 
	#social { 
  	width: 940px;
	height: 120px;
	border: 0px;
	padding: 0px 10px 0px 10px;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #444444;	
	}
	
 	#social_main { 
  	width: 920px;
	height: 120px;
	border: 0px;
	padding: 0px 0px 0px 0px;	
	}
	
	#social_other { 
  	width: 920px;
	height: 50px;
	border: 0px;
	padding: 0px 0px 0px 0px;	
	}
	
	#sitemap { 
  	width: 920px;
	height: 70px;
	border: 0px;
	padding: 20px 20px 10px 20px;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
	border-bottom-color: #444444;
	}
	
	#copyright { 
  	width: 920px;
	height: 30px;
	border: 0px;
	padding: 10px 20px 0px 20px;
	}
/*-----------MENU--------------------------------------------*/ 
.wrapper {
    width: 100%;
    height: 70px;
    position: relative;
	border: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    margin: 20px auto 0px auto;

}

ul {
    margin: 0;
    padding: 0;
}

ul.menu {
    height: 70px;
    border-left: 1px solid rgba(255,255,255,0.0);
    border-right: 1px solid rgba(0,0,0,0.0);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    float:right;
}

ul.menu li {
	display: block;
    list-style: none;
    float:left;
    height: 69px;
    text-align: center;
	text-color: #CCCCCC;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    background : transparent none;
    }

ul li a {
    display: block;
    padding: 0 12px;
    border-left: 1px solid rgba(255,255,255,0.0);
    border-right: 1px solid rgba(0,0,0,0.0);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    text-align: center;
	text-color: #FFFFFF;
    line-height: 69px;
    background : -transparent none;
    -webkit-transition-property: background;
    -webkit-transition-duration: 700ms;
    -moz-transition-property: background;
    -moz-transition-duration: 700ms;
	 -o-transition-property: background;
    -o-transition-duration: 700ms;
    }

ul li a:hover {
     background : -webkit-gradient(linear, left top, left bottom, from(rgba(200,130,130,0.9)), to(rgba(69,0,0,0.0)));
    background : -moz-linear-gradient(top, rgba(200,130,130,0.9), rgba(69,0,0,0.0));
	background : -o-linear-gradient(top, rgba(200,130,130,0.9), rgba(69,0,0,0.0));
}

ul li.active a{
        background : -webkit-gradient(linear, left top, left bottom, from(rgba(200,90,90,0.6)), to(rgba(69,0,0,0.0)));
   		 background : -moz-linear-gradient(top, rgba(200,90,90,0.6), rgba(69,0,0,0.0));
		  background : -o-linear-gradient(top, rgba(200,90,90,0.6), rgba(69,0,0,0.0));
}



/*-----------tables----------------------------------------*/

/*---------------------------------------------------------*/


  
  .cleaner {
    clear: both;
  }
  
  .opacity {
  	opacity: 0.5;
  }
  
  
  .shadow {
   -moz-box-shadow:    10px 10px 12px 0px #111;
  -webkit-box-shadow: 10px 10px 12px 0px #111;
  box-shadow:         10px 10px 12px 0px #111;
}
  
  #more_right_text {
    display: none;
  }
