﻿#mainform form a, #mainform form a:link, #mainform form a:visited, #mainform form a:active
{
	color:#000;
}

#headingcontainer
{
	width:750px;
	height:110px;
	z-index:1;
	border-bottom:1px solid #ccc;
}

#contentcontainer
{
	width:750px;
	margin:0;
	padding:30px 0 20px 20px;
}

#leftcontainer
{
	float:left;
	width:400px;
}
		
h1
{
	font-size:3.0em;
}

h3
{
	margin-top:0;
}	
		
.profile h3
{
	font-weight:bold;
	color:#333;
	padding:0 0 2px 0;
}
		
.profile ul
{
	list-style:none none inside;
	margin:0;
	padding:0;			
}
		
.profile-images
{
	margin-bottom:15px;
}
.profile-images img
{
	border:none;
	margin-right:10px;
	vertical-align:top;
}
		
.profile-location
{
	margin:10px 0;
}
		
.profile-summary
{
	margin:10px 0;
}
.profile-summary p
{
	margin:10px 0;
}
		
.profile-disciplines
{
	margin:2px 0;
}
		
.profile-websites .website-icon
{
	float:left;
	display:inline;
	padding:10px 10px 5px 0;
}
		
.profile-biography
{
	padding-bottom:20px;
}

.profile-exhibitionhistory
{
	padding-bottom:20px;
}
		
.profile table
{
	margin-bottom:10px;
}
.profile table td:first-child
{
	padding-right:20px;
}

#dataItem
{
	float:left;
	display:inline;
	position:relative;
	width:340px;
	overflow-x:hidden;
}
		
#dataItem h3
{
	margin:0;
	padding:0 0 8px 0;
}

#datadetails > div
{
	display:none;
}
#datadetails > div:first-child
{
	display:inherit;
}
		
.profile-contact fieldset
{
	border:0 !important;
	margin:0 !important;
	padding:5px 0 !important;
}
.profile-contact legend
{
	display:none;
}
.profile-contact fieldset > div
{
	margin:0 0 10px 0;
}
.profile-contact fieldset > div label
{
	float:none !important;
	margin:0 0 5px 0 !important;
}
.profile-contact fieldset > div input[type='text']
{
	width:300px;
}
		
.video-player
{
	display:none;
	position:relative;
	text-align:center;
	padding:10px 0;
}
.video-player-close
{
	position:absolute;
	top:-20px;
	right:0;
	margin-right:0px;
	cursor:pointer;
}
		
.mapdirections
{
	padding:5px 0;
}
	
#profilelinks
{
	display:none;
}
#profilelinks h3
{
	color:#333;
	font-weight:bold;
}
#profilelinks ul
{
	list-style:none none outside;
	margin:0;
	padding:0;
}
#profilelinks ul li
{
	margin:0;
	padding:2px 0;
}
	
	
body.mobile #headingcontainer
{
	width:auto;
	height:auto;
	margin-left:10px;
	padding:10px 0 0 0;
	border-bottom:none;
}
		
body.mobile h1
{
	font-size:1.8em;
}

body.mobile #contentcontainer
{
	width:auto;
	padding:20px 0 20px 10px;
}

body.mobile #leftcontainer
{
	float:none;
}

body.mobile #dataItem
{
	float:none;
	display:block;
	width:auto;
	padding-top:20px;
	clear:both;
}

body.mobile fieldset
{
	width:300px;
}

body.mobile #profilelinks
{
	display:block;
	clear:both;
}

/* iPad landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
	#headingcontainer
	{
		border-bottom:none;
	}
	#dataItem
	{
		width:600px;
	}
	#datadetails.entry
	{
		padding-left:0;
		padding-right:0;
	}
}

/* iPad portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)
{
	#headingcontainer
	{
		border-bottom:none;
	}
	#datadetails.entry
	{
		padding-left:0;
		padding-right:0;
	}
}

@media only screen and (min-device-width:320px)
{
	body.mobile #dataItem
	{
		width:300px;
	}
}
@media only screen and (min-device-width:480px)
{
	body.mobile #dataItem
	{
		width:460px;
	}
}
