body { 
	background: #121219;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	margin:6px;
}

input, textarea {
	border: 1px solid #000;
}

img {
	/*border: 1px solid #333;*/
	border:none;
}

a { 
	color: #339;
	text-decoration: none;
	font-weight:bold;
}

a:hover { 
	color: #333;
	text-decoration: underline;
	font-weight:bold;
}

#cats {
	padding-top:12px;
	padding-bottom:12px;
}

#prevlink {
	float: left;
	line-height: 20px;
	width: 100px;
	text-align: left;
	font-size:75%;
}

#nextlink {
	float:right;
	line-height: 20px;
	width: 100px;
	text-align: right;
	font-size:75%;
}

#archlink {
	line-height: 20px;
	font-size:75%;
}

#mainpage {
	text-align:center;
	}

#holder {
	display:inline;
}

#main {
	text-align:left;
	display:table-cell;
	background:#dde;
	padding:18px;
	/*border:2px solid #757577;*/
}

#theimage {
	padding-top:6px;
}

#forms {
	clear:both;
}

.mainimage {
	text-align: center;
	background-color: #dde;
}


.thumbs {
	padding-top:15px;
	text-align:center;
}

.headtitle {
	font-size:180%;
	font-weight:bold;
}

.headtitle a {
	color:#333;
}

.button {
	clear: both;
	text-align: left;
	border:none;
	padding-top:80px;
}

.fbthumb, .fbrandthumb, .fbthisthumb, .fbmenuthumb { 
	width: 210px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	margin:12px;
}

.fbcomthumb {
	float: right;
}

.fbthumb img, .fbmenuthumb img {
	border:none;
}

.fbthisthumb img {
	border:none;
}

.fbthisthumb {
	/*background-color: #eee;*/
}

.fbthiscat {
	font-weight: bold;
}

.fbpages {
	padding-bottom: 10px;
	font-weight: bold;
}

.fbthispage {
	font-weight: normal;
}

.fbcomment {
	margin-top: 5px;
}

.fbbyline {
	display: block;
	color: #333;
	font-size: 10px;
}


