* {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	
	line-height: 1.2;
}

 
body {
	
	background-color: #b2b2b2;
	background-image: url(/images/body-bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	
	font-size: 0.7em;
	color: #3e3e3e;
	font-family: Helvetica, Arial, sans-serif;
 
}




/*************
 * UNIVERSAL 
 *************/
strong {
	font-family: 'Arial Black', Arial, sans-serif;
	font-weight: normal;
}
em {
	color: #3594cb;
}


h1 {
	font-size: 2.2em;
	margin-bottom: -6px;
	font-weight:  bold;
}

h2 {
	font-family: 'Arial Black', Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 1em;	
}

a {
	color: #757575;
	text-decoration: none;
}
a:hover {
	color: #3e3e3e;
}






 
#header {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 86px;
 
	background-image: url(/images/header-bg.png);
	background-repeat: repeat-x;
}
	
	#header div {
		width: 980px;
	}
	
	#header div #logo {
		float: left;
		margin-top: 43px;
		margin-left: 25px;
	}
	
	#header div #menu {
		float: right;
		margin-top: 52px;
		margin-right: 3px;
	}
 
 
 
		
	
	
#panel {
 
	background-image: url(/images/panel-bg.png);
	background-repeat: repeat-y;
	width: 960px;
	
	margin-left: 20px;
	padding-top: 100px;
	
	padding-left: 5px; 
	
	float: left;
}




#info-bar {
	/* font-size: 0.95em; */
	margin-bottom: 0px;
	width: 920px;
	height: 40px;
	margin-left: 15px;
}
	 
	#breadcrumbs {
		float: left;
	}
	#login {
		float: right;
		
		background: #dbdbdb;
		border: 1px solid #c0c0c0;
		line-height: 1.6;
		text-align: right;
		
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 5px;
		padding-left: 10px;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
 
 
 
#content {
	padding: 15px;
	width: 925px;
	min-height: 450px;
	padding-top:0px;

}





img.feature-image {

	border: solid 2px #3e3e3e;
	margin-bottom: 10px;
	
	-webkit-box-shadow: 2px 2px 2px #bbbbbb;
}
img.feature-image:hover {
	border: solid 2px #757575;

}





input.text, textarea {
	height: 16px;
	width: 200px;
	padding-top: 2px;
	padding-left: 3px;
	font-size: 1em;
	background-color: #e0e0e0;
	
	border-width: 2px;
	border-style: inset;
	border-color: #cccccc;
	
	margin-bottom: 4px;
	
	color: #757575;
	
	
	
}
input.text:hover, textarea:hover {
	background-color: #eeeeee;
}
textarea {
	font-family: Arial, sans-serif;
	height: 60px;
}

input.button {
	
	font-size: 1em;
	height: 20px;
	width: 75px;

	padding-bottom: 2px;
	background-color: #3e3e3e;
	color: white;
	font-weight: bold;
	
	border-width: 1px;
	border-style: outset;
	border-color: #555555;
	cursor: pointer;
}
input.button:hover {
	background-color: #757575;
}



input.search {
	background-image: url(/images/magnifier.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 20px;

}





input.text-small {

	padding-left: 3px;
	background-color: #e0e0e0;
	border-style: inset;
	border-color: #cccccc;
	border-width:1px;
	
	color: #757575;
	
	font-size:0.95em;
	width:150px;
	height:15px;
	padding-top:1px;
}
input.button-small {
	
	background-color: #757575;
	color: white;
	font-weight: bold;
	
	border-width: 1px;
	border-style: outset;
	border-color: #555555;
	cursor: pointer;


	font-size:0.95em;
	width:50px;
	height:18px;
	
	padding-bottom:2px;

}
input.button-small:hover {
	background-color: #dbdbdb;
	color: #757575;
}







hr {

	color: #a4a4a4;
	background-color: #a4a4a4;
	height: 1px;
	
	margin-top: 2px;
	margin-bottom: 10px;

}


a.pointer {
	cursor: pointer;
}



div.grey-panel {
	background-image:url(/images/grey-panel.png);
	width:420px;
	height:165px;
	
	padding: 15px;
	padding-top:10px;
	padding-bottom: 5px;
	
	margin-top:15px;
	margin-bottom:15px;

}





div.thumb {
	float: left;
	margin-right: 25px; 
	margin-bottom: 10px;
	width: 100px;
}
div.thumb a {
	color: #2c79a6;
	font-weight: bold;
}
div.thumb a:hover {
	color: #1e516f;
}
div.thumb img {
	border: solid 1px #3e3e3e;
	-webkit-box-shadow: 2px 2px 2px #bbbbbb;
}
div.thumb img:hover {
	border: solid 1px #757575;
}






#artist-signup, #gallery-signup {
	width:455px;
	height:175px;
	float:right;
	
	margin-top:20px;
	
}
#artist-signup {
	background-image:url(/images/artist-signup.png);
}
#gallery-signup {
	background-image:url(/images/gallery-signup.png);
}


	#artist-signup form, #gallery-signup form {
		margin-top:54px;
		margin-left:235px;
	}






#filters {
	width:920px;
	height:50px;
	margin-top:5px;
}
	#filters ul {
		float:left;
		list-style-type: none;
		margin-right: 30px;
	}
	#filters li {
		display: inline;
		margin-right: 5px;
	}






img.icon {
	width: 16px;	
	height: 16px;
	margin-bottom: -4px;
}













#search-results {
	font-size: 1.1em;
}

	#search-results ul {
		list-style-type: none;
		margin-bottom: 25px;
	}
	#search-results li {
		margin-bottom: 2px;
	}
	#search-results li a {
		/* color: #3e3e3e; */
	}
	#search-results li a:hover {
		/* color: #000000; */
	}





.exhibition {
	float:left;
	margin-bottom: 25px;
	width:920px;
}
	.exhibition p {
		margin-bottom: 10px;
		
	}
	.exhibition ul {
		margin-top: 15px;
	}
	.exhibition a.title {
		color: #3e3e3e;
	}
	.exhibition a.title:hover {
		text-decoration: underline;
	}


 


#gallery-details {
	font-size: 1.1em;
	float:left;
	width:565px;
	height:200px;
	margin-top:10px;
	margin-bottom:50px;
}
	
	#gallery-details p {
		margin-bottom: 10px;
	}
	
	
	
	
	
	
	/* USED TO BE #gallery-details label, BUT LET'S MAKE IT GLOBAL! */
	label {
		float: left;
		width: 80px;
		font-weight: bold;
		color: #757575;
	}
	
	
	
	
	
	


#google-map {
	float:right;
	width:355px;
	height:200px;
	margin-top:10px;
	margin-bottom:50px;
}


#gallery-exhibitions {
	font-size:1.1em;
}
	#gallery-exhibitions .smaller {
		font-size: 0.9em;
	}
	
	
	
	
	#gallery-details ul, #gallery-exhibitions ul {
		list-style:none;
	}
	#gallery-details li, #gallery-exhibitions li {
		font-size: 0.9em;
		display: inline;
		margin-right: 15px;
	}






#footer {

	background: #dbdbdb;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-left: none;
	border-bottom: none;
	
	margin-top: 25px;
	
	float: left;

	width: 935px;

	border-radius: 0 5px 0 0;	
	-moz-border-radius: 0 5px 0 0;

	-webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
	
	#footer p {
		/* font-size: 0.95em; */
		padding: 15px;
	}



 
 
#panel-bottom {
	
	background-image: url(/images/panel-bottom.png);
	background-repeat: no-repeat;
	
	height: 15px;
	width: 960px;
	margin-left: 20px;
	
	float: left;
}
 
