/*
This style is modified from the following:
Theme Name: Redoable Lite
Theme URI: http://www.deanjrobinson.com/wordpress/redoable
Description: A slimmed-down version of Dean Robinson's Redoable theme.
Version: 1.2-wpcom
Author: Dean Robinson
Author URI: http://www.deanjrobinson.com
Tags: dark, black, red, two columns, custom header

CSS Documentation: http://k2.stikipad.com/docs/show/CSS+Overview
*/



/* @group General */
html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	margin-bottom: 0.1em;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #111;
	color: #eee;
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	margin: 0px;
}
	
p {	
	font-size:12px;	
}

img { border: 0px; }


a img, :link img, :visited img { border: none }

h1 { 
	color:#ececec;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:23px;
	line-height:1.5em;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: left;
	text-transform: lowercase;
}	

h2 { 
	color:#888;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:18px;
	line-height:1.5em;
	letter-spacing: -1px;
	font-weight: normal;
	text-align: left;
}

a, a:visited {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#DD0000;
	text-decoration:none;
	font-weight: bold;
}

.links a, .links a:visited {
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	font-size: small;
}

.links a:hover {
	color:#DD0000;
	text-decoration:none;
	font-weight: bold;
}

.details {
	color:#b2b2b2;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	text-decoration:none;
	padding:5px;
	background-color:#444;
	border:1px solid #555;
	margin:0px;
}

table tr td .content img {
	padding:5px;
	background-color:#444;
	border:1px solid #555;
	margin:0px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.rightnav a, .rightnav a:visited, .rightnav a:hover { 
	font-family: 'Trebuchet MS', Verdana, Sans-Serif; 
	font-size: 15px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: left;
	text-transform: lowercase;
	text-decoration:none;
	margin:0px;
	padding:0px;
	line-height:18px;
}

.rightnav {
	border-bottom:1px dotted #CCCCCC;
}

.rightnav a, .rightnav a:visited {
	color:#CCCCCC;
}

.rightnav a:hover {
color:#DD0000;
}
/*
table {
color:#EEEEEE;
font-size:1.2em;
line-height:1.8em;
text-align:justify;
}
*/
.rightnav { 	font-family: 'Trebuchet MS', Verdana, Sans-Serif; 
	font-size: 15px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: left;
	text-transform: lowercase;
	text-decoration:none;
	margin:0px 0px 0px 15px;
	padding:0px;
	line-height:1.5em;
 } 
 
 .footer {
	margin:3px 0px 0px 10px;
 }
 
 .footer, .footer a, .footer a:visited {
 	color:#fff;
	font-size: 11px;
	font-weight: normal;
	padding:0px;
	margin:5px;
	text-decoration:none;
 }
 
 .footer a:hover {
 	color:#fff;
	text-decoration:underline;
 }
 
 .new, .new a, .new a:visited {
 	color:#fff;
	font-size: 11px;
	font-weight: normal;
	padding:0px;
	margin:0px 0px 0px 5px;
	text-decoration:underline;
 }
 
 .new a:hover {
 	color:#ffff99;
	text-decoration:underline;
 }
 
.mainBkgd {
	background-image: url(/images/mainBottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.highlight {
	font-weight: bold;
	color: #ffff99;
}
.content {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
