.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

body{
	background-color: #fff;
	color: #000;
	font-family: "Century Gothic", "Apple Gothic", 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	overflow-y: scroll;
}

a{
	text-decoration: none;
	color: #333;
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}
a:hover{
	text-decoration: underline;
	color: #000;
}

.painting-info{
	font-size: 14px;
	color: #999;
	line-height: 18px;
	padding: 20px 2px 0px 0px;
}

#site-container{
	background-color: #fff;
	background-image: url('/_images/background.png');
	background-repeat: repeat-y;
	width: 1000px;
	margin: 20px auto;
	padding: 14px 0px;
}

.left-side{
	float: left;
	width: 399px;
	text-align: right;
}
.right-side{
	float: right;
	width: 599px;
}

#logo{
	border-bottom: 1px solid #000;
	float: right;
}

#navigation{
	height: 95px;
	width: 100%;
	position: relative;
}

	#navigation ul{
		position: absolute;
		bottom: 0px;
		left: -1px;
		margin: 0px;
		padding: 0px;
	}
	#navigation ul li{
		float: left;
		margin: 0px;
		padding: 0px;
		border-bottom: 3px solid transparent;
	}
	#navigation ul li a{
		display: block;
		text-decoration: none;
		color: #999;
		text-transform: uppercase;
		font-size: 14px;
		padding: 0px 6px 26px 26px;
		position: relative;
		top: 20px;
		border-right: 1px solid transparent;

		-webkit-transition: color .15s ease-in-out;
		-moz-transition: color .15s ease-in-out;
		-ms-transition: color .15s ease-in-out;
		-o-transition: color .15s ease-in-out;
		transition: color .15s ease-in-out;
	}
	#navigation ul li a:hover{
		border-right: 1px solid #666;
		color: #000;
	}


	#navigation ul li.right a{
		border-right: 1px solid #666;
	}
	#navigation ul li.current a{
		color: #000;
	}
	#navigation ul li.bottom{
		border-bottom: 3px solid #000;
	}

.content{
	font-size: 14px;
	color: #999;
	padding: 20px;
}
.content h3{
	padding: 50px 0px 0px 0px;
	line-height: 20px;
	text-align: justify;
}
.content p{
	width: 490px;
	padding: 20px 0px;
	line-height: 20px;
	text-align: justify;
}

.image-thumbnails{
	float: right;
	text-align: right;
	width: 320px;
}
.image-thumbnails a{
	margin-left: 15px;
	margin-bottom: 15px;
	display: inline-block;
}

span.title{
	font-style: italic;
	padding-right: 20px;
}
div.description{
	font-size: 12px;
	margin-top: 12px;
	line-height: 16px;
	color: #777;
}
span.medium{
	padding-right: 20px;
	font-weight: 300;
	color: #666;
}
span.dimensions{
	padding-right: 20px;
}
span.status{
	font-weight: 300;
	color: #f00;
}
a.caption-link{
	color: #999;
}
a.caption-link:hover{
	color: #9a9;
}

.public-art-content p{
	margin: 40px 0px 76px;
}
.public-art-content p a{
	text-decoration: none;
	color: #999;
		-webkit-transition: color .15s ease-in-out;
		-moz-transition: color .15s ease-in-out;
		-ms-transition: color .15s ease-in-out;
		-o-transition: color .15s ease-in-out;
		transition: color .15s ease-in-out;
}
.public-art-content p a:hover{
	text-decoration: none;
	color: #000;
}
.content ul{
}
.content ul li{
	border-bottom: 1px dotted #eee;
	padding-bottom: 4px;
	margin-bottom: 4px;
	line-height: 16px;
}

#copyright{
	width: 1000px;
	margin: 0px auto;
	text-align: right;
	color: #999;
	font-size: 12px;
	margin-bottom: 60px;
	-webkit-transition: font-size .5s ease-in-out;
	-moz-transition: font-size .5s ease-in-out;
	-ms-transition: font-size .5s ease-in-out;
	-o-transition: font-size .5s ease-in-out;
	transition: font-size .5s ease-in-out;
}
#copyright:hover{
	font-size: 20px;
}
