/* Author: Miles Grover */
/* Updated: 04/06/05 */
/* KillerDeathRobot.com */

/* -- General Rules -- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #000;
}
	/* -- sorta-hack to make my background dealie work right -- */
	#omnis {
		background: #000 url(img/bodybg.gif) 0 0 repeat-y;
	}
	/* -- end sorta-hack -- */

body, h1, h2, h3, h4, h5, h6, p, ul, li {
	font-family: Verdana, sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

h1 {
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 3px;
	margin: 0;
	padding: 0;
	width: 270px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
	margin: 10px 0 0 0;
	padding: 0;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

p {
	font-size: 10px;
	text-align: justify;
	line-height: 15px;
	margin: 15px 0 0 0;
	padding: 0;
}

blockquote {
	font-family: Verdana, sans-serif;
	color: #fff;
	background: #000;
	font-size: 10px;
	text-align: justify;
	line-height: 15px;
	margin: 10px;
	padding: 10px;
}

blockquote p {
	font-family: Verdana, sans-serif;
	color: #fff;
	font-size: 10px;
	text-align: justify;
	line-height: 15px;
}

blockquote a:hover {
	color: #fff;
}	

a {
	font-size: 10px;
	color: #f00;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* -- Top Alert -- */

#alert {
	width: 550px;
	margin-left: 53px;
	background: url(img/alertbg.gif);
	padding: 5px;
	margin-top: 10px;
	border: 2px solid #fa0;
}

#alert p {
	margin: 0;
	padding: 5px;
	background: #ffdd00;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-top: 2px solid #ff0;
	border-left: 2px solid #ff0;
	border-bottom: 2px solid #fa0;
	border-right: 2px solid #fa0;
	text-align: center;
}

#alert a {
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
}


/* -- Header -- */

#header {
	margin: 0;
	padding: 0;
	width: 613px;
	height: 252px;
	position: relative;
	z-index: 1;
}

/* -- Main Body Styles -- */

#content {
	border-left: 53px solid #000;
	width: 540px;
	padding-left: 20px;
	
}

#entry {
	position: relative;
	top: -50px;
	z-index: 2;
	width: 340px;
	float: left;
}

#entry ul {
	list-style: none;
	margin: 10px;
	padding: 0;
	width: 300px;
}

#entry li { 
	background: url(img/listbg.gif) 0 50% no-repeat;
	font-size: 10px;
	padding-left: 15px;
	border-bottom: 10px solid #fff;	
}

.permalink {
	float: right;
}

#ender {
	clear: both;
	margin-top: 15px;
	text-align: center;
	width: 340px;
}

/* -- Comments -- */

#comments p {
	margin: 0;
	text-align: left;
}

#comments div.combod {
	background: url(http://killerdeathrobot.com/img/commentbg.gif) 0 0;
	padding: 5px;
	border: 1px solid #000;
	width: 240px;
	color: #fff;
}

#comments div.combod p {
	font-weight: bold;
	color: #fff;
	line-height: 12px;
}

#comments p.author {
	color: #000;
	font-size: 11px;
	font-style: italic;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
}

#postform {
	width: 240px;
	font-size: 12px;
	font-weight: bold;
}

#postform label {
	display:block;
	margin-bottom: 3px;
	margin-top: 5px;
	font-size: 10px;
}

#postform textarea, #postform input {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 10px;
}

#postform textarea {
	display: block;
	font-family: Verdana;
	margin-bottom: 8px;
}



/* -- Nav Styles -- */

#nav {
	color: #fff;
	background: #000;
	width: 155px;
	padding-top: 10px;
	float: right;
	border-top: 21px solid #fff;
	border-right: 28px solid #fff;
	text-align: center;
}

#nav img {
	padding-left: 10px;
}

#nav a {
	color: #f00;
	text-decoration: none;
	padding-right: 10px;
}

#nav a:hover {
	color: #fff;
	text-decoration: none;
}

#nav h2 {
	color: #fff;
	font-size: 10px;
	margin: 0 0 0 0px;
}

#nav ul {
	list-style: none;
	text-align: left;
	margin: 5px 0 40px 20px;
	padding: 0;
	line-height: 11px;
}	

#nav ul li {
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: capitalize;
}

	table#calendar {
		font-size: 9px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 40px;
		width: 125px;
		
	}
	
	table#calendar td {
		width: 16px;
		height: 16px;
		font-family: Georgia, serif;
	}
	
	table#calendar th {
		border-bottom: 1px solid #fff;
		font-weight: bold;
		font-family: Verdana, sans-serif;
	}
	
	table#calendar a {
		padding-right: 0;
	}	
	
	/*table#calendar td.today {
		border: 1px solid #fff;
	}*/
	
	
	

/* -- Footer -- */

#footer {
	border-left: 53px solid #000;
	border-top: 22px solid #000;
	width: 560px;
	height: 63px;
	font-size: 10px;
	clear: both;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#flinks {
	margin-left: 105px;
	margin-top: 27px;
}

#allents {
	color: #fff;
	background: #000;
	width: 155px;
	height: 20px;
	float: right;
	border-bottom: 43px solid #fff;
	border-right: 28px solid #fff;
}

#allents h2 {
	padding-left: 29px;
	margin: 0;
	font-size: 10px;
}	

#allents a {
	color: #fff;
	
}

#allents a:hover {
	text-decoration: none;
	color: #f00;
}


/* -- Miscellaneous Styles -- */

.imgflleft {
	float: left;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
}


.imgflright {
	float: right;
	border-left: 10px solid #fff;
	border-bottom: 10px solid #fff;
}

#allentries ul li {
	text-transform: capitalize;
}









