/* MAIN SITE CSS FILE
----------------------------------------- */


body {
	background: #FFF;
	margin: 0;
	padding: 30px 26px 30px 26px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	color: #222;
}

a {
  color: #222;
  text-decoration: underline;
}
a:visited {
	color: #222;
	text-decoration: underline;
}
a:hover {
	color: #222;
	text-decoration: none;
}
a img {
	border-width: 0;
}

.clear, .clr {
	clear: both;
}



/* headings
----------------------------------------- */


h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: none;
	font-family: "Helvetica Neue-Light", "Helvetica Neue Light", Arial, Sans-Serif;
}
	

h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 1px;
	font-family: "Helvetica Neue-Light", "Helvetica Neue Light", Arial, Sans-Serif;
}
	h2 a,
	h2 a:visited {
		text-decoration: none;
	}
	
h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	font-family: "Helvetica Neue-Light", "Helvetica Neue Light", Arial, Sans-Serif;
}



#container {
	width: 590px;
}


#header {

}
	#logo {
		height: 80px;
		margin: 0;
		background: url(/site/images/paradise_row_logo.gif) 0 8px no-repeat;
	}
		#logo a {
			height: 65px;
			width: 340px;
			display: block;
		}
			#logo a span {
				display: none;
			}


#mainContent {
	position: relative;
	padding: 42px 0 0 0;
}

	/* topnav
	----------------------------------------- */
	
			
	#topnav {
		position: absolute;
		top: 0;
		left: 0;
	}
	#topnav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#topnav li {
		float: left;
		display: inline;
		margin: 0 12px 0 0;
		padding: 0;
	}
	
	#topnav li a,
	#topnav li a:visited {
		text-transform: uppercase;
		font-size: 13px;
		text-decoration: none;
	}
		#topnav li a:hover {
			color: #790000;
		}


#content {
	padding: 0 0 0 0;
}

#below {
	display: none;
}

#footer {
	margin: 0 0 10px 0;
	padding-top: 40px;
	clear: both;
	float: left;
	display: inline;
}
	#footer #copyright {
		display: none;
	}
	#footer #artlogic {
		font-size: 11px;
		color: #999;
		height: 20px;
		float: left;
		display: inline;
	}
		#footer #artlogic a {
			padding: 0 17px 5px 0;
			height: 20px;
			/*background: url(/site/images/artlogic.gif) top right no-repeat;*/
		}
			#footer #artlogic a,
			#footer #artlogic a:visited {
				text-decoration: none;
				color: #999;
			}
			#footer #artlogic a:hover {
				/*background: url(/site/images/artlogic_on.gif) top right no-repeat;*/
				color: #f8a22a;
			}



#preload {
	visibility: hidden;
	background: url(/site/images/artlogic_on.gif) top right no-repeat;
}


/* other bits 
--------------------------------- */

.link {
	display: block;
	clear: left;
	padding: 12px 0 0 0;
	margin: 0 0 3px 0;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	font-weight: bold;
	font-size: 11px;
}
	.next a {
		background: url(/site/images/pagination_next.gif) top right no-repeat;
		padding: 0 8px 0 0;
	}
		.next a, 
		.next a:visited {
			text-decoration: none;
			font-weight: bold;
		}
		.next a:hover {
		}
		
		.next.disabled span {
			padding: 0 14px 0 0;	
			color: #CCC;
			background: url(/site/images/next_disabled.gif) top left no-repeat;
		}

		
	.back a {
		background: url(/site/images/pagination_back.gif) top left no-repeat;
		padding: 0 0 0 8px;
		
	}
		.back a, 
		.back a:visited {
			text-decoration: none;
			font-weight: bold;
		}
		.back a:hover {
		}
		
		.back.disabled span {
			padding: 0 0 0 14px;
			color: #CCC;
			background: url(/site/images/back_disabled.gif) top left no-repeat;
		}
		
		


.subtitle {
	margin: 0 0 10px 0;
	display: block;
}
.date {
	padding: 0;
	margin: 0 0 5px 0;
	display: block;
}
.image {
	padding: 10px 0 0 0;
	margin: 0 0 3px 0;
}
.imageDescription {
	padding: 0;
	color: #888;
}





/* pagination
------------------------------------ */

.previousNext {
	padding: 5px 0 0 0;
	clear: both;
	height: 25px;
	font-size: 11px;
}
	.previousNext a,
	.previousNext a:visited {
		text-decoration: none;
	}
	.menuContainer {
		float: right;
		display: none;
	}
		.menuContainer select {
			border: 1px solid #999;
			font-size: 11px;
		}
	
	.pipe1, .pipe2 {
		display: none;
	}
	
	.links {
		float: left;
		font-weight: bold;
	}
		.previousLink {
			padding: 0 10px 0 0;
		}
			.previousLink a {
				background: url(/site/images/pagination_back.gif) top left no-repeat;
				padding: 0 0 3px 8px;
			}
		.nextLink {
			padding: 0 0 0 10px;
		}
			.nextLink a {
				background: url(/site/images/pagination_next.gif) top right no-repeat;
				padding: 0 8px 3px 0;
			}
			
	.disabled {
		color: #999;
	}



/* Sections
------------------------------------- */

.section-home #container {
	width: 920px;
}
.section-home .exhibitionCell {
	width: 438px;
	float: left;
	display: inline;
	margin-right: 40px;
	margin-bottom: 40px;
}
.section-home .exhibitionSingleCell {
	width: 590px;
}
.multipleExhibitions .tableRow {
	float: left;
	display: inline;
	clear: both;
	width: 100%;
	
	zoom: 1; 
	display: block;
}
.multipleExhibitions .tableRow:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.multipleExhibitions .left {
	width: 438px;
	float: left;
	display: inline;
}
.multipleExhibitions .spacer {
	width: 40px;
	height: 10px;
	float: left;
	display: inline;
}









