/******************************************
 * Стили для пользовательской части сайта *
******************************************/



/*** основной шрифт сайта ***/

body {
  font: 13px Arial;
  margin: 20px;
}



/*** цвет всех ссылок сайта ***/

a {
  color: #276069;
}


#logo-wrapper {
  padding-bottom: 20px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 5px;
  height: 82px;
}
#logo-wrapper img {
  float: left;
}
#logo-wrapper div {
  float: right;
  padding-top: 80px;
}



#page-title-wrapper {
  width: 100%;
  height: 70px;
}

#page-title-wrapper .page-title h1 {
  font-size: 20px;
  padding: 16px 0 0 5px;
  color: #555;
}



#thumbs-list {
  width: 100%;
  margin-top: 20px;
}

#thumbs-list li {
  display: block;
  width: 404px;
  float: left;
  margin-bottom: 40px;
}

#thumbs-list li div {
  padding: 5px;
  width: 390px;
}

#thumbs-list li img.avatar {
  float: left;
  width: 200px;
  height: 133px;
}

#thumbs-list li div.info-wrapper {
  padding: 0px;
  float: left;
  width: 190px;
}

#thumbs-list li div.info {
  float: left;
  width: 170px;
  padding-left: 20px;
  color: #606060;
}

#thumbs-list li div.info p.name {
  color: #4373BF;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 4px;
}

#thumbs-list li div.info p.date {
  font-size: 12px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url(/images/border.gif) repeat-x left bottom;
  width: 125px;
}

#thumbs-list li div.info label {
  display: block;
  padding-bottom: 4px;
}
#thumbs-list li div.info label span {
  color: #f00;
}

#thumbs-list li div.info input.pass {
  border: 2px #ccc solid;
  width: 125px;
  background: url(/images/key.gif) no-repeat 2px center;
  padding-left: 14px;
}

#thumbs-list li div.info a.submit-button {
  margin-top: 3px;
  display: block;
}


#pagination-wrapper {
  clear: both;
  width: 100%;
  height: 40px;
  background: url(/images/border.gif) repeat-x left top;
}

#pagination-wrapper .pagination {
  text-align: right;
  padding-top: 14px;
}
#pagination-wrapper .pagination li { display:inline; margin-left:10px; }




#gallery-thumbs {
  display: block;
  margin: 50px auto;
  width: 1000px;
}

#gallery-thumbs li {
  float: left;
  width: 204px;
  height: 137px;
  margin: 18px;
  text-align: center;
  background: url(../images/thumb_frame.gif) no-repeat center center;
}
#gallery-thumbs li img {
  padding-top: 2px;
}


#gallery-nav {
  float: left;
  width: 100%;
}


#links {
  position: absolute;
  right: 20px;
  top: 20px;
}

#links a {
  color: #777;
}
#links a:hover {
  color: #444;
}
