@font-face {
    font-family: 'MyriadProRegular';
    src: url('/fonts/myriadpro-reg-webfont.eot');
    src: url('/fonts/myriadpro-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/myriadpro-reg-webfont.woff') format('woff'),
         url('http://ru-ipad.org/fonts/myriadpro-reg-webfont.svg#MyriadProRegular') format('svg'),
         url('/fonts/myriadpro-reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/*@font-face {
	font-family: 'MyriadPro-Bold';
    src: url('../fonts/myriadpro-bold-webfont.eot');
    src: url('../fonts/myriadpro-boldcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('../fonts/myriadpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-bold-webfont.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}*/

@font-face {
	font-family: 'MyriadPro-Bold';
    src: url('../fonts/myriadpro-semibold-webfont.eot');
    src: url('../fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-semibold-webfont.woff') format('woff'),
         url('../fonts/myriadpro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-semibold-webfont.svg#MyriadPro-Bold') format('svg');
    font-stretch: condensed;
  font-weight: bold;
}

@font-face {
	font-family: 'MyriadPro-It';
    src: url('../fonts/myriadpro-it-webfont.eot');
    src: url('../fonts/myriadpro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-it-webfont.woff') format('woff'),
         url('../fonts/myriadpro-it-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-it-webfont.svg#MyriadPro-It') format('svg');
    font-stretch: condensed;
	font-weight: normal;
    font-style: italic;
}

@font-face {
	font-family: 'MyriadPro-Cond';
    src: url('../fonts/myriadpro-cond-webfont.eot');
    src: url('../fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadpro-cond-webfont.woff') format('woff'),
         url('../fonts/myriadpro-cond-webfont.ttf') format('truetype'),
         url('../fonts/myriadpro-cond-webfont.svg#MyriadPro-Cond') format('svg');
    font-stretch: condensed;
	font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, table, tbody, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-family: MyriadProRegular;
  vertical-align: baseline;
}

b {
  /*font-family: tahoma;*/
  font-weight: bold;
}

i {
  font-family: MyriadPro-It;
  font-style: italic;  
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
clear: both;
}

body {
  line-height: 1em;
  background: url(../img/fon.jpg);
  font-family: MyriadProRegular;
  font-size: 14px;
  color: #788184;
}

a, a:visited {
  color: #00688c;
  font-weight: normal;
  text-decoration: underline;
  font-family: MyriadProRegular;
}

a:hover {
  text-decoration: none;
}

#wrapper {
  width: 1002px;
  margin: 0 auto;
  position: relative;
}

.container {
  float: left;
}

.quarter {
  width: 25%;
}

.half {
  width: 50%;
}

.full {
  width: 75%;
}

#top {
display: block;
height: 60px;
font-family: MyriadProRegular;	
}

#logo {
  width: 331px;
  height: 115px;
  left: -50px;
  background: url(../img/logo.png) no-repeat;
  position: absolute;
  z-index: 10;
}

#top .container {
  margin-top: 20px;
  float: right;
}

#top ul {
  display: inline-block;
  margin-right: 10px;
  float:left;
  height: 23px;
  font-size:9pt;
}

#top ul li {
  display: inline-block;
  float: left;
  padding-top: 3px;
  text-transform: uppercase;
  font-family: MyriadProRegular;
}

#top ul li a {
  color: #FFF;
  font-style: normal;
  display:block;
  height: 17px;
  float:left;
  text-decoration: underline;
  padding: 3px 5px 0px 5px;
  text-shadow: 1px 1px 2px, white 0 0 1em; 
}

  #top ul li a:hover {
    background:white;
    -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     color:black;
     border-radius: 10px;
  text-shadow:none;
  text-decoration: none;
}

#top ul.admin li a{
  font-style: normal;
  display:block;
  height: 17px;
  float:left;
  text-decoration: underline;
  padding: 3px 5px 0px 5px;
  color: #EE3A8C;
  text-shadow:black 0 0 1px, #FF34B3 0 0 2px;
}

#top ul.admin li a:hover{
  background:#CD2990;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color:white;
  border-radius: 10px;
  text-shadow:none;
  text-decoration: none;
}
#top ul.exet li a{
  font-style: normal;
  display:block;
  height: 17px;
  float:left;
  text-decoration: underline;
  padding: 3px 5px 0px 5px;
  color: #a4ecfb;
  text-shadow: white 0 0 2px;
}

#top ul.exet li a:hover{
  background:#a4ecfb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color:black;
  border-radius: 10px;
  text-shadow:none;
  text-decoration: none;
}  
  
#top ul.else li a{
  font-style: normal;
  display:block;
  height: 17px;
  float:left;
  text-decoration: underline;
  padding: 3px 5px 0px 5px;
  color: white;
  text-shadow: white 0 0 2px;
}

#top ul.else li a:hover{
  background:white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color:black;
  border-radius: 10px;
  text-shadow:none;
  text-decoration: none;
} 

