@charset "utf-8";
/* CSS Document */



/********* Nulling *********/

* {
	outline: none;
}

html {
	/*min-width: 1000px;*/ _width: expression(document.body.clientWidth > 1000 ? '100%' : '1000px');
	overflow: auto;
}

body {
	width: 100%; height: 100%;
	overflow-x: hidden;
	font-size: 12pt; font-family: Georgia;
	color: #000;
	background: #fcfcfc;
    width: auto; /*min-width: 1000px;*/
	padding: 0;
}

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;
}

input[type="text"], input[type="password"], textarea {
	border-width: 1px;
}

a {
	text-decoration: underline;
}

img {
	border-width: 0;
	vertical-align: baseline;
}

ol, ul {
	margin: 0 0 1em 1em;
}

ol li {
	margin: 0 0 0 1.5em;
}

ul li {
	list-style-type: none;
}



/*********** GW ***********/

.greatwords {
	margin: 40pt 0 16pt 0;
	font-size: 14pt;
	line-height: 21pt;
	color: #101010;
	max-width: 90%;
}

.verse {
	margin-left: 36pt;
}

.information {
    font-weight: 100;
	margin: 0 0 15pt 0;
	font-size: 12pt; font-style: italic;
	line-height: 21pt;
    padding: 0 0 0 2%;
}

.quotetags {
	margin: 22pt 0 12pt 0;
	font-size: 8pt;
	line-height: 18pt;
	color: #6f6f6f;
}

.quotemenu {
	margin: 0 0 8pt 0;
	font-size: 9pt;
	line-height: 18pt;
	color: #6f6f6f;
}

.quotemenu input {
	width: 12pc;
	font-size: 8pt;
/*	line-height: 18pt; */
}



/********* Headers *********/

.quotesby {
    font-weight: 100;
	margin: 43pt 0 21pt 0;
	font-size: 24pt;
	line-height: 24pt;
  /*	word-spacing: 0.5em; */
/*	letter-spacing: 0.5em;
	text-transform: uppercase;*/
	color: #0f0f0f;
}

.pageheader {
    font-weight: 100;
	margin: 33pt 0 0 0;
	font-size: 18pt;
	line-height: 24pt;
	color: #5f5f5f;
}

.contentheader {
    padding: 0px 0px 0px 6.9%;
}

.ctrl {
   cursor:pointer;
   border-bottom: 1px solid #4C4C4C;
   color: #4C4C4C;
}
.ctrl:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

h2.x {
    font-weight: 100;
	margin: 22pt 0 12pt 0;
	font-size: 14pt;
	line-height: 36pt;
	color: #000;
}

h2.first {
    font-weight: 100;
	margin: 84pt 0 7pt 0;
	font-size: 14pt;
	color: #000;
}

h3 {
    font-weight: 100;
	margin: 18pt 0 6pt 0;
	font-size: 12pt;
}



/*********** Clouds ***********/

