* {
  margin: 0;
  padding: 0;
  }

body {
  font: small Verdana, sans-serif;
  color: black;
  background: white;
  }

h1, h1 a:hover, h1 a:visited, h1 a:link {
  color: #224b90;
  border: none;
  text-decoration: none;
  }

h2 {
  margin: 0 30px;
  padding-bottom: 2px;
  color: #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
  }

h4 {
  color: #224b90;
  font-size: 110%;
  margin-bottom: .3em;
  }
  
.links h4 {
  margin-top: 2em;
  }  

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 90%;
  line-height: 1.5;
  }

ul {
  margin-left: 20px;
  }
  
.links #content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
.links #content li {
  margin-bottom: .5em;
  }

table {
  border-collapse: collapse;
  }

a:link, a:visited {
  text-decoration: none;
  }

a:hover {
  color: maroon;
  text-decoration: underline;
  }

a.nounderline:hover {
  text-decoration: none;
}

a img {
  border: none;
  }

.clear {
  clear: both;
  }

.clearer {
  clear: both;
  line-height: 0;
  height: 0;
  }
  
#message-bad {
  font-weight: bold;
  color: red;
  }

#title-box span.tagcloud1 {
  font-size: 90%;
  }

#title-box span.tagcloud2 {
  font-size: 115%; 
  }

#title-box span.tagcloud3 {
  font-size: 130%; 
  }

#title-box span.tagcloud4 {
  font-size: 140%; 
  }

#title-box span.tagcloud5 {
  font-size: 150%; 
  }

#title-box span.tagcloud6 {
  font-size: 160%; 
  }

  

/***** =header *****/

#header {
  background: white url(../images/header_gradient.jpg) top repeat-x;
  color: black;
  position: relative;
  width: 100%;
  }

#header-inner {
  background: transparent url(../images/logo.gif) center left no-repeat;
  padding: 8px 10px 10px 0;
  margin-left: 10px;
  }

#header h1 {
  font-size: 430%;
  display: inline;
  }

#header h1 a {
  display: inline;
  padding-left: 115px;
  margin-right: 300px;
  }

#header h2 {
  font-weight: normal;
  font-size: 140%;
  margin: 0;
  padding: 0;
  border: none;
  }

#header h2, #header h2 a:link, #header h2 a:hover, #header h2 a:visited,
#header ul a:link, #header ul a:visited {
  color: black;
  border: none;
  text-decoration: none;
  }

#header h1 a:focus, #header h2 a:focus {
  outline: none;
  }

#header h2 a {
  padding-left: 121px;
  margin-right: 300px;
  }

#header ul {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 100%;
  margin: 0;
  }

#header li {
  display: inline;
  padding-left: 4px;
  }

#header ul a:hover {
  color: maroon;
  text-decoration: underline;
  }



/***** =top-nav *****/

#top-nav.live-server {
  background: #aaaaaa url(../images/nav_gradient.jpg) bottom repeat-x;
  width: 100%;
  }

#top-nav.dev-server {
  background: #aaaaaa url(../images/nav_gradient2.jpg) bottom repeat-x;
  width: 100%;
  }

#top-nav ul {
  font-size: 100%;
  margin: 0;
  list-style: none;
  }

#top-nav li {
  float: left;
  padding: 4px 0 3px 16px;
  }

#top-nav li.current {   /* Align unlinked home button */
  padding: 6px 4px 5px 20px;
  }

#top-nav, #top-nav a {
  color: white;
  font-weight: bold;
  float: left;
  }

#top-nav a {
  display: block;
  padding: 2px 4px;
  }

#top-nav a:hover {
  text-decoration: none;
  background: silver;
  color: black;
  }

#top-nav form {
  float: right;
  padding: 4px 20px;
  }

#top-nav input {
  vertical-align: middle;
  }

#searchterms {
  padding: 0 2px;
  }

#webmaster #n-webmaster a, #contact #n-contact a, #about #n-about a,
.reviewer-list #n-reviewers a {
  background: silver;
  color: black;
  cursor: text;
  }


/***** =left-column *****/

#left-column {
  background: #e3ded5;
  color: #3b3b3b;
  width: 120px;
  }

#left-column ul {
  list-style: none;
  margin: 0 -20px 1.5em 0;
  }
  
#left-column ul#siteoftheday {
  margin: 0 0px 1.5em 0;
  }

#left-column h3 {
  font-size: 110%;
  margin: 0 0 .5em 0;
  }

#left-column a {
  color: #3b3b3b;
  display: block;
  margin: 2px 0;
  padding: 4px 0 4px 12px;
  background: #f4f0ea;
  }

#left-column a:hover {
  color: white;
  background: gray;
  text-decoration: none;
  }

.reviews-by #reviews-cat a, .reviews-date #reviews-date a, .websites-by #websites-cat a,
.rating #websites-rating a, .name #websites-name a, .gallery-page #websites-gallery a, .links #other-linkx a,
.blog #theblog a {
  background: #5e81bc url(../images/selected.gif) 75px no-repeat;
  color: white;
  cursor: text;
  }

