.ui-menu { 
  width: 200px; 
  font-size: 13px;
  font-family: UniversLTStd, arial;
}

.ui-slider-handle {
  height: 10px;
}

div.slider_thumbnails {
  float: left;
}

.wall_text { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: none;
  line-height: normal;
  box-sizing: content-box;
  font-size: 22px;
  padding: 0px;
}

.wall_text h1,h2,h3,h4,h5,h6 { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: bold;
  padding: 0px;
}

.wall_text h1 { 
  font-size: 2em;
  margin: 0.67em 0px;
}
.wall_text h2 { 
  font-size: 1.5em;
  margin: 0.75em 0px;
}
.wall_text h3 { 
  font-size: 1.17em;
  margin: 0.83em 0px;
}
.wall_text h4 { 
  font-size: 1.00em;
  margin: 1.0em 0px;
}
.wall_text h5 { 
  font-size: 0.83em;
  margin: 1.5em 0px;
}
.wall_text h6 { 
  font-size: 0.75em;
  margin: 1.67em 0px;
}
.wall_text p { 
  font-size: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.popup_title {
  font-family: UniversLTStd, arial;  
  text-transform: uppercase;
}

.popup_help_title{
   margin-top: 12px;
   margin-bottom: 12px;
   color: #ff6300;
   font-family: monospac821_bt;
   text-transform: uppercase;
   font-size: 12px;	
   box-sizing: content-box;	
}

.popup_help_text {
   margin-top: 12px;
   margin-bottom: 12px;
   font-family: monospac821_bt;
   font-size: 12px;	
   box-sizing: content-box;	
}

a.help_link {
   color: #000000;
   text-decoration: none;
   font-family: monospac821_bt;
   font-size: 12px;	
   border-bottom: 1px solid #ff6300;
}

div.add_media {
  font-family: monospac821_bt
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

div.dd3_info_frame {
  position: absolute;
  top: 30px;
  bottom: 10px;
  right: 15px;
  width: 350px;
  //background-color: #ccffcc;
}

div.dd3_dropdown {
  position: absolute;
  left: 0px;
  top: -100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
  
div.dd3_dropdown_screen { 
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  //opacity: 0.8;
  //-webkit-opacity: 0.8;
  //-moz-opacity: 0.8;
  //-o-opacity: 0.8;
  //background-color: #ffffff;
  cursor: pointer;
}  

div.dd3_dropdown_window {  
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  min-width: 600px;
  max-width: 1000px;
  min-height: 500px;
  max-height: 800px;
  width: 80%;
  height: 80%;
  top: 10%;
  margin-left: auto;
  margin-right: auto;
}

span.dd3_dropdown_x {  
  position: absolute;
  top: 2px;
  right: 4px;
  font-family: Lato;
  font-size: 18px;
  cursor: pointer;
  font-weight: 300;
}

div.dd3_dropdown_image_frame {  
  position: absolute;
  left: 15px;
  right: 380px;
  top: 15px;
  bottom: 90px;
  text-align: center;
  //background-color: #ffcccc;
}

div.dd3_icon_panel { 
  position: absolute;
  height: 65px;
  bottom: 0px;
  left: 10px;
  right: 380px;
  //background-color: #ccccff;
} 

div.dd3_info_title { 
  font-family: UniversLTStd, arial;  
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 20px;
}


div.dd3_info_artist { 
  font-family: UniversLTStd, arial;  
  padding-bottom: 10px;
  font-size: 20px;
}

a.dd3_info_purchase:hover { 
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}
a.dd3_info_purchase { 
  font-family: UniversLTStd, arial;  
  text-transform: uppercase;
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  border: 1px solid black;
}

div.dd3_info_button_group {
  display: none;
}
div.dd3_info_button_group a:hover {
  color: #ffffff;
  background-color: #000000;
}
div.dd3_info_button_group a {
  border: 1px solid black;
  position: absolute;
  width: 48%;
  display: block;
  font-family: UniversLTStd, arial;  
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
a.dd3_favorite {
  left: 0px;
}
a.dd3_follow {
  right: 0px;
}

div.dd3_dropdown_image {
  background-image: url("http://viewer.dotdash3.com/media/d8d3cdd65e96a57debd9ecd6728ad76b");
  background-size: contain;
  background-repeat: no-repeat;
  // background-position: center;
  background-position-x: 50%;
  background-position-y: 0%;
  // margin-top: 20px;
  width: 100%;
  height: 100%;
}

div.dd3_dropdown_video {
  position: absolute; 
  left: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 20px;
}

video.dd3_dropdown_video {
  width: 100%;
  height: 100%;
  margin: auto;
}

div.dd3_image_frame {
  position: absolute; 
  top: 30px;
  left: 10px;
  bottom: 80px;
  right: 380px;
}
div.dd3_dropdown_window { 
  position: relative;
}
div.dd3_side_info {
  border: 1px solid gray;
  padding: 10px;
  position: absolute;
  top: 0px;
  bottom: 100px;
  left: 0px;
  right: 0px;
}
a.dd3_content_link {
  font-family: monospac821_bt;
  text-transform: uppercase;
  font-size: 14px;
}

div.dd3_info_bottom {
  position: absolute;
  bottom: 5px;
}

div.dd3_info_top p {
  margin: 1px;	
  font-size: 16px;
}

div.dd3_info_button_group { 
  position: absolute;
  bottom: 4px;
  z-index: 5;
  padding-top: 0px;
  width: 100%;
  height: 35px;
}
a.dd3_info_purchase { 
  position: absolute;
  // bottom: 48px;
  bottom: 0px;
}
div.dd3_info_top p.info_artist {
}
div.dd3_info_top p.info_title_year {
}
div.dd3_info_top p.info_medium {
  margin-top: 5px;
}
div.dd3_info_top p.info_size {
}
div.dd3_info_top p.info_more {
  margin-top: 30px;
}
div.dd3_info_top span.info_title {
  font-style: italic;
}
div.dd3_info_button_group a { 
  text-transform: uppercase;
  font-size: 11px;
}

div.menu_pulldown_tab { 
  height: 20px;
  top: 50px; 
  position: absolute; 
  width: 100%; 
  background: transparent url('/static/img/shade.png') 0 0 no-repeat; 
  background-position: center;
  opacity: 0.3;
}

div.menu_pulldown {
  top: -55px; 
  height: 55px;
  border-bottom: 3px solid black; 
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

