




/*
     FILE ARCHIVED ON 19:55:09 авг 5, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:05:21 сен 5, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*--------------------------------------
  Layout Styles
--------------------------------------*/

.posts-styles-two-columns,
.posts-styles-one-column {
  width: 100%;
}
ul.posts-styles-style-list {
  width: 100%;
  margin: 0;
  padding: 0;
}
.posts-styles-two-columns ul li,
.posts-styles-one-column ul li {
  list-style: none;
  font-size: 11px; line-height: 16px; font-family: "Tahoma";
  color: #333;
}
ul.posts-styles-style-grid {
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.posts-styles-style-grid li {
  float: left;
  margin-left: 2%;
  /*width: 32%;*/

}
ul.posts-styles-style-grid li.posts-styles-new-line,
ul.posts-styles-style-grid li:first-child {
  margin-left: 0;
}
hr.posts-styles-clear {
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  height: 0;
}
.posts-styles-column-first,
.posts-styles-column-second {
  float: left;
  width: 49%;
}
.posts-styles-column-first {
  margin-right: 2%;
}
.post-style-image-float img {
    float: left;
  background:white;
  padding:2px;
  margin: 5px 2% 0 0;
  border: 1px solid #ccc;
}
.post-style-content-float {
  overflow: hidden;
}
div.floating-content {
  overflow: visible;
}
div.floating-content .post-styles-post-info {
  overflow: hidden;
}
/*--------------------------------------
  Base CSS
--------------------------------------*/

.post-styles-post-info {
 font-size: 10px;
  margin-bottom: 5px;
  padding: 0px 2px 0 2px;
  background:#f1f1f1;
  display:inline-block;
}
.post-styles-title {
  margin-bottom: 5px;
 margin-bottom: 5px;
  font-family: Arial;
   color: #000;
   text-decoration:none;
   font-weight:bold;
}
