/************************************************************************************
Artist Database
ad-control.css

The following styles are used when displaying artists
************************************************/
/*h2 {
	padding:0px;
	border:0px;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	}
*/

h2,h3 {
	padding:0px;
	border:0px;
	margin:0px;
	margin-bottom:10px;
	}
ul {
	padding:0px;
	border:0px;
	margin:0px;
	}

/***********************************Displaying Categories/Disciplines on initial display page - not on individual artist profile page */
	
.cattitle { /* Title for Category page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:2px;
	text-align:center;
	float:left;
	}
	
.catbody { /* Surrounds everything under the title on the Category page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:2px;
	text-align:center;
	float:left;
	}

	
.categorylist { /* Used to Display list of artists in selected Category */
	padding:0px;
	float:left;
	text-align:right;
	width:240px;
	margin:10px;
	padding-right:10px;
	}
	
.artcat { /* Small box used to display individual categories with number of artists in category */
	width:105px;
	height:80px;
	font-size:0.9em;
	text-align:center;
	padding:10px;
	margin:10px;
	float:left;
	background:#666;
	color:white;

	}
	
.artcat a {
	color:white;
}

/***********************************Display Artist Profile Page */	

.dispform {  /* Box around heading on Display Artist Profile Page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:2px;
	text-align:left;
	float:left;
	}

.dispformtitle {  /* Box for Title on Display Artist Profile Page */
	width:100%;
	text-align:center;
	margin:0px;
	border:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:18px;
	float:left;
	}
	

.dispcontact { /* Display contact info */
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:0px;
	margin-bottom:0px;
	border:0px;
	text-align:left;
}

.dispcontact ul {
	text-align:center;
	}
	
.dispcontact ul li {
	float:left;
	width:250px;
	padding:5px;
	border:0px;
	margin:0px;
	margin-left:10px;
	text-align:left;
	}

.dispcontact h4 {
	display:inline;
	width:215px;
	margin-top:5px;
	font-size:12px;
	}

.dispcategory { /* Display category info */
	width:100%;
	float:left;
	padding-bottom:0px;
	margin-bottom:0px;
	border:0px;
	text-align:left;
	
}

.dispcategory ul li {
	float:left;
	width:125px;
	padding:5px;
	border:0px;
	margin:0px;
	margin-left:15px;
	text-align:left;
	}

.dispcategory h4 {
	display:inline;
	width:150px;
	margin-top:5px;
	}

.artbio { /*Displaying Artist Photo and Bio - artbiopic is within artbio so the text will wrap around the picture*/
	width:100%;
	margin-bottom:0px;
	padding-bottom:0px;
	border:0px;
	float:left;
	}

.artbiopic {
	float:left;
	padding:0px;
	border:1px silver solid;
	padding:2px;
	padding-bottom:2px;
	background:white;
	margin:0px;
	margin-right:10px;

}


.artthumbs { /**Box for displaying thumbnails of artwork*/
	width:100%;
	padding:0px;
	margin:0px;
	margin-top:20px;
	float:left;
	text-align:left;
	}
	
.artthumbsimg { /** Individual thumbnail images */
	float:left;
	margin:0px;
	margin:5px;
	padding:0px;
	border:0px;
	border:1px silver solid;
	padding:2px;
	background:white;
	text-align:center;
	width:129px;
	height:100px;
	overflow:hidden;
	}

/***********************************Edit Artist Profile Page */	
	
.artform {  /*** Box around different sections of Edit page */
	width:100%;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:2px;
	text-align:center;
	float:left;
	}

.artform a:hover {
	color:grey;
	}

.artformtitle { /* Adds styles to Titles in the Artforms on the edit page */
	width:650px;
	text-align:center;
	margin:0px;
	border:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:18px;
	float:left;
	}
		
	
.arterror { /** Box for errors input **/
	background-color:#ED717A;
	width:630px;
	padding:10px;
	font-size:1.2em;
	margin-bottom:5px;
	float:left;
	}
	

