/* photoblog styles */
body {
	background: #000;
	margin: 0px 0px 20px 0px;
	text-align: justify;
}
/* style links */
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #BBE;
}
a:active, a:hover {
	color: #69C;
}
/* dispense with borders on images with links... */
a img {
	border: none;
}
/* style acronyms */
acronym {
	border: none;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	min-height: 850px;
	text-align: center;
	padding: 0px;
	width: 850px;
}
#banner {
	display: none;
}
#banner-img {
	display: none;
}

.content {
	color: #EEE;
	font: normal x-small verdana, arial, sans-serif;
	padding: 15px 15px 5px 15px;
}
.content p {
	color: #EEE;
	font: normal x-small verdana, arial, sans-serif;
	line-height: 125%;
	margin-bottom: 10px;
	text-align: center;
}
.content blockquote {
	line-height: 125%;
}
.content li {
	line-height: 125%;
}
.content h2 {
	color: #FFE;
	font: bold x-small verdana, arial, sans-serif;
	margin-bottom: 10px;
	text-align: center;
}
.content h3 {
	color: #FFD;
	font: bold small verdana, arial, sans-serif;
	margin-bottom: 10px;
	text-align: center;
}
.content p.posted {
	color: #CCC;
	font: normal x-small verdana, arial, sans-serif;
	line-height: normal;
	margin-bottom: 25px;
	padding: 3px;
	text-align: center;
}
/* blank div */
.clear {
	margin: 2px;
}
/* blank span */
.jekyll {
	display: none;
}
/* style comments and trackback pop-ups */
#popup {
	color: #EEF;
	font: normal x-small verdana, arial, sans-serif;
	padding: 15px;
	text-align: left;
}
#popup a, #popup a:link, #popup a:visited {
	color: #DDE;
	text-decoration: none;
}
#popup a:active, #popup a:hover {
	color: #69C;
}
#popup h1 {
	font: bold medium geneva, arial, sans-serif;
}
#popup h2 {
	font: bold x-small geneva, arial, sans-serif;
}
div#commentform
{
	margin: 0px 20% 0px 20%;
	display: none;
}
div#commentblock
{
	text-align: justify;
}
.comments {
	color: #EEE;
	font: normal x-small verdana, arial, sans-serif;
	padding: 15px 15px 5px 15px;
}
.comments p {
	color: #EEE;
	font: normal x-small verdana, arial, sans-serif;
	line-height: 125%;
	margin-bottom: 10px;
	text-align: justify;
}
.comments blockquote {
	line-height: 125%;
}
.comments li {
	line-height: 125%;
}
.comments h2 {
	color: #FFE;
	font: bold x-small verdana, arial, sans-serif;
	margin-bottom: 10px;
	text-align: left;
}
.comments h3 {
	color: #FFD;
	font: bold small verdana, arial, sans-serif;
	margin-bottom: 10px;
	text-align: left;
}
.comments p.posted {
	color: #CCC;
	font: normal x-small verdana, arial, sans-serif;
	line-height: normal;
	margin-bottom: 25px;
	padding: 3px;
	text-align: left;
}
/* main page propaganda styles */
.linknote {
	font: bold x-small verdana, arial, sans-serif;
	line-height: 150%;
	padding: 2px;
	text-align: center;
	width: 60%;
}
#powered {
	color: #CCD;
	font: normal x-small verdana, arial, sans-serif;
	line-height: 150%;
	margin-top: 10px;
	text-align: center;
}

/* style the input areas */
textarea
{
	background-color: #CCC;
	border: 2px solid #999;
	font-weight: bold;
}
textarea:focus
{
	background-color: #FFF;
}
textarea[id="comment-text"] {
	width: 80%;
}
input[id="author"], input[id="email"], input[id="url"], input[id="search"], input[type="text"]
{
	background-color: #CCC;
	border: 2px solid #999;
	color: #000;
	padding: 2px;
}
input[id="author"]:focus, input[id="email"]:focus, input[id="url"]:focus, input[id="search"]:focus, input[type="text"]:focus
{
	background-color: #FFF;
}
/* style the buttons */
input[type="submit"], input[type="button"]
{
	background-color: #777;
	border: 2px solid #999;
	color: #FFF;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="submit"]:focus, input[type="button"]:focus
{
	background-color: #EEE;
	color: #999;
}
