/*Style Sheet for Artist Content type
	Created by: Nicky Tu, Work [at] Play
	Created on: December 03, 2009
*/
/*-------General layout for Artist Node--------*/

body.node-type-artist #main {
	background:white url('images/backgrounds/a10043-bg.png') repeat-y scroll top left;
}

body.node-type-artist #content #content-inner {
	background:transparent none;
}

body.node-type-artist #content,
body.node-type-artist #content #content-inner {
	width:640px;
}

body.node-type-artist #content #content-inner {
	padding:0;
}

body.node-type-artist #content #content-inner .node-form {
	padding: 25px
}

body.node-type-artist #artist-right-panel {
	float:right;
	padding:35px 20px;
	width:280px;
	color:#a10043;
}

body.node-type-artist #artist-main,
body.node-type-artist #artist-media {
	margin:0;
}

body.node-type-artist #artist-main {
	padding:25px;
}

body.node-type-artist #artist-media {
	float:right;
	padding:25px;
	width:320px;
}

body.node-type-artist h1.title {
	color: white;
	margin-left: 10px; 
}

/*-------General layout for Artist Landing Page--------*/
body.page-artists #main {
	background:#A10043 !important;
}

body.page-artists #content {
	background: transparent url('images/backgrounds/a10043-inner-bg.png') no-repeat top left !important;
}

body.page-artists #content #content-area {
	padding-bottom:0;
}

body.page-artists #content-inner {
	padding:0!important;
	background:none!important;
}

body.page-artists #artist-flash {
	width:640px;
	float:left;
	height:357px;
	padding-bottom:35px;
}

body.page-artists #artist-header-text {
	width:250px;
	height:322px;
	float:right;
	padding:35px;
	font-size:15px;
	color:white !important;
	overflow:hidden;
}

body.page-artists .artist-list {
	float:left;
	width:890;
	padding:35px 0 35px 35px;
}

body.page-artists #artist-b,
body.page-artists #artist-c {
	background:white;
}

body.page-artists #artist-b {
	background:white url('images/ornaments/artist-divider.png') no-repeat scroll center bottom;
}

body.page-artists #artist-c {
	border-bottom-right-radius:20px;
	border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	width:925px;
}

body.page-events .view-artists .views-row .artist-name a {
	font-size:12px;
	color:#a10043;
	font-weight:bold;
}

body.page-events .view-artists .view-content {
	padding: 30px;
}

body.page-events .view-artists .views-row {
	width:110px;
	float: left;
	margin-right:35px;
	height:180px;
}

body.page-events .view-artists .views-row .artist-pic {
	width:110px;
	height:110px;
	overflow:hidden;
}

body.page-artists .artist-list .view-content .views-row {
	float:left;
}

body.page-artists #artist-a .view-content .views-row {
	width:110px;
	margin-right:44px;
	height:210px;
}

body.page-artists #artist-b .view-content .views-row,
body.page-artists #artist-c .view-content .views-row {
	width:70px;
	margin-right:32px;
	height:170px;
}

body.page-artists #artist-a .view-content .views-row .artist-name {
	margin-top:10px;
}

body.page-artists #artist-a .view-content .views-row .artist-name a {
	font-size:15px;
	font-weight:bold;
	color:white;
}

body.page-artists #artist-b .view-content .views-row .artist-name,
body.page-artists #artist-c .view-content .views-row .artist-name {
	margin-top:8px;
}

body.page-events .view-artists .views-row .artist-name a,
body.page-artists #artist-b .view-content .views-row .artist-name a,
body.page-artists #artist-c .view-content .views-row .artist-name a {
	font-size:12px;
	color:#a10043;
	font-weight:bold;
}

body.page-events .view-artists .views-row .artist-pic,
body.page-artists #artist-a .view-content .views-row .artist-pic {
	width:110px;
	height:110px;
	overflow:hidden;
}

body.page-artists #artist-b .view-content .views-row .artist-pic,
body.page-artists #artist-c .view-content .views-row .artist-pic {
	width:70px;
	height:70px;
	overflow:hidden;
}

body.page-artists #artist-header-text h2.pane-title {
	color:white !important;
	font-size:22px;
	margin-bottom:0px;
	font-weight:bold;
}

body.page-artists #artist-header-text .pane-content p {
	line-height:1.5em;
}

/*-------Artist Node page styles--------*/
body.node-type-artist #artist-img {
	height:356px;
	overflow:hidden;
	background: #f2f2f2;
}

body.node-type-artist #artist-cities {
	padding: 1px 0 0 1px;
	border-bottom: 1px solid #fcd9cd;
}

body.node-type-artist #artist-cities ul.cities-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

body.node-type-artist #artist-cities ul.cities-list li {
	list-style-type: none;
	float: left;
	width: 158.758px;
	font-size: 10px;
	margin: 0 1px 1px 0;
	line-height: 2;
}

body.node-type-artist #artist-cities ul.cities-list li a {
	display: block;
	text-align: center;
	color: #aaa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

body.node-type-artist #artist-cities ul li.active a {
	background-color: #ac406d;
	background-image: url('images/gradients/alt_small-up.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #ddd;
}

body.node-type-artist #artist-cities ul.cities-list li.active a:hover {
	background-color: #a10043;
	background-image: url('images/gradients/alt_small-down.png');
	color: #ffa;
}

body.node-type-artist #artist-cities ul.cities-list li a:hover {
	color: #333;
	background-image: url('images/gradients/alt_small-up.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	text-decoration: none;
}

body.node-type-artist #artist-cities ul.cities-list li a:active {
	background-image: url('images/gradients/alt_small-down.png');
}

body.node-type-artist h3 {
	font-size:15px;
	font-weight:bold;
	color:#de312a;
	margin-bottom:0;
}

body.node-type-artist .genre {
	text-transform:capitalize;
}

body.node-type-artist #official-site a {
	color:#69c;
	text-decoration:underline;
}

body.node-type-artist .community {
	margin: 30px 0;
}

body.node-type-artist .category {
	text-align:right;
}

body.node-type-artist .category h3 {
	color:white;
	font-weight:normal;
	font-size:18px;
}

/*-------Artist Node page Artist block styles--------*/
body.node-type-artist #artist-right-panel #block-views-events-block_2 {
	width:135px;
	float:left;
}

body.node-type-artist #artist-right-panel #block-views-events-block_2,
body.node-type-artist #artist-right-panel #block-views-artists-block_1 {
	margin-top:40px;
}


body.node-type-artist #artist-right-panel #block-views-artists-block_1 {
	font-size: 16px;
	line-height: 1.5;
}

body.node-type-artist #artist-right-panel #block-views-artists-block_2 {
	font-size: 12px;
	line-height: 1.4;
}

body.node-type-artist #artist-right-panel #block-views-artists-block_3 {
	font-size: 11px;
	line-height: 1.2;
}

body.node-type-artist #artist-right-panel .views-field-tid a, body.node-type-artist #artist-right-panel .artist-name a {
	padding: 0 12px;
	display:block;
	color: white;
}

body.node-type-artist #artist-right-panel .artist-pic {
	display: none;
}

body.node-type-artist #artist-right-panel .artist-name a.active {
	color: white;
	background: #de312a url('images/gradients/def_large-down.png') repeat-x bottom left;
	padding:7px 12px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

body.node-type-artist #artist-right-panel .views-field-tid, .artist-name {
	margin: 2px 0;
}

body.node-type-artist #artist-right-panel .active .views-field-tid a {
	color:#646464;
	background:#ccc;
	padding:5px;
	display:block;
	width:125px;
}