
*{
  padding:0;
  margin:0;
}

body{
  line-height: 1.4em;
  color: white;
  background-image: url("../img/background.jpg");
  font-size: 1vw;
  opacity: 0.88;
}

/* The titles of the found videos */
a{
  color: #7C26CB;
  text-decoration: none;
  font: 2vw 'Jim Nightshade' ;
  font-weight: bold;
}

/* The main container */
#container{
  width: 50%;
  background: #BDBDBD;
  margin: auto;
  /*opacity: 0.88;*/
}

/* Fixing the floats */
.clearfix{
  clear: both;
}

/*Welcome to Movie Trailers*/
.headerClass{
  text-align: center;
  padding: 2% 1%;
  background: #333;
  color: white;
  font: 3vw 'Kaushan Script', cursive;
}

/*border h1{
  color: #000;
  margin-bottom: 5px;
}*/

/* "Trailers" part of the title */
.spanClass{
  color: #8932D9;
}

.headerLink { 
  text-decoration: none; 
}

section{
  padding: 3% 2% 2% 2%;
}

/* The footer for the feedback address */
footer{
  padding: 2%;
  color: black;
  font-size: 1vw;
  background:#f4f4f4;
  text-align: center;
}

#search-form{
  display: block;
  margin-bottom: 2%;
}

.fieldcontainer{
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

/* The search box */
.search-field{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 45%;
  padding: 2% 1%;
  padding-right: 5%;
  margin-left: 20%;
  background:#fff;
  color: black;
  border: 1px solid #c8c8c8;
  font-size: 1.2vw;
  border-bottom-color: #d2e2e7;
  border-radius: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) 0 0 0 6px #f0f0f0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) 0 0 0 6px #f0f0f0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) 0 0 0 6px #f0f0f0;
}

/* The search (magnifier tool) button */
#search-btn{
  background-image: url("../img/search.png");
  position: absolute;
  right: 39%;
  top: 6%;
  height: 2.9vw;
  width: 2.9vw;
  border: 0;
  cursor: pointer;
  /*zoom: 1;*/
  /*filter: alpha(opacity=65);*/
  /*opacity: 0.65;*/
  
  /*top left no-repeat;*/
}

#search-btn:hover{
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* The dotted lines after every video description */
#results li{
  padding: 10px 0;
  border-bottom: 2px #333 dotted;
  list-style: none;
  overflow: auto;
}

.list-left{
  float: left;
  width: 25%;
}

.list-left img{
  width: 100%;
  padding: 1px;
  border: solid white 3px;
}

.list-right{
  float: right;
  width: 68%;
  color: black;
}

/* The name of the channel (FRESH) */
.cTitle{
  color: #dd2826;
  font: 1.5vw Jim Nightshade;
}

.button-container{
  margin-top: 25px;
}

/* Next page button */
.paging-button{
  background: #f4f4f4;
  padding: 8px 13px;
  border: #ccc 1px solid;
  border-radius: 5px;
  color: #333;
  margin: 10px;
  cursor: pointer;
}