.reviews-by #reviews-cat a:hover, .reviews-date #reviews-date a:hover, .websites-by #websites-cat a:hover,
.rating #websites-rating a:hover, .name #websites-name a:hover, .gallery-page #websites-gallery a:hover {
  background: #5e81bc url(../images/selected.gif) 75px no-repeat;
  color: white;
  cursor: text;
  }

#left-column a:focus {
  outline: none;
  }

/* This has to be a class, even though there is a similarly-named ID below */
#left-column .siteoftheday {
  padding-top: 20px;
  }

#left-column .highlight {
  background: none;
  margin-right: -20px;
  }

#left-column div.picturewrap {
  background: url(../images/shadow.png) no-repeat bottom right;
  float: left;
  margin: 5px 0 0 0;
  }

#left-column div.sitelabel {
  clear: both;
  padding-top: 1px;
}

#left-column #siteoftheday a {
  color: #3b3b3b;
  margin: 2px 0;
  padding: 0;
  display: inline;
  color: blue;
  }
  
#siteoftheday img.photo {
  border: 1px solid #a9a9a9;
  border-color: #a9a9a9 #838383 #4c4c4c #838383;
  padding: 4px;
  margin: 0 4px 1px 0;
  background: #C6BEB0;
  }

#left-column #siteoftheday a {
  background: none;
  }

#left-column #siteoftheday a:hover {
  text-decoration: underline;
  color: maroon;
  }

#left-column #siteoftheday div.nounderline a:hover {
 text-decoration: none; 
}

#left-column #siteoftheday a:visited {
  color: purple;
  }

#left-column #siteoftheday p.label {
  margin: 2px 5px 0 0;
  font-size: 100%;
  }

#left-column p.more {
  font-size: 80%;
  margin-top: 10px;
  margin-right: 5px;
  padding-bottom: 4px;
  }


/***** =right-column *****/

#right-column {
  width: 180px;
  padding: 0 20px;
  color: black;
  background: #e3ded5;
  }

#right-column h3 {
  color: #3b3b3b;
  }

#right-column h4 {
  margin-bottom: .1em;
  color: #224b90;
  font-size: 100%;
  }
  
#right-column h4.reviewerinfo {
  clear: both;
  padding-top: 20px;
  }

#right-column li {
  padding: 2px 0;
  }

#right-column .highlight {
  margin: 0 0 1.5em -20px;
  padding: 6px 6px 6px 20px;
  background: #f4f0ea;
  }

#right-column li > a:link, #right-column li > a:visited {
  text-decoration: none;
  }

#right-column li a:hover {
  color: maroon;
  text-decoration: underline;
  }

#right-column ul.nodecoration li {
  list-style: none;
  margin-left: -10px;
}

#right-column #blogrightcolumn h3 {
  margin-top: 1em;
  }

#right-column #blogrightcolumn h3.firsth3 {
  margin-top: 0;
  }

#right-column #blogrightcolumn p {
  margin-bottom: 0;
  }
  
#right-column .highlight ul {
  margin: 0;
  list-style: none;
  }

#right-column .highlight li.picturerow {
  margin-top: 10px;
  }

#right-column .highlight li.nopicture {
  margin-top: 0;
  padding: 0;
  }

#right-column .highlight li.headline {
  padding-bottom: 0;
  }

#right-column .highlight li.lowerheadline {
  margin-top: 10px;
  padding-bottom: 0;
  }
  
#new-reviews td div, #more-new-reviews td div.picture, #topsites div, #newsites div, #new-gallery-pictures div.imagewrap, #right-column div.geekcon {
  background: url(../images/shadow.png) no-repeat bottom right;
  float: left;
  margin: 5px 0 0 0;
  }
 
#new-reviews td div img, #more-new-reviews td div.picture img, #topsites img.photo, #newsites img.photo, #new-gallery-pictures img.photo, #right-column div.geekcon img {
  border: 1px solid #a9a9a9;
  border-color: #a9a9a9 #838383 #4c4c4c #838383;
  padding: 4px;
  margin: 0 5px 1px 0;
  background: #DCD3C4;
  }
  
#right-column #topsites a, #right-column #newsites a {
  border-bottom: none;
  }
  
#topsites p.label, #newsites p.label, #new-gallery-pictures p.label {
  margin-right: 15px;
  margin-top: 2px;
  clear: both;
  }

#right-column p {
  margin: 0;
  }

#right-column p.more {
  font-size: 70%;
  margin-top: 15px;
  margin-right: 15px;
  }


/***** =title box *****/

#title-box {
  position: relative;
  margin: 0 20px 1.5em 20px;
  color: black;
  background: #dcd3c4 url(../images/corner-top-right.gif) top right no-repeat;
  }

#title-box div {
  background: transparent url(../images/corner-top-left.gif) top left no-repeat;
  }

#title-box div div {
  background: transparent url(../images/corner-bottom-right.gif) bottom right no-repeat;
  }