#login {
  display: inline-block;
  padding-right: 5px;
}

#login .login_field {
  background: url(../img/login_bg.png) no-repeat;
  padding: 5px 25px 6px 30px;
  border: 0;
  width: 110px;
  font-size: 12px;
  color: #839cab;
  font-style: italic;
  vertical-align: top;
}

#login .password_field {
  background: url(../img/password_bg.png) no-repeat;
  padding: 5px 25px 6px 30px;
  border: 0;
  width: 110px;
  margin-left: -25px;
  font-size: 12px;
  color: #839cab;
  font-style: italic;
  vertical-align: top;
}

#login .submit_button { 
background: url("http://ru-ipad.org/templates/ipad3/img/submit_bg.png") no-repeat;
height: 23px;
margin: 3px auto;
position: relative;
display:inline-block;
width: 44px;
border: none;
cursor: pointer;
}
  
#login .submit_button img {
  width: 44px;
  height: 23px;
  display: block;
}

#login .submit_button:hover { 
background:url("http://ru-ipad.org/templates/ipad3/img/login.png") no-repeat;
}

#logout .logout {
  background: url(../img/exit_bg.png) no-repeat;
}

#main {
  display: block;
  background: #ecedee;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); 
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); 
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); 
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); 
}

#header {
  height: 250px;
  overflow: hidden;
}

#carousel {
  height: 200px;
  overflow: hidden;
  
}

#header ul.menu {
  background: url(../img/menu_bg.jpg) no-repeat;
  width: 962px;
  height: 64px;
  padding: 5px 20px 0 20px;
  margin-top: -19px;
}

#header ul.menu > li{
  display:inline-block;
  background: url(../img/menu_item.png) no-repeat left 68%;
  
  
}

#header ul.menu > li:first-child {
  background: none;
}

#header ul.menu > li > a {
  display: inline-block;
  padding: 30px 12px 17px 15px;
  color: #a24311;
  font-size: 13px;
  text-shadow: white 0px 0px 0px;
  text-decoration: none;
  
}

#header ul.menu > li:hover > a {
  background: url(../img/menu_item_hover.jpg) repeat-x;
  color: #FFF;
  -webkit-border-radius: 10px ;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.menu ul {
    display:none; 
  position:absolute; 
  background: #671929; 
  list-style:none;

  border-radius: 0px 5px 5px 5px; 
  -moz-border-radius: 0px 5px 5px 5px; 
  -webkit-border-radius: 0px 5px 5px 5px;  
  margin-top: -10px;
}

.menu ul li:first-child {
    background: none;
}

.menu ul li {
    float:none; 
  width:183px; 
  background: url(../img/3.png) top no-repeat;
}

.menu ul li a,
li.menuhover li a,
li.menuhover li.menuhover li a {
    float:none; 
  display:block; 
  background:none; 
  height:22px; 
  padding:8px 0 0 25px;
}

.menu ul li a:hover,
li.menuhover li a:hover,
li.menuhover li.menuhover li a:hover {
    background:#e0af2b; 
  color:#fff;
}

.menu ul ul {
    left:183px; 
  margin-top: -30px;
}
#header ul.menu li.search_inp {
  float:right;
  display:block;
  margin-top: 25px;
  -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   color:#333333;
   border-radius: 10px;
   
   width: 178px;
   background: url(../images/search_bg.png);
   height: 26px;

 padding: 0px 7px 0px 10px;
}
  #header ul.menu li.search_inp input {
    border: 0px;
    background: none;
    padding: 0px;
    font-style:italic;
    margin: 0px;
    font-size: 12px;
    color:#868892;
    width: 160px;
    height: 26px;
    float:left;
  }
  #header ul.menu li.search_inp input.search_bt {
    background: url(../images/search_bt.png);
    width: 14px;
    height: 26px;
    cursor: pointer;
  }
.menu ul a {
    color: white; 
  text-shadow: white 0px 0px 0px; 
  text-decoration: none; 
  text-transform: uppercase; 
  font-size: 11px;
}

li.menuhover a, li.menuhover li.menuhover a {
    color:#fff; 

}
/**/

/**/
#content {
  display: block;
  margin: 0 5px; 
  overflow: auto;
  position: relative;
  z-index: 4;
}

#content .sidebar {
  display: inline-block;
  float: left;
  margin-top: 7px;
}

#content .sidebar .left {
  width: 235px;
}

#content .block {
  -webkit-border-radius: 10px ;
  -moz-border-radius: 10px;
  border-radius: 10px;  
  background: #FFF;
  margin-bottom: 10px;
  width: 235px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
     -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}

#content .sidebar  .title {
  width: 100%;
  height: 38px;
}  

#content #main-menu .title {
  background: url(../img/block_main_bg.png) no-repeat;
}

#content #main-menu ul {
  padding: 7px 3px;
}

