/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
/* dl, dt, dd, ol, ul, li, */
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs //Edit Munus */
ins
{
	text-decoration: none;
	background-color: #ff9;
}

/* change colours to suit your needs //Edit Munus */
mark
{
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	background-color: Transparent;
}

del { text-decoration: line-through; }

abbr[title], dfn[title]
{
	border-bottom: 1px dotted;
	cursor: help;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr
{
	display: block;
	margin: 1em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px #ccc solid;
}

input, select { vertical-align: middle; }

/* Munus Addded */
cite
{
	padding-bottom: 1px;
	font-style: normal;
	letter-spacing: 1pt;
	border-bottom: 1px #aaa solid;
}

.hide { display: none; }
.uLine { text-decoration: underline; }
.lws { word-spacing: 1em; }
b, .big { font-size: 1.2em; }
small, .small { font-size: 76%; }
br { line-height: 100%; }
address { font-style: normal !important; }
em { font-style: normal; font-weight: bold; }
p { margin: 0 0 0.75em 0; line-height: 1.6; }
.bQuote, .quote { margin-left: 1em; }
.setHome { margin: 1em 0 0 1em; letter-spacing: 1.5pt; font: bold 12px/1.5 Arial, 'Lucida Grande'; }/* Top page Styles
--------------------------------------　*/
body { background-color: black; background-image: none; }
#topContents, .wLink { margin: 0; padding: 0; }

#topContents
{
	width: 100%;
	height: 180px;
	text-align: center;
	background-color: white;
	border-top: 10px black solid;
	border-bottom: 10px #c03 solid;
}

.boxLevel { margin: 30px 0 0 0; }
.boxLevel .iconMenu { display: inline; white-space: nowrap; list-style-type: none; }
.iconMenu li { list-style-type: none; }

#romanPr
{
	position: relative;
	display: block;
	margin: 1em auto 0 auto;
	padding: 0;
	width: 700px;
	height: 460px;
	background: black url(/media/img_bg/bg_more/roman_pr_bg.jpg) no-repeat left top;
}

.wLink
{
	position: absolute;
	width: 100px;
	height: 100px;
	top: 185px;
	left: 450px;
	z-index: 10;
}

.cafe { position: absolute; left: -9999em; }
.txC { text-align: center; }
