/*
Musician Template Web Site copyright by Zachary Matthews
zskymusic.com --  zac@zskymusic.com
January 26, 2009
*/



body {
	margin: 0px;
	padding: 0px;
	background: #491e4d;
	font-family: Arial, Helvetica, sans-serif;
	color: #ad9aaf;
	font-size: 13px;
}

a { 
	text-decoration: underline; 
	font-weight: bold;
	color: #ad9aaf;
	}
	
a:link { 
	text-decoration: underline; 
	font-weight: bold;
	color: #ad9aaf;
	}
a:visited {  
	color: #ad9aaf;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #ad9aaf;
	}
	
img {border-width: 0;}

.bold {
	font-weight: bold;
}
.content {
	width: 45%;
	position:relative;
	left:52%;
	top:40px;
	text-align:left;

}
.title {
	font-weight:bold;
	text-transform:uppercase;
	font-size: 13px;
	background-color:#ad9aaf;
	color:#491e4d;
	padding:3px;
}

.title a {color:#491e4d; text-decoration:none;}
h1.content{
	font-weight:bold;
	text-transform:uppercase;
	font-size: 13px;
	background-color:#ad9aaf;
	color:#491e4d;
	padding:3px;

}


#zskybg {
	top: 0px;
	left: 0px;
	z-index: -1;
	height: 698px;
	width: 684px;
	position: fixed;
	background: url(../images/zsky_home_bg.jpg);
	background-repeat: no-repeat;
}


#header {
	width: 100%;
	height: 53px;
	background: #ad9aaf;
	white-space: nowrap;
	 
}
#menu {
	height: 53px;
	float:right;
	white-space: nowrap;
}
#menu ul {
	top: 29px;
	margin: 0;
	position: relative;
	list-style: none;
	
}
#menu li {
	display: inline;
}
#menu a {
	padding: 31px 20px 9px 20px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	color: #491e4d;
}
#menu a:hover, #menu a.active {
	background-color: #491e4d;
	font-weight: bold;
	color: #ad9aaf;
}


/* Links */
#linksbar {
	top: 53px;
	width: 100%;
	height: 20px;

}
#links {
	position: relative;
	width: 100%;
	height: 20px;
	float:right;

}
#links a{	
	margin-right: 20px;
	margin-left: 20px;
	float:right;
	position:relative;
	text-indent:-9999px;
	top: 8px;
	}
a#swap-myspace {
	background: transparent url(../images/myspace.gif) no-repeat; 
	height: 20px;
	width: 67px;
	}
a#swap-facebook {
	background: transparent url(../images/facebook.gif) no-repeat left; 
	height: 20px;
	width: 21px;
	}
a#swap-blogger {
	background: transparent url(../images/blogger.gif) no-repeat left; 
	height: 20px;
	width: 67px;
	}


#footer { 
	right: 2%; 
	top:92%;
	text-align:right;
	width:40%;
	height:20px;
	position:absolute;
	font-size: 10px;
	}
#footer ul {
	display:inline;
	
	}
#footer li {
	display:inline;
	}

