@charset "utf-8";
/* CSS Document */

@import '/styles/nulling.css';
@import '/styles/typography.css';

body, html {
	min-height: 100%;
}


h1 {
	margin: 0 0 6pt 0;
	font-size: 16pt;
	line-height: 18pt;
}

* + h1 {
	margin: 18pt 0 6pt 0;
}

h2 {
	margin: 0 0 6pt 0;
	font-size: 12pt;
	line-height: 18pt;
}

* + h2 {
	margin: 18pt 0 6pt 0;
}

h3 {
	margin: 0 0 6pt 0;
	font-size: 11pt;
	line-height: 18pt;
	font-weight: bold;
}

* + h3 {
	margin: 18pt 0 6pt 0;
}



.box {
	margin: 0 4% 2em 4%;
}

.p {
	max-width: 48pc;
}

.m {
	margin: 18pt 0 0 0;
	font-size: 0.8em;
	font-style: italic;
}

.pic {
	margin: 18pt 0 9pt 0;
}

.pic small {
	display: block;
}

small, .small {
	font-size: 10pt;
}

.date + p {
	margin: 0 0 1em 0;
}

.vtop {
	vertical-align: top;
}

.desc
{
	margin: 0.5em 0em 1.5em 3em;
	font-size: 0.9em;
	line-height: 1em;
}


.url {
	margin: 15pt 0 9pt 0;
	display: block;
	text-decoration: underline;
}

body {
	padding-bottom: 2em;
}



div.menu {
	margin: 3em 4% 2em 4%;
	color: #0e352d;
}

* + div.menu {
	margin: 6em 4% 2em 4%;
}

div.work {
	margin: 2em 4% 2em 4%;
	position: relative;
	left: -3px;
	/* max-height: 24pc; */
	overflow-y: hidden;
}

div.work > div {
	width: 66%;
	overflow-x: visible;
	display: block;
}

div.work > div > a > img {
	width: 100%;
}

div.work > span.date {
	height: 18pt;
	font-size: 0.8em;
	position: absolute;
	top: 0; right: 0; left: 70%;
}

div.work > p {
	position: absolute;
	top: 18pt; right: 0; left: 70%;
}



.intro {
	margin: 2em 125px 2em 4%;
	padding: 0 4em 0 0;
	max-width: 60pc;
	position: relative;
}

.intro > p {
	text-indent: 18pt;
}

.advertise {
	position: absolute;
	margin-right: 2em;
	right: -125px;
	top: 0.5em;
	width: 125px;
}



.myself {
	margin: 2em 0 4em 0;
	width: 100%;
	position: relative;
}

.myself > p {
	margin: 0 475px 0 4%;
	width: auto;
	text-indent: 18pt;
}

.avatar {
	position: absolute;
	right: 25px;
	width: 425px;
	top: 0.4em;
}



.workspace {
	margin: 0 4%;
}



.scale-one {
	margin: 2em 0;
	width: 100%; height: 3em;
	background-color: #d191fe;
}

.scale-one > div {
	padding: 1em;
	width: auto; height: 1em;
	font-size: 13pt; line-height: 13pt;
	color: #694980;
	background-color: #ebeff2;
	white-space: nowrap;
	position: absolute;
	right: 0;
}

.scale-two {
	margin: 6em 0 3em 0;
	width: 100%; height: 3em;
	background-color: #ebeff2;
}

.scale-two > div {
	margin: 0 0 0 -1em;
	padding: 1em 1em 1em 0;
	width: auto; height: 1em;
	font-size: 13pt; line-height: 13pt;
	color: #ebeff2;
	background-color: #d191fe;
	white-space: nowrap;
	text-align: right;
	position: absolute;
	left: 0;
}



.my {
	margin: 2em 0 6em 0;
	height: 36pt;
}

span.date {
	display: block;
	font-size: 0.8em;
	line-height: 18pt;
}

.worksset > p {
	margin: 0 0 1em 0;
	max-width: 30pc;
}

.gold {
	color: #F0F090;
}

.hbodymargins {
	margin: 2em 4% 3em 4%;
}

div.image {
	margin: 9pt 0 18pt 0;
}

div.image img {
	max-width: 65%;
}

div.image span {
	margin: 2pt 0 0 18pt;
	display: block;
	font-size: 8pt;
}

div.item {
	margin: 2em 4% 6em 4%;
	position: relative;
}

div.item > div.left {
	width: 65%;
	overflow-x: visible;
	display: block;
}

div.work > div > img {
	max-width: 100%;
}

div.item > div.right {
	font-size: 0.8em;
	position: absolute;
	top: 0; right: 0; left: 70%;
	text-align: left;
}

p + p, .url + p {
	text-indent: 18pt;
}

.withmargin li {
	margin: 0.5em 0;
}



a:link, .singlemenu a:visited, .menu a:link, .menu a:visited {
	color: #305a75;
	} a:visited {
	color: #3b270a;
	} a:hover, .menu a:hover {
	color: #808080;
	} a:active, .menu a:active {
	color: #c00000;
}

a img, img.withborder {
	border-width: 0.5em;
	border-style: solid;
	-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
}

a:link img {
	border-color: #b6c0d0;
	} a:visited img {
	border-color: #cfcfcf;
	} a:hover img {
	border-color: #d8d4c5;
	} a:active img {
	border-color: #c00000;
}

.blink_comment_for_developer {
	margin: 2em 0;
	color: red;
	text-transform: uppercase;
	text-align: center;
}

.comment_for_developer {
	margin: 2em 0;
	color: #333333;
}

.royalmenu {
	padding: 0.25em 4%;
	line-height: 18pt;
	font-size: 10pt;
	background: #e0e0e0;
	color: #070300;
	position: fixed;
	border-bottom: 0.5pt solid #959385;
	top: 0; left: 0; right: 0;
	z-index: 101;
}

.with-bottom-fix {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.royalmenu a:link {
	color: #070300;
	} .royalmenu a:visited {
	color: #070300;
	} .royalmenu a:hover {
	color: #303030;
	} .royalmenu a:active {
	color: #101010;
}

.singlemenu {
	padding: 9pt 18pt 9pt 18pt;
	line-height: 18pt;
	font-size: 10pt;
	background: #14120e;
	color: #f0f090;
}

.menu + .box {
	margin-top: 18pt;
}

.menu h1 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	display: inline;
}

.read .left div a {
	font-size: 8pt;
	line-height: 18pt;
}

.anchor {
	margin: 0 0 1pt 0; padding: 0 0 9pt 0;
	line-height: 18pt;
	font-size: 7pt;
}

.submit {
	padding: 4pt 4.5pt 5pt 4.5pt;
	font-size: 12pt;
	line-height: 18pt;
}

.red {
	color: red;
}

.gray, a.gray, .gray * {
	color: #909090 !important;
}

///////////////////////////

.pic-half-box {
	font-size: 0px;
}

.pic-half-box img {
	display: block;
	max-width: 47.5%;
	margin: 0 0.5% 1em 0.5%;
	float: left;
	border-width: 0.5em;
	border-style: solid;
	-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
}