#title-box div div div {
  background: transparent url(../images/corner-bottom-left.gif) bottom left no-repeat;
  position: relative;
  padding: 20px;
  }

#title-box #search-box {
 background: none; 
  }

#title-box h2 {
  font-size: 150%;
  color: #3b3b3b;
  margin: 0;
  padding: 0;
  border: none;
  }

#title-box h2 span.edit {
  font-weight: normal;
  margin-left: 15px;
  font-size: 60%;
  }

#title-box h3 {
  font-size: 115%;
  font-weight: bold;
  color: #3b3b3b;
  margin-top: 2px;
  margin-bottom: 1em;
  }

#title-box h4 {
  font-size: 100%;
  font-weight: normal;
  margin: 0 0 1em 0;
  color: black;
  }

#title-box .image {
  margin: 0 0 15px 15px;
  border: 1px solid gray;
  }

#title-box ul {
  margin: 0;
  font-size: 120%;
  position: relative;
  list-style: none;
  width: 75%;
  }

#title-box li {
  background: url(../images/link-bullet.gif) 0 50% no-repeat;
  margin: 4px 0;
  padding-left: 18px;
  line-height: 1.2;
  }

#title-box #matchesfound {
  line-height: 2.5; 
  }

#title-box dl {
  border-top: 1px solid gray;
  padding: 6px 0 0 0;
  margin: 2em 0 0 0;
  clear: right;
  font-size: 90%
  }

#title-box dd, #title-box dt {
  display: inline;
  }


#title-box dt span.edit {
  margin-right: 10px;
  }

#title-box div.clear {
  background: none;
  padding: 0;
  height: 0;
  }
  
#title-box #networkdescript {
  margin-top: 10px; 
  }
  
#title-box .graphic td {
  padding-right: 5px;
  padding-bottom: 15px;
  }

#title-box td.warning {
  padding-right: 10px;
  }

#title-box .graphic td.bottomrow {
  padding-bottom: 0;
  }

#title-box .leftspace {
  margin-left: 5px;
  }

#title-box .moretime {
  width: 100px;
  }

#title-box .topspace {
  margin-top: 1em;
  }
  
#title-box #divone {
  padding: 0;
  float: right;
  background: url(../images/shadow.png) no-repeat bottom right;
  float: right;
  margin: 0 0 10px 10px;  
  }

#title-box #divone img {
  border: 1px solid #a9a9a9;
  border-color: #a9a9a9 #838383 #4c4c4c #838383;
  padding: 4px;
  margin: 0 5px 1px 0;
  /* Note this color isn't used anywhere else on the site.  We just needed a new brownish-tank */
  background: #C4AF8B;
  }


/***** =Content *****/

 .imgwcaption {
  float: right;
  margin: 0 0 12px 12px;
  text-align: center;
  }

.imgwcaption img {
  border: 1px solid #3b3b3b;
  }

h2 .grade {
  padding: 0 8px;
  }

h2 span.edit {
  font-weight: normal;
  margin-left: 10px;
  font-size: 75%;
  }

h3 span.edit {
  font-weight: normal;
  margin-left: 10px;
  font-size: 70%;
  }

h4 span.edit, dt.website-title span.edit {
  font-weight: normal;
  margin-left: 10px;
  font-size: 90%;
  }

.grade {
  padding: 0 4px;
  }

.section {
  margin: 0em 30px;
  clear: both;
  }
  
td.topspace {
  margin-bottom: 50px;
  }

#compliance .section, #history .section, #about .section, #contact .section,
#broken .section, #suggest-site .section, #become .section, #browse-gallery .section {
  margin: 1em 30px 1.5em 30px;
  }

.section div {
  margin-bottom: 1em;
  }

.section p:first-child:first-letter {
  font-size: 130%;
  font-weight: bold;
  color: #3b3b3b;
  }

#history .section div p {
  margin: 0;
  }

#history .section img {
  vertical-align: middle;
  margin-top: 20px;
  }
  
#history span {
  margin-right: 20px;
  }

.self-clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
  
.blogentry {
  margin-bottom: 4em;
  }

.blogentry h2 {
  margin: 0 0;
  font-size: 125%;
  border-bottom: none;
  }


/***** =footer *****/

#footer {
  text-align: center;
  margin-top: 3em;
  padding-bottom: 20px;
  clear: both;
  }

#footer ul li {
  display: inline;
  margin: 2px;
  }

#footer p {
  padding: 0;
  margin: 0;
  }


/***** =ie6 hacks *****/

#title-box, #gallery-wrap, #content, #title-box div div, #title-box div div div {
  overflow: hidden;
  }

/* IE 6 */
* html #title-box, * html #gallery-wrap, * html #content, * html #title-box div div, * html #title-box div div div {
  height: 1%;
  }

/* IE 7 */
*+html #title-box, *+html #gallery-wrap, *+html #content, *+html #title-box div div, *+html #title-box div div div {
  height: 1%;
  }

.section {
  position: relative;
  }

