body {
	
	margin: 15px 0px 20px 0px;
	background-color: black;
    text-align: center;
	}

a {
	text-decoration: underline;
	}

a:link {
	color: white;
	}

a:visited {
	color: white;
	}

a:active {
	color: white;
	}

a:hover {
	color: #6e0000;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	background-color: black;
	border: 4px solid #fff;
	}

#banner {
	color: #fff;
	background-color: black;
	background: url(banner.gif) no-repeat top center;
	/*text-align: left;
	padding: 15px;
	border-bottom: 1px solid #fff;*/
	height: 120px;
	}


#alpha {
	float: left;
	width: 500px;
	overflow: hidden;
	}

#alpha-inner {
	padding: 0px 15px 5px 15px;
	background-color: black;
	color: #666;
	font-family: Gill Sans, Verdana, Arial, sans-serif;
	font-size: x-small;
	}
	
#alpha-inner pre {
	font-size: larger;
}

#beta {
	float: left;
	width: 200px;
	background-color: black;
	overflow: hidden;
	}

#alpha-inner p {
	color: #666;
	font-family: Gill Sans, Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	/*line-height: 150%;*/
	text-align: left;
	margin-bottom: 2px;
	}

#alpha-inner blockquote {
	line-height: 150%;
	}

#alpha-inner li {
	line-height: 150%;
	}

#alpha-inner h2 {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin: 20px;
	}

#alpha-inner h3 {
	color: gray;
	font-family: Gill Sans, Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0;
	}

#alpha-inner .entry-footer {
	color: #999;
	font-family: Gill Sans, Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	/*margin-bottom: 25px;*/
	line-height: normal;
	padding: 3px;
	}
	
#cat-description p {
	margin: 10px;
	font-size: 10px;
	font-style: italic;
	color: white;
	}

.challenge {
	font-weight: bold;
	font-size: x-large;
	text-align: left;
	margin: 15px 30px 30px;
	text-transform: uppercase;
	font-family: Gill Sans;
	color: white;
	line-height: 80%;
	text-shadow: gray 2px 2px;
	}

.challenge ul {
	margin: 0;
	/*line-height: 10%;
	color: blue;*/
	}
	
#beta-inner {
	padding: 15px;
	color: white;
	}


#beta-inner h2 {
	color: #aeaeae;
	font-family: Gill Sans, Verdana, Arial, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

#beta-inner ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
	}

#beta-inner ul ul {
	margin-bottom: 0px;
	}

#beta-inner #categories ul {
	padding-left: 15px;
	}

#beta-inner li {
	color: white;
	font-family: Gill Sans, Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	margin-top: 5px;
	list-style-type: none;
	}

#beta-inner .module-categories li {
	list-style-type: circle;
	}

#beta-inner img {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.module {
	font-family: Gill Sans, Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

.module-powered {
	font-family: Gill Sans, Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #bbb;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
