body {
  /* background-image: url(/images/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed; */
  font-family: Verdana;
  height: 100%;
  background: rgb(210,117,170);
  background: radial-gradient(circle, rgba(210,117,170,1) 0%, rgba(61,36,93,1) 68%, rgba(61,36,93,1) 100%);
}
html {
  height: 100%;
}
#top {
  height: 150px;
}

#header {
  background-image: url(/images/what_does_your_dreams_mean.png);
  background-repeat: no-repeat;
  margin: 0px auto;
  height: 169px;
  width: 538px;
}
#word_div {
  width: 500px;
  margin: 10px auto 0px;
}
#word {
/*
  width: 500px;
  height: 40px;
  border: 1px solid #f4dbf0;
*/
  background-color: #9f5a90;
  color: #FFF;
/*
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 20pt;
  color: #FFF;
  text-shadow: 1px 1px 0px #222;
  filter: dropshadow(color=#222, offx=1, offy=1);
  padding-left: 10px;
*/
}
.fbg {
	background-color: #9f5a90;
	color: #ffc8ff;
}
.wd_label {
  width: 350px;
  display: block;
  float: left;
  line-height: 30px;
}
.dict {
  display: block;
  float: left;
  color: #FFCCFF;
  font-size: 12pt;
  text-align: right;
  width: 120px;
  line-height: 30px;
}

.card {
    background-color: rgba(0, 0, 0, 0.2);
    color: #eeeeee
}
.dream {
    background-color: rgba(255, 255, 255, 1);
    color: #eeeeee
}
.card-text {
	color: #dcb8de
}
.dream-text {
	color: #541f58
}
.text-blue {
	color: #790681
}
.text-blue:hover {
	color: #af1eb9
}
.btn-light {
	background-color: rgba(255, 255, 255, 0.4);
}
#content {
    min-height: 100%;
    height: auto !important;
	height: 100%;
}
#footer {
   background-image: url(/images/panel.png);
   overflow: hidden;
}
.closed_footer {
  height: 50px;
  margin-top: -50px;
}
.opened_footer {
  height: 200px;
  margin-top: -200px;
}
#slidebut {
  background-image: url(/images/btn_slide.png);
  width: 100px;
  margin: 0px auto;
  height: 50px;
  font-size: 11pt;
  color: #FFF;
  text-shadow: 1px 1px 0px #222;
  filter: dropshadow(color=#222, offx=1, offy=1);
  text-align: center;
  cursor: pointer;
}
#az {
  line-height: 30px;
  font-size: 16pt;
}
#slidedesc {
  width: 900px;
  margin: 0px auto;
}
#slidedesc li {
  float: left;
  width: 290px;
  font-size: 9pt;
  color: #AAA;
  text-shadow: 1px 1px 0px #222;
  filter: dropshadow(color=#222, offx=1, offy=1);
  padding: 3px 0px;
  margin: 0px 5px;
}
#slidedesc H2 {
  font-size: 14pt;
  color: #CCC;
  text-shadow: 1px 1px 0px #222;
  filter: dropshadow(color=#222, offx=1, offy=1);
  margin-bottom: 5px;
}
#slidedesc H2 A {
  color: #CCC;
  text-decoration: none;
}
#slidedesc H2 A:hover {
  color: #FFF;
}


/* -------------------------- AVTORS ------------------------------- */

#under {
  width: 1000px;
  margin: 0px auto;
  background-color: #EEE;
  border: 1px solid #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
#underul {
  margin: 20px 55px 0px;
}

#underul li {
  float: left;
  width: 30px;
  line-height: 30px;
  background-color: #9f5a90;
  color: #FFF;
  text-shadow: 1px 1px 0px #222;
  filter: dropshadow(color=#222, offx=1, offy=1);
  text-align: center;
  margin: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#underul li a {
  color: #FFF;
}
#words ul li {
  float: left;
  padding-right: 10px;
  line-height: 28px;
}
#letter {
  line-height: 30px;
  background-color: #9f5a90;
  color: #FFF;
  text-shadow: 1px 1px 0px #222;
  filter: dropshadow(color=#222, offx=1, offy=1);
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 30px 400px 5px 400px;
}
#words A {
    text-decoration: none;
    color: #9f5a90;
    padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#words A:hover {
    background-color: #9f5a90;
    color: #FFF;
}
#under H2 {
  font-size: 20pt;
  color: #9f5a90;
  font-weight: bold;
}
#logo {
  margin-top: 10px;
}
#under #word {
  margin-bottom: 50px;
  border: 1px solid #AAA;
  background-color: #FFF;
  color: #9f5a90;
  text-shadow: none;
  filter: dropshadow(color=#222, offx=0, offy=0);

}
#mean {
  line-height: 25px;
  margin-top: 30px;
}
#ballon {
  text-align: left;
  background-color: #FCFCFC;
  padding: 30px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-radius: 0px 8px 8px 8px;
    border-radius: 0px 8px 8px 8px;
}
#bread {
    background-color: #FCFCFC;
    width:300px;
    text-align: left;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;

    padding: 8px;
}
b {
  font-weight: bold;
}
#ballon a,#bread a{
  color: #6C3E62;
  text-decoration: none;
}
#ballon a:hover,#bread a:hover{
  color: #AF74A2;
}
#share {
  margin-top: 20px;
}
