@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - GABRIELLA CILMI
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		gc_music.css
	Date:			November 10, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol {
		position:relative;
		margin:3px 0 0 0;
	}
	.mainCol h1 {
		width:235px; height:69px;
		background:url(../../images/h1_musicVideo.png) no-repeat;
		position:absolute;
		left:0; top:0;
	}
		.mainCol .contentHolder {
			padding:67px 0 20px 0;
		}
		.mainCol .entry {
			margin:0 0 0 18px;
			width:340px;
		}
			
		.mainCol .entry .left{
			width:191px;
			float:left;
		}
			.mainCol .entry .left a.videoSweet:link, .mainCol .entry .left a.videoSweet:active, .mainCol .entry .left a.videoSweet:visited {
				width:191px; height:124px;
				display:block;
				background:url(../../images/videoLink_sweet.jpg) top center no-repeat;
			}
				.mainCol .entry .left a.videoSweet:hover {
					background-position:bottom;
				}
		.mainCol .entry .right {
			padding:0 0 0 10px;
		 	width:139px;
			float:left;
		}
		
			.mainCol .entry .right .watchSweet {	
				margin:21px 0 9px 0;
				width:136px; height:63px;
				background:url(../../images/videoWatch_sweet.png) top center no-repeat;
			}
			.mainCol .entry .right a.watchVideo:link, .mainCol .entry .right a.watchVideo:active, .mainCol .entry .right a.watchVideo:visited{
				margin:0 0 0 28px;
				width:83px; height:9px;
				display:block;
				background:url(../../images/btn_watchVideo.png) top center no-repeat;
			}
				.mainCol .entry .right a.watchVideo:hover {
					background-position:bottom;
				}
			