#header {
	height: 110px; /* 1 */
}

/**
 * 1. Change this value to move the logo up or down
 * 2. Change this value to move the logo left or right
 */

#logo-container {
	position: absolute;
	top: -30px;
	left: -635px;
	float: none;
}

/**
 * 1. Change this value to move the nav left or right
 * 2. Change this value to move the nav up or down
 */

#nav-level-2 {
	position: absolute;
	right: -20px;  /* 1 */
	bottom: 0px; /* 2 */
	float: none;
}


.works-page-nav {
    position: absolute;
    top: 28px;
    right: 20px;
    font-size: 13px;
}

.page-home .slideshow-container {
    height:auto;
    margin-bottom: 70px;
}

.slide-caption {
    position: absolute;
    right: 0px;
    bottom: -70px;
    left: 0px;
    padding: 20px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.0);
}

.slide-caption, .slide-title, .slide-description {
    color: #000;
    margin-bottom:-8px;
    
}

 .works-detail-horizontal .list-item {
  
    padding: 18px;
  
	text-align:center;
    position: relative;
     margin-left: auto;
	margin-right: auto;
}

 .works-detail-horizontal .grid-view .list-item {

    height: 320px;
}

 .works-detail-horizontal .list-item-thumbnail {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}

 .works-detail-horizontal .list-item-text {
    position: absolute;
    bottom: 50px;
    height: 3.5em;
    width: 80%;
    text-align:center;
    
    }
    
  #artist-detail-horizontal  .list-item-text {
    bottom: 85px;
    height: 3.5em;
    width: 80%;
    text-align: center;
    position: absolute;
}
    
   #artist-detail-horizontal  .grid-view .list-item {
    display: inline-block;
    padding: 20px;
    width: 25%;
    height: 330px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
}
    
    #artist-sidebar .news-item {
  
    color:#2A7DA7;
  
}

.list-view .list-item {
    float: left;
    padding: 20px 15px 0px;
    width: 250px;
    border-top: 0px none;
    border-left: 0px none;
    text-decoration: none;
}





