/*
name: Musicstyle
designer: Thom Derus
modifier url: http://domterrace.com
*/
/* general page elements */

.italic
{
        font-style: italic;
}

.bold
{
        font-weight: bold;
}

.no-decoration
{
        text-decoration: none;
}

.alt-link
{
        color: #000000;
}

.alt-link:hover
{
        color: #FFFFFF;
        background: #444444;
}

#problems
{
        color: #EE0000;
}

a.track
{
	display: block;
        text-decoration: none;
        border: 1px solid black;
	display: block;
	height: 36px;
	width: 520px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 20px;
}

a.track:link 
{
	color: #FFFFFF;
	background: #000000;
}

a.track:visited
{
	color: #9D9D9D;
	background: #000000;
}

a.track:active 
{ 
        color: #FFFFFF;
}

a.track:hover 
{
        color: #000000;
	background: #FFFFFF;
}

a.track-3
{
	display: block;
        text-decoration: none;
        border: 1px solid black;
	display: block;
	height: 52px;
	width: 520px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 20px;
}

a.track-3:link 
{
	color: #FFFFFF;
	background: #000000;
}

a.track-3:visited
{
	color: #9D9D9D;
	background: #000000;
}

a.track-3:active 
{ 
        color: #FFFFFF;
}

a.track-3:hover 
{
        color: #000000;
	background: #FFFFFF;
}

.credits
{
	color: #444444;
}

body
{
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 130%;
}

#container 
{
	position: static;
	width: auto;
}

#container-inner
{
        position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
}

#banner
{
	height: 64px;
	margin-right: 0px;
	margin-left: 456px;
}

#container-track
{
	width: 520px;
}

#container-navlink-placeholder
{
        position: absolute;
	width: 170px;
	left: auto;
	right: 0px;
	top: 104px;
        bottom: auto;
}

#container-navlink
{
	width: 106px;
	margin-left: auto;
	margin-right: 0px;
	float: right;
}

.navlink
{
        display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	margin-bottom: 12px;
        color: #444444;
	background: #FFFFFF;
	border: 1px solid black;

}

a.navlink:hover
{
        color: #FFFFFF;
	background: #444444;
}

#navlink-twitter
{
        display: block;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-image: url(http://domterrace.com/image/banner/twitter-white-background.jpg);
	border: 1px solid black;

}

a#navlink-twitter:hover
{
	background-image: url(http://domterrace.com/image/banner/twitter-gray-background.jpg);
}

#navlink-facebook
{
        display: block;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-image: url(http://domterrace.com/image/banner/facebook-white-background.jpg);
	border: 1px solid black;

}

a#navlink-facebook:hover
{
	background-image: url(http://domterrace.com/image/banner/facebook-gray-background.jpg);
}

a#call-to-action
{
        display: block;
	text-align: center;
        font-size: x-small;
	font-weight: lighter;
	text-decoration: none;
	height: 22px;
	line-height: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
        color: #000000;
	background: #FFFFFF;
	border: 1px solid black;

}
