/*
 & Columns : 12 
 & Gutter %: 20% 
 & MinWidth: 960px
 & MaxWidth: 1080px
 */
.grid_1 { 
	width: 200px;
	height: 200px;
	background-color: #ce2800;
}
.grid_2 { 
	width: 300px;
	height: 620px;
	padding-left: 15px;
}

.grid_1 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	float: left;
	display: block;
}

.grid_2 {
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	display: block;
}

.alpha{margin-left:0px;}
.omega{margin-right:0px;}

.container{
	min-width: 960px; 
	max-width: 1080px; 
	margin: auto;
	background-image: url('https://www.aptntv.ca/firsttracks/images/aptn-first-tracks-bg.jpg');
	background-repeat: no-repeat;
	
}

/* @
 * tinyfluidgrid.com
 & girlfriendnyc.com
 */

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}

body {
	width: 980px;
	margin: auto auto;
	background-color: #000000;
}

a:link {
	text-decoration: none;
	color: #ce2800;
}

a:visited {
	text-decoration: none;
	color: #ce2800;
}

.noLink a: link {
	text-decoration: none;
	opacity: 0.5;
}

.title {
	font-size: 28px;
	font-family: arial;
	font-weight: bold;
}

.breadcrumbs {
	font-size: 12px;
	font-family: arial;
	color: #ffffff;
}

#menuSection {
	font-style: italic;
	width: 565px;
	font-size: 14px;	
}

.menu {
	font-size: 20px;
	color: #ffffff;
}

.menuLinks {
	font-size: 20px;
	color: #ce2800;
}

#videoSmall {
	display: none;
}

#artistSection {
	z-index: -2;
	position: absolute;
	top: 420px;
	width: 565px;
	min-height: 230px;
	background-color: #ce2800;
	color: #ffffff;
	margin-left: 75px;
}

.artistBar {
	width: 200px;
	height: 50px;
	margin-top: -10px;
	background-color: #000000;
}

#artistHeading {
	padding: 20px 20px 0px 145px;
	font-weight: bold;
	font-size: 32px;
}

#artistSubheading {
	padding: 5px 20px 20px 145px;
	font-size: 12px;
}


.artistName {
	float: left;
	width: 160px;
	padding: 10px 5px 0px 5px;
	margin: 5px 0 0 0;
	color: #ffffff;
	font-size: 14px;
}
.artistTrackName {
	float: left;
	width: 160px;
	padding: 0 5px 5px 5px;
	color: #D0D2D3;
	font-size: 14px;
}
.artistLink {
	float: right;
	font-weight: bold;
	color: #ce2800;
	font-size: 20px;
	margin: -12px 10px 0 0;
}
.artistWebLinks {
	font-size: 12px;
}
	
