* {
    margin: 0;
    padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: sans-serif, arial;
}

a {
	text-decoration: none;
	color: #F1F1F2;
}

p {
	margin: 0px;
	padding: 0px;
}

li {
    list-style-type: none;
}

#topfold {
	padding-top: 150px;
	width: 100%;
	height: 350px;
	background: url(images/art4.jpg) top center fixed #535353 no-repeat;
	text-align: center;
	color: white;
}

#videofold {
	background: #F1F1F2;
	text-align: center;
	width: 100%;
}

#eventsfold {
	background: #FFF;
	text-align: center;
	width: 100%;
}

#pastfold {
	background: #1F242C;
	text-align: center;
	width: 100%;
	padding-bottom: 50px;
}

#interviews {
	position: relative;
}

#interviews:after {
	content: "";
    position: absolute;
    right: -50px;
	bottom: 0px;
	border-width: 10px 15px 10px 0;
    border-style: solid;
    border-color: transparent #262C35;
    display: block;
    width: 0;
}

.title {
	padding: 50px;
	font-size: 2em;
	font-family: arial;
	font-weight: bold;
}

.darktitle{
	color: #404041;
}

.lightitle {
	color: #F1F1F2;
}

.bodytext {
	padding: 30px 0 30px 0;
	width: 700px;
	text-align: left;
	position: relative;
	left: 50%;
	margin-left: -350px;
}

.bodytext a {
	color: #F8981F;
}

.bodytext a:hover {
	color: red;
}

.orange {
	display: inline-block;
	border: 2px solid #F8981F;
	background: transparent;
	color: #F8981F;
	font-family: arial;
	font-weight: bold;
	font-size: 1em;
	padding: 12px 40px 12px 40px;
	margin: 10px 0 50px 0;
}

.orange:hover {
	border: 2px solid #F8981F;
	background: #F8981F;
	color: white;
}

#gallery {
	background: #262C35;
	width: 100%;
	text-align: center;
	padding-bottom: 70px;
}

#navigation {
	font-size: 1em;
	color: #F1F1F2;
	margin-bottom: 35px;
	margin-top: -20px;
}

.navitem {
	padding: 25px;
}

.navitem:hover {
	color: #F8981F;
}

#footer {
	padding-top: 30px;
	height: 90px;
	background: #231F20;
	width: 100%;
	color: #555;
	text-align: center;
}

#footer div {
	margin-top: 75px;
	display: inline-block;
	margin: 0px;
}

#footer a {
	color: #555;
	font-weight: bold;
}

#footer a:hover {
	color: #F1F1F2;
}

#footlinks {
	text-align: left;
	float: left;
	width: 30%;
}

#footlinks1 {
	padding: 0 20px 0 20px;
	border-right: 1px solid #555;
}

#footlinks2 {
	padding: 0 20px 0 20px;
}

#footerlogo {
	margin-right: 20px;
}

#copywrightinfo {
	padding-top: 10px;
	text-align: center;
	width: 30%;
	font-size: .7em;
}

#logobox {
	float: right;
	text-align: right;
	width: 30%;
}

.thumb {
	position: relative;
	display: inline-block;
	border: 2px solid #262C35;
	background-size: cover;
}

.thumb img {
    width: 148px;
    height: 98px;
}

.thumb:hover {
	max-width:100%;
	border: 2px solid #F8981F; 
}


.thumb:hover .thumbName{
	display: block;
}

.bigthumb {
	position: relative;
	display: inline-block;
	border: 2px solid #1F242C;
	opacity: 0.5;
}

.bigthumb:hover {
	opacity: 1;
}

.bigthumb:hover {
	max-width:100%;
	border: 2px solid #F8981F; 
}

.bigthumb img {
    width: 685px;
    height: 385px;
}

#artistsGallery .thumb img {
    max-width:100%;
    width: auto;
}

/**
fourth page - reviews
**/

#boiseweekly {
    display: inline-block;
	width: 175px;
	height: 64px;
	background: url(images/boiseweekly1.png) no-repeat;
}

#boiseweekly:hover {
	background: url(images/boiseweekly2.png) no-repeat;
}

#bluereview {
	display: inline-block;
	width: 257px;
	height: 34px;
	background: url(images/bluereview1.png) no-repeat;
}

#bluereview:hover{
	background: url(images/bluereview2.png) no-repeat;
}

#galleryScreens {
    display: inline-block;
    max-width:780px;
}

.galleryScreen {
    display: none;
}

.artistGallery {
    display: none;
}

.active {
    color: #F8981F;
}

#artistBox {
	margin: 15px;
	color: #666;
	text-align: center;
	font-size: .9em;
}

.artistName {
	font-size: 1.7em;
	color: #666;
}

.worksTitles {
	color: #666;
	font-weight: bold;
}

.thumbName {
	background: rgba(38, 44, 53, .8);
	color: #F8981F;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding-top: 30px;
	cursor: pointer;
}

.statementCopy {
	text-align: left;
}