#tagline {
  color: rgba(255, 255, 255, 0.7);
  font-weight: bolder;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}



a {
  -webkit-transition-property: opacity, -webkit-transform, color, background-color, padding, -webkit-box-shadow;
  -webkit-transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
}

a:hover {
  opacity: 0.8;
}

h2, h4 {

  text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
}

h3 {
  color: white;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
  margin-left: 10px;
}

h4 {
  margin-left: 10px;
  font-size: 14px;
  color: #f5b605;
}

.introduction {
  color: #2391fc;
  text-shadow:  1px 1px 2px rgb(0, 0, 0);
}

#search_form{
  margin: auto;
  margin-top: 20px;
}

#search_form label{
  padding-left: 3px;
}

.select_wrap{
  width: 177px;
  float: left;
  margin-right: 3px;

}

#search_box, select {
    background: none repeat scroll 0 0 rgb(76, 118, 221);
    border: 1px solid #323232;
    box-shadow: 1px 2px 2px rgba(2, 255, 237, 0.6);
    color: #FFFFFF;
    margin: 20px 0;
    padding: 5px;
    width: 300px;
}

select{
  width: 165px;
  margin: 0;
  border-radius: 5px 5px 5px 5px;
}

#s_button{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  border: 0 none;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-weight: bolder;
  margin: 0 2px;
  padding: 4px 15px;
  cursor: pointer;
}

#results_section{
  display: none;
}

#results_count{
  font-size: 14px;
  font-style: italic;
  font-weight: lighter;
  color: #eaeaea;
  padding-left: 20px;
}

#results, #results li{
  list-style: none outside none;
  margin: 0;
  padding: 10px 5px;
}

#results li img{
  max-width: 128px;
}

.timeline_document_tablerow {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #323232;
  display: block;
  margin-top: 0;
  padding: 10px 1px;
  line-height: 1.1em;
}

.tablerow_inner {
  overflow: hidden;
  padding-right: 15px;
  font-size: 14px;
}

.tablerow_inner .thumbnail {
  float: left;
  width: 105px;
}
.tablerow_inner .thumbnail img {
  border: 1px solid #666666;
  margin-left: 0px;
  width: 80px;
}

.tablerow_inner h4 {
  clear: none;
  margin-top: 5px;
}

.tablerow_inner h4 a {
  color: #1982AB;
  display: block;
  font-size: 12px;
  font-weight: bolder;
  margin-bottom: 5px;
}


#wrapper {
  width: 100%;
  min-height: 580px;
}

@media screen and (max-width:400px){
#wrapper {
  min-height: 800px;	
}	
}

#container {
  margin: 0 auto;
}

.halftitlepage {
	margin-top: 15px;
}

.preview {
    display: block;
    margin-left: 100px;
    color: white;
	width: 150px;
	font-weight: bold;
	margin-top: -4px;
	text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.titlu {
    color: white;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

audio {
    margin-left: -100px !important;
	margin-top: -5px;
}