#content #main-menu ul li {
  margin-top: 1px;
  width: 228px;

}
#content #main-menu ul li.oupen ul {
  display:block;
}
#content #main-menu ul li a {
  width: 168px;
  padding: 9px 30px;
  display: block;
  height: 13px;
  font-size: 11px;
  color: #3a4043;
  text-decoration: none;
  text-transform: uppercase;
}

#content #main-menu ul li a.games {
  background: url(../img/main_games_bg.png) no-repeat;
}

#content #main-menu ul li a.soft {
  background: url(../img/main_soft_bg.png) no-repeat;
}

#content #main-menu ul li a.games_ipad {
  background: url(../img/main_games_ipad_bg.png) no-repeat;
}

#content #main-menu ul li a.soft_ipad {
  background: url(../img/main_soft_ipad_bg.png) no-repeat;
}

#content #main-menu ul li a.films_ipad {
  background: url(../img/main_films_ipad_bg.png) no-repeat;
}

#content #main-menu ul li a.films_iphone {
  background: url(../img/main_films_iphone_bg.png) no-repeat;
}

#content #main-menu ul li a.magazines{
  background: url(../img/main_magazines_bg.png) no-repeat;
}

#content #main-menu ul li a.audiobooks {
  background: url(../img/main_audiobooks_bg.png) no-repeat;
}

#content #main-menu ul li a.editor_reviews {
  background: url(../img/main_editor_reviews_bg.png) no-repeat;
}

#content #main-menu ul li a.wallpapers_ipad {
  background: url(../img/main_wallpapers_ipad_bg.png) no-repeat;
}

#content #main-menu ul li a.instructions_ipad {
  background: url(../img/main_instructions_ipad_bg.png) no-repeat;
}


#content #main-menu ul li ul {
  padding: 0px;
  margin-top: 5px;
}
  #content #main-menu ul li ul li a {
    display:block;
    padding: 6px 5px 5px 30px;
    color:#00688c;
    width:auto;
    text-decoration:underline;
  }
  #content #main-menu ul li ul li a:hover {
    background:#e8eaec;
    text-decoration:none;
    color:#3a4043;
  }


#top_apps .title {
  background: url(../img/block_top_apps_bg.png) no-repeat;
}

#top_apps ul {
  padding: 10px 7px;
}

#top_apps ul li {
  height: 79px;
  padding: 5px 7px;
  margin-bottom: 7px;
  width: 207px;
}

#top_apps ul li.one {
  background: url(../img/best_item_one_bg.png) no-repeat;
}  

#top_apps ul li.two {
  background: url(../img/best_item_two_bg.png) no-repeat;
}  

#top_apps .thumb {
  float: left;
  display: inline-block;
  margin-right: 10px;
}

#top_apps .description {
  display: inline-block;
  color: #FFF;
  width: 110px;
  padding: 5px 0;
}

#top_apps .description h2 {
  font-size: 14px;
}

#top_apps .description .publisher {
  font-size: 11px;
  margin-bottom: 5px;
}

#top_apps .description .more {
  display: inline-block;
}

#random_apps .title {
  background: url(../img/ru-ipad_menu_random_apps_cap.png) no-repeat;
}

#random_apps ul {
  padding: 10px 7px;
}

#random_apps ul li {
  border-bottom: 1px dashed #ccc;
  padding: 0 10px 10px 30px;
  margin-top: 10px;
  background: url(../img/block_top_games_list.jpg) no-repeat 10px 2px;
  overflow: hidden;
}

#top_games .title {
  background: url(../img/block_top_games_bg.png) no-repeat;
}

#top_games ul {
  padding: 10px 7px;
}

#top_games ul li {
  border-bottom: 1px dashed #ccc;
  padding: 0 10px 10px 30px;
  margin-top: 10px;
  background: url(../img/block_top_games_list.jpg) no-repeat 10px 2px;
}

#top_iphone_ipad .title {
  background: url(../img/ru-ipad_menu_best_games_cap.png) no-repeat;
}

#top_iphone_ipad ul {
  padding: 10px 7px;
}

#top_iphone_ipad ul li {
  border-bottom: 1px dashed #ccc;
  padding: 0 10px 10px 30px;
  margin-top: 10px;
  background: url(../img/block_top_games_list.jpg) no-repeat 10px 2px;
  overflow: hidden;
}

#faq .title {
  background: url(../img/block_faq_bg.png) no-repeat;
}

#faq ul {
  padding: 10px 7px;
}

#faq ul li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 15px;
  overflow: auto;
}

#faq ul li .thumb {
  float: left;
  margin-right: 15px;
}

#social .title {
  background: url(../img/block_social.png) no-repeat;
}

#social ul {
  padding: 10px 7px;
}

#social ul li {
  border-bottom: 1px dashed #ccc;
  padding: 10px 15px;
  overflow: auto;
}

