/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body { 
	font-size: 1.05em;
	font-color: #000;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background-color: #000033;
	background-image: url(/images/westwood_contentbg.png);
	background-attachment:fixed;
    background-repeat: repeat;
	color: #000;	
	font-color: #000;
	a:link {
	  	color: #536dac;
	}
	a:hover {
		color: #CC0000;
	}
	a:visited {
		color: #FFF;
	}
	a:active {
		color: #FFF;
	}
}

#logo{

	margin: 5px;
	float: left;
	width: 202px;
	height: 45px;
	background: url(/images/wmg_logo.png) no-repeat center;
	display: block;

}

header {

	background: #000033;
	width: 100%;
	height: 66px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 0px solid #000;
	z-index: 100;

}

a {
	color: #536DAC;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}

img {

	width: 100%;
}

footer {
	margin: 5x auto 5px;
	max-width: 980px;
	position: relative;
	padding: 5px;
}

nav {
	float: left;
	padding: 20px 0px;	
}

#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: #000 url(/images/menu-icon_blk.png) center;
}

a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}

ul {
	list-style: none;
}

li {
	display: inline-block;
	float: left;
	padding: 10px;
}

.current {

	color: #FF0000;

}


section {
	margin: 20px auto 20px;
	max-width: 980px;
	position: relative;
	padding: 20px;
	background: #FFF url(/images/wmg_contentbg.png) center; 
}

h1 {
	font-size: 2.5em;
	color: #536DAC;
	line-height: 2em;
	margin: 20px 0 ;
}

h2 {
  font-size: 1.875em;
  line-height: 1.0em;
  color: #45B613;
  font-weight: bold;
}

h3 {
  font-size: 1.2em;
  line-height: 2.0em;
  font-weight: bold;
}

h4 {
  font-size: 1.2em;
  line-height: 2.0em;
  font-weight: bold;
  color: #FFF;
  text-decoration: underline;


}

h5 {
	font-size: 2.0em;
	color: #FFF;
	line-height: 1.0em;
	margin: 20px 0 ;
}


p {
	line-height: 1.45em;
	margin-bottom: 10px;
}

/*MEDIA QUERY*/
@media only screen and (max-width : 1200px) {

	header {
		position: fixed;
	}

	#menu-icon {
		display:inline-block;
	}

	nav ul, nav:active ul { 
		display: none;
		position: absolute;
		padding: 20px;
		background: #333;
		color: #FFF;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;
	}

	nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	nav:hover ul {
		display: block;
	}
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.section group {
	text-align: left;
	}

.section_group_mp {
	text-align: left;
	}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
	text-align: center;
}

/* FROM PAGES WITH DIV TABLES */
	   div.clear { clear: both; }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  GRID OF TWO */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
	text-align: center;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}

/*  GRID OF FOUR   ============================================================================= */

.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
	text-align: center;

}

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.8%;
}
.span_3_of_5 {
	width: 59.6%;
}
.span_2_of_5 {
	width: 39.4%;
}
.span_1_of_5 {
	width: 19.2%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}
style5

.style1 {font-color: #990000; font-weight:bold; }
.style2 {font-color: #000000; font-weight:bold; }
.style3 {font-color: #CC6666; font-weight:bold; font-size:1.65em; }
.style4 {font-color: #330000; font-weight:bold; font-size:1.35em; }
.style5 {font-color: #669999; font-weight:bold; } 
.style6 {font-color: #CC6666; font-weight:bold;} 
.style7 {font-color: #000066; } 
.style11 {font-size:12px; }
.style14 {font-color: #006699; font-weight:bold; }
.style16 {font-size:16px; }
.style54 {font-color: #669999; font-weight:bold; } 
.stylered {font-color: #C00;}

.styleteal {
	color: #5669999;
	font-weight: bold;
}

.styleartists {
	color: #536dac;
	font-weight: bold;
	font-size:1.65em
}

.stylepro {
	color: #536dac;
	font-weight: bold;
	font-size:1.65em
}

.stylepbi {
	color: #CC6666;
	font-weight: bold;
	font-style: italic;
}

.styleaerrage {
	font-size: 19px;
	font-weight: bold;
	font-color: #650000;
}
.stylemrp {font-color: #CC6666; text-align: left;}

.right {
  float: right;
  display:inline-block;line-height:32px;padding-right:20px; padding-top:20px;
}
.center {margin:0 auto; background-color: #000033;}

<script type="text/javascript">
  function openNewWindowv(mypage,mytitle) {   
    window.open(mypage, mytitle,'width=500,height=440,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=0,scrollbars=NO,resizable=0');}
 </script>
 
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.song_title {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
    text-align: right;
}

/* FROM VIDEOS PAGE */
div.table_900 {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 15px; 
    margin-bottom: none;
    text-align: left;
}

/* FROM VIDEOS, DISCOGRAPHY PAGES */
div.col_300 {
    float: left;
	text-align: left;
    width: 300px;
}

/* FROM VIDEOS PAGE */
div.col_225 {
    float: left;
	text-align: center;
    width: 225px;
}

/* FROM DISCOGRAPHY PAGE */
div.col_75 {
    float: left;
	text-align: left;
    width: 100px;
}

/* FROM DISCOGRAPHY PAGE */
div.col_100 {
    float: left;
	text-align: right;
    width: 100px;
	margin-right: 40px;
}

/* FROM DISCOGRAHY PAGE */
div.col_180 {
    float: left;
	text-align: center;
    width: 180px;
}

/* FROM DISCOGRAPHY PAGE */
div.col_200 {
    float: left;
	text-align: right;
    width: 200px;
	margin-right: 40px;
}
/* FROM DISCOGRAPHY PAGE */
div.col_230 {
    float: left;
	text-align: left;
    width: 230px;
}
/* FROM DISCOGRAPHY PAGE */
div.col_330 {
    float: left;
	text-align: left;
    width: 330px;
}
/* FROM DISCOGRAHY PAGE */
div.col_360 {
    float: left;
	text-align: center;
    width: 360px;
}

/* FROM DISCOGRAPHY PAGE */
div.col_450 {
    float: left;
	text-align: left;
    width: 450px;
}

/* BIO Page */
img.floatRight { 
    float: right; 
    margin: 10px; 
	
}

/* FROM VIDEOS PAGE */
   #p_center {
   text-align: center;
   align: center;
   }  