.arterror ul {
	padding:0px;
	border:0px;
	margin:0px;
	}

.arterror ul li {
	list-style-type:none;
	}

.artformelement { /** Box for all other form elements on edit page */
	width:630px;
	background-color:#FFCC66;
	padding:10px;
	margin-bottom:10px;
	text-align:left;
	float:left;
	overflow:visible;
	}

.artformelement select.many {	height: 6em; }
#wpbody select.many {	height: 6em; } /*  select has been set in previous CSS files and needs to opened up here for the category selects to work from the Admin menu */

.artformelement label {
	width:200px;
	float:left;
	text-align:left;
	}

.artformelementtext { /* Used to add some styles to text in an artformelement in the login screen when sending a new password */
	text-align:center;
	color:blue;
	}

.artformsubmit { /* used for submit buttons on Art edit page */
	margin-top:20px;
	width:650px;
	text-align:center;
	}

.artformelementchgimg { /** The different color box used when changing an artists image on the art edit page */
	width:630px;
	background-color:#FEF886;
	padding:10px;
	margin-bottom:5px;
	text-align:left;
	float:left;
	overflow:visible;
	}

.artformelementchgimg label {
	width:200px;
	float:left;
	text-align:left;
	}
	
/***********************************Edit Artist Profile Page for Admin side */	

	
.adartform {  /*** Box around different sections of Edit page */
	width:650px;
	padding:5px;
	margin:0px;
	margin-top:20px;
	border:2px;
	border-style:solid;
	border-color:black;
	text-align:center;
	float:left;
	}

.adartform a:hover {
	color:grey;
	}

.adartformtitle { /* Adds styles to Titles in the Artforms on the edit page */
	width:650px;
	text-align:center;
	margin:0px;
	border:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:18px;
	float:left;
	}
		
	
.adarterror { /** Box for errors input **/
	background-color:#ED717A;
	width:630px;
	padding:10px;
	font-size:1.2em;
	margin-bottom:5px;
	float:left;
	}
	

.adarterror ul {
	padding:0px;
	border:0px;
	margin:0px;
	}

.adarterror ul li {
	list-style-type:none;
	}

.adartformelement { /** Box for all other form elements on edit page */
	width:630px;
	background-color:#FFCC66;
	padding:10px;
	margin-bottom:10px;
	text-align:left;
	float:left;
	overflow:visible;
	}

.adartformelement select.many {	height: 6em; }
#wpbody select.many {	height: 6em; } /*  select has been set in previous CSS files and needs to opened up here for the category selects to work from the Admin menu */

.adartformelement label {
	width:200px;
	float:left;
	text-align:left;
	}

.adartformelementtext { /* Used to add some styles to text in an artformelement in the login screen when sending a new password */
	text-align:center;
	color:blue;
	}

.adartformsubmit { /* used for submit buttons on Art edit page */
	margin-top:20px;
	width:650px;
	text-align:center;
	}

.adartformelementchgimg { /** The different color box used when changing an artists image on the art edit page */
	width:630px;
	background-color:#FEF886;
	padding:10px;
	margin-bottom:5px;
	text-align:left;
	float:left;
	overflow:visible;
	}

.adartformelementchgimg label {
	width:200px;
	float:left;
	text-align:left;
	}
	
.delhead {
	width:630px;
	text-align:left;
	}

.delheadelement {
	width:200px;
	float:left;
	text-align:left;
	}
	
.delheadstart {
	width:30px;
	clear:left;
	float:left;
	text-align:left;
	}

.delitem1 {
	clear:both;
	width:630px;
	height:30px;
	text-align:center;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFCC66;
	overflow:visible;
	}

.delitem2 {
	clear:both;
	width:630px;
	height:30px;
	text-align:center;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FEF886;
	overflow:visible;
	}


.delitemelement {
	width:200px;
	float:left;
	text-align:left;
	}

.delitemstart {
	width:30px;
	float:left;
	clear:left;
	text-align:left;
	}


	



	


