﻿/**
 * Defaults 
 */

* { margin: 0; padding: 0; }

body {
  font-size: 62.5%; /* reset 1EM to 10px */
  font-family: Tahoma, Arial, Helvetica;
  color: #333;
  background-color: #fff;
  background: url(images/bg.gif) repeat;
}

img {
  border: none;
}


/** 
 * Positioning 
 */

div#content {
  width: 815px;
  margin: 8px auto 0 auto;
  position: relative;
}

div#header {
/*  width: 900px;*/
  height: 55px;
background: url(images/bg.gif) repeat;

}

#header img {
  float: left;
}

div#listnav {
  float: left;
  margin: 18px 0 0 150px;
}

#listnav ul {
  text-align: center;
}

#meta li, #listnav li, #footer li {
  display: inline;
}

ul.top5, #meta ul, #listnav ul, #footer ul {
  list-style: none;
}

ul#meta {
  margin-bottom: 5px;
  width: 400px;
}

#meta li {
  margin-right: 5px;
}

div#video {
  margin: 10px 0 0 0;
  position: relative;
  text: none;
  color: #fff;
  link: none;
}

#video img#next, #video img#previous {
  position: absolute;
  top: 12px;
}

#video img#next {
  left: 475px;
}

#video img#previous {
  left: 447px;
}

#video embed {
  float: left;
  margin-bottom: 8px;
}

div#rightside {
  float: left;
  /*width: 243px;*/
  height: 400px;
  margin-left: 10px;
  margin-bottom: 8px;
}

#rightside img#rightbanner {
  margin-bottom: 10px;
  width: 301px;
  height: 136px;
}

a#enlarge {
  margin: 0 0 0 45px;
}

ul#linkbar {
  float: left;
}

#linkbar li {
  list-style: none;
  float: left;
}

#linkbar span {
  margin: 0 8px;
}

#linkbar li img {
  float: left;
  margin-right: 3px;
}


/* Top 5 Lists */

div#top5container {
  width: 815px;
  position: relative;
  margin: 20px auto 0 auto;
  font-size: 1.2em;
}

div.top5list {
  width: 187px;
  float: left;
  margin-right: 15px;
}

ul.top5 {
  display: block;
}

.top5 img {
  float: left;
  margin-right: 3px;
}

.top5list h3 {
  float: left;
  margin-top: 4px;
}


.top5 li {
  display: block;
/*  width: 187px;*/
  height: 65px;
  font-size: .8em;
  border-bottom: 3px solid #eee;
  margin-bottom: 5px;
  position: relative;
}


.top5 span {
/*  display: block;*/
  position: absolute;
  top: 35px;
  left: 101px;
}


div.top5logo {
  display: block;
  /*width: 187px;*/
  height: 30px;
  border-bottom: 2px solid #bbb;
  margin-bottom: 7px;
}

.top5logo img.logo {
  margin-right: 5px;
  float: left;
}

.top5logo img.arrow {
  float: right;
}

/* footer */

div#footer {
  text-align: center;
  margin-top: 25px;
}

#footer ul {
  margin-top: 20px;
}

#footer p {
  margin-top: 10px;
}


/**
 * Fonts & Colors 
 */

div#content {
  font-size: 1.2em;
}

h2 {
  font-size: 1.4em;
  color: #000;
}

h3 {
  color: #000;
  font-size: 1em;
}

#content a, #content a:visited, #content a:hover, #listnav span {
  color: #1b00ff;
  text-decoration: underline;
  cursor: hand; cursor: pointer;
}

div#listnav {
  font-size: 1.2em;
  font-weight: bold;
}

#listnav li span:hover {
  cursor: hand; cursor: pointer;
}

#listnav li.selected span:hover {
  cursor: default;
}

#video em {
  color: #1b00ff;
  font-style: normal;
}

#footer p, #footer ul {
  font-size: 1.2em;
  color: #999;
}

.top5 li:hover {
  background-color: #ccd9fd;
  cursor: hand; cursor: pointer;
}

.top5 li.selected {
  background-color: #ccd9fd;
}

.top5 a, .top5 a:visited {
  font-weight: bold;
  text-decoration: none !important;
}

.top5logo img.arrow {
  cursor: hand; cursor: pointer;
}

#listnav li {
  font-size: 1em;
  font-weight: normal;
}

#listnav li.selected span {
  color: #00a600;
  font-weight: bold;
  text-decoration: none;
}

#rightside a, #rightside a:hover, #rightside a:visited {
  text-decoration: none;
}

#rightside a {
  display: block; 
  position: absolute;  
  text-decoration: none;
}

   #rightside a#digg {
	 width: 18px; 
	 height: 15px;  
	 margin: 107px 0 0 137px; 
   }

   #rightside a#delicious {
	 width: 18px; 
	 height: 15px;  
	 margin: 107px 0 0 163px; 
   }

   #rightside a#technorati {
	 width: 18px; 
	 height: 15px;  
	 margin: 107px 0 0 190px; 
   }

   #rightside a#reddit {
	 width: 18px; 
	 height: 15px;  
	 margin: 107px 0 0 217px; 
   }

   #rightside a#blinklist {
	 width: 15px; 
	 height: 15px;  
	 margin: 107px 0 0 243px; 
   }

   #rightside a#furl {
	 width: 15px; 
	 height: 15px;  
	 margin: 107px 0 0 266px; 
   }

/**
 * javascript tooltips 
 */

.tooltip {
  border: 1px solid #fcc90d;
  background-color: #fdffb4;
}

.tooltip h3 {
  color: #333;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 3px;
}


/**
 * clearfix class for easy clearing
 *  - http://www.positioniseverything.net/easyclearing.html
 */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */