body {
    background: #000;
    width: 100%;
	height: 100%;
    margin: 0px;
    color: silver;
    font-family: "Times new roman";
}

a, a:link, a:visited, .menu_item {
    color: #A982ED;
}

a:hover, a:active, .menu_item:hover, .menu_subitem {
    color: yellow;
    cursor: pointer;
}

h1, h2, h3, h4, h5 {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #fff;

	padding: 10px 10px;
	border: 1px solid #333;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background: #333 left center no-repeat;
	background: #222; /* Old browsers */
	background: -moz-linear-gradient(top, #222 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #222 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #222 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #222 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom, #222 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
h3 {

}
h4 {
	margin-left: 20px;
}
h5 {
	margin-left: 40px;
}

p {
    margin-top: 0px;
}
#content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16pt;
}
#avatar {
	position: absolute;
	top: -200px;
}
#slogan {
    padding-top: 5px;
    font-size: 12pt;
    font-style: italic;
	text-align: center;
}
.transp {
    background: transparent !important;
    border: 0px;
}
#torch {
    width: 58px;
    height: 113px;
    vertical-align: middle;
    float: right;
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

#main {
    border: 1px solid #666;
    margin-top: 10px;
    padding: 30px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #222;
    text-align:justify;
    position: relative;
    z-index: 5;
}

#main b, h1, h2, h3, h4, h5 {
	color: #fff;
}

#menu {
    margin-left: 20px;
    width: 1000px;
    height: 20px;
}

.menu_item {
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-radius: 10px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    width: 100px;
    padding-top: 2px !important;
    margin-left: 10px;
    text-align: center;
    color: #A982ED;
    height: 50px;
    float: left;
    position: relative;
    border: 1px solid #666;
    font-size: 16pt;

    background: #0f0f0f; /* Old browsers */
    background: -moz-linear-gradient(top, #0f0f0f 0%, #7a7a7a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f0f0f), color-stop(100%,#7a7a7a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0f0f0f 0%,#7a7a7a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0f0f0f 0%,#7a7a7a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0f0f0f 0%,#7a7a7a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0f0f0f 0%,#7a7a7a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
}

.menu_current {
    background: #a982ed; /* Old browsers */
    background: -moz-linear-gradient(top, #a982ed 0%, #3f4c6b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a982ed), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a982ed 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a982ed 0%,#3f4c6b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a982ed 0%,#3f4c6b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a982ed 0%,#3f4c6b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a982ed', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */

    border: 1px solid #006;
    color: #fff !important;
    z-index: 10;
}

#footer {
    width: 1000px;
    margin: 20px auto;
    text-align: center;
    font-size: 12pt;
}

#results {
	margin-bottom: 20px;
	max-height: 300px;
	overflow-y: auto;
}

#hash {
	background: #000;
	border: 1px solid #666;
	color: #666;
	padding: 0px 10px;
	display: none;
}

.result {
	margin: 10px 0px;
    position: relative;
	clear: both;
}

.result .ip {
    font-size: small;
    vertical-align: middle;
    float: left;
    position: relative;
    color: gray;
}

.result .when {
    font-size: small;
    float: left;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    color: gray;
}

.result .dicerow {
    clear: right;
}

img.dice {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

div.dice {
    width: 32px;
    height: 27px;
	text-align: center;
	float: left;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	padding-top: 5px;
}

table.format1 {
    border: 1px solid #666;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    margin: 10px auto;
}
table.format1 caption {
    color: #fff;
    font-weight: bold;
    font-size: smaller;
    margin-bottom: 5px;
}
table.format1 th {
    font-size: small;
    text-align: center;
}
table.format1 td,
table.format1 .traitRow div {
    padding: 5px;
    border: 0px;
    text-align: center;
    display: table-cell;
	font-size: smaller;
}
table.format1 div.traitLabel {
    width: 100px;
}
table.format1 div.traitValue {

}
table.format1 td:first-child,
table.format1 .traitRow div{
    text-align: left;
}
table.format1 .traitRow div:nth-child(even) {
    background: #222;
}
table.format1 tr:nth-child(odd),
table.format1 .traitRow:nth-child(odd) {
    background: #333;
}
table.format1 tr:nth-child(even) {

}

.format1a td {
	text-align: left !important;
}

.warn {
	color: #f00;
	padding: 10px 50px;
	border: 2px solid #900;
	background: #322 url('img/warning.png') left center no-repeat;
	margin: 20px 0px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.goup {
	width: 16px;
	height: 26px;
	float: left;
	border: 1px solid #444;
	margin-right: 10px;
	text-align: center;
	padding-top: 0px;

	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: #333; /* Old browsers */
}

.hidden {
	display: none;
}

.expandable {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border: 2px dashed #990;
	background: #332;
	cursor: pointer;
	padding: 0px 10px;
	margin-bottom: 10px;
}
.expandable div:first-child{
	padding: 10px 50px;
	color: #ff0;
	background: #332 url('img/eye.png') left center no-repeat;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (max-device-width : 480px) {
/* Styles */
body {
    width: 480px !important;
}

#content {
    width: 480px !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 12pt;
}

#menu {
    margin-top: 5px;
    width: 480px;
}

.menu_item {
	font-size: 12pt;
}

#footer, #slogan {
    width: 480px;
	height: 77px;
	position: relative;
}

#start {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#torch {
	position: absolute;
	top: 0px;
	right: 10px;
	float: none;
	z-index: 0;
}

input:button {
    font-size: 36pt;
    width: 100px;
    height: 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px;
}

.dice {
    width: 64px;
    height: 64px;
}

#results {
    max-height: 450px;
    overflow-y: auto;
}

#hash {
    width: 300px;
}

table.format1 {
	max-width: 460px !important;
}

}