@font-face {
    font-family: 'RageItalicRegular';
    src: url('rage-rhymes.eot');
    src: url('rage-rhymes.eot?#iefix') format('embedded-opentype'),
             url('rage-rhymes.woff') format('woff'),
             url('rage-rhymes.ttf') format('truetype'),
             url('rage-rhymes.svg#RageItalicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a { outline: none; } /* чтобы не показывалась рамка вокруг ссылки при возврате на страницу */

a.rhymes, span.rhymes { 
	font:150% "RageItalicRegular", "Brush Script MT";
	line-height:85%;
	padding-right:.15em;
}
.strong span.rhymes {
	text-shadow:1px 1px 1px rgba(0,0,0,.2);
}
a.rhymes { 
	color:#000;
	text-decoration:none;
}
a.rhymes:hover {
	text-decoration:none;
	color:#950030;
}

span.sub { 
	font-size: 80%;
	display:block;
}

hr { color:#888; }

body {
	min-width:700px;
	margin:0; padding:0;
	color: black;
	background-color:#FFEECF;
	/*font-size:90%;*/
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
	-webkit-text-size-adjust:100%; /* для iPhone */
}

div.Entry { line-height:1.4em; }

div.body { padding:0 1em; }

div.footer { 
	width:100%; 
	border-top:solid 1px #BAA; 
	text-align:right; 
	padding:.5em 0; 
	margin:1em 0;
	font-family:Arial,Helvetica,sans-serif;
}

.footer > span { 
	font-size:90%;
	padding:0em 1em;
	vertical-align:top;
}

.footer a { 
	vertical-align:top;
}

p { text-align: justify; margin-top:1em; margin-bottom:.5em; line-height:1.4em; }

a  			{ color:#01A; text-decoration:underline; }
a:active 	{ color:#70A; }
a:hover  	{ color:#03f; text-decoration: underline; }

h2 { text-align:center; font-size:150%; }
h3 { font-size:130%; }
h4 { font-size:120%; }
h5 { font-size:100%; }

h2, h3, h4, h5 { 
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
	color:#800040;
}

td, th { font-size:100%; }

table.border { border-collapse:collapse; border:solid #CBB 2px; }

.border td 
{
	border:1px solid #DCC;
  	background-color: #FFF;
	font:95% Arial,Helvetica,sans-serif;
  	padding: 0.3em;
	white-space: nowrap;
}

.border th 
{
	color:#544;
	border:1px solid #DCC;
  	background-color: #F0EBDD;
	font:bold 90% Arial,Helvetica,sans-serif;
  	padding: 0.3em;
	white-space: nowrap;
}

.border td.mark	{ background-color: #FCF0F0; }
.border th.mark	{ background-color: #F9D4D9; }

div.center { text-align: center }

.date { 
	font-family:"Palatino Linotype","Book Antiqua","Times New Roman"; 
	font-style:italic;
	font-size:105%; 
	line-height:.75em;
}

dl { line-height:1.4em; }
dd { text-align:justify; }
.help dt { font-weight:bold; padding-bottom:.3em; }
.help dd { padding-bottom:.5em; }

.news dl {
	margin:0;
	padding:0;
}
.news dt 
{ 
	color:#950030;
	font:italic 110% "Palatino Linotype","Book Antiqua","Times New Roman"; 
}

.news dt .version { color:#000; font:normal bold 100% Arial,Helvetica; padding-right:1em; }
.news dd {
	margin-left:1.5em;
}

.news em { font-family:Verdana,Tahoma; color:#400; font-style:normal; }

.news dd p { 
	margin-top:.2em; margin-bottom:.5em; line-height:1.3em; 
}

/* ----------------------------------------------------------------- */
ul.toc, div.toc
{
	float:right; 
	margin:0 10px 1em 2em;
	padding:0;
	font-family: Arial,Helvetica,sans-serif; 
	font-size:90%; 

  	background-color: #F2F2F2;
	background: -moz-linear-gradient(-45deg, #FBFBFB 0%, #E6E6E6 100%); 
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E6E6E6)); 
	background: -o-linear-gradient(-45deg, #FBFBFB 0%, #E6E6E6 100%);
	background: linear-gradient(-45deg, #FBFBFB 0%, #E6E6E6 100%);
  	
	border:1px solid #AAA;
	border-radius:6px;

	-moz-box-shadow:    3px 3px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	box-shadow:         3px 3px 4px rgba(0,0,0,0.3);
} 

.body ul.toc, .body div.toc
{
	margin-right:0;
}

ul.toc, div.toc ul { padding:1em 1em .5em 1em; }
div.toc ul { margin:0; }
ul.toc ul, div.toc ul ul { 
	font-size:90%; 
	margin:0px 0px .3em 1.5em; 
	padding:.5em 0 0 0; 
}
.toc li { list-style-type : none; }
.toc a  { color:#333; text-decoration:none; }
.toc a:active { color:#803040; }
.toc a:hover { color:#803040; text-decoration: underline; }

table.pos { margin-left:20px; font-size:90% }

.thesCover { margin-top:0px; padding:0px 0px 20px 20px; float:right; }

td.valign { vertical-align:top; padding-top:2em }
/*
div.donation { text-align:center; background-color:#EEE4EE; border:1px solid #AA88AA; font-size:90% }
.donation div.header { padding:5px; background-color:#CCAACC; color:#700070; }
.donation .body { padding:5px; }
.donation .body a { text-decoration:none; }
.donation .body a:hover	{ text-decoration:underline; }
.donation div.footer { padding:5px; border-top:1px solid #CCAACC; font-size:110%; }
.donation span.account { color:#008800; }

div.sponsors { height:300; text-align:center; }
div.sponsors img { border:none; padding:.5em }
*/

table.footer { width:100%; margin-top:1em; }

.dictName { /*font-weight:bold;*/ color:#950030; font-family:Verdana,Tahoma; }
a.dictName:hover { color:#E00040; }
.dictInfo { font-style:italic; color:#524; }

ul li { padding-bottom:.3em; }

.freeware { color:#070; font-weight:bold; }

/* Download Button -------------------------------------------*/
p.on_left_of_download_button { padding-right:18em; }

div.home-download {
	margin: 0;
	padding: 0;
	width:18em;
	overflow: hidden;
	position:absolute;
	right:1em;
	top:3.3em;
}

a.download-link,
a.download-link:link,
a.download-link:visited {
	text-decoration: none;
	text-align:left;
	display: block;
	margin: 0 0 10px 15px;
	height:6.5em;
	-moz-box-shadow:    3px 3px 6px rgba(0,0,0,0.3), inset 0 -4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.3), inset 0 -4px rgba(0,0,0,0.1);
	box-shadow:         3px 3px 6px rgba(0,0,0,0.3), inset 0 -4px rgba(0,0,0,0.1);
	border-radius:6px;

	color: #fff;
	overflow: visible;
	background: #F00060; /* old browsers */
	background: -moz-linear-gradient(top, #F00060 0%, #A00030 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F00060), color-stop(100%,#A00030)); /* webkit */
	background: -o-linear-gradient(top, #F00060 0%, #A00030 100%);
	background: linear-gradient(top, #F00060 0%, #A00030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F00060', endColorstr='#A00030',GradientType=0 ); /* ie */
	-moz-transition:    box-shadow 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
	-webkit-transition: box-shadow 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
	transition:         box-shadow 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
}

a.download-link:hover,
a.download-link:active {
	-moz-box-shadow:    2px 2px 3px rgba(0,0,0,0.3), inset 0 -4px rgba(0,0,0,0.15), inset 0 0 80px rgba(255,255,255,0.3);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3), inset 0 -4px rgba(0,0,0,0.15), inset 0 0 80px rgba(255,255,255,0.3);
	box-shadow:         2px 2px 3px rgba(0,0,0,0.3), inset 0 -4px rgba(0,0,0,0.15), inset 0 0 80px rgba(255,255,255,0.3);
	-moz-transition:    box-shadow 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
	-webkit-transition: box-shadow 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
	transition:         box-shadow 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
	text-shadow:none;
}

a.download-link span.download-content {
	position: relative;
    margin-left: -15px;
	display: block;
	background: url(images/download-logo.png) 0px .3em no-repeat;
	height:6.5em;
	font:italic 90% georgia, "Bitstream Charter", serif;
	line-height: 120%;
	padding:10px 10px 0 67px;
}

a.download-link span.download-title {
    display: block;
    font-style: normal;
    font-size:150%;
    line-height:150%;
    letter-spacing: -0.02em;
	margin-bottom: 3px !important;
}

.download-title span.rhymes { padding-right:.2em; }
.download-title span.version { color:#FFEFAF; }

a.download-link:hover,
a.download-link:active {
	background-position: -210px 0;
	text-decoration: none;
	cursor: pointer;
}

a.download-link span.download-info {
	display: block;
	margin-top: 3px;
	color: #AAA;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	line-height: 20px;
}

a.download-link #download-arrow,
a.download-link .download-arrow {
	position: absolute;
	top: 15px;
	right: 15px;
	border:none;
}

.home-download abbr { border-bottom: 0; }


/* -------------------------------------------------- */
div#menu { 
/*	
	font-size:90%;
	width:100%;
	margin:0 0 1em 0;
	padding:0; 
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
	background-color:#803040; 
	background: -moz-linear-gradient(top, #B07070 0%, #803040 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B07070), color-stop(100%,#803040)); 
	background: -o-linear-gradient(top, #B07070 0%, #803040 100%);
	background: linear-gradient(top, #B07070 0%, #803040 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B07070', endColorstr='#803040',GradientType=0 ); 
*/	
}

#menu ul { 
	list-style:none; 
	/*display:block;*/
	overflow:hidden; 

	font:bold 100% Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	width:50em;

	font-size:90%;
	width:100%;
	margin:0 0 1em 0;
	padding:0; 
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
	background-color:#803040; 
	background: -moz-linear-gradient(top, #B07070 0%, #803040 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B07070), color-stop(100%,#803040)); /* webkit */
	background: -o-linear-gradient(top, #B07070 0%, #803040 100%);
	background: linear-gradient(top, #B07070 0%, #803040 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B07070', endColorstr='#803040',GradientType=0 ); /* ie */
}

#menu li { 
	/*display:inline;*/
	float:left; 
	margin:0; 
	padding:0;
	overflow:hidden; 
	border-right:solid 1px #B05060; 
}

#menu a {
	float:left;
	display:block;
	padding:0 1em;
	height:2.65em;
	line-height:2.65em; 
	vertical-align:middle; 
	color:#FFEECF; 
	text-decoration:none; 
	-moz-transition:   background-color 0.3s ease-in-out;
	-webit-transition: background-color 0.3s ease-in-out;
	transition:        background-color 0.3s ease-in-out;
}

/*
#menu li:first {
	display:inline-block;
	width:20em;
}
*/

a#menu_index {
	font:bold 150% "RageItalicRegular", "Brush Script MT";
	width:5.3em;
	overflow:hidden; 
	vertical-align:middle; 
	height:1.75em;
	line-height:1.75em;
	padding:0 0 0 0.75em;
}

#menu_index img {
	border:none;
	vertical-align:middle; 
	margin:0 .2em 0 -10px;	
}

#menu a:active { color:#ffdab9; text-decoration:none; }

#menu a:hover, #menu a.sel:hover { 
	background-color:#B07065; 
	-moz-transition:   background-color 0.3s ease-in-out;
	-webit-transition: background-color 0.3s ease-in-out;
	transition:        background-color 0.3s ease-in-out;
}

#menu a.sel { 
	background-color:#B07070; 
}

/* форма поиска на главной странице */
#dicts selection, #dicts input, form#fSearch {
	margin:0;
	padding:0; 
}

label#sTitle {
	font-size:80%;
}
input#sWord {
	font-size:100%;
	font-weight:bold;
	width:10em;
	height:1.5em;
}
select#cDict {
	font-size:95%;
	width:100%;
	height:1.7em;
}

#cDict option {
	vertical-align:bottom;
	height:1.7em;
} 
#cDict option[value=r] { background:#F4D0C8; }
#cDict option[value=w] { background:#F0D8C4; }

input#submit {
	font-size:95%;
	width:100%;
	line-height:1.4em;
}

/*--------------------------------------------------------------------*/
u { color:#D20000; text-decoration:none; }
span.abbr { font-style:italic; color:darkgreen; }

.word { font-weight:bold; }
.phones { color:#782D00; font-weight:normal; white-space:nowrap; font-size:100%; }
.phones s { font-size:120%; text-decoration:none; }
.phones sub.sub { font-size:80%; }
.phones u { color:#F92700; }
div.help b, table.words td { 
	color:#106; 
	font-family:PT Sans Caption,Verdana,Helvetica,sans-serif; 
	cursor:text; 
	font-weight:normal; 
}
div.news b { 
	color:#000;
	font:bold 100% Arial,Helvetica,sans-serif;
}

span.words { color:#008; font-family:Arial,Helvetica,sans-serif; cursor:text; }
span.blue { font-weight:normal; color:#909; }
span.underline { font-weight:bold; }

/*--------------------------------------------------------------------*/
th { text-align:left; }
table.dictInfo { 
	font-style:normal;
	padding:.2em .5em; 
	background:#FFF6DC; 
	background: -moz-linear-gradient(-45deg, #FFF9DF 0%, #FFE9CF 100%); 
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#FFF9DF), color-stop(100%,#FFE9CF)); 
	background: -o-linear-gradient(-45deg, #FFF9DF 0%, #FFE9CF 100%);
	background: linear-gradient(-45deg, #FFF9DF 0%, #FFE9CF 100%);

	border:1px solid #AAA;
	border-radius:6px;
	
	-moz-box-shadow:    3px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	box-shadow:         3px 3px 3px rgba(0,0,0,0.3);
}
table.dictInfo th { font-weight:normal; padding-right:1em; }
table.dictInfo td { font-weight:bold; 	text-align:right; } /* кол-во статей */
caption { padding:0; font:normal 105% PT Sans Caption,Verdana,Tahoma; color:#800040; }

/*
.superbody {
	max-width:110em;
	margin:0 auto; 
}*/

div.help { 
	max-width:85em;
	margin:0 auto; 
}

/*
.help > p, .help > h3, .help > h4, .help > ul, .help > ol, .help dl
{
	max-width:1300px;
}
*/

.help > table { margin:0 0 1em 2em; }

.help ol.bibliography { margin-top:0em; margin-left:2.0em; padding:0; }
.help .bibliography li { padding-bottom:0.4em; }
/* автор */
.help .bibliography b { font-weight:normal; cursor:text; color:#600; font-family:Arial,Verdana,Tahoma,Helvetica,sans-serif; }
/* название книги */
.help .bibliography > li > em,
.help .bibliography > li > a { 
	font-style:italic; 
	color:#206; 
}
.help .bibliography > li > a:hover  { color:#03f; }

.sel { background-color:#FFE6AA; }

.help div.Entry { 
	padding:.6em .5em .2em .9em; 
	margin:.3em .0em; 
	background-color:#FFF; 
	max-width:700px;
	font-size:90%;
	
	border:1px solid #DDD;
	border-radius:6px;
}
.help .Entry b { 
	color:#000; 
	font-family:PT Sans,Arial,Verdana,Tahoma,Helvetica,sans-serif; 
}
.help .Entry div.dots { margin-top:-.4em; }
.help .mark { background-color:#EEFAFF; }

.rhymes {
    font:130% RageItalic; 
} 

.help table.words { width:20em; margin:.5em; }
.help table.words td, .help table.words th { padding:0 2em 0 2em; }
td.r { text-align:right; }

/* описание Грамматического словаря */
.two_columns caption { padding:.5em  0 .5em 0; }
.two_columns td { 
	border:1px #E5CCCC solid;
	border-radius:6px; 
	
	vertical-align:top; 
	padding-bottom:.5em; 
	background:#FFF3D9;
}
	
.gram_list th, .gram_list td { padding:0 .5em; border:0; }

.desc,
.gram_list th:first-child
{ 
	color:rgb(0,143,0); font-style:italic; font-weight:normal; 
}
/* примеры */
.gram_list td+td
{ 
	padding-left:2em;
	color:#106; font:100% Arial,Verdana,Helvetica,sans-serif;
}
.gram_list th[colspan="4"]
{ 
	color:#000; font-style:normal; font-weight:bold; 
}
.help table { margin-top:.6em; }

.help abbr { border-bottom:0; cursor:help; }

figure.screenshot {
	float:right;
	margin:1em 0 1em 2em;
}

figure.screenshot.left {
	float:left;
	margin:1em 2em 1em 0;
}

figure.screenshot.block {
	display:block;
	float:none;
	width:100%;
	text-align:center;
	margin:1em 0 1em 0;
}

figure.screenshot img {
	width:379px;
	height:453px;
	border-radius:8px;

	box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.screenshot figcaption {
	display:block;
	margin-top:0em;
	padding:.5em 1em;
	font-size:90%;
	color:#645;
	text-align:center;
	line-height:1.4em;
}

.help figcaption b {
	color:#645;
	font-weight:bold;
}

ul.dicts { 
	background:#FFF6DC; 
	background: -moz-linear-gradient(-45deg, #FFF9DF 0%, #FFE9CF 100%); 
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#FFF9DF), color-stop(100%,#FFE9CF)); 
	background: -o-linear-gradient(-45deg, #FFF9DF 0%, #FFE9CF 100%);
	background: linear-gradient(-45deg, #FFF9DF 0%, #FFE9CF 100%);
	border-radius:6px;
} 

ul + ul.dicts { 
	border-top:1px solid #DDD;
	border-radius:0 0 6px 6px;
}

.toc li.download a {
	display:block;
	border-radius:1em;
	border:1px solid #FEC594;
	background:#FFE5CA; 
	background: -moz-linear-gradient(-90deg, #FFE5CA 0%, #FEC594 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE5CA), color-stop(100%,#FEC594)); 
	background: -o-linear-gradient(90deg, #FFE5CA 0%, #FEC594 100%);
	background: linear-gradient(90deg, #FFE5CA 0%, #FEC594 100%);

	text-align:center; font-weight:bold; 

	box-shadow:0px 0px .3em rgba(0,0,0,.5);
	margin-top:.5em;
	padding:.4em;
}
.toc li.download a:hover {
	text-decoration:none;
	color:#420;
	border:1px solid #FFC066;
	background:#FFD494; 
	background: -moz-linear-gradient(-90deg, #FFE0AE 0%, #FFC066 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE0AE), color-stop(100%,#FFC066)); 
	background: -o-linear-gradient(90deg, #FFE0AE 0%, #FFC066 100%);
	background: linear-gradient(90deg, #FFE0AE 0%, #FFC066 100%);
	box-shadow:0px 0px .5em rgba(0,0,0,.4);
}
.toc li.strong { text-align:center; font-weight:bold; padding-top:.4em; }

table.dictInfo { 
	float:left;
	margin:0 2em 1.5em 10px;
}

.help > h3.first,
.help > p.first
{ 
	clear:left; 
}
	
/*	
header { display:table; padding:0; margin:0; }
header table.dictInfo { 
	display:table-cell; 
	margin:0; 
	vertical-align:top; 
	float:none;
}

header > h2,
header > hgroup
{
	display:table-cell;
	width:100%;
	padding:.3em 1em;
}
*/

h2 {
	margin-top:1.5em;
}

hgroup { padding:0; margin:0; }

hgroup h2 { 
	padding:.3em 1em; 
	margin:1.2em 0 0 0;
}
hgroup h4 { 
	margin:0; 
	padding:0; 
	text-align:center; 	
	color:#A02060;
}

span.style { font-style:italic; color:purple; }
span.subj { font-style:italic; color:DarkOrchid; }

#share42 {
  float:left;
}
#share42:hover {
}
#share42 a {opacity:0.7;}
#share42:hover a {opacity: 0.8}
#share42 a:hover {opacity: 1}

*+html #share42 { display:none; }
