/* common.css */
a, a:visited, a:active {text-decoration: none; font-weight: normal; color:#C7AE7F;}
body {margin:0;padding:0; font-family: Helvetica, Arial, Geneva,  Verdana, sans-serif;}
.nobr {display: inline;}
.blind {display: none;}

/* header ***********************************/

/*
.main_header
{
  left:10;
  right: 10;
  top:10;
  height: 45px;
  width: 45px;
  border-radius: 20px;
  background-color: gray;
  background: rgba(128, 128, 128, 0.6);
  position: absolute;
  display: inline;
   width: 155px;
}
*/
.main_icon
{
  left:3;
  top:3;
  position: relative;
  display: inline;
  cursor: pointer;
}

.main_title
{
  left:15;
  top:-6;
  font-size: 30px;
  position: relative;
  display: inline;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
  cursor: pointer;
  color:#C7AE7F;
}

.menu_icon
{
  right:15;
  top:2;
  position: absolute;
  display: inline;
  cursor: pointer;
}

.menu_list
{
  left: 50px;
  top:15px;
  right:0;
  height: 50px;
  width: 240px;
  border-radius: 20px;
  /*
  background-color: gray;
  background: rgba(128, 128, 128, 0.6);
  */
  position: absolute;
  z-index: 1000;
}

.menu_item
{
    color: #C7AE7F;   /*#B79E6F;*/
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    cursor: pointer;
    text-align:left;
    font-size: 20px;
    margin: 30px;
    position: relative;
}

/*albums ************************************/

.albums_title
{
  right:15;
  top:2;
  font-size: 30px;
  position: absolute;
  display: inline;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
  cursor: pointer;
  color:#C7AE7F;
}

. theme_name
{
  right:200;
  top:58;
  font-size: 30px;
  position: absolute;
  display:inline;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
  color:#C7AE7F;
}

.resolution
{
  left:15;
  top:70;
  position: absolute;
  display: inline;
  font-weight: normal;
}
.paginator
{
  left:400;
  top:70;
  position: absolute;
  display: inline;
  font-weight: normal;
}

.control
{
  left: 15;
  top:110;
  position: absolute;
  display: inline;
}

.microcovers
{
  left: 210;
  top:100;
  position: absolute;
  display: inline;
}

.microcover
{
    width:128px;
    height:128px;
    margin: 10px;
    position: relative;
    display: inline;
}

.theme
{
  top:1;
  left: 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  text-indent: 10px;
}

.subtitle
{
  font-size: 16px;
  font-weight: bold;
  color:#C7AE7F;
}

.selected
{
  border-radius: 10px;
  background-color: gray;
  background: rgba(128, 128, 128, 0.6);
  text-shadow: 1px 1px 1px #000;
}

/*album ************************************/

 .cover
 {
  vertical-align: middle;
  cursor: pointer;
}

.covertitle
{
  font-size: 30px;
  font-weight: normal;
  color:#C7AE7F;
}

/* aboutt ************************************/

.about
{
  left:10;
  right:10;
  top:58;
  height: 800;
  border-radius: 20px;
  background-image: url(../images/hexagon.png);
  position: absolute;
  display: inline;
  opacity: 0.9;
}

.txt_container
{
    margin: 20px;
}

.main_txt_title
{
  font-weight: bolder;
  font-size: 14px;
  color:#B79E6F;
  text-shadow: 1px 1px 1px #000;
  color:#C7AE7F;
}

.main_text_parag
{
  text-indent: 20px;
  text-align: justify;
  color:#C7AE7F;
}

.main_text_lnk
{
  font-weight: bolder;
  text-indent: 16px;
  text-align: justify;
  color:#C7AE7F;
}

/* eof */