/*   
Theme Name: Alien Glob
Theme URI: glob.alienmelon.com
Description: You sick bastard.
Author: AlienMelon
Author URI: http://www.alienmelon.com
Version: 1.21
.
Copyright (c) 2005, AlienMelon
All rights reserved.

Redistribution of the unmodified contents of any CSS file on this site in any form is not permitted under any condition, unless written permission is received from the author.
If you modify it for your own use, be sure to make it sexy, and tell everyone that DJ Lawhead is the hottest person to walk this planet.

If you do not abide by the above rules, we will make fun of you by posting pictures of ducks and comparing them to you. Quack!
.
*/

/* Entire document. */
body
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

/* If this is not obvious, you shouldn't be here. */
strong
{
	color: #FF3366;
	font-weight: light;
}
em
{
	color: #9966CC;
}
a
{
	color: #FF0066;
}
small.comment-note
{
	text-align: center;
}
/* Navigation bar. */
#navbar
{
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navbar a
{
	margin-right: 10px;
	color: #663399;
	text-decoration: none;
}
/* Centered content area. */
#content
{
	overflow: hidden;
	margin: 10px auto;
	width: 770px;
}
/* Top banner. */
#banner-top
{
	overflow: hidden;
	width: 770px;
	height: 350px;
	background: none;
}
/* A section of content. */
div.post
{
	display: block;
	margin: 0 auto;
	padding: 4px 0 4px 0;
	overflow: hidden;
	background-color: #C0EEA2;
	font-size: 12px;
	text-align: left;
	color: #000000;
}
/* Date, title, etc. Stuff to appear before the post. */
div.post .head
{
	position: relative;
	text-align: center;
}
/* Title of post. */
div.post .head .title
{
	font-size: 18px;
	font-weight: bold;
	color: #FF649B;
}
/* Post date. */
div.post .head .date
{
	position: relative;
	top: -15px;
	float: right;
	margin: 0 10px 0;
	font-size: 12px;
	color: #FF66CC;
}
/* Body of post. */
div.post .body
{
	position: relative;
	margin: 0 10px 0 10px;
}
/* Left part of a single blog post, with links and the avatar. */
.body .westSide
{
	float: left;
	margin: 0px 10px 0 10px;
}
/* Footer of post. */
div.post .foot
{
	margin-top: 63px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #663399;
}
/* Links in footer. */
div.post .foot a
{
	text-decoration: none;
	color: #663399;
}

/* Bottom banner. */
#banner-bottom
{
	overflow: hidden;
	width: 770px;
	height: 225px;
}

#comment-box
{
	color: #000000;
	text-align: left;
	font-weight: lighter;
}
#comment-box small.love
{
	padding: 10px;
}
#comment-input-form
{
	text-align: center;
}
#comment-list
{
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.odd-comment
{
	padding: 10px;
	padding-right: 100px !important;
	border-top: 1px solid #336600;
	background-color: #DAADAD;
}
.even-comment
{
	padding: 10px;
	padding-right: 100px !important;
	border-top: 1px solid #336600;
	background-color: #B5CCBA;
}

div#categoryListing
{
	margin-top: 10px;
}