/* NEXT VIDEO BLOCK */

.next_video {
  font-size:72%;
  color:gray;
  float:left;
  margin-bottom:10px;
  margin-right:12px;
}




a.next_video_link {
  font-size:72%;
  color:gray;
  float:left;
  margin-bottom:10px;
  margin-right:12px;

}

.next_video img, .next_video_link img {
  padding:3px;
  border: 1px solid #a5a5a5;
}

.next_video {
  cursor:pointer;
}



 

 

/* BLOGS */


.page_title {
  font-size:110%;
  color:#b14b40;
  text-align:left;
  padding-bottom:10px;
}

.page_content {
  font-size:90%;
  color:#535353;
  text-align:left;
  line-height: 1.25em;
  margin-bottom:40px;
}




.embed_input {
  font-size:80%;
  width:250px;
  border: 1px solid #888;
  border-color:#555 #ccc #ccc #555;
  padding:1px;
}


.intro_link img {
  margin-right:5px;
}

.intro_link:hover, .small_link:hover, .intro_link.hovered, .small_link.hovered {
  border-color: #aaa;
  background:#fcfcfc;
}

.intro_link {
  padding:3px;
  cursor:pointer;
  border:1px solid white;
  text-align:left;
}

.item_link {
  cursor:pointer;
  border:1px solid #ddd;
  background:#fefefe;
  text-align:left;
  margin:0px;
  font-size:80%;
  color:#222;
  padding:3px;
  margin-bottom:7px;
}

.item_link img {
  margin-right:5px;
}

.item_link:hover {
  border-color:#777;
  background:#f8f8f8;
}

.small_link {
  display:block;
  cursor:pointer;
  text-align:center;
  border:1px solid white;
  margin-bottom:5px;
}

.intro_link h3{
  padding-top:5px;
  padding-bottom:5px;
  margin:0px;
}

.small_link {
  padding:5px;
  margin-right:7px;
  display:inline;
  float:left;
}


table.discussion tr td {
  border:0px solid #b9c6ff;
}

.now_playing {
  background:#f8f8f8;
  background-image:url(/images/now_playing.jpg);
  background-position:bottom right;
  background-repeat:no-repeat;
  border-color:#888;
}

.now_playing:hover {
  background:#f8f8f8;
  background-image:url(/images/now_playing.jpg);
  background-position:bottom right;
  background-repeat:no-repeat;
  border-color:#888;
}




