/*--------------------------------------------------------

Project: Enterprize Entertainment Group
Project URL: htpp://www.enterprizegroup.com/
Description: This site is all about the Artists and Producers managed by Enterprize Entertainment Group.

Author: Christopher K Wright
Author Email: think@ablemindz.com
Author URL: http://www.ablemindz.com

Date Created: September 2010
Version: 1.0

--------------------------------------------------------*/
	
* {
	padding: 0;
	margin: 0;
}



/* HOMEPAGE
-------------------------------------------------------*/
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #666;
}

#Wrapper {
	margin: 0 auto;
	width: 888px;
	overflow: hidden;
}

#Masthead {
	margin: 0 auto;
	width: 888px;
	padding: 25px 0;
	border-bottom: 1px solid #000;

}

#ArtistColumnWrapper {
	padding: 25px 0;
	border-bottom: 1px solid #000;
	background: #fff url(images/fader.gif) top center repeat-x;
	overflow: hidden;

}

#NewsHeader {
	width: 888px;
	margin: 25px 0 0 0;
}


#WaterMark {	
       background-image:url(images/Watermark.gif); 
       background-repeat: no-repeat; 
       background-attachment: fixed;    
       background-position:center;   

}

#NewsWrapper.scroll {
	width: 888px;
	height: 250px;
	border: none;
	overflow: auto;
	margin: 0 0 25px 0;
	
}


#NewsWrapper p {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

#ArtistColumn {
	width: 222px;
	height: 375px;
	text-align: center;
	float: left;
	overflow: hidden;
}

#ArtistColumn img {
	padding: 0 0 10px 0;
	
}

#MediaHeader {
	width: 888px;
	margin: 25px 0 0 0;
	
}

#MediaWrapper {
	padding: 25px 0;
	border-bottom: 1px solid #000;
	background: #fff url(video/fader.mp4) top center repeat-x;
	overflow: hidden;
	
}

#MediaColumn {
	width: 222px;
	height: 375px;
	text-align: center;
	float: left;
	overflow: hidden;
}

#MusicPlayer {
	overflow: hidden;
	padding: 0 0 10px 0;
}

#MainContent {
	margin: 0 auto;
	width: 888px;
	padding: 50px 0;
}

#SocialMedia {
	margin: 0 auto;
	width: 888px;
	text-align: right;
	padding: 0 0 40px 0;	
	
	
}


/* TEXT
-------------------------------------------------------*/
p {
	padding-bottom: 16px;
}

h1 {
	font-size: 1px;
	line-height: 1px;
	color: white;
}

h2 {
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
	padding: 0 0 20px 0;
}

h2.black {
	color: #000;
	padding: 0 0 5px 0;
}

h3 {
	font-size: 19px;
	line-height: 21px;
	font-weight: normal;
	padding: 0 0 20px 0;
}

b, strong, .black {
	color: #000;
}

.copyright {
	font-size: 10px;
	text-align: center;
}


#MainContent h2,
#MainContent h3 {
	padding: 0 0 5px 0;
	color: #000;
	
}




/* GENERAL LINKS
-------------------------------------------------------*/
a:link, a:visited {
	color: #666; 
	text-decoration: underline;
}

a:hover, a:active {
	color: #666;
	text-decoration: none;
}




/* MAIN NAVIGATION
-------------------------------------------------------*/
#Navigation {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 100%;
	text-align: center;
}

#Navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}

#Navigation li a:link, #Navigation li a:visited {
	font-size: 13px;
	line-height: 16px;
	color: #666; 
	font-weight: normal;
	text-decoration: underline;
}

#Navigation li a:hover, #Navigation li a:active {
	color: #666;
	text-decoration: none;
}



/* FOOTER 
-------------------------------------------------------*/

#FooterWrapper {
	margin: 0 auto;	
	width: 888px;
	overflow: hidden ;
	border-top: 3px solid #000;
}

#Footer {
	padding: 5px 0 0 0;
	width: 888px;
	text-align: center;
	overflow: hidden ;
}

#Footer a:link, #Footer a:visited {
	color: #666;
	margin-left: 10px;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
}

#Footer a:hover, #Footer a:active {
	color: #666;
	text-decoration: none;
}
