/* ============================================================
   moybb.com - каталог форумов, мобильная версия
   Глянцевые градиентные бары и скруглённые белые блоки,
   как на мобильных old-web.com / search / images / mail.
   ============================================================ */

body {
	margin: 0;
	padding: 0;
	background: #dcdcdc;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	-webkit-text-size-adjust: none;
}

img { border: 0; }
a { color: #0E72A3; }

/* ===== Шапка ===== */

.topbar {
	background: #0E72A3;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a9fd0), to(#0a5f8b));
	background: -webkit-linear-gradient(top, #3a9fd0, #0a5f8b);
	background: linear-gradient(top, #3a9fd0, #0a5f8b);
	border-bottom: 1px solid #084b6e;
	padding: 8px 10px;
	color: #fff;
}

.topbar .logo {
	display: block;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.45);
}

.topbar .tagline {
	display: block;
	font-size: 11px;
	color: #cfe7f4;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
}

.m-strip { width: 100%; border-collapse: collapse; }
.m-strip td { height: 5px; font-size: 1px; line-height: 5px; }

.m-tabs {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #7a7a7a;
}
.m-tabs td { padding: 0; }
.m-tabs a {
	display: block;
	padding: 13px 2px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	border-right: 1px solid rgba(0,0,0,0.25);
}
.m-tabs td.last a { border-right: 0; }
.m-tabs a.t1 { background: #0E72A3; background: -webkit-linear-gradient(top, #2a92c3, #0a5f8b); background: linear-gradient(top, #2a92c3, #0a5f8b); }
.m-tabs a.t2 { background: #00A2A5; background: -webkit-linear-gradient(top, #23c0c3, #018487); background: linear-gradient(top, #23c0c3, #018487); }
.m-tabs a.t3 { background: #22980C; background: -webkit-linear-gradient(top, #45b62e, #1a7b09); background: linear-gradient(top, #45b62e, #1a7b09); }
.m-tabs a.t4 { background: #F9B900; background: -webkit-linear-gradient(top, #ffd34d, #e0a600); background: linear-gradient(top, #ffd34d, #e0a600); color: #4a3600; text-shadow: 0 1px 0 rgba(255,255,255,0.4); }
.m-tabs a:active { opacity: 0.75; }

/* ===== Страница ===== */

.m-page { padding: 10px; }

.m-sect-title {
	margin: 14px 4px 6px 4px;
	font-size: 13px;
	font-weight: bold;
	color: #4a4a4a;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
}
.m-sect-title.first { margin-top: 2px; }

.m-box {
	background: #fff;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 12px;
	margin-bottom: 6px;
}

/* ===== Статистика ===== */

table.stats { width: 100%; border-collapse: collapse; }
table.stats td { padding: 4px 0; font-size: 14px; border-bottom: 1px solid #f0f0f0; }
table.stats tr:last-child td { border-bottom: 0; }
table.stats td.n { text-align: right; font-weight: bold; color: #22980C; }

.notice { font-size: 13px; line-height: 1.45; }
.note { font-size: 12px; color: #777; line-height: 1.45; }

/* ===== Категории и сортировка - горизонтальные плашки ===== */

.chips { overflow: hidden; padding: 0 2px; }

.chips a {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 8px 11px;
	font-size: 13px;
	color: #0E72A3;
	text-decoration: none;
	background: #fff;
	background: -webkit-linear-gradient(top, #ffffff, #ececec);
	background: linear-gradient(top, #ffffff, #ececec);
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.chips a.active {
	color: #fff;
	font-weight: bold;
	border-color: #084b6e;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	background: #0E72A3;
	background: -webkit-linear-gradient(top, #3a9fd0, #0a5f8b);
	background: linear-gradient(top, #3a9fd0, #0a5f8b);
}

.chips .n { color: #999; font-size: 12px; }
.chips a.active .n { color: #cfe7f4; }

/* ===== Список форумов ===== */

table.list { width: 100%; border-collapse: separate; border-spacing: 0 6px; }
table.list th { display: none; }

table.list tr {
	display: block;
	background: #fff;
	border: 1px solid #b3b3b3;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 9px 12px;
}

table.list td { display: block; padding: 1px 0; border: 0; }
table.list td a { font-size: 16px; color: #0E72A3; text-decoration: none; }
table.list td small { display: block; margin-top: 1px; font-size: 12px; color: #008000; }
table.list td.cat { font-size: 12px; color: #888; margin-top: 3px; }
table.list td.metric { font-size: 12px; color: #555; }

/* ===== Пагинация ===== */

.pagination {
	margin: 8px 0 0 0;
	font-size: 13px;
	color: #555;
	text-align: center;
}

.pagination a {
	display: inline-block;
	padding: 9px 14px;
	margin: 0 4px;
	border: 1px solid #a8a8a8;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	background: -webkit-linear-gradient(top, #ffffff, #e4e4e4);
	background: linear-gradient(top, #ffffff, #e4e4e4);
	text-decoration: none;
}

/* ===== Подвал ===== */

.m-footer {
	padding: 16px 10px 24px 10px;
	text-align: center;
	font-size: 11px;
	color: #777;
	text-shadow: 0 1px 0 #fff;
}
.m-footer a { color: #666; }