.p8 {font-size: 7pt; color: #4c4c4c !important;}
.p9 {font-size: 8pt; color: #4a4a4a !important;}
.p10 {font-size: 9pt; color: #484848 !important;}
.p11 {font-size: 10pt; color: #464646 !important;}
.p12 {font-size: 11pt; color: #444444 !important;}
.p13 {font-size: 12pt; color: #424242 !important;}
.p14 {font-size: 13pt; color: #404040 !important;}
.p15 {font-size: 14pt; color: #3e3e3e !important;}
.p16 {font-size: 15pt; color: #3c3c3c !important;}
.p17 {font-size: 16pt; color: #3a3a3a !important;}
.p18 {font-size: 17pt; color: #383838 !important;}
.p19 {font-size: 18pt; color: #363636 !important;}
.p20 {font-size: 19pt; color: #343434 !important;}
.p21 {font-size: 20pt; color: #323232 !important;}
.p22 {font-size: 21pt; color: #303030 !important;}
.p23 {font-size: 22pt; color: #2e2e2e !important;}
.p24 {font-size: 23pt; color: #2c2c2c !important;}
.p25 {font-size: 24pt; color: #2a2a2a !important;}
.p26 {font-size: 25pt; color: #282828 !important;}
.p27 {font-size: 26pt; color: #262626 !important;}
.p28 {font-size: 27pt; color: #242424 !important;}
.p29 {font-size: 28pt; color: #222222 !important;}
.p30 {font-size: 29pt; color: #202020 !important;}
.p31 {font-size: 30pt; color: #1e1e1e !important;}
.p32 {font-size: 31pt; color: #1c1c1c !important;}
.p33 {font-size: 32pt; color: #1a1a1a !important;}
.p34 {font-size: 33pt; color: #181818 !important;}
.p35 {font-size: 34pt; color: #161616 !important;}
.p36 {font-size: 35pt; color: #141414 !important;}




/********* Divs, boxes *********/

.authorization {
	padding: 0pt 9pt;
	position: absolute;
	left: 0%; top: 48px;
	font-size: 14pt;
	display: none;
	background: #f5f5f5;
	z-index: 100;
}

.header {
	width: 100%; height: 48px;
	overflow: hidden;
	background: url(/images/white_bg_header.png) repeat-x;
}

.buttons {
	width: 750px; height: 48px;
	position: absolute;
	top: 9px; left: 0px;
}

.content {
	padding: 0 0 0 7.5%;
	width: 70%; overflow: hidden;
}

.player {
	width: 20%;
	position: absolute;
	z-index: 10;
	top: 48px; right: 0; bottom: 27.5pt;
	border-top: 11pt solid #f5f5f5;
}

.playlist {
	background: #f5f5f5;
    width: 100%;
	overflow: hidden;
	max-height: 100%;
	position: relative;
}

noindex:-o-prefocus,.playlist {
	height: 100%;
	position: relative;
}

.playlist-body {
	width: 100%;
	/* width: 250px !important; */
	overflow: hidden;
}

.playlist-feather {
    width: 50px; height: 100%;
	position: absolute;
	z-index: 50;
	top: 0; right: 0;
	background: url(/images/white_playlist_feather.png) repeat-y; _background: none;
	/*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/white_playlist_feather.png',sizingMethod='scale'); */
}

.playlist-scroll {
	background-color: #C0C0C0;
	width: 8.25pt;
	position: absolute;
	z-index: 100;
	top: 0; right: 0; bottom: 0;
}

.playlist-scroll div + img {
	width: 8.25pt; height: 8.25pt;
	position: absolute;
	top: 0;
}

.playlist-scroll img + img {
	width: 8.25pt; height: 8.25pt;
	position: absolute;
	bottom: 0;
}

.playlist-scroll-body {
	margin: 0 auto;
	width: 100%;
	background-color: #999999;
	height: 5%;
	margin-top: 10%;
}

.playlist-scroll-body:active {
	background-color: #606060;
}

.playlist-additional span {
	padding: 0 0.5em;
	background: #e0e0e0;
}

.playlist-additional .disabled {
	cursor: default;
	color: #303030 !important;
	background: #f0f0f0 !important;
}

.playlist-additional {
    display: block;
	font-size: 10pt;
	line-height: 10pt;
	width: 100%; height: 10pt;
	background: #f5f5f5;
	padding: 11.5pt 0 6pt 0;
}

.playlist-footer {
	display: block;
	font-size: 7pt;
	width: 95%; height: 7pt;
	background: #ffffff;
    color: #6F6F6F;
	padding: 0 0 8pt 5pt;
}

.playlist-footer a:link {
    color: #6F6F6F;
}
.playlist-footer a:visited {
    color: #6F6F6F;
}
/*.pagetitle {
    height: 30px;
	position: absolute;
	top: 9px;
    right: 115px;
    overflow: hidden;

    font-weight: 100;
    font-size: 10pt;
    font-style: italic;
    line-height: 21pt;
}*/
.pult  {
	width: 20%;
    height: 30px;
	position: absolute;
	top: 9px; right: 0;
    min-width: 100px;
    overflow: hidden;
}
#pult-next, #pult-previous {
  display: block;
  float:left;
  margin: 0 0 0 13px;
  width: 30px;
  height:30px;
  background-image: url('/images/white_pult.png');
}
span#pult-previous{
  background-position:0 -30px;
}
span#pult-next {
  background-position:-30px -30px;
}
a#pult-previous{
  background-position:0 0;
}
a#pult-next {
  background-position:-30px 0;
}

#donate {
  float:right;
  height:30px;
  width: 150px;
  margin-right: 8px;
  background-image: url(/images/white_buttons.png);
  background-position: -721px 0;
}
#donate:hover {
  background-position: -721px -30px;
}
#donate.active {
  background-position: -721px -60px;
}

.right-bar {
	margin: 40pt 0 0 0;
	width: 20%;
	position: absolute;
	left: 80%; top: 48px;
}

.button-bar:link, .button-bar:visited, .button-bar-down:link, .button-bar-down:visited {
	padding: 9pt 0 7pt 18pt;
	font-size: 10pt;
	line-height: 10pt;
	display: block;
	text-decoration: none;
	color: #1f1f1f;
	background: url(/images/white_buttons-bar.png) repeat-x 0 0;
	} .button-bar:hover, .button-bar-down:hover {
	color: #000;
	background: url(/images/white_buttons-bar.png) repeat-x 0 -72px;
	} .button-bar:active, .button-bar-down:hover {
	color: #a0a0a0;
	background: url(/images/white_buttons-bar.png) repeat-x 0 -144px;
}

.button-bar {
	margin: 0 0 1pt 0;
}

.button-bar-down {
	margin: 1pt 0 0 0;
}

.in-right-bar {
	padding: 1em 12.5%;
	background: #efefef;
	color: #000;
}

.nomargin {
	margin-top: 0em !important;
	margin-bottom: 0em !important;
}

.right-bar p {
	margin: 18pt 0;
	font-size: 10pt;
	line-height: 18pt;
}

.right-bar a span {
	color: #808000;
	text-decoration: underline;
	} a:hover span {
	color: #2e2e00;
}

.tags {
	margin-bottom: 36pt;
	line-height: 12pt;
	font-size: 8pt;
	word-spacing: 0pt;
}



/* Links */

a:link, a:visited, a:active {
	color: #0f0f0f;
}
a:hover {
	color: #000;
}

.buttons a {
	height: 30px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;
	text-decoration: none !important;
}

.buttons img {
	position: relative;
}

a.button:link img, a.button:visited img {
	top: -0px;
	} a.button:hover img {
	top: -30px;
	} a.button:active img {
	top: -60px;
}

a.button-active img {
	top: -60px;
}

a.button-pushed img {
	top: -90px;
}

.loosers a:link, .loosers a:visited, .loosers a:active {
	color: #000;
	} .loosers a:hover {
	color: #303030;
}

.information a:link, .information a:visited, .information a:active {
	color: #0f0f0f;
	} .information a:hover {
	color: #000;
}

.playlist-item a:link, .playlist-item a:visited {
	margin: 4pt 0; padding: 0 0 0 1em;
	display: block;
	font-size: 10pt;
	line-height: 14pt;
	white-space: nowrap;
	text-decoration: none;
	color: #606060;
	} .playlist-item a:hover {
	color: #202020;
	background: #e0e0e0;
	} .playlist-item a:active {
	color: #202020;
	background: #d0d0d0;
}

.playing span {
	margin: 4pt 0; padding: 0 0 0 1em;
	display: block;
	font-size: 10pt;
	line-height: 14pt;
	white-space: nowrap;
	text-decoration: none;
	color: #000;
}

.playlist-additional a:link, .playlist-additional a:visited, .playlist-additional a:active {
	padding: 0 0.5em;
	text-decoration: none;
	color: #606060;
	background: #e0e0e0;
	} .playlist-additional a:hover {
	color: #202020;
	background: #f0f0f0;
	} .playlist-additional a:active {
	color: #202020;
	background: #f0f0f0;
}

.tags a:link, .tags a:visited, .tags a:active {
	margin: 0 8pt 0 0;
	text-decoration: none !important;
	white-space: nowrap;
	} .tags a:hover {
	color: #000 !important;
}

.quotetags a:link, .quotetags a:visited, .quotetags a:active {
	color: #6f6f6f;
	} .quotetags a:hover {
	color: #008000;
}

.quotemenu a:link, .quotemenu a:visited, .quotemenu a:active {
	color: #6f6f6f;
	} .quotemenu a:hover {
	color: #800000;
}



/*********** System ***********/

.done {
	padding: 1em;
	width: 15%;
	position: fixed;
	bottom: 50%; left: 85%;
	display: none;
	z-index: 1000;
	color: #000;
	background: #88f;
}

.loosers {
	margin: 0.5em 0 0 0; padding: 0.5em 2.5%;
	width: 95%;
	position: absolute;
	top: 48px; left: 0;
	display: block;
	z-index: 0.5;
	color: #000;
	background: #e0e0e0;
}

.errors {
	padding: 1em;
	width: 15%;
	position: fixed;
	bottom: 50%; left: 85%;
	display: none;
	z-index: 1000;
	color: #000;
	background: #f00;
}

.message {
	margin: 0 0 18pt 0; padding: 12pt 18pt;
	font-size: 12pt;
	line-height: 18pt;
	background: #a4f2ad;
}

.loading {
	width: 100%; height: 100%;
	position: fixed;
	top: 0%; left: 0%;
	display: none;
	z-index: 1000;
	cursor: wait;
}

.loading img {
	position: absolute;
	top: 90%; left: 90%;
}



/********* My own style *********/

/* Align */

.acenter {text-align: center;}
.aleft {text-align: left;}
.aright {text-align: right;}
.left {float: left;}
.right {float: right;}

/* Block */

.block {display: block;}
.clear {height: 1px; clear: both;}
.hidden {display: none;}
.inline {display: inline;}
.overflow-hidden {overflow: hidden;}

/* Font */

.ddd {color: #ddd;}
.font10 {font-size: 10pt;}
.font14 {font-size: 14pt;}
.font68 {font-size: 68%;}
.silver {color: silver;}
.smallcaps {font-variant: small-caps; text-transform: lowercase;}

/* Margin */

.tgap {margin-top: 2em !important;}
.trgap {margin-top: 36pt !important;}
.rgap {margin-right: 2em !important;}
.bgap {margin-bottom: 2em !important;}
.brgap {margin-bottom: 36pt !important;}
.lgap {margin-left: 2em !important;}
.vgap {margin-top: 2em !important; margin-bottom: 2em !important;}
.hgap {margin-left: 2em !important; margin-right: 2em !important;}

.tspace {margin-top: 1em !important;}
.trspace {margin-top: 18pt !important;}
.rspace {margin-right: 1em !important;}
.bspace {margin-bottom: 1em !important;}
.brspace {margin-bottom: 18pt !important;}
.lspace {margin-left: 1em !important;}
.vspace {margin-top: 1em !important; margin-bottom: 1em !important;}
.hspace {margin-left: 1em !important; margin-right: 1em !important;}

.tmargin {margin-top: 0.5em !important;}
.rmargin {margin-right: 0.5em !important;}
.bmargin {margin-bottom: 0.5em !important;}
.lmargin {margin-left: 0.5em !important;}
.vmargin {margin-top: 0.5em !important; margin-bottom: 0.5em !important;}
.hmargin {margin-left: 0.5em !important; margin-right: 0.5em !important;}

/* Other */

.correct {border: 1px solid #00ff0d;}
.incorrect {border: 1px solid #ff000d;}

/* Text */

.nowrap {white-space: nowrap;}

/* Width */

.ten {width: 10%;}
.fiveteen {width: 15%;}
.fifth {width: 20%;}
.fourtyseven, .half {width: 47.5%;}
.thirty {width: 30%;}
.fourty {width: 40%;}
.fifty {width: 50%;}
.eighty {width: 80%;}
.max {width: 100%;}



/ *** TRASH ***/

.playlist-zero {
	display: inline;
}

span.sbrace {margin-right: 0.5em}
span.hbrace {margin-left: -0.5em}

span.slaquo {margin-right: 0.44em}
span.hlaquo {margin-left: -0.44em}
span.slaquo-s {margin-right: 0.7em}
span.hlaquo-s {margin-left: -0.7em}
span.slaquo-b {margin-left: 0.85em}
span.hlaquo-b {margin-left: -0.85em}

span.sbdquo {margin-right: 0.4em}
span.hbdquo {margin-left: -0.4em}
span.sbdquo-s {margin-right: 0.35em}
span.hbdquo-s {margin-left: -0.35em}

span.squot {margin-right: 0.32em}
span.hquot {margin-left: -0.32em}

span.sowc {margin-right: 0.04em}
span.howc {margin-left: -0.04em}

span.sowcr {margin-right: 0.05em}
span.howcr {margin-left: -0.05em}

#registration-form, #write-form, #search-form {
	margin: 36pt 0;
}

.font12rythm18 {
	font-size: 12pt;
}

.submit {
	margin-top: 18pt; padding: 2pt;
	font-size: 14pt;
	line-height: 14pt;
	display: block;
}

#search-form .submit {
	margin-top: 18pt; padding: 2pt;
	font-size: 14pt;
	line-height: 14pt;
	display: inline;
}

#index-button {width: 96px; left: 20px;}
#auth-button {width: 61px; left: 136px;}
#logout-button {width: 62px; left: 136px;}
#reg-button {width: 150px; left: 207px;}
#my-button {width: 138px; left: 208px;}
#favorites-button {width: 91px; left: 356px;}

.user #write-button {width: 121px; left: 467px;}
.user #search-button {width: 61px; left: 598px;}
.nouser #write-button {width: 121px; left: 378px;}
.nouser #search-button {width: 61px; left: 509px;}

#index-button img {left: -721px;}
#reg-button img {left: -37px;}
#auth-button img {left: -187px;}
#favorites-button img {left: -248px;}
#my-button img {left: -339px;}
#logout-button img {left: -477px;}
#write-button img {left: -539px;}
#search-button img {left: -660px;}

.searchresults {
	margin: 0 0 36pt 0;
}

.searchresults p {
	margin: 18pt 0;
	font-size: 12pt;
	line-height: 18pt;
}

.null, .button {
	/* empty */
}

.panelcontent {
	padding: 0 5%;
	width: 90%; overflow: hidden;
}

.searchresults p {
	margin-bottom: 0 !important;
}

a.rss:link, a.rss:visited, a.rss:active {
	color: #808000;
	background: #e0e0e0;
	text-transform: lowercase;
	font-variant: small-caps;
	} a.rss:hover {
	color: #404000;
}

/* stats */

ul.sites li {
	margin: 3pt 0;
	width: 30%;
	float: left;
}

.poll-item {
    clear:both;
    float:left;
    margin-bottom:30px;
    width:100%;
}

.poll-item dl {
    margin:0;
    padding:0;
}

.poll dl {
    clear:both;
    float:left;
    width:100%;
}

.poll dl dt {
    float:left;
    font-size:97.6%;
    margin-left:-20px;
    text-align:right;
    width:12%;
}

.poll dl dd {
    float:left;
    margin-left:20px;
    width:87%;
}

.keyword {
    display:inline;
    font-weight: 100;
    font-size: 8pt;
	line-height: 18pt;
	color: #6f6f6f;
}

.adsense {
    padding: 0 0 0 7.5%;
    margin-top: 21pt;
	width: 70%;
    font-size: 14px;
    color: #5F5F5F;
    display: none;
}

#hide-ads {
    margin-left: 15px;
    text-decoration: none;
    border-bottom: 1px dotted #0F0F0F;
    font-size: 12px;
    display: none;
}

.smart {
  font-size: 10px;
  color: #666;
  padding: 15px 0px 0px 7.5%;
  width: 70%;
}
.smart a {
  color: #666;
}
.footerlink {
  margin: 30px 0 25px 6.9%;
  width: 70%;
  font-size: 9pt;
  color:#6F6F6F;
}
.footerlink a:hover {
color: maroon;
}

.illustration-image {
    position: absolute;
    top: -99999px;
}

.footer-icon {
    display: block;
    float: left;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    margin: 0 3px 21px 0;
}

.facebook-icon {
    background-image: url('/images/facebook.png');
}

.vk-icon {
    background-image: url('/images/vk.png');
}

.twitter-icon {
    background-image: url('/images/twitter.png');
}

.api-icon {
    background-image: url('/images/api.png');
}

.rss-icon {
    background-image: url('/images/rss.png');
}

.author-info {
    font-size: 10pt;
    color: #6f6f6f;
    margin: 0 0 0 15pt;
    width: 95%;
}

.on-keyboard {
    float: left;
    padding: 5px 0px 5px 13px;
    font-size: 9pt;
    font-style: italic;
    color: #6f6f6f;
}

.touch-available {
    padding: 0 0 0 7.5%;
    margin-top: 10pt;
    margin-bottom: 0;
	width: 70%;
    font-style: italic;
    color: #303030;
    font-size: 11pt;
}

.other-quotes {
    margin: 30pt 0 16pt 0;
	font-size: 8pt;
	line-height: 21pt;
	color: #8f8f8f;
	max-width: 56pc;
    padding: 0 0 0 7.5%;
    width: 70%;
}

.other-quotes p {
    line-height: normal;
    margin: 3pt 0 0 3pt;
}

.other-quotes-h {
    font-size: 11pt;
}

.other-quotes-h i {
    font-size: 9pt;
}

.no-underline {text-decoration: none;}
a.no-underline {color: #4f4f4f;}

.share, .share-remove {
	background-image: url('/images/share2_w.png');
	background-repeat: no-repeat;
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: -7px;
	margin-left: 9px;
	line-height: 24px;
}

.share:link, .share:visited {
	opacity: 0.50;
	} .share:hover, .share:active {
	opacity: 1;
	} .share:active {
}

.share-remove:link, .share-remove:visited, .share-remove:hover, .share-remove:active {
	opacity: 1;
}

#share-vkontakte {background-position: -36px 0px;}
#share-twitter {background-position: -0px 0px;}
#share-facebook {background-position: -18px 0px;}
#share-livejournal {background-position: -54px 0px;}
#share-mail {background-position: -72px 0px;}
#share-odnoklassniki {background-position: -90px 0px;}
#favorites-link {background-position: -108px 0px;}

#share-div {
    font-size: 14px;
}

.look-more {
	margin: 20px 0 20px 7.5%;
	border: 1px #000 dotted;
	padding: 15px 20px;
	width: 57%;
}

.look-more legend {
	padding: 0 5px;
	font-style: italic;
	font-size: 10pt;
}

.look-more a.siteurl {
	font-size: 9pt;
	font-style: italic;
	text-decoration: underline;
}

.guessthequote-icon {
	width: 100px;
	margin-right: 20px;
}

.look-more a.guessthequote-info, .look-more a.article-info {
	font-weight: 100;
	margin: 8pt 0 5pt 0;
	font-size: 12pt; font-style: italic;
	line-height: 14pt;
    text-decoration: none;
    display: block;
}

.look-more a.guessthequote, .look-more a.article-title {
	color: #101010;
	font-size: 14pt;
	text-decoration: underline;
}

.article-image {
	height: 100px;
	margin-right: 20px;
	margin-bottom: 10px;
}