/*   
Theme Name: techreview
Theme URI: http://yankovic.org/blog/index.php?wptheme=techreview
Description: It's All About The Pentiums Baby
Author: Happy Steve
Author URI: http://www.yankovic.org/blog/
Version: 1.5
.
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
.
*/

body {
	font-family: monospace;
	color: #fff;
	background: #000 url(images/comp.jpg) fixed; /* grsites.com */
	text-align: center;
	margin: 1em 4em;
	min-width: 600px;
}

a         { color: #C5F1C5; }				/* was #0f0    links in story text and right menu */
a:visited { color: #C5F1C5; }				/* was #0c0    links in story text and right meny */
a:hover   { color: #000; background-color: #C5F1C5; }	/* #000 and #0f0 */

#page {
	text-align: left;
}

#header {
	text-align: center;
	background-color: #000;
	color: #0f0;					/* sub text at top that says title stuff */
	border: 02px inset #999;				/* was border: 10px inset #999; */
}
.tablemehome {
	cursor:crosshair;
}
.tablemehome a:hover {
	background: transparent;
	cursor:crosshair;
}
.description {
	margin-bottom: .5em;
}

#container {
	float: left;
	width: 100%;
	margin-right: -255px;
}

#content {
	border: 02px inset #999;				/* was border: 10px inset #999; */
	background-color: #000;
	color: #ddd;
	padding: 0 .5em 1em;
	margin-bottom: 1em;
}
#content h2 {
//	text-transform: uppercase;
        color: #E00000;					/* was #0f0 story heading text */
}
#content h2.date {
	color: #FFF; 
	background-color: #1E332E;			/* was #090  */ 
	padding: 2px; 
	font-size: medium;
}
#content blockquote {
	margin-left: 1em;
	border-left: 3px double #0c0;
	padding-left: .5em;
	font-size: 90%;	
}
.narrowcolumn { 
	margin-right: 255px;
}

.post {
	margin-bottom: 1em;
        font-size: 120%;  /* dbw */
}
.postmetadata {
	clear: left;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
.postmetadata a { 
	white-space: nowrap;
}

#sidebar { 
	width: 242px;
	float: right;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#sidebar ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li h2 {
	background: url(images/chip_hd2.gif) no-repeat top left; 
	margin: 0;
	padding: 50px 0 3px 62px;
	font-size: 90%;
}
#sidebar ul li ul, #sidebar ul li p {
	background: url(images/chip_bg2.gif) top left repeat-y;
	padding: .2em 25px .5em 64px;
	margin: 0;
	line-height: 1.3em;
}
#sidebar ul li#ramtop {
	background: url(images/chip2.gif) no-repeat !important;
	padding-top: 48px;
}
#sidebar ul li#ramtop h2 {
	background: url(images/chip_bg2.gif) top left repeat-y;	
	padding-top: 0;
}
#sidebar ul li#rambot {
	background: url(images/chip2.gif) bottom left no-repeat; 
	padding-bottom: 55px;
	margin-bottom: 1em;
}

#footer {
	clear: both;
	text-align: center;
}

#searchform {
	text-align: center;
}