#social ul li .thumb {
  float: left;
  margin-right: 15px;
}

#social p {
  text-align: center;
}

#vote .title {
  background: url(../img/vote.png) no-repeat;
}

#vote .container{
  padding: 10px 10px;
  float: none;
}

#chat .title {
  background: url(../img/block_chat_bg.png) no-repeat;
}

#chat .container{
  padding: 10px 20px;
  float: none;
}

#online .title {
  background: url(../img/block_online_bg.png) no-repeat;
}

#online .container{
  padding: 10px 20px;
  float: none;
}

#online .container p {
  margin-bottom: 10px;
}

#posts {
  margin: 0 10px;
    padding-bottom: 10px;
  float: left;
  display: inline-block;
  background: #FFF;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
      width: 501px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
     -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}

#breadcrumbs {
  color: #9ca1a6;
  font-size: 12px;
  padding: 10px 10px 5px 10px;
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.appthumb {
  border-radius: 55px;
  width: 320px;
  height: 320px;
}

#page {
    padding: 10px;
}

.bbold {
  font-weight: bold;
}

#posts .post {
  width: 501px;
}

#posts .title {
  margin: 0 2px;
  padding: 11px 10px 5px 10px;
  position: relative;
  z-index: 2;
}

#posts .icon {
  float: left;
  margin: 0 5px 2px 0;
}

#posts .title {
  background: url( ../img/maintitle_bg.png);
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
}
#posts .title h1, #posts .title a {
  font-family: MyriadProRegular;
  text-transform: uppercase;
  font-size: 11pt;
  line-height: 1.2;
  color: #666;
}

#posts .title a:hover {
  color: #000000;
}
#posts .about {
  background: #f9fafb;
  background: linear-gradient(#f9fafb, #eef1f3);
  background: -moz-linear-gradient(#f9fafb, #eef1f3);
  background: -ms-linear-gradient(#f9fafb, #eef1f3);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9fafb), color-stop(100%, #eef1f3));
  background: -webkit-linear-gradient(#f9fafb, #eef1f3);
  background: -o-linear-gradient(#f9fafb, #eef1f3);
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafb', endColorstr='#eef1f3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafb', endColorstr='#eef1f3')"; */
  margin: 0 1px;
  width: 479px;
  margin-top: -15px;
  position: relative;
  z-index: 1;
  padding: 25px 10px 8px 10px;
  font-size: 12px;
  color: #4a5054;
  overflow: auto;
}

#posts .about .post-rating {
  float: right;
}

#posts .excerpt {
  text-align: justify;
  border-top: 1px dashed #ccc;
  margin: 1px 20px 1px 21px;
  padding: 10px 5px;
  font-size: 13px;
  font-family: MyriadProRegular;
  line-height: 1.5;
  color: #666;
}

#posts .excerpt center { /* У центрированных элементов отступ от края меньше */
  margin: 0 -20px;
}

#posts .excerpt .quote { /* У цитаты отступ от края меньше */
  margin: 0 -5px;
}

#posts .excerpt img {
    margin-bottom: 10px;
    max-width: 100%;
	/*-webkit-border-radius: 55px 55px 55px 55px;
	-moz-border-radius: 55px 55px 55px 55px;*/
}

#posts .excerpt P{
  text-align: justify;/* Выравнивание по ширине */
}
    
#posts .the_thumb {
  text-align: center;
  margin-bottom: 10px;
}

#posts .meta {
  background: url(../img/meta_hr.jpg) no-repeat top center;
  padding: 25px 3px;
  font-size: 12px;
  font-style: italic;
}

/*---Кто отредактировал---*/
  p.editdate {
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  color: #6c838e;
}

span.editdate {
  padding: 3px;
  background: #f9fafa;
  font-style: italic;
  border: 1px solid #dce7e7;
}

#posts .navnews a.backnews {
    background: url(../img/back-news.png);
  width: 188px;
  height: 46px;
  float: left;
}

#posts .navnews {
    height: 46px;
  margin-bottom: 10px;
    padding: 0 55px;
}

#posts .navnews a.nextnews {
    background: url(../img/next-news.png);
  width: 188px;
  height: 46px;
  float: right;
}

#posts .post-favorites {
  margin-left: 10px;
  float: right;
/*  margin-right: 3px; */
}
  
#posts span.post-edit {
  background: url(../img/post-edit.png) no-repeat 7px center;
  background-color: #e9eced;
  padding: 7px 15px 7px 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;  
  margin-left: 5px;
  margin-right: 15px;
}

#posts span.post-comments {
  background: url(../img/post-comments.jpg) no-repeat 7px center;
  background-color: #e9eced;
  padding: 7px 15px 7px 23px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;  
  margin-right: 5px;
}

#posts span.post-views{
  background: url(../img/post-views.jpg) no-repeat 7px center;
  background-color: #e9eced;
  padding: 7px 15px 7px 23px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;  
}

