/*
CSS for Angharad TV
Colours:
body background-color: #800517 firebrick (BS has #fffffd; (almost white))
navigation #800517 (firebrick)  (BS has #edece4 - mid grey)
black
grey
tagline #edece4

*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #051505;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 
}

h1 {
  font-size: x-large;
  background-color: black;
  color: #A8CDE0;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: black url(backgrounds/ratty.jpg) repeat-y right bottom;
}

h2,h3 {
  color: #A8CDE0;
  font-size: 130%;
  font-weight: normal;
 
}

ul#vids, ul#vids li, ul#vids img {
          display: block; 
          margin: 0;
          padding: 0;
          border: none;
          float: left;   
        } 


ul#vids {
          width:750px; 
        } 
ul#vid, ul#vid li, ul#vid img {
          display: block; 
          margin: 0;
          padding-top: 20px;
          padding-left: 5px;
          border: none;
          float: left;   
        } 


ul#vid {
          width:500px; 
        } 
#txt {padding-top:20px;}
li {
  font-size: small;
  list-style-type: none;
  color: #52D017;
}
#lyrics li {
  font-size: small;
  list-style-type: none;
  color: #52D017;
}


.post-body div, p {
  font-size: small;
  color: #A8CDE0;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #778A1;
  border-bottom: 3px solid black;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #800517  ;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: #A8CDE0;
}

a:visited {
  color: #A8CDE0;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}

a:active {
  color: aqua;
  background-color: black;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
  width: 180px;
  height: 700px;
  background: black   no-repeat;
}
#ads { padding-left: 25px;}

h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid #D16587;
}

img.feature {
  float: right;
  margin: 10px;
}

.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;
  color: gray;
}

table.events {
  border-collapse: collapse;
}

table.events th, table.events td {
  padding: 4px;
  border: 1px solid #000066;
}

table.events th {
  font-size: x-small;
  text-align: left;
  background: #241374 url(backgrounds/header-bg.jpg);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.events td {
  font-size: small;
  background: #ffa07a url(backgrounds/td.jpg) repeat-x bottom;
}

table.events caption {
  color: #000066;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}

form.contact fieldset {   
  border: 2px solid black;   
  padding: 10px;
}  

form.contact legend {   
  font-weight: bold;   
  font-size: small;   
  color: black;   
  padding: 5px; 
}

form.contact {   
  padding: 0;   
  margin: 0;   
  margin-top: -15px;
  line-height: 150%;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: grey;
}

form.contact label.fixedwidth {   
  display: block;   
  width: 240px;   
  float: left; 
}

form.contact .buttonarea input {   
  background: black;
  color: white;   
  font-weight: bold;   
  padding: 5px;
  border: 1px solid white;
}

form.contact .buttonarea {
  text-align: center;
  padding: 4px;
  background-color: #0066FF;
}

#search {
  position: absolute;
  top: 77px;
  right: 10px;
  font-size: x-small;
  font-weight: bold;
  color: #000066;
}

#blogroll {
  float: right;
  margin-top: 55px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 130px;
  border: 1px solid black;
  font-size: x-small;
}

#blogroll h2 {
  font-size: x-small;
  background: black;
  color: white;
  padding: 5px;
  margin: 0;
}

#blogroll div {
  padding: 5px;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 6.54em;
}

#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
}
