@import url(effects/main.css);

* {
	font-size: 100%;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 62.5%;
	background: #fff;
	color: #000;
}

p {
	margin-bottom: 1.33em;
}

img {
	border: 0;
}

a, .pseudo-href {
	color:#008fcb;
	border-color:#008fcb;
	cursor:pointer;
}

.pseudo-href {
	border-bottom-width:1px;
	border-bottom-style:dotted;
}

h1 {
	font-size:2.2em;
	position:relative;
	left:-1em;
	font-weight:normal;
	margin-bottom:0.6em;
	line-height:1.3;
}

h2 {
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:0.6em;
	line-height:1.4;
}

h3 {
	font-size:1.3em;
	color:#008fcb;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:0.3em;
}

blockquote {
	background:#ffefe5;
	font-style:italic;
	padding:0.3em 24px;
	margin:1.33em -24px;
}

blockquote a {
	color:#000;
}

ul.data {
	list-style:none;
	margin-bottom:1.3em;
}


ul.data > li:before {
	content: '\2014\a0';
	margin-left:-1.2em;
	color:#feba95;
}

ul.data li,
ol li {
	margin-bottom:0.4em;
}

#page {
	position:relative;
	width:90%;
	margin:0 0 0 10%;
	font-size:1.3em;
	min-width:835px;
	padding-bottom:1px;
	padding-top:1px;
}

#header {
	margin:2em 0;
	font-size:1.7em;
	line-height:1.2em;
	position:relative;
	width:90%;
}

#header a {
	color:#0097e0;
}

#logo {
	position:absolute;
	left:9px;
	z-index:2;
	top:0;
}

#logo img {
	margin-top:-51px;
	top:21px;
	position:relative;
	background:url(/f/i/logo-caption.png) 0 -100px no-repeat;
}

#logo a {
	text-decoration:none;
}

#logo a:hover img {
	background-position:50% 100%;
}


#logo .aligner {
	visibility:hidden;
	zoom:1;
}

#star {
	width:66px;
	height:66px;
	background:url(/f/i/star.png) no-repeat;
	float:right;
	margin:0 -65px -64px 0;
	position:relative;
	top:-19px;
	left:10px;
	cursor:pointer;
}

#star .tooltip {
	position:absolute;
	top:60px;
	right:100%;
	white-space:nowrap;
	font-style:italic;
	color:#f67c26;
	font-size:0.7em;
	line-height:1.2;
	display:none;
}

#star:hover,
#star.clicked {
	background-position: -66px 0;
}

#star:active {
	background-position: -132px 0;
}

#star:hover .tooltip,
#star:active .tooltip {
	display:block;
}

#star.clicked .tooltip {
	display:none !important;
}

#nav {
	position:relative;
	margin-left:198px;
	display:block;
	height:1em;
	margin-right:0;
}

#nav li {
	list-style:none;
	float:left;
	white-space:nowrap;
	padding-left:3%;
	margin-bottom:0.3em;
}

#nav a {
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
}

#nav li.selected a,
#nav li a.selected {
	color:#000;
	text-decoration:underline;
}

#nav li.item1 {
	top:0;
}

#nav li.item5 {
	margin-right:-10px;
}

#nav strong {
	font-weight:normal;
}

#nav li.item1 {
	position:absolute;
	padding-right:189px;
	right:100%;
	margin-right:4%;
	padding-left:0;
	z-index:1;
}

#submenu {
	list-style:none;
	overflow:hidden;
	clear:left;
	padding-top:1em;
	padding-left:24px;
	position:relative;
	top:1em;
	font-size:0.7em;
	z-index: 3;
}

#submenu li {
	float:left;
	margin-right:3%;
	margin-bottom:0em;
	white-space:nowrap;
}

#submenu li.selected,
#submenu li.selected a,
#submenu li a.selected {
	color:#000;
}

#content {
	margin:70px 0;
	position:relative;
	line-height:1.5;
	width:55%;
	padding-left:24px;
	font-size:1.1em;
}

.icon {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	width:10px;
	height:10px;
	position:relative;
	background:url(/f/i/icons.png) no-repeat;
}

.icon.refresh {
	width:16px;
	height:16px;
	background-position:-19px -170px;
}

.collapse-all {
	padding-bottom:2px;
}

.collapse-all .pseudo-href {
	color:#7a7a7a;
	border-color:#7a7a7a;
}

.collapse-all .icon {
	width:20px;
	height:10px;
	margin-left:10px;
	background-position:100% -30px;
}

dl.articles {
	margin: 1.33em 0 3em 0;
	position:relative;
}

dl.articles dt,
.collapse-all {
	position:absolute;
	top:0;
	right:100%;
	width:120px;
	padding-right:1.9ex;
	margin:0.5em 5% -1.4em -4ex;
}

dl.articles dt {
	margin-top:0.2em;
}

dl.articles dd {
	padding-right:5em;
}

dl.articles dt a,
dl.articles dt span {
	font-size:0.9em;
}

dl.articles .side-image {
	float:left;
	margin-right:-100%;
	position:relative;
	left:100%;
	padding-left:5em;
}

dl.articles .article {
	clear:both;
	margin:3em 0;
	zoom:1;
}