#posts span.post-author{
  background: url(../img/post-author.jpg) no-repeat 7px center;
  padding: 7px 0 7px 23px;
  margin-right: 7px;
}

#posts span.post-date{
  background: url(../img/post_num.png) no-repeat 5px center;
  padding: 7px 0 7px 24px;
  margin-left: 1px;
}

#posts .category {
  float: left;
  display: inline-block;
  width: 360px;
}

#posts ul.quote li, #posts .text_spoiler li {
  overflow: hidden;
}

#posts ul.quote li:last-of-type img { /* Последняя иконка без отступа */
  margin-bottom: 0;
}

#posts ul.quotes li {
  overflow: hidden;
  list-style-type: none;
  padding: 5px;
  background: #f9fafa;
  border: 1px solid #dce7e7;
}

/* #posts .post-dop span{
  font-size: 18px;
    margin: 0 10px;
  font-style: italic;  
  color: #34383a;
  font-weight: bold;  
} */

#posts .post-dop {
  background: url(../img/meta_hr.jpg) no-repeat bottom center;
  padding: 15px 5px 20px 0px;
  font-size: 16px;
  margin-bottom: 10px;
}

#posts span.moar a {  
  float: right;
  margin-top: -13px;
    width: 121px;  
    height: 36px;
  background: url(../img/moar.jpg);
}

#posts span.moar a:hover {    
  background: url(../img/moar_alt.jpg);
}

span.addcom{
background: url(../img/addcom.png) no-repeat 7px center;
padding: 13px 0 13px 30px;
}

span.com{
background: url(../img/com.png) no-repeat left center;
padding: 13px 0 13px 20px;
}

.dpad {
  padding: 0 10px;
}


#navigation {
  background: url(../img/meta_hr.jpg) no-repeat top center;
  padding: 30px 10px 20px 10px;
  text-transform: uppercase;
  color: #4a5054;
  font-size: 11px;
}

#navigation a {
  padding: 11px 5px;
  color: #4a5054;
  font-size: 11px;
 text-transform: uppercase; 
  text-decoration: none;
  font-weight:normal;
}

#navigation a:hover {
  background: url(../img/navigation_bg.jpg) repeat-x;
  color: #FFF;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;  
}

#footer {
  height: 141px;
  padding: 55px 20px 20px 20px;
  background: url(../img/footer_bg.png) no-repeat;
  margin-top: -25px;
  color: #788184;
  font-size: 12px;
  position: relative;
  z-index: 3;
}

#footer .first, #footer .third {
  float: left;
  width: 30%;
  overflow: hidden;
}

#footer .first {
  margin-right: 100px;
}

#footer ul {
  margin: 50px 40px 0 0;
  text-transform: uppercase;
  float: left;
}

#footer .third {
  margin: 35px 0 0 80px;
  width: 20%;
}

#copyrights {
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
  color: #562f45;
}

/* CONTAINER */
div.orbit { width: 1px; height: 1px; position: relative; overflow: hidden; border-radius: 19px; -moz-border-radius: 19px; -webkit-border-radius: 19px;}
div.orbit img {position: absolute; top: 0; left: 0; width: 1003px; height: 200px; border-radius: 19px; -moz-border-radius: 19px; -webkit-border-radius: 19px;}
div.orbit a img { border: none; }

/* TIMER */
div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right:10px; opacity: .6; cursor: pointer; z-index: 1001; display: none;}
span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('orbit/rotator-black.png') no-repeat; z-index: 3; }
span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
span.rotator.move { left: 0; }
span.mask.move { width: 40px; left: 0; background: url('orbit/timer-black.png') repeat 0px 0px;  }
span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0px; background: url('orbit/pause-black.png') no-repeat; z-index: 4; opacity: 0; }
div.timer:hover span.pause,
span.pause.active, 
div.timer:hover span.pause.active { opacity: 1; }

