
body {
	font-family: Arial, Helv, Helvetica, sans;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	color: #009;
	text-decoration: none;
}
a:visited {
	color: #77C;
}
a:hover {
	text-decoration: underline;
	color: #009;
}
a:active {
	text-decoration: underline;
	color: #F00;
}

.topbar {
	background-color: #FFF;
	border: 0px;
	border-bottom: 1px solid #99C;
	background-image: url("http://www.phantom-inker.com/art/templates/phantom-inker/bg-top2.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}
.topbar a {
	color: #339;
}
.topbar a:visited {
	color: #339;
}
.topcell {
	color: #000000;
	padding: 4px 12px 8px;
}
.topicon {
	padding:0;
	color: #000000;
}
.sidebar {
	color: #000000;
	background-color: #EEF;
	padding: 8px 12px;
	border: 0px;
	border-right: 1px solid #99C;
	border-bottom: 1px solid #99C;
	background-image: url("http://www.phantom-inker.com/art/templates/phantom-inker/bg-left2.jpg");
	background-repeat: repeat-y;
	background-position: top left;
}
.sidebar a {
	color: #009;
}
.sidebar a:visited {
	color: #009;
}
.mainarea {
	color: #000000;
	padding: 8px 12px;
	background-color: #FFF;
	background-image: url("http://www.phantom-inker.com/art/templates/phantom-inker/phantom_watermark.jpg");
	background-repeat: no-repeat;
	background-position: top left;
}
.linkbar {
	border:1px solid #999;
	padding:2px 6px;
	background-color: #EEE;
	color:#000;
}
.linkbar a {
	color: #333;
}
.linkbar a:visited {
	color: #333;
}
div.gallery {
	text-align:center;
}
div.gallery div.galleryitem {
	display:inline;
}
div.gallery a img {
	vertical-align:bottom;
}
div.gallery div span.container {
	display:table-cell;
	display:inline-block;
	padding:0;
	width:115px;
	height:165px;
	vertical-align:top;
	position:relative;
}
div.gallery div span.container span.picture {
	display:inline-block;
	display:table-cell;
	_line-height:105px;
	height:115px;
	padding:0 !important;
	width:125px;
	vertical-align:bottom;
}
div.gallery div span.container span.picture img {
	border-left:1px solid #AAA;
	border-top:1px solid #AAA;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
}
div.gallery div span.container span.picture::after {
	display:none;
	display:-moz-inline-block;
	content:" ";
	width:125px;
	height:1px;
	overflow:hidden;
}
div.gallery div {
	display:inline;
}
div.gallery span.title {
	display:block;
}
div.gallery span.title a {
	color:#000;
	font-size:10pt;
}
div.gallery span.descr {
	display:block;
	font-size:8pt;
	color:#999;
}

div.infobox {
	border:1px solid #66C;
	background-color:#EEF;
	width:600px;
	text-align:left;
	padding:8px 12px;
}

div.announcement {
	text-align: left;
	display: table-cell;
	border-left: 1px solid #CCCC66;
	border-top: 1px solid #CCCC66;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #FFFFCC;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	width:inherit;
}

div.blogbox {
	text-align: left;
	display: block;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #EEEEEE;
	width:550px;
	padding:0px;
}

div.blogtitle {
	text-align: left;
	display:block;
	background: #333399;
	color: #FFF;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight:bold;
	font-size:18px;
}

div.blogcontent {
	text-align: left;
	display:block;
	background: #EEEEEE;
	color: #000;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.columns td {
	font-family: Arial, Helv, Helvetica, sans;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}

.comment_block {
	display:table-cell;
	margin-top:1em;
	margin-bottom:1em;
	text-align:left;
}

.comment {
	display:table;
	margin-top:0.5em;
}
.comment .cpadding {
	display:table-cell;
}
.comment .ccontent {
	display:table-cell;
	border:1px solid #99C;
	background-color:#EEF;
	width:500px;
}
.comment .chead {
	display:block;
	background-color:#CCE;
	color:#669;
	padding:1px 8px;
	text-align:left;
	border-bottom:1px solid #99C;
}
.comment .ctail {
	display:block;
	color:#669;
	padding:1px 8px;
	text-align:right;
}
.comment .chead .cdate {
	float:right;
}
.comment .chead .cauthor {
	font-weight:bold;
}
.comment .chead .csubj {
	font-weight:bold;
	color:#000;
}
.comment .cbody {
	display:block;
	padding:4px 8px;
	text-align:left;
}

.creply {
	display:table;
	margin-top:0.5em;
}
.creply .cpadding {
	display:table-cell;
}
.creply .ccontent {
	display:table-cell;
	border:1px solid #CCC;
	background-color:#EEE;
	width:500px;
}
.creply .chead {
	display:block;
	background-color:#DDD;
	color:#666;
	padding:1px 8px;
	text-align:left;
	border-bottom:1px solid #CCC;
}
.creply .ctail {
	display:block;
	color:#666;
	padding:1px 8px;
	text-align:right;
}
.creply .chead .cdate {
	float:right;
}
.creply .chead .cauthor {
	font-weight:bold;
}
.creply .chead .csubj {
	font-weight:bold;
	color:#000;
}
.creply .cbody {
	display:block;
	padding:4px 8px;
	text-align:left;
}

.blog_entry {
	display: block;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #C99;
	padding: 8px 16px 12px 16px;
	margin-bottom: 12px;
	margin-top: 12px;
	background-color: #FFF;
	overflow: hidden;
}
.blog_header2 {
	display: table;
	width: 500px;
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	border-collapse: collapse;
}
.blog_title {
	display: table-cell;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 1px dotted #C99;
}
a.blog_title:link { color: #009; }
a.blog_title:visited { color: #009; }
a.blog_title:hover { color: #33C; }
a.blog_title:active { color: #F00; }
.blog_date {
	display: table-cell;
	white-space: nowrap;
	font-size: 10pt;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 3pt;
	border-bottom: 1px dotted #C99;
}
.blog_footer {
	display: table;
	margin: 0;
	padding: 0;
	margin-top: 16px;
	width: 500px;
}
.blog_comments {
	display: table-cell;
	text-align: left;
}
a.blog_comments:link { color: #009; }
a.blog_comments:visited { color: #009; }
.blog_categories {
	display: table-cell;
	text-align: right;
}
.blog_category {
	border-right: 1px dotted #C99;
	padding-left: 2px;
	padding-right: 6px;
}
.blog_more {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 16px;
	padding: 4px 8px;
	background-color: #F2F2FF;
	border: 1px solid #CCE;
}
.blog_more a:link { color: #009; }
.blog_more a:visited { color: #009; }
.blog_right {
	display: block;
	width:270px;
	padding: 4px 8px 12px 8px;
	background-color: #F2F2FF;
	border: 1px solid #CCE;
	margin-top: 12px;
	margin-left: 12px;
}
.blog_right table {
	margin-left: auto;
	margin-right: auto;
}
.blog_right table td {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.blog_right table tr.bottomrow td {
	border-bottom: 1px dotted #BBE;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.blog_right a:link { color: #009; }
.blog_right a:visited { color: #009; }

.cat_restricted { color: #C00; }
.cat_restricted:after { content: "*"; color: #C00; }
.cat_password { color: #00C; }
.cat_password:after { content: "*"; color: #00C; }

table.nice {
	border-collapse: collapse;
}
table.nice th {
	background-color: #CCF;
	color: #000;
	font-weight: bold;
	text-align: left;
	border: 1px solid #99C;
	padding: 1px 4px;
}
table.nice td {
	background-color: #FFF;
	color: #000;
	font-weight: normal;
	text-align: left;
	border: 1px solid #99C;
	padding: 1px 4px;
}
table.nice tr.odd td {
	background-color: #EEE;
}
table.nice tr.checked td {
	background-color: #060;
	color: #FF7;
}
table.nice tr.checked a:link { color: #FF7; }
table.nice tr.checked a:visited { color: #FF7; }
table.nice tr.checked a:hover { color: #FF7; }
table.nice tr.checked a:active { color: #FF7; }

div.notice {
	font-weight: bold;
	font-size: 12pt;
	display: table;
	margin-left: 1em;
	margin-right: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
	border: 1px solid #000;
	background-color: #C00;
	color: #FF7;
}

div.adminbox {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #99C;
	background-color: #EEF;
	padding: 0.5em 1em;
}
