@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}

a:link,a:active,a:visited {
	text-decoration:none;
	color:#70ddcd;
}
a.menu:link,a.menu:active,a.menu:visited {
	text-decoration:none;
	color:#fff;
}

.dm_header {
	background:url(../../images/layout_01.jpg) no-repeat center top;
	width:900px;
	height:150px;
}
.dm_menu {
	background:url(../../images/layout_02.jpg) no-repeat center top;
	width:900px;
	height:40px;
}
.dm_content {
	background:url(../../images/layout_03.jpg) no-repeat center top;
	width:900px;
	height:260px;
	vertical-align:top;
}
ul#mangaUpdates {
	padding:0px 28px;
}
li.manga {
	padding:4px 0px;
}
ul#menuContainer {
	padding:0px;
	margin:0px;
	list-style:none;
	margin-left:500px;
	width:375px;
	text-align:right;
}
li.menu {
	font-size:13px;
	font-family:Tahoma;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	display:inline;
}
.leftContainer {
	background:transparent;
	float:left;
	margin-top:10px;
	margin-left:10px;
	width:280px;
}
.rightContainer {
	background:transparent;
	float:right;
	margin-top:10px;
	margin-right:10px;
	width:590px;
}
.bigContainer {
	background:transparent;
	float:left;
	margin-top:10px;
	margin-left:10px;
	width:890px;
}

.box_header1 {
	background:url(../../images/box_01.png) no-repeat;
	width:8px;
	height:35px;
	float:left;
}
.box_header2 {
	background:url(../../images/box_02.png) repeat-x;
	height:24px;
	float:left;
	padding-top:11px;
	padding-left:8px;
	padding-right:8px;
	font-weight:bold;
}
.box_header3 {
	background:url(../../images/box_03.png) no-repeat;
	width:8px;
	height:35px;
	float:right;
}
.box_content {
	background:url(../../images/transparent80g.png);
	float:left;
	border:1px solid #367b71;
	margin-bottom:18px;
}

/* Box Width */
.w248px { width:248px; }
.w258px { width:258px; }
.w268px { width:268px; }
.w278px { width:278px; }

.w558px { width:558px; }
.w588px { width:588px; }

.w858px { width:858px; }
.w888px { width:888px; }

.newsText {
	padding:8px 12px 10px 12px;
	line-height:18px;
}
.dateText {
	margin-top:4px;
	padding-top:5px;
	text-align:right;
	font-size:10px;
}

.footer {
	float:left;
	font-size:10px;
	text-align:center;
	padding:15px 0px;
	width:100%;
}

/* Colour */
.dateColoured {
	color:#ffcc00;
}
.timeColoured {
	color:#bbb;
}