/* CAPTIONS */
div.caption { background: #000; background: rgba(0,0,0,.6); width: 100%; z-index: 1000; position: absolute; bottom:-100px; color: #fff; padding: 8px 0; }
div.caption span { padding: 0 10px; font-size: 14px; text-shadow: 0px 1px 0px rgba(0,0,0,.8); margin: 0; }
.orbit-caption { display: none; }

/* DIRECTIONAL NAV */
div.orbit:hover div.slider-nav { display: block; }
div.slider-nav { display: none; }
div.slider-nav span { width: 33px; height: 33px; text-indent: -9999px; position: absolute; z-index: 1000; top: 43%; cursor: pointer; }
div.slider-nav span.right { background: url('orbit/right-arrow.png'); right: 10px; }
div.slider-nav span.left { background: url('orbit/left-arrow.png'); left: 10px; }   

/* BULLET NAV */
.orbit-bullets { position: absolute; z-index: 1000; list-style: none; bottom: 10px; left: 7px; margin: 0; padding: 0; }
.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -9999px; background: url(../orbit/bullets.png) no-repeat; width: 7px; height: 7px; overflow: hidden; }
.orbit-bullets li.active { color: #222; background-position: -7px 0; }


.basenavi {
font-size: 1.15em;
height: 29px;
width: 501px;
}

.storenumber, .basenavi, .maincont, .berrors, .fullstory, .basecont {
margin-bottom: 15px;
text-align: justify;
}

.navigation, .navigation a, .navigation span, .bnnavi, .nextprev, .nextprev .thide {
float: left;
}

.bnnavi {
margin-right: 5px;
padding-left: 5px;
height: 29px;
}

.navigation {
margin-top: 5px;
color: #4A5054;
}

.navigation a, .navigation span {
padding: 0 4px;
height: 19px;
line-height: 19px;
   text-transform: uppercase;
  font-size: 12px;
}

.navigation a {
height: 36px;
  display:block;
  float:left;
text-decoration:none;
}

.navigation a, .navigation span.nav_ext {
color: #4A5054;
}

.navigation a:hover {
  color: #b45a0c;
/*
background: url(" ../img/navigation_pages.png")  repeat-x;
margin: -6px 0 0 0;
line-height: 12px;
padding: 9px 4px 1px 4px;
  height: 26px;
  font-weight:normal;
  -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 */
}

.nextprev span .pprev {
background-position: 0 -29px;
}

.nextprev .thide, .toptop {
width: 26px;
padding-top: 29px;
background: url("../images/basenavi.png") no-repeat;
}

.nextprev a .pnext {
background-position: -26px -87px;
}

.nextprev a:hover .pnext {
background-position: -26px -58px;
}

.nextprev span .pnext {
background-position: -26px -29px;
}

.nextprev a .pprev {
background-position: 0 -87px;
}

.nextprev a:hover .pprev {
background-position: 0 -58px;
}

/*---Userinfo---*/
.userinfo { padding-left: 125px; font-size: 14px; }
  .rateui { width: 85px; height: 17px; margin: 0 auto; padding-top: 4px; }
  .userinfo .lcol { margin-left: -125px; width: 110px; padding-right: 15px; float: left;}
    .userinfo .lcol .avatar { margin-bottom: 10px; padding: 4px; background-color: #fff; border: 1px solid #dfddd9; }
      .userinfo .lcol .avatar img { width: 100px; }

  .userinfo .rcol { width: 100%; }
    .userinfo .rcol ul { list-style: none; margin-left: 0; }
    .userinfo .rcol ul li { margin-bottom: 0.2em; } 
	span.rcol  {
  		font-size: 18px;
		font-weight: bold;
  		font-family: "Myriad Pro";
		}
    .ussep { padding-top: 12px; background: url("../images/ussep.png") no-repeat; }

/*---forms---*/
.baseform .heading { color: #707070; font-size: 1.4em; }
.baseform, .mass_comments_action { margin: 0 10px 10px;}
  .baseform .dcont { padding: 13px 0; margin: 0 13px; }
    .baseform .dcont .heading { margin: 0; }

.tableform { width: 100%; }
  .tableform td { }
  .tableform td.label { width: 20%; vertical-align: top; padding-right: 0; font-weight: bold; }
  .fieldsubmit{ padding: 10px 13px; }
  .tableform td  { padding: 5px 0px; }
  .addnews { font-weight: bold; }
  .impot { color: #d51e44; font-weight: normal; }
  .checkbox { padding: 4px 0; line-height: 1em; }
    .checkbox input { margin-top: -2px; vertical-align: middle; }

.f_input { width: 200px; padding: 1px; }
.f_textarea { width: 458px; }
.fieldtr select, .textin, .f_textarea, .f_input, .xfields textarea, .xprofile textarea,
.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select, .logform li.lfield input { padding: 2px; background: #fff url("../images/fields.png") repeat-x; border: 1px solid #bcc0c2; }
.f_textarea, .editor_button select { padding: 0; }
.textin { padding: 2px; }

.berrors { color: #483608; padding: 15px 15px 25px 72px; background: #faf1c2 url("../images/berrors.png") no-repeat 9px 10px; margin: 0 10px;}
  .berrors a { color: #a85003; }
#vote .btl {display: none;}  
#vote .fbutton {background: url(../img/vot.png); width: 105px; height: 28px; border: none; cursor: pointer;}
#vote .fbutton2 {background: url(../img/rez.png);width: 105px; height: 28px; border: none; cursor: pointer;}
.dpad button span {display: none;}

/*new style*/
.fieldsubmit {
  text-align:right;
}
.fbutton2 {  
    height: 28px;
  
  border: 0px;
  background: url(../images/bt_bg.png);
  -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 padding: 0px;
 cursor: pointer;
 border-radius: 5px;
}

.fbutton2 span {
    display:block;
    line-height: 28px;
    font-size: 11px;
  color:#fff;
  text-transform:uppercase;
  text-shadow: 0px -1px 0px #89303a;
  padding: 0px 20px;
  background: url(../images/bt_bg_glow.png) no-repeat top right;
}
  
.fpm {
  background: url(../images/pm_button_send_hover.png) no-repeat;
}

.msg {
  margin-bottom: 15px;
  padding: 0px 4px;
}
  .msg_title {
    background: url(../images/com_t_bg.png) #ecedee;
    padding: 5px 5px;
    height: 55px;
    position: relative;
    font-style: italic;
    color: #000000;
  -moz-border-radius: 0 0 7px 7px;  
  -webkit-border-radius: 0 0 7px 7px;
     /*-moz-border-radius: 5px;
     border-radius: 5px;*/
     margin-bottom: 15px;
  }
  .msg_title a {
    text-decoration: underline;
  }

  .news_title {
    font-style: italic;
    color: #000000;
    text-align: center;
  }

  .msg_av {
    float:left;
    padding: 2px 0px 2px 0px;
  }
  .msg_info {
    margin-left: 60px;
    padding: 0 0 0 3px;
    position:relative;
  }
    .msgi_author {
      color:#00688c;
      font-size: 14px;
      margin-bottom: 5px;
    }
    .msgi_more {
      color:#000000;
      font-size: 12px;
    }
    .msgi_more span {
      color:#000000;
      font-weight: normal;
      padding-left: 10px;
    }
  .msgi_comid {
    position:absolute;
    top: 0px;
    right: 0px;
    color:#788184;
  }
  .msg_str {
    position:absolute;
    background: url(../images/com_str.png);
    width: 20px;
    height: 8px;
    bottom: -8px;
    left: 25px;
}
  .msg_text {
    padding: 0px 10px;
    color:#000000;
  }

.com_bottom{ padding: 5px 5px 10px 5px;  text-align:right;  margin: 0; }
.com_bottom li{ display: inline;padding: 5px;}
.reset, .reset li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
  	font-family: MyriadProRegular;
  	font-style: normal;
  	/*text-align: right;*/
}

.rst, .rst li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
  	font-family: MyriadProRegular;
  	font-style: normal;
  	text-align: right;
}

.pm_answ img {
	margin-right: 1px; /* Отступ справа */
}
    
.f_input {
  background: url(../images/input_bg.png) repeat-x top;
  border: 1px #d5d5d5 solid;
  height: 22px;
  -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;

}
.lable {
  margin-bottom: 3px;
  font-style:italic;
}
ul.relnews  {
  padding: 0px 10px;
  margin-bottom: 30px;
  overflow: auto;
}
ul.relnews li {
  margin-bottom: 10px;
  clear: both;
}
ul.relnews li a {
  overflow: auto;
  font-weight: normal;
  line-height: 1.2;
  color: #828282;
}
.rn_title {
  display:block;
  margin-bottom: 10px;
}
.vtitle {
  background: url(../img/meta_hr.jpg) repeat-x bottom;
  margin-bottom: 10px;
  
}
  .vtitle_in {
    background: url(../images/vote_title.png) no-repeat left top;
    padding: 10px 0px 10px 30px;
    color:#6e8c19;
    height:35px;
    font-style:italic;


  }
    
.pheading {
  margin-bottom: 5px;
}
.u_online {
  font-family: MyriadProRegular;
  line-height: 18px;
  font-size: 14px;
  color: #788184;
}
    
/*BEST APPS*/
.bst_app { position: relative; margin: 0 auto; width: 220px;  height: 89px;  margin-top: 3px;  margin-bottom: 2px; }
.bst_app img { position: absolute; top:0; left:0; width: 220px;  height: 89px;  display: block;}
a.link_bst_app { position: absolute; top:0; left:0;  width: 220px;  height: 89px;  display: block;  background: transparent url(../img/link_bst_app.png) no-repeat bottom right;  }
a.link_bst_app:hover {  background: transparent url(../img/link_bst_app_hover.png) no-repeat bottom right; }
 
/*BEST ARTS*/
.bst_art { position: relative; margin: 0 auto; width: 220px;  height: 89px;  margin-top: 3px;  margin-bottom: 2px; }
.bst_art img { position: absolute; top:0; left:0; width: 220px;  height: 89px;  display: block;}
a.link_bst_art { position: absolute; top:0; left:0;  width: 220px;  height: 89px;  display: block;  background: transparent url(../img/link_bst_app.png) no-repeat bottom right;  }
a.link_bst_art:hover {  background: transparent url(../img/link_bst_art_hover.png) no-repeat bottom right; }

/*SOCIAL*/
.social { position: relative; margin: 0 auto; width: 220px;  height: 89px;  margin-top: 3px;  margin-bottom: 2px; }
.social img { position: absolute; top:0; left:0; width: 220px;  height: 89px;  display: block;}
a.link_social { position: absolute; top:0; left:0;  width: 220px;  height: 89px;  display: block;  background: transparent url(../img/link_bst_app.png) no-repeat bottom right;  }
a.link_social:hover {  background: transparent url(../img/link_social_hover.png) no-repeat bottom right; }
#vk_like {
  margin-left: 150px;
}

/*---Кто отредактировал---*/
.editdate, .basetags { font-size: 1.0em; text-align: right; color: #6c838e; } 

.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 0px 7px 0px 0; /* Отступы вокруг картинки */
}
  
.the_logout{
float:left;
width:44px;
height:23px;
margin-left:2px;
background: url("http://ru-ipad.org/templates/ipad3/img/exit_bg.png") no-repeat;
}

.the_logout:hover{
background:url("http://ru-ipad.org/templates/ipad3/img/logout.png") no-repeat; 
}


.lst {
  width: 493px;
  margin-left: 4px;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  background: url( ../img/maintitle_bg.png);
}

.lst_tl {
  margin: 0 2px;
  padding: 7px 10px 11px 10px;
  position: relative;
  z-index: 2;
}

.lst_tl a {
  font-weight: bold;
  text-transform: uppercase;
  font-family: MyriadProRegular;
  line-height: 1.2;
  color: #828282;
}

.lst_tl a:hover {
  color: #000000;
}
.bcomment {
  position: relative;
  /* weight:500px; */
  border: 1px solid #e0e0e0;
}

.com_right{
  position:relative;
  margin: 0 5px 0 110px;
     padding-top: 4px; 
      line-height: 18px;  
      min-height: 175px;
  font-size: 10pt;
  text-align: justify;
  padding: 3px;
}

.com_left{
 position: absolute; 
 padding: 8px 8px;
 text-align: left;
 width: 100px;
 font-size: 12px;
 color: #868892;
 line-height: 12px;
}

.avt {
  text-align: center;
}

.com_left img {
  max-width: 100px;
  max-height: 100px;
  padding-bottom: 5px;
}

.author {
  position: relative;
  background: #4682B4;
  padding: 5px;
  text-align: left;
  color:white;
}

.author a {
  color:white;
}
.com_date {
  position: relative;
  background: #FFD700;
  padding: 3px;
  text-align: center;
  color:#868892;
  font-style:italic;
  /*top:0px; left:115px;*/
  /*margin:0 10px 120px 0;*/
}
.com_date a {
  color:#0075b8;
  padding: 0 13px;
}

.next_story {
float:left;
width:188px;
height:46px;
margin-left:63px;
background: url("http://ru-ipad.org/templates/ipad3/img/next_story_link.png") no-repeat;
}

.next_story:hover{
background:url("http://ru-ipad.org/templates/ipad3/img/next_story.png") no-repeat; 
}

.back_story {
float:left;
width:188px;
height:46px;
margin-left:2px;
background: url("http://ru-ipad.org/templates/ipad3/img/prev_story_link.png") no-repeat;
}

.back_story:hover{
background:url("http://ru-ipad.org/templates/ipad3/img/prev_story.png") no-repeat; 
}

/* Кто онлайн */
#hintbox {
    text-align : left;
    width : 150px;
    font-size : 10px;
    border : 1px solid #99a1ab;
    background:black;
    color : #282828;
    margin : 10px 0 0 10px;
    padding : 3px 5px;
    position : absolute;
    visibility : hidden;
    z-index : 998;
    -moz-opacity : 0.9;
    -moz-border-radius : 5px;
    filter : alpha(opacity="90");
}

.online_robot{color:black;cursor:pointer;margin-right:15px} .online_user, .online_user:visited, .online_user:hover{color:green;text-decoration:none;font-weight:bold;margin-right:15px} .group_1, .group_1:visited, .group_1:hover{color:red}, .group_2, .group_2:visited, .group_2:hover{color:0033cc}, .group_3, .group_3:visited, .group_3:hover{color:009900}, .group_4, .group_4:visited, .group_4:hover{color:000000}, .group_6, .group_6:visited, .group_6:hover{color:ff66ff}, .group_8, .group_8:visited, .group_8:hover{color:009900}, .group_7, .group_7:visited, .group_7:hover{color:9900ff} #hintbox {text-align:left;width:170px;font-size:10px;border:1px solid #FFF;background:url('/templates/ipad3/images/bg.gif');layer-background-color:#a396d9;color:#FFF;margin:10px 0 0 0;padding:3px 5px;position:absolute;top:0;visibility:hidden;z-index:998;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);-moz-opacity:0.80;-khtml-opacity:0.80;opacity: 0.80;}
function appear() {
	if(op < 1) {
		op += 0.1;
		tipobj.style.opacity = op;
		tipobj.style.filter = 'alpha(opacity='+op*100+')';
		t = setTimeout('appear()', 30);
	}