﻿/*** artist landing ***/

#securityform
{
	width:500px;
	margin:100px auto;
}


#securityform span
{
	font-size:1.8em;
	width:100%;
	text-align:center;
	display:block;
}

#securityform input
{
	width:calc(96% - 2px);
	border:1px solid black;
	height:30px;
	padding:2px 2%;
}

#errormsg, #securityform span#errormsg
{
	display:none;
	color:red;
}

#securityform a
{
	text-transform:uppercase;
	border:1px solid black;
	color:black;
	background:white;
	padding:3px 12px;
	float:right;
	margin-top:10px;
	font-size:1.2em;

	-moz-transition: color 0.5s, background 0.5s;
	-webkit-transition: color 0.5s, background 0.5s;
	-o-transition: color 0.5s, background 0.5s;
	-ms-transition: color 0.5s, background 0.5s;
	transition:  color 0.5s, background 0.5s;
}

#securityform a:hover
{
	color:white;
	background:black;
}

/*** end artist landing ***/

.addthis_toolbox
{
	margin-top:25px;
	display:table;
}

.addthis_toolbox a
{
	background:#9d9797;
	color:white;
	width:25px !important;
	height:20px !important;
	padding-top:5px !important;
	border-radius:5px;
	font-size:1.2em;
	text-align:center;
	margin-left:6px;
	display:block;
	float:left;
}

.addthis_toolbox span
{
	float:left;
}

.addthis_toolbox a span
{
	display:none;
}

#contentartistdetails
{
	width:100%;
	max-width:1200px;
	margin:30px auto;
	height:auto;
	display:table;
}

#contentartistdetails > img
{
	width:45%;
	margin-right:5%;
	float:left;
}

#artistdetaright
{
	float:left;
	width:50%;
	text-align:justify;
}

#artistdetaright h1
{
	font-size:1.5em;
	color:#686060;
	font-weight:bold;
}


@media screen and (max-width:1200px) 
{
	#content
	{
		margin-top:50px;
	}
}

@media screen and (max-width:950px) 
{
	#navigation > li
	{
		margin:0px 2px;
		padding-right:7px;
	}
}


@media screen and (max-width:729px) 
{
	#contentartistdetails > img
	{
		margin:0px;
		width:100%;
	}

	#artistdetaright
	{
		width:100%;
	}
}