dl.articles h3 {
	font-size:1.7em;
}

dl.articles dt a {
	color:#7a7a7a;
}

input.empty {
	color:#ccc;
}

img.side-image {
	position:absolute;
	left:120%;
	margin-top:1em;
}

.vcard {
	font-style:normal;
	font-size:1.1em;
	line-height:1.2em;
	margin-left:24px;
	position:relative;
	display:block;
	zoom:1;
}

.vcard .org {
	display:none;
}

.vcard p {
	margin-bottom:0.5em;
}

.vcard .adr {
	margin-bottom:1.5em;
}

.vcard .phones {
	color:#f3772b;
	font-size:1.3em;
	margin-bottom:0.5em;
	position:relative;
	left:-0.4ex;
}

.vcard .phones .common-prefix {
	display:none;
}

.mailto .icon {
	width:20px;
	height:19px;
	margin-right:-20px;
	position:relative;
	left:-30px;
	top:2px;
}

#footer {
	position:relative;
	color:#787878;
	margin:8em 0 2em 0;
	zoom:1;
	clear:left;
}

#search-form {
	position:absolute;
	bottom:100%;
	padding-bottom:1.5em;
	left:24px;
	width:95%;
}

#search-form input {
	width:100%;
	position:relative;
	left:-12px;
}

#copyright, 
#silverplate {
	position:absolute;
	bottom:0;
	font-size:0.9em;
	margin-bottom:0 !important;
}

#copyright {
	right:25%;
	width:14em;
}

#silverplate {
	left:75%;
	padding-left:1em;
}

#silverplate a {
	color:#787878;
}

.article-list {
	margin-right:-20%;
	zoom:1;
	position:relative;
}

.article-list dt {
	font-size:2.2em;
	line-height:1.4;
	margin-bottom:0.2em;
	letter-spacing:1px;
}

.article-list dd {
	margin-bottom:2em;
}

.article-list-stub {
	position:relative;
}

.article-list-freezed {
	overflow:hidden;
}

.incut {
	position:absolute;
	left:100%;
	margin-left:10%;
	width:55%;
	text-align:center;
}

.highlight {
	color:#fc7828;
	font-style:normal;
}

ul.stack {
	list-style:none;
	display:block;
	width:100%;
}

ul.stack li {
	display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
	zoom:1;
	width:17%;
	padding:0;
	margin-right:2%;
	margin-bottom:5em;
}

ul.stack li.separator {
	height:1em;
}

ul.stack li ul {
	list-style:none;
	font-size:0.9em;
	margin-bottom:1em;
}

ul.stack li ul li {
	display:list-item;
	width:auto;
	margin:0.8em 0;
	line-height:1.4;
}

ul.stack li ul a {
	color:#f67c26;
	text-decoration:none;
}

ul.stack li ul a:hover {
	text-decoration:underline;
}

ul.stack h3 {
	color:#000;
	margin-bottom:1em;
	font-size:1.2em;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
	font-size:0;
}

.refreshable,
.refreshable-content {
	position:relative;
}

/* .refreshable-content {
} */

.refreshable-content-hidden {
	overflow:hidden;
}

/* .refreshable-large #content.refreshable-content {
	padding-left:124px;
	margin-left:-100px;
} */

.refreshable .icon.refresh {
	position:absolute;
	left:100%;
	cursor:pointer;
	margin-left:13px;
	z-index:11;
}

.refreshable-content .shade {
	top:0;
	width:100%;
	height:100%;
}

.refreshable-large .shade {
	width:200%;
	margin-left:-35%;
}

.refreshable-loading .icon.refresh {
	background:url(/f/i/preloader.gif) no-repeat;
}

.shade {
	position:absolute;
	background:#fff;
	z-index:10;
}

.expanded-text .icon,
.collapsed-text .icon {
	width:10px;
	height:10px;
	margin-left:10px;
}

.expander .expanded-text {
	display:none;
}

.expanded-text .icon {
	background-position:-0 -30px;
}

.collapsed-text .icon {
	background-position:-0 -40px;
}

.expander-expanded span.expanded-text {
	display:inline;
}

.expander-expanded p.expanded-text {
	display:block;
}

.expander-expanded .collapsed-text {
	display:none;
}

.expandable {
	display:none;
	overflow:hidden;
}

.expandable-expanded {
	display:block;
}

.photo-stack {
	position:relative;
	margin:50px 0;
	clear:both;
	z-index:2;
	font-size:1.5em;
}

.photo-stack img {
	display:block;
	position:relative;
	z-index:2;
}

.photo-stack h2 {
	font-size:1em;
}

.photo-stack-images {
	position:relative;
	margin:0 auto;
	width:550px;
}

.photo-stack-inited img {
	position:absolute;
	cursor:pointer; 
}

.photo-stack-inited h2,
.photo-stack-inited .next {
	position:absolute;
	top:50%;
	margin-top:-0.5em;
	line-height:1.2;
}

.photo-stack-inited h2 {
	right:50%;
	margin-right:280px;
	white-space:nowrap;
	z-index:3;
}

.photo-stack-inited .next {
	left:50%;
	margin-left:280px;
}
