/* General */
* {
	margin: 0;
	padding: 0;
}
html {
	cursor: url('cursors/purple_normal.cur'),default;
}
body {
	background: url('images/tile.png') #111;
	color: #BBB;
}
#main_container {
	position: absolute;
	left: 275px;
	width: 800px;
	z-index: 99;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
}

/* News and Announcements */
#news {
	width: 560px;
	background: url('images/bck_tile.png') #0D0D0D;
	padding: 10px;
	padding-bottom: 0px;
	float: left;
}
#news img {
	max-width: 99.5%;
	max-height: 100%;
	border: 1px dashed #E77;
}
.article {
	background: #0A0A0A;
	padding: 15px;
	margin-bottom: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behaviour: url('script/border-radius.htc');
}
h2 {
	background: url('images/head_bck.png') bottom repeat-x;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-o-border-bottom-right-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-icab-border-bottom-right-radius: 10px;
	-icab-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
}
.author {
	margin-top: 5px;
	text-align: right;
}
.writer {
	text-align: right;
}

/* Navigation Bar (Side) and General Hyperlinks */
#navbar {
	border-left: 1px solid #151515;
	width: 199px;
	background: url('images/bck_tile.png') #0D0D0D;
	padding: 10px;
	float: right;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-o-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-icab-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
h3 {
	text-align: center;
	margin: 3px 0 5px 0;
}
ul {
	list-style: none;
}
#navbar a {
	display: block;
	background: url('images/url_bck.png') #0A0A0A;
	margin-bottom: 2px;
	padding: 5px 10px;
	color: #AAA;
	text-decoration: none;
	border: 1px dotted #000;
}
a {
	color: #AAA;
}
#navbar a:hover {
	background: url('images/url_bck2.png') #111;
	color: #666;
	border: 1px dashed #777;
}
a:hover {
	color: #666;
	cursor: url('cursors/purple_hand.cur'),pointer;
}
#navbar input {
	padding: 2px;
	margin-bottom: 3px;
}
#navbar .nonlink {
	padding: 0px 56px;
	height: 140px;
	width: 85px;
}

/* Button Navigators */
#button_case {
	position: absolute;
	left: 70px;
	top: -10px;
	height: 60px;
	width: 123px;
	background: url('images/bck_tile.png') #0D0D0D;
	border: 2px dotted #050505;
	padding-top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behaviour: url('script/border-radius.htc');
}
#button1, #button2 {
	float: left;
	position: relative;
	left: 1px;
	top: 1px;
	height: 42px;
	width: 42px;
	margin: 9px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behaviour: url('script/border-radius.htc');
}
#button1 {
	background: url('images/chat.png') center center no-repeat;
}
#button1:hover {
	background: url('images/chat_i.png') center center no-repeat;
}
#button2 {
	background: url('images/head.png') center center no-repeat;
}
#button2:hover {
	background: url('images/head_i.png') center center no-repeat;
}

#cboxdiv {
	display: none;
	position: absolute;
	top: 130px;
	left: 35px;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
#newest {
	display: inline;
	width: 180px;
	min-height: 180px;
	position: absolute;
	left: 1075px;
	background: url('images/bck_tile.png') #0D0D0D;
	text-align: center;
	padding: 9px 10px;
	border-left: 1px solid #151515;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-o-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-icab-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#banner {
	position: absolute;
	left: 240px;
	z-index: 100;
}

/* Comments */
.comment {
	background: #0A0A0A;
	padding: 15px;
	margin-bottom: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behaviour: url('script/border-radius.htc');
}
.sep {
	width: 530px;
	margin: 0 auto 10px auto;
	border-top: 2px solid #151515;
}
h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
}
input, textarea {
	border: 1px dashed #0A0A0A;
	background: #151515;
	color: #BBB;
}

/* Scanlation Viewing Pages */
.infobox {
	width: 537px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px dashed #151515;
	background: #0A0A0A;
	font-size: 14px;
}
.preview {
	float: left;
	margin-right: 10px;
	padding: 10px;
	background: #0A0A0A;
	border-right: 1px dashed #151515;
}
.insplit {
	width: 100%;
	border-top: 1px dotted #000;
	margin: 5px 0;
}


/* Miscellaneous */
#readme {
	position: fixed;
	bottom: 0px;
	right: 40px;
	height: 100px;
	width: 180px;
	background: url('images/bck_tile.png') #0D0D0D;
	border: 1px solid black;
	padding: 10px;
	font-size: 13px;
}