﻿body
{
	background-color: #c1c0a3;
	padding-bottom:26px;
}

/*WRAPPER*/
#mpartistsite-wrapper
{
	width: 995px;
	background-color: White;
	margin: auto;
	position: relative;
	height: auto !important;
	height: 670px;
	min-height: 670px;
	padding-top: 32px;
	margin-top: 26px;
	/*margin-bottom: 26px;*/
}

/*MENUBAR*/
#mpartistsite-menubar
{
	background-color: #76744c;
	height: 41px;
}

#mpartistsite-menubar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	margin-right: 20px;
}

#mpartistsite-menubar li
{
	display: inline-block;
	float: left;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 2px solid white;
	padding-top: 5px;
	height: 36px;
	text-transform: uppercase;
}

#mpartistsite-menubar li:hover
{
	background-color: #780232;
}

#mpartistsite-menubar li.mpartistsite-menubarfirst
{
	border: 0;
}

#mpartistsite-menubar li a
{
	color: White;
	text-decoration: none;
}

#mpartistsite-menubar li.selected
{
	background-color: #780232;
}


/*LOGO*/
#mpartistsite-logo
{
	position: absolute;
	top: 42px;
	left: 40px;
}

#mpartistsite-logo img
{
	border: 0;
}

/*ARTIST NAME*/
#mpartistsite-artistname
{
	position: absolute;
	top: 95px;
	right: 35px;
	font-size: 20px;
}

#mpartistsite-artistname a
{
	color: #515151;
	text-decoration:none;
}

#mpartistsite-artistname a:hover
{
	text-decoration:underline;
}

/*OPTIONS*/
#mpartistsite-options
{
	position: absolute;
	right: 32px;
	top: 8px;
	color: #909090;
	font-size: 12px;
}

#mpartistsite-options a
{
	font-weight: normal;
	color: #909090;
	text-decoration: none;
}

#mpartistsite-options a:hover
{
	text-decoration: underline;
}

/*BREAD-CRUMB*/
#mpartistsite-breadcrumb
{
	margin-left: 100px;
	margin-top: 25px;
}

#mpartistsite-breadcrumb a
{
	color: #909090;
	text-decoration: none;
}
#mpartistsite-breadcrumb a:hover
{
	text-decoration: underline;
}

/*CONTENT*/
#mpartistsite-content
{
	margin-left: 40px;
	margin-right: 32px;
	padding-bottom: 65px;
	color: #949292;
}

/*FOOTER*/
#mpartistsite-footer
{
	position: absolute;
	bottom: 27px;
	left: 0px;
	height: 38px;
	background-color: #b3b3b3;
	width: 100%;
}

#mpartistsite-footer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#mpartistsite-footer li
{
	display: inline-block;
	height: 40px;
	float: left;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 2px solid white;
	padding-top: 10px;
	height: 28px;
}

#mpartistsite-footer li input
{
	margin-top:-17px;
}

#mpartistsite-footer li.mpartistsite-footerfirst
{
	border: 0;
}

#mpartistsite-footer li a
{
	color: White;
	text-decoration: none;
}

#mpartistsite-footer li a:hover
{
	text-decoration: underline;
}

#mpartistsite-footer li img
{
	margin-top: -7px;
	border: 0;
}
