/*   
Theme Name: Rampart
Theme URI: http://yankovic.org/blog/index.php?wptheme=Rampart
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: #0f0; }
a:visited { color: #0c0; }
a:hover   { color: #000; background-color: #0f0; }

#page {
	text-align: left;
}

#header {
	text-align: center;
	background-color: #000;
	color: #0f0;
	border: 10px inset #999;
}
.description {
	margin-bottom: .5em;
}

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

#content {
	border: 10px inset #999;
	background-color: #000;
	color: #0c0;
	padding: 0 .5em 1em;
	margin-bottom: 1em;
}
#content h2 {
	text-transform: uppercase;
}
#content h2.date {
	color: #000; 
	background-color: #090; 
	padding: 2px; 
	font-size: medium;
}
#content blockquote {
	margin-left: 1em;
	border-left: 3px double #0c0;
	padding-left: .5em;
	font-size: 90%;	
	background: #333333;
}
.narrowcolumn { 
	margin-right: 255px;
}

.post {
	margin-bottom: 1em;
}
.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;
}

