/*
CSS for Thursday Films
*/

#wholepage {
     margin-left: auto;
     margin-right: auto;
     width: 750px; 
     }

body {
 font-family: Verdana, Helvetica, Arial, sans-serif;
}

a {
 font-weight: bold;
 color: #a06875;
}


img {
  border: none;
}

ul.nav {
 list-style-type: none;
 padding-left: 0px;
 margin-left: 0px;
}

#topbar, #header, #leftbar, #content, #vidscreen, #rightbar, #footer, #logo, #topnav {
 position: absolute;
}

#topbar {
 top: 15px;
 left: 590px;
 background-color: #d0ac9e;
 width: 180px;
 height: 15px;
}

#header {
 top: 30px;
 left: 50px;
 background-color: #732521; 
 width: 750px;
 height: 120px;
 }
 
#header a {
 font-weight: bold;
 color: white;
 text-decoration: none;
}

#header a:hover {
 text-decoration: none;
 color: #a06875;
}

#header ul.nav li {
 display: inline;
 padding: 7px;
 border: 7px;
}

#header p {
 color: white;
}

#header h1 {
 color: #d0ac9e;
 font-size: xx-large;
 text-decoration: none;
 font-weight: normal;
}

#logo {
 width: 250px;
 height: 120px;

}

#topnav {
 bottom: 0px;
 left: 250px;
 width: 500px;
} 
 
#leftbar {
 top: 150px;
 left: 50px;
 background-color: #732521;
 width: 260px;
 height: 415px;
}


#vidscreen {
 top: 150px;
 left: 50px;
 background-color: white; 
 width: 540px;
 height: 415px;
}

#content {
 top: 150px;
 left: 310px;
 background-color: white; 
 font-size: small;
 text-align: left;
 width: 260px;
 height: 395px;
 padding: 10px;
}


#rightbar {
 top: 150px;
 left: 590px;
 background-color: #d0ac9e;
 width: 170px;
 height: 405px;
 padding: 5px;
}

#rightbar img {
 margin: 5px;
}

#rightbar a:hover {
 background-color: #a06875;
}

#footer {
 top: 565px;
 width: 750px;
 left: 50px;
 text-align: left;
}

#footer p { 
 font-size: small;
}

#footer a:hover {
 text-decoration: none;
 color: white;
 background-color: #a06875;
 border-color:  #a06875;
}
