/* main site style */
body{
	margin:0;
}
a.tooltip { 
	text-decoration:none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
} 
.preview-button {
	cursor: pointer; 
	cursor: hand; 
	border: 0px; 
	margin: 0px; 
	padding: 0px; 
	background: none; 
	color: blue;
	text-decoration: underline; 
	font-size:12pt; 
	font-family:Times;
	display:block;  /* needed for text underline in FF */
}
form { 
	margin:0; 	/* otherwise witespace under form */
	padding:0; 
} 
.button-get-another-url, .button-continue {
	text-decoration:none;
	border: none;
	padding: 2px 8px;
	width:116px;
	height:150px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.button-get-another-url {
	background: url('http://deadurl.com/images/thumbs-down.png') no-repeat top left;
}
.button-continue {
	background: url('http://deadurl.com/images/thumbs-up.png') no-repeat top left;
}
.button-get-another-url-small, .button-continue-small {
	text-decoration:none;
	border: none;
	padding: 2px 8px;
	width:12px;
	height:15px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.button-get-another-url-small {
	background: url('http://deadurl.com/images/thumbs-down-small.png') no-repeat top left;
}
.button-continue-small {
	background: url('http://deadurl.com/images/thumbs-up-small.png') no-repeat top left;
}
.button-flag, .button-unflag {
	text-decoration:none;
	border: none;
	padding: 2px 8px;
	width:14px;
	height:15px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.button-flag {
	background: url('http://deadurl.com/images/flag.png') no-repeat top left;
}
.button-unflag {
	background: url('http://deadurl.com/images/unflag.png') no-repeat top left;
}
/* home page style */
body {
  margin: 0;
  padding: 0;
  color: #000;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
  background-color: #7F0000; /* page loads this first, then image; if color not set, white bg first */
  background-image: url("http://deadurl.com/images/bg.png");
  /* background color, image will apply to sidebars, header, and footer */
}
a {
  text-decoration: underline;
}
a:link {
  color: #0000FF;
}
a:visited {
  color: #800080;
}
a:hover {
  color: #FF0000;
  /* text-decoration: underline; */
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
#header, #content {
  width: 100%;
}
#header {
/* don't specify background color, image, since relying on body's bg info */
}
.site-name {
  margin: 0.6em 0 0 0;
  padding: 0;
  font-size: 26px;
  text-align: center;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #C0C0C0;
  text-decoration: none;
}
.site-slogan {
  font-size: 14px;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
#main {
  width:640px; /* FF, GC, and Opera add 20px padding on L and 20px on right for total width of 680px; */
  text-align:left;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFFFFF;
  /* specify background color to override body's bg info for main block of content */
}
#sidebar-left {
  padding: 10px;   /* padding in px not ex because IE messes up 100% width tables otherwise */
}
#sidebar-right {
  padding: 0px;
}
#sidebar-left, #sidebar-right {
/* don't specify background color, image, since relying on body's bg info */
/* old width: 16em; */
  vertical-align: top;
  height: 100px; /* min-height doesn't work in FF; height interpreted as minimum */
  color: #FFFFFF;
}
#sidebar-left a:link, #sidebar-left a:visited {
	color:#FFFFFF;
	font-size:12pt;
	text-decoration:underline;
}
#sidebar-left a:hover {
	text-decoration:none;
}
#footer {
/* don't specify background color, image, since relying on body's bg info */
  padding: 1em;
  font-size: 0.8em;
  text-align: center;
  color: #FFFFFF;
}
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.block {
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
tbody {
  border-top: 0;
}