Advertisement
Guest User

RM2 (Real) CSS

a guest
Jun 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.30 KB | None | 0 0
  1. /* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"BebasNeue";src:url("http://polaroid.b1.jcink.com/uploads/polaroid/BebasNeue.eot") format("eot"),url("http://polaroid.b1.jcink.com/uploads/polaroid/BebasNeue.woff") format("woff"),url("http://polaroid.b1.jcink.com/uploads/polaroid/BebasNeue.ttf") format("truetype"),url("http://polaroid.b1.jcink.com/uploads/polaroid/BebasNeue.svg") format("svg");font-weight:normal;font-style:normal;}
  2.  
  3.  
  4. /*=============================================== *
  5. * Jcink.com Forum Hosting Stylesheet
  6. * ==============================================
  7. * #Version: 1.0.2
  8. *=============================================== */
  9.  
  10. html { overflow-x: auto; }
  11. form { display:inline; }
  12.  
  13. /****************************************
  14. Body Background & Text Style
  15. *****************************************/
  16.  
  17. body {
  18. font-family: lato, sans-serif;
  19. font-size: 10px;
  20. color: #222; margin:0px;
  21. padding:0px;
  22. background-color:#fff;
  23. text-align:center;
  24. background-image: url(http://i.imgur.com/cpzPtkf.png);
  25. }
  26.  
  27. /****************************************
  28. Table Styles
  29. *****************************************/
  30.  
  31. table, tr, td {
  32. font-family: lato, sans-serif;
  33. font-size: 10px;
  34. color: #222;
  35. }
  36.  
  37. /****************************************
  38. Board Width
  39. *****************************************/
  40.  
  41. #wrapper {
  42. text-align:left;
  43. width:940px;
  44. margin: auto;
  45. background: #fbfbfb;
  46. padding: 30px;
  47. background-image: url(http://i.imgur.com/pwteAdx.png);
  48. border: 5px solid #fff;
  49. }
  50.  
  51. .wborder {
  52. width: 1012px; padding: 25px; border: 1px solid #eee; margin: 0px 0px 0px 240px; margin-top: 150px; }
  53.  
  54. #innerwrapper {
  55. padding: 0 10px;
  56. }
  57.  
  58. /****************************************
  59. Link colors
  60. *****************************************/
  61.  
  62. a:link, a:visited, a:active {
  63. text-decoration: none;
  64. color: inherit;
  65. }
  66. a:hover {
  67. text-decoration: none;
  68. }
  69.  
  70.  
  71. /****************************************
  72. Profile styles
  73. *****************************************/
  74.  
  75. #profilename {
  76. font-size:28px;
  77. font-weight:bold;
  78. }
  79.  
  80. #photowrap {
  81. padding:6px;
  82. }
  83.  
  84. #phototitle {
  85. font-size:24px;
  86. border-bottom:1px solid black;
  87. }
  88.  
  89. #photoimg {
  90. text-align:center; margin-top:15px;
  91. }
  92.  
  93. /****************************************
  94. UserCP/My Controls styles
  95. *****************************************/
  96.  
  97. #ucpmenu {
  98. line-height:150%;
  99. width:22%;
  100. border:1px solid #eee;
  101. background-color: #fdfdfd;
  102. }
  103.  
  104. #ucpmenu p {
  105. padding:2px 5px 6px 9px;
  106. margin:0px;
  107. }
  108.  
  109. #ucpcontent {
  110. background-color: #fdfdfd;
  111. border:1px solid #eee;
  112. line-height:150%; width:auto;
  113. }
  114.  
  115. #ucpcontent p {
  116. padding:10px;
  117. margin:0px;
  118. }
  119.  
  120. /****************************************
  121. Logo Strip
  122. *****************************************/
  123.  
  124. #logostrip {
  125. display: none;
  126. }
  127.  
  128. #logo {
  129. min-height: 60px;
  130. text-align: left;
  131. margin-top: 5px;
  132. padding: 20px 20px 5px;
  133. }
  134.  
  135.  
  136. #logo a, #logo a:hover {
  137. font-size: 36px;
  138. text-decoration: none;
  139. font-weight: bold;
  140. color: #800000;
  141. }
  142.  
  143. /****************************************
  144. Search Bar
  145. *****************************************/
  146.  
  147. #searchbar {
  148. display: block;
  149. float: right;
  150. position: relative;
  151. right: 10px;
  152. top: 8px;
  153. }
  154.  
  155. #searchbar .search-container {
  156. background-color: #FFFFFF;
  157. box-shadow: 0 1px 3px rgba(0,0,0,0.4) inset;
  158. border: 1px solid #D8D8D8;
  159. display: block;
  160. height: 26px;
  161. position: relative;
  162. width: 200px;
  163. }
  164.  
  165. #searchbar .search-input {
  166. background: none repeat scroll 0 0 transparent;
  167. border: 0;
  168. color: #808080;
  169. font-size: 12px;
  170. width: 192px;
  171. height: 26px;
  172. font-family: Arial, sans-serif;
  173. padding: 1px 0 0 8px;
  174. }
  175.  
  176. #searchbar .search-input:focus {
  177. color: #000000;
  178. }
  179.  
  180. #searchbar .search-button {
  181. background: #800000 url(http://files.b1.jcink.com/themes/default/magnifying-glass.png) no-repeat 50% 50%;
  182. border: 0;
  183. bottom: 0;
  184. margin: 0;
  185. border-radius: 0;
  186. display: block;
  187. height: 26px;
  188. padding: 0;
  189. position: absolute;
  190. right: 0;
  191. text-indent: -3000em;
  192. top: 0;
  193. width: 26px;
  194. cursor: pointer;
  195. box-shadow: none;
  196. }
  197.  
  198. /****************************************
  199. Navigation Bar / Submenu
  200. *****************************************/
  201.  
  202. #submenu {
  203. display: none;
  204. }
  205.  
  206. #submenu img {
  207. display: none;
  208. }
  209.  
  210. #submenu a:link, #submenu a:visited, #submenu a:active {
  211. text-decoration: none;
  212. color: #fff !important;
  213. padding: 7px 7px;
  214. font-weight: bold;
  215. }
  216.  
  217. #submenu a:hover {
  218. color: #fff !important;
  219. text-decoration: underline;
  220. }
  221.  
  222. #navi br {
  223. display: none;
  224. }
  225.  
  226. #navstrip {
  227. font-weight:bold;
  228. padding:6px 0px 16px 0px;
  229. }
  230.  
  231. /****************************************
  232. Calendar styling
  233. *****************************************/
  234.  
  235. .caldate {
  236. text-align:right;
  237. font-weight:bold;
  238. font-size:11px;
  239. color:#555;
  240. background-color:#F2F2F2;
  241. padding:4px; margin:0px;
  242. }
  243.  
  244. #calendarname {
  245. font-size:22px;
  246. font-weight:bold;
  247. }
  248.  
  249. #padandcenter {
  250. margin-left:auto;
  251. margin-right:auto;
  252. text-align:center;
  253. padding:14px 0px 14px 0px;
  254. }
  255.  
  256.  
  257. /**************************************************
  258. User Links Menu (Messages / View new posts / etc )
  259. ***************************************************/
  260.  
  261. #userlinks {
  262. display: none;
  263. }
  264.  
  265. #userlinks td {
  266. color: #333;
  267. }
  268.  
  269. #userlinks a {
  270. text-decoration: underline; padding: 1px;
  271. }
  272.  
  273. #userlinks a:hover {
  274. text-decoration: none;
  275. }
  276.  
  277.  
  278. /****************************************
  279. Topic View styles
  280. *****************************************/
  281.  
  282. .activeuserstrip {
  283. background-color: #fff; font-family: anonymous pro; font-size: 9px; text-transform: uppercase; color: #7a7a7a; line-height: 100%; padding: 10px; text-align: center;
  284. }
  285.  
  286. .normalname {
  287. display: none;
  288. }
  289.  
  290. .normalname a {
  291. display: none;
  292. }
  293.  
  294. .unreg {
  295. font-size: 11px;
  296. font-weight: bold;
  297. color: #900;
  298. }
  299.  
  300. .post1 {
  301. background-color: #fdfdfd; padding: 20px;
  302. }
  303.  
  304. .post2 {
  305. background-color: #fdfdfd; padding: 20px;
  306. }
  307.  
  308. .postdetails {
  309. font-size: 10px;
  310. }
  311.  
  312. .postcolor {
  313. font-size: 12px; line-height: 160%;
  314. }
  315.  
  316. .postlinksbar {
  317. padding: 1px 5px;
  318. background-color:#fdfdfd;
  319. padding:1px;
  320. font-size:8px; text-transform: uppercase; font-family: anonymous pro; text-align: center;
  321. }
  322.  
  323. .signature {
  324. font-size: 10px;
  325. color: #339;
  326. line-height:150%;
  327. }
  328.  
  329.  
  330. /*******************************
  331. Pagination e.g. [1],2,3 ...
  332. *******************************/
  333.  
  334. .pagination .pagination_current, .pagination a {
  335. padding: 2px 5px;
  336. }
  337.  
  338. .pagination a:link, .pagination a:visited, .pagination a:active {
  339. border: 1px solid #eee;
  340. background-color:#7a7a7a;
  341. padding-left:6px;
  342. padding-right:6px;
  343. color:#ffffff;
  344. text-decoration:none;
  345. font-family: playfair display; text-transform: lowercase; font-style: italic; font-weight: 900;
  346. }
  347.  
  348. .pagination a:hover {
  349. background: #C9DAAD;
  350. text-decoration: none;
  351. color:#fff;
  352. }
  353.  
  354. .pagination .pagination_current {
  355. background: none repeat scroll 0% 0% #FFFFFF;
  356. border: 1px solid #eee;
  357. padding-left:6px; color: #fff;
  358. padding-right:6px;
  359. background-color: #F3BEC9;
  360. }
  361.  
  362. .pagination_first, .pagination_last, .pagination_page {
  363. background: none repeat scroll 0% 0% #740300;
  364. border: 1px solid #eee;
  365. }
  366.  
  367. .pagination_pagetxt {
  368. display:none;
  369. }
  370.  
  371. ::-webkit-scrollbar-thumb {background-color: #7a7a7a; height: auto; border: 2px solid #fff; }
  372. ::-webkit-scrollbar {background-color: #d6d6d6; height:10px; width:11px; border: 5px solid #fff;}
  373. ::selection { background-color: #555; color: #fff; }
  374. /****************************************
  375. Global general table/div row styles
  376. *****************************************/
  377.  
  378. .row1,.row3 {
  379. background-color: #fff;
  380. padding: 5px;
  381. }
  382. .row4 { background-color: #fdfdfd; padding: 10px; }
  383. .row2 { background-color: #7a7a7a; font-family: source sans pro; font-weight: 900; font-size: 9px; text-transform: uppercase; line-height: 100%; color: #fff; }
  384.  
  385. #boardstats .row2 {
  386. text-align: center;
  387. }
  388.  
  389. .darkrow1 {
  390. background-color: #fdfdfd; color:black;
  391. }
  392.  
  393. .darkrow2 {
  394. background-color: #fff; font-family: source sans pro; font-size: 8px; text-transform: uppercase;
  395. }
  396.  
  397. td.darkrow2 {
  398. display: none;
  399. }
  400.  
  401. .darkrow3 {
  402. background-color: #fdfdfd;
  403. color: #000;
  404. padding: 3px;
  405. }
  406.  
  407. .hlight { background-color: #EFEFEF; }
  408. .dlight { background-color: #EFEFEF; }
  409.  
  410. /****************************************
  411. Top table bars / gradient holders
  412. *****************************************/
  413.  
  414. .maintitle {
  415. background-color: #7a7a7a;
  416. padding: 50px; font-family: playfair display; font-weight: 700; font-style: italic; font-size: 25px; text-align: right; text-transform: lowercase;
  417. color: #FFF;
  418. }
  419.  
  420. .maintitle.mt_0 a:link, .maintitle.mt_0 a:visited, .maintitle.mt_0 a:active, .maintitle.mt_4 a:link, .maintitle.mt_4 a:visited, .maintitle.mt_4 a:active, .maintitle.mt_8 a:link, .maintitle.mt_8 a:visited, .maintitle.mt_8 a:active, .maintitle.mt_12 a:link, .maintitle.mt_12 a:visited, .maintitle.mt_12 a:active, .maintitle.mt_16 a:link, .maintitle.mt_16 a:visited, .maintitle.mt_16 a:active, .maintitle.mt_20 a:link, .maintitle.mt_20 a:visited, .maintitle.mt_20 a:active, .maintitle.mt_24 a:link, .maintitle.mt_24 a:visited, .maintitle.mt_24 a:active { color: #C3D3EB; border-bottom: 1px solid #C3D3EB; }
  421.  
  422. .maintitle.mt_1 a:link, .maintitle.mt_1 a:visited, .maintitle.mt_1 a:active, .maintitle.mt_5 a:link, .maintitle.mt_5 a:visited, .maintitle.mt_5 a:active, .maintitle.mt_9 a:link, .maintitle.mt_9 a:visited, .maintitle.mt_9 a:active, .maintitle.mt_13 a:link, .maintitle.mt_13 a:visited, .maintitle.mt_13 a:active, .maintitle.mt_17 a:link, .maintitle.mt_17 a:visited, .maintitle.mt_17 a:active, .maintitle.mt_21 a:link, .maintitle.mt_21 a:visited, .maintitle.mt_21 a:active { color: #C9DAAD; border-bottom: 1px solid #C9DAAD; }
  423.  
  424. .maintitle.mt_2 a:link, .maintitle.mt_2 a:visited, .maintitle.mt_2 a:active, .maintitle.mt_6 a:link, .maintitle.mt_6 a:visited, .maintitle.mt_6 a:active, .maintitle.mt_10 a:link, .maintitle.mt_10 a:visited, .maintitle.mt_10 a:active, .maintitle.mt_14 a:link, .maintitle.mt_14 a:visited, .maintitle.mt_14 a:active, .maintitle.mt_18 a:link, .maintitle.mt_18 a:visited, .maintitle.mt_18 a:active, .maintitle.mt_22 a:link, .maintitle.mt_22 a:visited, .maintitle.mt_22 a:active { color: #BC94BF; border-bottom: 1px solid #BC94BF; }
  425.  
  426. .maintitle.mt_3 a:link, .maintitle.mt_3 a:visited, .maintitle.mt_3 a:active, .maintitle.mt_7 a:link, .maintitle.mt_7 a:visited, .maintitle.mt_7 a:active, .maintitle.mt_11 a:link, .maintitle.mt_11 a:visited, .maintitle.mt_11 a:active, .maintitle.mt_15 a:link, .maintitle.mt_15 a:visited, .maintitle.mt_15 a:active, .maintitle.mt_19 a:link, .maintitle.mt_19 a:visited, .maintitle.mt_19 a:active, .maintitle.mt_23 a:link, .maintitle.mt_23 a:visited, .maintitle.mt_23 a:active { color: #F3BEC9; border-bottom: 1px solid #F3BEC9; }
  427.  
  428. .maintitle a:link, .maintitle a:visited, .maintitle a:active {
  429. text-decoration: none; text-align: right; padding-bottom: 2px; border-bottom: 1px solid #fff;
  430. }
  431. #boardstats .maintitle {display: none;}
  432. .maintitle span img { display: none; }
  433. .maintitle a:hover {
  434. text-decoration: none;
  435. }
  436.  
  437. /****************************************
  438. Bar directly below the maintitles
  439. *****************************************/
  440.  
  441. .titlemedium {
  442. padding: 10px; border-bottom: 1px solid #eee; background-color: #fafafa; font-family: source sans pro; font-size: 8px; text-transform: uppercase;
  443. }
  444. div.tableborder table { border-collapse: collapse; }
  445.  
  446. .titlemedium a:link, .titlemedium a:visited, .titlemedium a:active {
  447. text-decoration: none;
  448. color: #222;
  449. }
  450.  
  451. /****************************************
  452. Table & Div Borders
  453. *****************************************/
  454.  
  455. .tableborder { padding: 10px; border: 1px solid #eee; margin:0; }
  456. .tableborder:nth-child(2), .tableborder:nth-child(10), .tableborder:nth-child(18), .tableborder:nth-child(26), .tableborder:nth-child(34), .tableborder:nth-child(42) {
  457. padding: 10px; border: 1px solid #C3D3EB; margin:0;
  458. }
  459. .tableborder:nth-child(4), .tableborder:nth-child(12), .tableborder:nth-child(20), .tableborder:nth-child(28), .tableborder:nth-child(36), .tableborder:nth-child(44) {
  460. padding: 10px; border: 1px solid #C9DAAD; margin:0;
  461. }
  462. .tableborder:nth-child(6), .tableborder:nth-child(14), .tableborder:nth-child(22), .tableborder:nth-child(30), .tableborder:nth-child(38), .tableborder:nth-child(46) {
  463. padding: 10px; border: 1px solid #BC94BF; margin:0;
  464. }
  465. .tableborder:nth-child(8), .tableborder:nth-child(16), .tableborder:nth-child(24), .tableborder:nth-child(32), .tableborder:nth-child(40), .tableborder:nth-child(48) {
  466. padding: 10px; border: 1px solid #F3BEC9; margin:0;
  467. }
  468.  
  469. .tablefill {
  470. background-color: #fff;
  471. border:1px solid #eee;
  472. padding:10px; font-family: anonymous pro; text-transform: Uppercase; font-size: 9px;
  473. }
  474.  
  475. .tablepad {
  476. background-color: #fdfdfd;
  477. padding:6px;
  478. }
  479.  
  480. .tablebasic {
  481. width:100%; padding:0; margin:0px; border:0px;
  482. }
  483.  
  484. .plainborder {
  485. border:1px solid #555;
  486. background-color: #EFEFEF;
  487. }
  488.  
  489. /****************************************
  490. QUOTE and CODE BBCode boxes
  491. *****************************************/
  492.  
  493. .QUOTE {
  494. font-family: source sans pro; font-size: 10px; line-height: 100%; background-color: #7a7a7a; color: #fff; padding: 25px; border: 1px solid #eee; margin-top: 5px;
  495. }
  496.  
  497. .CODE { font-family: source sans pro; font-size: 10px; line-height: 100%; background-color: #7a7a7a; color: #fff; padding: 25px; border: 1px solid #eee; margin-top: 5px; }
  498. .quote_header, .code_header {
  499. background-color: #fff; font-family: playfair display; font-weight: 900; color: #7a7a7a; font-style: italic; font-size: 15px; font-weight: 900; text-transform: lowercase; text-align: justify; line-height: 100%; padding: 15px; border: 1px solid #eee; }
  500.  
  501. .code_header b { text-transform: lowercase; }
  502.  
  503. .quote_wrapper, .code_wrapper {
  504. display: table; width: 100%; margin-top: 5px;
  505. }
  506.  
  507. .polaroidpicture {
  508. float: right;
  509. margin: 0 10px;
  510. padding-bottom: 2px;
  511. }
  512.  
  513.  
  514.  
  515. /**********************************************
  516. Input buttons, e.g. submit, text input, etc
  517. ***********************************************/
  518.  
  519. .button-large {
  520. padding: 9px; border: 1px solid #eee; background-color: #fff; font-family: playfair display; font-style: italic; text-transform: lowercase; font-weight: 900; color: #7a7a7a; line-height: 100%; font-size: 15px;
  521. margin-right: 5px; text-shadow: -1px -1px 0 #fafafa, 1px -1px 0 #fafafa, -1px 1px 0 #fafafa, 1px 1px 0 #fafafa;
  522. display: inline-block;
  523. }
  524.  
  525. .button-large:first-letter { color: #C3D3EB; }
  526.  
  527.  
  528. .button-small {
  529. background-color: #fff; padding: 9px; margin: 5px; font-family: source sans pro; font-size: 8px; text-transform: uppercase; line-height: 100%; color: #BC94BF; margin: 5px; border: 1px solid #eee;
  530. max-width: 80px;
  531. }
  532.  
  533.  
  534. .post-buttons-top { margin-top: 3px; }
  535.  
  536. .button-large.closed {
  537. padding: 9px; border: 1px solid #eee; background-color: #fff; font-family: playfair display; font-style: italic; text-transform: lowercase; font-weight: 900; color: #7a7a7a; line-height: 100%; font-size: 15px;
  538. margin-right: 5px; text-shadow: -1px -1px 0 #fafafa, 1px -1px 0 #fafafa, -1px 1px 0 #fafafa, 1px 1px 0 #fafafa; display: inline-block;
  539. }
  540. .button-large.closed:first-letter { color: #C3D3EB; }
  541. .forminput, .codebuttons, .radiobutton, .checkbox {
  542. background-color: #7a7a7a; padding: 9px; font-family: anonymous pro; font-size: 8px; text-transform: uppercase; line-height: 100%; color: #fff;
  543. vertical-align: middle; border: 1px solid #7a7a7a;
  544. }
  545.  
  546. .textinput { padding: 20px; background-color: #7a7a7a; font-family: open sans; font-size: 11px; color: #fff; line-height: 100%; }
  547.  
  548. input[type=submit], input[type=button], input[type=reset] {
  549. background-color: #fff; padding: 8px; border: 1px solid #eee; font-family: playfair display; font-weight: 900; font-style: italic; text-transform: lowercase; line-height: 100%; font-size: 10px; color: #7a7a7a; color: #C9DAAD; text-shadow: -1px -1px 0 #fafafa, 1px -1px 0 #fafafa, -1px 1px 0 #fafafa, 1px 1px 0 #fafafa; margin: 5px;
  550. }
  551.  
  552. .codebuttons {
  553. font-size: 10px;
  554. }
  555.  
  556.  
  557. /****************************************
  558. Form table cell styles, left/right/top
  559. *****************************************/
  560.  
  561. .pformstrip {
  562. background-color: #fdfdfd;
  563. color:black; font-weight:bold;
  564. padding: 10px;
  565. margin-top:1px
  566. }
  567.  
  568. .pformleft {
  569. background-color: #fdfdfd;
  570. padding:10px;
  571. margin-top:1px;width:25%;
  572. border-top:1px solid #eee;
  573. border-right:1px solid #eee;
  574. }
  575.  
  576. .pformleftw {
  577. background-color: #fdfdfd; padding:10px;
  578. margin-top:1px;width:40%;
  579. border-top:1px solid #eee;
  580. border-right:1px solid #eee;
  581. }
  582.  
  583. .pformright {
  584. background-color: #fdfdfd;
  585. padding:10px; margin-top:1px;
  586. border-top:1px solid #eee;
  587. }
  588.  
  589.  
  590. /****************************************
  591. Tabs on the portal profiles + sections
  592. *****************************************/
  593.  
  594. .opentab {
  595. color: #FFF;
  596. padding:8px;float: left; width: auto;
  597. background-color: #800000;
  598. background-image: url(http://files.b1.jcink.com/themes/default/red-gradient.png);
  599. margin-top:3px;
  600. margin-right:2px;
  601. font-size:11px;
  602. border: #545454 1px solid;
  603. }
  604.  
  605. .closedtab {
  606. color: #FFF;
  607. padding:7px;float: left;width: auto;
  608. background-color: #800000;
  609. background-image: url(http://files.b1.jcink.com/themes/default/red-gradient.png);
  610. margin-top:6px;
  611. margin-right:2px;
  612. font-size:11px;
  613. border-top: #545454 1px solid;
  614. border-right: #545454 1px solid;
  615. border-left: #545454 1px solid;
  616. }
  617.  
  618. .positiontab {
  619. height: 34px; margin-left: 2px;
  620. }
  621.  
  622. /****************************************
  623. Delete all cookies / mark read
  624. *****************************************/
  625.  
  626. #delcookiesrow, #mark-as-read-subto {
  627. background-color: #fff;
  628. border: 1px solid #eee;
  629. font-size: 8px; text-transform: Uppercase; font-family: source sans pro;
  630. padding: 10px;
  631. width: 260px;
  632. float: right;
  633. padding-left:1px;
  634. }
  635.  
  636. #mark-as-read-subto {
  637. float: none;
  638. }
  639.  
  640.  
  641. /*******************************
  642. Board Statistics Links
  643. *******************************/
  644.  
  645. .toplinks a { display: none;
  646. color: #ffffff;
  647. font-size: 11px;
  648. text-decoration: none;
  649. }
  650.  
  651. .toplinks {
  652. margin: 0 11px -37px 0;
  653. text-align: right;
  654. color: transparent;
  655. }
  656.  
  657. /*******************************
  658. Mini Profile Seperators
  659. *******************************/
  660.  
  661. .postbit {
  662. border-bottom: solid 1px #C0C0C0;
  663. color: black;
  664. background: #EFEFEF;
  665. font-size: 11px;
  666. padding: 6px 7px;
  667. }
  668.  
  669. /********************************
  670. Miscellaneous
  671. ********************************/
  672.  
  673. /* image tag styles */
  674. img { vertical-align:middle; border:0px }
  675. img.attach { border:2px outset #555;padding:2px }
  676.  
  677. /* Forum Descriptions */
  678. .desc { font-size:11px; color: #000; }
  679.  
  680. /* Edited by text */
  681. .edit { font-size: 9px }
  682.  
  683. /* Topic Macros */
  684.  
  685. .wrapmini { float: left; }
  686.  
  687. /* Warning CSS */
  688. .warngood { color:green }
  689. .warnbad { color:red }
  690.  
  691. /* Skin selector dropdown */
  692. #skin_selector {
  693. margin: 10px 0;
  694. }
  695.  
  696.  
  697. /* Online users list row */
  698. .thin {
  699. padding:6px 0px 6px 0px;
  700. line-height:140%;
  701. margin:2px 0px 2px 0px;
  702. border-top:1px solid #545454;
  703. border-bottom:1px solid #545454;
  704. }
  705.  
  706. /* Latest news area */
  707. .newstext { display: none;
  708.  
  709. }
  710.  
  711. /* Highlighted text in search */
  712. .searchlite {
  713. color:#F00;
  714. font-weight:bold;
  715. background-color:#FF0;
  716. }
  717.  
  718. /****************************************
  719. Mobile-specific Styles
  720. *****************************************/
  721.  
  722. #mobile {
  723. background-color: #FBFBFB;
  724. }
  725.  
  726. /***********************************
  727. Copyright: Removal is against Terms
  728. ************************************/
  729.  
  730. .copyright {
  731. font-size: 10px; line-height: 12px;
  732. }
  733.  
  734. #cat_1 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #C3D3EB; height: 70px; background-color: #fff; }
  735. #cat_1 .cbcfs3:first-letter { color: #C3D3EB; }
  736. #cat_1 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #C3D3EB; line-height: 100%; padding-bottom: 19px; }
  737. #cat_1 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #C3D3EB; font-size: 12px; line-height: 100%; }
  738. #cat_1 .cbcfsinfo b { font-weight: 700; color: #C3D3EB; font-size: 8px; letter-spacing: 0px; }
  739. #cat_1 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #C3D3EB; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  740. #cat_1 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #C3D3EB; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  741. #cat_1 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #C3D3EB; }
  742.  
  743. #cat_3 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #C9DAAD; height: 70px; background-color: #fff; }
  744. #cat_3 .cbcfs3:first-letter { color: #C9DAAD; }
  745. #cat_3 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #C9DAAD; line-height: 100%; padding-bottom: 19px; }
  746. #cat_3 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #C9DAAD; font-size: 12px; line-height: 100%; }
  747. #cat_3 .cbcfsinfo b { font-weight: 700; color: #C9DAAD; font-size: 8px; letter-spacing: 0px; }
  748. #cat_3 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #C9DAAD; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  749. #cat_3 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #C9DAAD; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  750. #cat_3 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #C9DAAD; }
  751.  
  752. #cat_4 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #BC94BF; height: 70px; background-color: #fff; }
  753. #cat_4 .cbcfs3:first-letter { color: #BC94BF; }
  754. #cat_4 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #BC94BF; line-height: 100%; padding-bottom: 19px; }
  755. #cat_4 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #BC94BF; font-size: 12px; line-height: 100%; }
  756. #cat_4 .cbcfsinfo b { font-weight: 700; color: #BC94BF; font-size: 8px; letter-spacing: 0px; }
  757. #cat_4 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #BC94BF; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  758. #cat_4 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #BC94BF; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  759. #cat_4 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #BC94BF; }
  760.  
  761. #cat_5 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #F3BEC9; height: 70px; background-color: #fff; }
  762. #cat_5 .cbcfs3:first-letter { color: #F3BEC9; }
  763. #cat_5 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #F3BEC9; line-height: 100%; padding-bottom: 19px; }
  764. #cat_5 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #F3BEC9; font-size: 12px; line-height: 100%; }
  765. #cat_5 .cbcfsinfo b { font-weight: 700; color: #F3BEC9; font-size: 8px; letter-spacing: 0px; }
  766. #cat_5 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #F3BEC9; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  767. #cat_5 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #F3BEC9; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  768. #cat_5 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #F3BEC9; }
  769.  
  770. #cat_6 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #C3D3EB; height: 70px; background-color: #fff; }
  771. #cat_6 .cbcfs3:first-letter { color: #C3D3EB; }
  772. #cat_6 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #C3D3EB; line-height: 100%; padding-bottom: 19px; }
  773. #cat_6 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #C3D3EB; font-size: 12px; line-height: 100%; }
  774. #cat_6 .cbcfsinfo b { font-weight: 700; color: #C3D3EB; font-size: 8px; letter-spacing: 0px; }
  775. #cat_6 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #C3D3EB; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  776. #cat_6 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #C3D3EB; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  777. #cat_6 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #C3D3EB; }
  778.  
  779. #cat_7 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #C9DAAD; height: 70px; background-color: #fff; }
  780. #cat_7 .cbcfs3:first-letter { color: #C9DAAD; }
  781. #cat_7 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #C9DAAD; line-height: 100%; padding-bottom: 19px; }
  782. #cat_7 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #C9DAAD; font-size: 12px; line-height: 100%; }
  783. #cat_7 .cbcfsinfo b { font-weight: 700; color: #C9DAAD; font-size: 8px; letter-spacing: 0px; }
  784. #cat_7 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #C9DAAD; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  785. #cat_7 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #C9DAAD; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  786. #cat_7 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #C9DAAD; }
  787.  
  788. #cat_8 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #BC94BF; height: 70px; background-color: #fff; }
  789. #cat_8 .cbcfs3:first-letter { color: #BC94BF; }
  790. #cat_8 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #BC94BF; line-height: 100%; padding-bottom: 19px; }
  791. #cat_8 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #BC94BF; font-size: 12px; line-height: 100%; }
  792. #cat_8 .cbcfsinfo b { font-weight: 700; color: #BC94BF; font-size: 8px; letter-spacing: 0px; }
  793. #cat_8 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #BC94BF; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  794. #cat_8 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #BC94BF; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  795. #cat_8 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #BC94BF; }
  796.  
  797. #cat_9 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #F3BEC9; height: 70px; background-color: #fff; }
  798. #cat_9 .cbcfs3:first-letter { color: #F3BEC9; }
  799. #cat_5 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #F3BEC9; line-height: 100%; padding-bottom: 19px; }
  800. #cat_9 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #F3BEC9; font-size: 12px; line-height: 100%; }
  801. #cat_9 .cbcfsinfo b { font-weight: 700; color: #F3BEC9; font-size: 8px; letter-spacing: 0px; }
  802. #cat_9 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #F3BEC9; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  803. #cat_9 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #F3BEC9; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  804. #cat_9 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #F3BEC9; }
  805.  
  806. #cat_10 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #C3D3EB; height: 70px; background-color: #fff; }
  807. #cat_10 .cbcfs3:first-letter { color: #C3D3EB; }
  808. #cat_10 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #C3D3EB; line-height: 100%; padding-bottom: 19px; }
  809. #cat_10 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #C3D3EB; font-size: 12px; line-height: 100%; }
  810. #cat_10 .cbcfsinfo b { font-weight: 700; color: #C3D3EB; font-size: 8px; letter-spacing: 0px; }
  811. #cat_10 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #C3D3EB; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  812. #cat_10 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #C3D3EB; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  813. #cat_10 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #C3D3EB; }
  814.  
  815. #cat_11 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #C9DAAD; height: 70px; background-color: #fff; }
  816. #cat_11 .cbcfs3:first-letter { color: #C9DAAD; }
  817. #cat_11 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #C9DAAD; line-height: 100%; padding-bottom: 19px; }
  818. #cat_11 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #C9DAAD; font-size: 12px; line-height: 100%; }
  819. #cat_11 .cbcfsinfo b { font-weight: 700; color: #C9DAAD; font-size: 8px; letter-spacing: 0px; }
  820. #cat_11 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #C9DAAD; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  821. #cat_11 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #C9DAAD; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  822. #cat_11 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #C9DAAD; }
  823.  
  824. #cat_12 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #BC94BF; height: 70px; background-color: #fff; }
  825. #cat_12 .cbcfs3:first-letter { color: #BC94BF; }
  826. #cat_12 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #BC94BF; line-height: 100%; padding-bottom: 19px; }
  827. #cat_12 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #BC94BF; font-size: 12px; line-height: 100%; }
  828. #cat_12 .cbcfsinfo b { font-weight: 700; color: #BC94BF; font-size: 8px; letter-spacing: 0px; }
  829. #cat_12 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #BC94BF; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  830. #cat_12 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #BC94BF; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  831. #cat_12 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #BC94BF; }
  832.  
  833. #cat_13 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #F3BEC9; height: 70px; background-color: #fff; }
  834. #cat_13 .cbcfs3:first-letter { color: #F3BEC9; }
  835. #cat_13 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #F3BEC9; line-height: 100%; padding-bottom: 19px; }
  836. #cat_13 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #F3BEC9; font-size: 12px; line-height: 100%; }
  837. #cat_13 .cbcfsinfo b { font-weight: 700; color: #F3BEC9; font-size: 8px; letter-spacing: 0px; }
  838. #cat_13 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #F3BEC9; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  839. #cat_13 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #F3BEC9; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  840. #cat_13 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #F3BEC9; }
  841.  
  842. #cat_14 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #C3D3EB; height: 70px; background-color: #fff; }
  843. #cat_14 .cbcfs3:first-letter { color: #C3D3EB; }
  844. #cat_14 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #C3D3EB; line-height: 100%; padding-bottom: 19px; }
  845. #cat_14 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #C3D3EB; font-size: 12px; line-height: 100%; }
  846. #cat_14 .cbcfsinfo b { font-weight: 700; color: #C3D3EB; font-size: 8px; letter-spacing: 0px; }
  847. #cat_14 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #C3D3EB; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  848. #cat_14 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #C3D3EB; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  849. #cat_14 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #C3D3EB; }
  850.  
  851. #cat_15 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #C9DAAD; height: 70px; background-color: #fff; }
  852. #cat_15 .cbcfs3:first-letter { color: #C9DAAD; }
  853. #cat_15 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #C9DAAD; line-height: 100%; padding-bottom: 19px; }
  854. #cat_15 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #C9DAAD; font-size: 12px; line-height: 100%; }
  855. #cat_15 .cbcfsinfo b { font-weight: 700; color: #C9DAAD; font-size: 8px; letter-spacing: 0px; }
  856. #cat_15 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #C9DAAD; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  857. #cat_15 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #C9DAAD; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  858. #cat_15 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #C9DAAD; }
  859.  
  860. #cat_16 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #BC94BF; height: 70px; background-color: #fff; }
  861. #cat_16 .cbcfs3:first-letter { color: #BC94BF; }
  862. #cat_16 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #BC94BF; line-height: 100%; padding-bottom: 19px; }
  863. #cat_16 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #BC94BF; font-size: 12px; line-height: 100%; }
  864. #cat_16 .cbcfsinfo b { font-weight: 700; color: #BC94BF; font-size: 8px; letter-spacing: 0px; }
  865. #cat_16 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #BC94BF; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  866. #cat_16 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #BC94BF; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  867. #cat_16 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #BC94BF; }
  868.  
  869. #cat_17 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #F3BEC9; height: 70px; background-color: #fff; }
  870. #cat_17 .cbcfs3:first-letter { color: #F3BEC9; }
  871. #cat_17 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #F3BEC9; line-height: 100%; padding-bottom: 19px; }
  872. #cat_17 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #F3BEC9; font-size: 12px; line-height: 100%; }
  873. #cat_17 .cbcfsinfo b { font-weight: 700; color: #F3BEC9; font-size: 8px; letter-spacing: 0px; }
  874. #cat_17 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #F3BEC9; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  875. #cat_17 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #F3BEC9; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  876. #cat_17 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #F3BEC9; }
  877.  
  878. #cat_18 .cbcfs1 { width: 880px; padding-top: 15px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #C3D3EB; height: 70px; background-color: #fff; }
  879. #cat_18 .cbcfs3:first-letter { color: #C3D3EB; }
  880. #cat_18 .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #C3D3EB; line-height: 100%; padding-bottom: 19px; }
  881. #cat_18 .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #C3D3EB; font-size: 12px; line-height: 100%; }
  882. #cat_18 .cbcfsinfo b { font-weight: 700; color: #C3D3EB; font-size: 8px; letter-spacing: 0px; }
  883. #cat_18 .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #C3D3EB; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  884. #cat_18 .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #C3D3EB; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  885. #cat_18 .cbcfsm { margin-right: 35px; width: 60px; height: 60px; background-color: #C3D3EB; }
  886.  
  887. .cbcfs1 { width: 880px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; border-bottom: 5px solid #C3D3EB; height: 60px; background-color: #fff; }
  888. .cbcfsi2 { width: 280px; }
  889. .cbcfs2 { width: 300px; }
  890. .cbcfs3 { font-family: raleway; color: #7a7a7a; font-weight: 900; font-size: 27px; text-align: center; line-height: 100%; text-transform: uppercase; }
  891. .cbcfs3:first-letter { color: #C3D3EB; }
  892. .cbcfs4 { width: 245px; height: 60px; margin-right: 35px; }
  893. .cbcfsmarker { width: 60px; margin-right: 35px; font-family: raleway; font-weight: 900; text-align: center; font-size: 60px; padding-top: 19px; color: #C3D3EB; line-height: 100%; padding-bottom: 19px; }
  894. .cbcfstoprep { text-align: center; line-height: 100%; }
  895. .cbcfstop { font-family: playfair display; font-style: italic; font-weight: 900; color: #C3D3EB; font-size: 12px; line-height: 100%; }
  896. .cbcfsics { font-family: playfair display; font-style: italic; font-weight: 400; color: #7a7a7a; font-size: 10px; line-height: 100%; text-transform: lowercase; }
  897. .cbcfsinfo { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-left: 62px; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: justify; line-height: 100%; color: #7a7a7a; letter-spacing: 1px; }
  898. .cbcfsinfo b { font-weight: 700; color: #C3D3EB; font-size: 8px; letter-spacing: 0px; }
  899. .cbcfsic { font-size: 12px; }
  900. .dlinkone { display: block; width: 85px; padding: 2px 0px; background-color: #7a7a7a; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  901. .dlinkthree { display: block; width: 85px; padding: 2px 0px; background-color: #7a7a7a; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  902. .dlinktwo { display: block; width: 85px; padding: 2px 0px; background-color: #C3D3EB; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  903. .dlinkfour { display: block; width: 85px; padding: 2px 0px; background-color: #C3D3EB; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: Center; line-height: 100%; color: #fff; }
  904.  
  905. .deslinks { width: 85px; height: 60px; background-color: #7a7a7a; position: relative; left: -160px; top: -60px; margin-bottom: -60px; z-index: 2; }
  906.  
  907.  
  908.  
  909.  
  910. .ctcfs1 { width: 860px; padding: 20px; background-color: #fff; }
  911. .ctcfs2 { font-family: raleway; font-weight: 900; text-align: center; line-height: 100%; text-transform: uppercase; font-size: 14px; width: 280px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
  912. .ctcfs3 { width: 60px; text-align: center; }
  913. .ctcfs4 { font-family: playfair display; font-size: 12px; font-style: italic; font-weight: 900; text-align: center; line-height: 100%; }
  914. .ctcfs5 { font-family: lato; font-size: 8px; text-transform: uppercase; text-align: center; line-height: 100%; }
  915. .ctcfs6 { font-family: anonymous pro; font-size: 8.5px; text-transform: uppercase; line-height: 100%; text-align: center; overflow: hidden; line-height: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
  916. .ctcfs7 { width: 140px; margin-left: 10px; }
  917. .ctcfs8 { font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: justify; line-height: 100%; color: #7a7a7a; letter-spacing: 1px; }
  918. .ctcfs8 b { font-weight: 700; color: #C3D3EB; font-size: 9px; letter-spacing: 0px; }
  919. .ctcfs9 { font-size: 9px; }
  920. .cscfs1 { width: 880px; padding: 10px; background-color: #fff; }
  921. .cscfs2 { width: 310px; padding: 9px; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; border: 1px solid #eee; }
  922. .cscfs3 { width: 290px; padding: 10px; background-color: #fff; }
  923. .cscfs8 { width: 270px; padding: 9px; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; border: 1px solid #eee; }
  924. .cscfs9 { width: 250px; padding: 10px; background-color: #fff; }
  925. .cscfs4 { width: 10px; }
  926. .cscfs5 { width: 210px; padding: 9px; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; border: 1px solid #eee; }
  927. .cscfs6 { width: 190px; padding: 10px; background-color: #fff; }
  928. .cscfsnew { font-family: playfair display; font-style: italic; font-weight: 700; text-align: center; line-height: 100%; text-transform: lowercase; font-size: 15px; }
  929. .cscfsuser { font-family: anonymous pro; font-size: 9px; text-transform: uppercase; text-align: center; line-height: 100%; color: #7a7a7a; }
  930. .cscfslinks { font-family: lato; font-size: 8px; text-transform: uppercase; line-height: 100%; letter-spacing: 1px; text-align: center; padding: 0px 0px 5px 0px; border-bottom: 1px solid #eee; }
  931. .cscfsstat { width: 190px; padding: 10px; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: right; line-height: 100%; color: #fff; letter-spacing: 1px; }
  932. .cscfs7 { height: 10px; }
  933. .cscfsonline { font-family: playfair display; font-style: italic; font-size: 17px; text-align: right; text-transform: lowercase; font-weight: 900; line-height: 100%; padding: 0px 0px 5px 0px; border-bottom: 1px solid #eee; }
  934. .cscfsonstats { margin-top: 5px; font-family: source sans pro; font-size: 8px; letter-spacing: 1px; text-transform: uppercase; text-align: center; line-height: 100%; color: #7a7a7a; }
  935. .cscfsonlist { margin-top: 5px; height: 119px; padding: 0px 0px 5px 0px; border-bottom: 1px solid #eee; }
  936. .cscfsonlistusers { font-family: raleway; font-weight: 900; text-align: justify; font-size: 10px; text-transform: uppercase; width: 285px; padding-right: 5px; height: 119px; overflow: auto; line-height: 100%; }
  937. .cscfstoday { font-family: raleway; font-weight: 900; text-align: right; text-transform: uppercase; font-size: 14px; line-height: 100%; margin-top: 5px; }
  938. .cscfsonto { height: 122px; margin-top: 5px; padding: 0px 0px 5px 0px; border-bottom: 1px solid #eee; }
  939. .cscfsontolist { height: 122px; width: 245px; overflow: auto; padding-right: 5px; font-family: anonymous pro; font-size: 9px; text-transform: uppercase; text-align: justify; letter-spacing: 1px; line-height: 100%; color: #7a7a7a; }
  940. .cscfsbs { background-color: #7a7a7a; width: 800px; padding: 50px; font-family: playfair display; font-weight: 700; font-style: italic; font-size: 25px; text-align: right; text-transform: lowercase; color: #FFF; }
  941. .cpcfs1 { width: 900px; padding: 9px; border: 1px solid #7a7a7a; }
  942. .cpcfs2 { width: 880px; padding: 10px; background-color: #fff; }
  943. #cpcfs3 { width: 820px; padding: 40px; background-image: url(http://i.imgur.com/cpzPtkf.png); background-color: #7a7a7a; font-family: playfair display; font-weight: 900; text-transform: lowercase; text-align: right; color: #fff; line-height: 100%; font-size: 30px; font-style: italic; }
  944. .cpcfs4 { width: 245px; height: 400px; background-image: url(http://i.imgur.com/pwteAdx.png); padding: 9px; border: 1px solid #eee; margin-left: 10.5px; margin-right: 10.f5px; }
  945. .cpcfs5 { margin-left: 10px; width: 277px; height: 82px; padding: 9px; border: 1px solid #eee; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; }
  946. .cpcfs6 { height: 4px; }
  947. .cpcfs7 { width: 297px; height: 420px; }
  948. .cpcfs8 { padding: 10px; background-color: #7a7a7a; font-family: raleway; font-weight: 900; text-transform: uppercase; text-align: center; line-height: 100%; color: #fff; letter-spacing: -1px; font-size: 15px; margin-bottom: 5px; }
  949. .cpcfs9 { padding: 9px; border: 1px solid #eee; margin-top: 10px; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; height: 118px; }
  950. .cpcfs10 { width: 85px; padding: 5px; background-color: #fff; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: right; line-height: 100%; color: #7a7a7a; font-weight: 900; margin-right: 2px; float: left; }
  951. .cpcfs11 { width: 170px; padding: 5px; background-color: #fff; font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: center; line-height: 100%; color: #7a7a7a; float: right; letter-spacing: 1px; }
  952. .cpcfs12 { height: 2px; clear: both; }
  953. .cpcfs13 { width: 150px; padding: 9px; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; border: 1px solid #eee; margin-top: 10px; height: 97px; margin-right: 10px; float: left; }
  954. .cpcfs14 { width: 97px; padding: 9px; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; border: 1px solid #eee; margin-top: 10px; height: 97px; float: right; }
  955. .cpcfs15 { width: 150px; height: 97px; background-size: cover; }
  956. .cpcfs16 img { width: 97px; height: 97px; }
  957. .cpcfs17 { width: 277px; padding: 9px; border: 1px solid #eee; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; height: 80px; }
  958. .cpcfs18 { clear: both; height: 10px; }
  959. .cpcfs19 { width: 170px; padding: 5px; background-color: #fff; font-family: anonymous pro; font-size: 8.5px; text-align: center; line-height: 100%; text-transform: uppercase; line-height: 100%; color: #7a7a7a; margin-right: 10px; }
  960. .cpcfs20 { height: 2px;}
  961. .cpcfs22 { width: 80px; }
  962. .cpcfs21 { width: 16px; padding: 14px 14px; font-family: raleway; font-weight: 900; color: #fff; text-align: center; line-height: 100%; background-color: #7a7a7a; font-size: 12px; }
  963. .cpcfs23 { width: 267px; height: 72px; background-color: #fafafa; padding: 5px; }
  964. .cpcfsgoogle1 { width: 200px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 2px 4px; border: 1px solid #7a7a7a; font-family: source sans pro; font-size: 9px; text-align: justify; line-height: 100%; text-transform: uppercase; color: #7a7a7a; background-color: #fff; float: left; }
  965. .cpcfsgoogle2 { width: 47px; padding: 3px 5px; text-align: center; line-height: 100%; color: #fff; font-family: source sans pro; font-size: 9px; float: right; background-color: #7a7a7a; pointer: cursor; }
  966. .cpcfsgoogle3 { width: 193px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding-top: 2px; padding-bottom: 2px; padding-left: 5px; padding-right: 10px; border: 1px solid #eee; background-color: #fff; float: left; }
  967. .cpcfsgoogle4 { width: 194px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-family: source sans pro; font-size: 8px; letter-spacing: 1px; text-transform: uppercase; text-align: justify; line-height: 100%; display: block; color: #7a7a7a; padding: 1px 1px; -webkit-transition-duration: .3s; -o-transition-duration: .3s; -ms-transition-duration: .3s; -moz-transition-duration: .3s; }
  968. .cpcfsgoogle4:hover { cursor: pointer; color: #fff; background-color: #7a7a7a; }
  969. .cpcfsgoogle4 b { letter-spacing: 0px; }
  970. .cpcfsfb { width: 257px; height: 62px; padding: 5px; background-color: #fff; }
  971. .cpcfsfb1 img { width: 50px; height: 50px; float: left; }
  972. .cpcfsfb2 { width: 192px; float: right; margin-left: 15px; height: 50px; overflow: hidden; font-family: source sans pro; font-size: 10px; text-align: justify; line-height: 100%; }
  973. .cpcfsfb2 b { color: #7a7a7a; }
  974. .cpcfsfb3 { height: 4px; clear: both; }
  975. .cpcfsfb4 { width: 192px; float: right; background-color: #fff; font-family: open sans; font-size: 8px; text-transform: uppercase; text-align: justify; line-height: 100%; }
  976. .cpcfsb4 b { color: #7a7a7a; }
  977. .cpcfsn1 { font-family: open sans; font-size: 12px; text-align: justify; line-height: 100%; padding: 0px 0px 2px 0px; border-bottom: 1px solid #7a7a7a; cursor: pointer; }
  978. .cpcfsn2 { font-family: source sans pro; font-size: 8px; text-transform: uppercase; margin-top: 5px; text-align: justify; line-height: 100%; color: #ccc; line-height: 100%; }
  979. .cpcfsn3 { font-family: lato; font-size: 9px; text-align: justify; line-height: 100%; margin-top: 6px; height: 18px; color: #7a7a7a; overflow: hidden; }
  980. .cpcfsquote { font-family: playfair display; height: 60px; overflow: hidden; font-size: 12px; font-style: italic; text-align: justify; line-height: 100%; text-transform: lowercase; font-weight: 400; }
  981. .lrrbanner { width: 940px; height: 400px; background-image: url(http://i.imgur.com/0kLoPqB.png); }
  982. .lrrtext1 { font-family: playfair display; font-size: 230px; font-weight: 900; font-style: italic; text-align: center; line-height: 100%; color: #fff; position: relative; top: 85px; text-shadow: -1px -1px 0 #7a7a7a, 1px -1px 0 #7a7a7a, -1px 1px 0 #7a7a7a, 1px 1px 0 #7a7a7a; }
  983. .lrrotm1 { width: 75px; padding: 4px; border: 1px solid #ccc; }
  984. .lrrotm { width: 75px; height: 75px; background-size: cover; }
  985. .lrrotmhz { width: 10px; }
  986. .lrrotmve { height: 10px; }
  987. .lrrtb { background-color: #fff; width: 100%; position: fixed; top: 0px; left: 0px; background-image: url(http://i.imgur.com/pwteAdx.png); height: 90px; padding: 10px; z-index: 99; }
  988. .lrrnb { width: 100%; position: fixed; top: 110px; font-size: 10px; left: 0px; background-color: #777; z-index: 99; height: 30px; }
  989. .lrrav { width: 70px; height: 70px; border: 9px solid #fff; outline: 1px solid #eee; }
  990. .lrrav img { width: 70px; height: 70px; }
  991. .lrrtitle { font-family: raleway; font-weight: 900; text-transform: Uppercase; text-align: justify; margin-left: 10px; line-height: 100%; font-size: 50px; letter-spacing: -1px; color: #7a7a7a; }
  992.  
  993. .lrrclickie { background-color: #7a7a7a; width: 15px; padding: 6.5px 5px; border-radius: 100%; }
  994. .lrrclickieic { font-family: source sans pro; font-weight: 900; color: #fff; text-transform: uppercase; text-align: center; line-height: 100%; font-size: 10px; }
  995. .lrrclicksp { width: 10px; }
  996. .lrrlinks { font-family: source sans pro; font-size: 8px; text-transform: uppercase; text-align: center; line-height: 100%; margin-top: 10px; letter-spacing: 1px; color: #7a7a7a; }
  997.  
  998. #fade { /*--Transparent background layer--*/
  999. display: none; /*--hidden by default--*/
  1000. background: #000;
  1001. position: fixed; left: 0; top: 0;
  1002. width: 100%; height: 100%;
  1003. opacity: .80;
  1004. z-index: 99;
  1005. }
  1006. .popup_block{
  1007. display: none; /*--hidden by default--*/
  1008. background: #fff;
  1009. width: 530px; background-image: url(http://i.imgur.com/cpzPtkf.png); padding: 30px;
  1010. float: left;
  1011. position: fixed;
  1012. top: 50%; left: 50%;
  1013. z-index: 999;
  1014.  
  1015. }
  1016. .btn_close:nth-child(odd) {
  1017. float: right;
  1018. margin: -30px -25px 0 0; color: #fff; font-size: 30px;
  1019. }
  1020. background { color: #AA8EC5; }
  1021. /*--Making IE6 Understand Fixed Positioning--*/
  1022. *html #fade {
  1023. position: absolute;
  1024. }
  1025. *html .popup_block {
  1026. position: absolute;
  1027. }
  1028.  
  1029. .lrrra1 { width: 110px; }
  1030. .lrra2 { text-align: center; font-family: playfair display; font-style: italic; font-weight: 900; text-transform: lowercase; line-height: 100%; color: #7a7a7a; text-shadow: -1px -1px 0 #fafafa, 1px -1px 0 #fafafa, -1px 1px 0 #fafafa, 1px 1px 0 #fafafa; margin-bottom: 5px; font-size: 35px; }
  1031. .lrra3 { width: 100px; padding: 5px; border: 1px solid #eee; background-color: #fafafa; font-family: source sans pro; font-size: 8px; letter-spacing: 1px; text-transform: uppercase; line-height: 100%; text-align: center; }
  1032. .lrra4 { width: 10px; }
  1033. .lrra5 { height: 10px; }
  1034.  
  1035. .lrra6 { width: 154px; }
  1036. .lrra7 { width: 144px; padding: 5px; border: 1px solid #eee; background-color: #fafafa; font-family: source sans pro; font-size: 8px; letter-spacing: 1px; text-transform: uppercase; line-height: 100%; text-align: center; }
  1037. .lrra8 { width: 9px; }
  1038.  
  1039. .lrra8-c1 { color: #C3D3EB; }
  1040. .lrra8-c2 { color: #F3BEC9; }
  1041. .lrra8-c3 { color: #C9DAAD; }
  1042.  
  1043.  
  1044. .lrrcr { width: 480px; font-family: lato; font-size: 10px; text-align: justify; line-height: 100%; color: #7a7a7a; }
  1045. .lrrcr b { font-family: playfair display; font-weight; 900; font-size: 12px; line-height: 100%; text-transform: Lowercase; font-style: italic; color: #F3BEC9; }
  1046. .lrrtbtabs { position: relative; width: 480px; height: 355px; clear: both; overflow: hidden; }
  1047. .lrrtbtab { float: left; }
  1048. .lrrtbtab label {
  1049. -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition-duration: .5s; -moz-transition-duration: .5s; -o-transition-duration: .5s;
  1050. display: block; width: 70px; height: 70px; position: relative; top: 285px; margin-right: 12px; }
  1051. .lrrtbtab [type=radio] { display: none; baseline-tab-shift: true, retrieve; }
  1052. .lrrtbcontent { position: absolute; top: -275px; bottom: 0px; left: 0px; background-color: #fafafa; height: 265px; width: 470px; padding: 5px; right: 0px; -webkit-transition-duration: .5s; -moz-transition-duration: .5s; -o-transition-duration: .5s; }
  1053. .lrrtbtabs .lrrtbtab [type=radio]:checked ~ label { background: white; border-bottom: 1px solid white; z-index: 2; -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); }
  1054. .lrrtbtabs .lrrtbtab [type=radio]:checked ~ label ~ .lrrtbcontent { z-index: 1; top: 0px; }
  1055. .lrrtbgf { width: 60px; padding: 4px; border: 1px solid #eee; }
  1056. .lrrtbstaffleft { width: 280px; }
  1057. .lrrtbstaffinfo { width: 260px; background-color: #fff; height: 155px; padding: 10px; }
  1058. .lrrtbstaffscroll { width: 255px; height: 155px; padding-right: 5px; overflow: auto; font-size: 10px; font-family: open sans; text-align: justify; line-height: 100%; color: #7a7a7a; }
  1059. .lrrtbstaffmid { width: 10px; }
  1060. .lrrtbsstaffright { width: 180px; }
  1061. .lrrtbstaffgif { width: 160px; height: 160px; padding: 9px; border: 1px solid #eee; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; }
  1062. .lrrtbstaffname { margin-top: 10px; text-align: center; font-size: 30px; width: 280px; padding: 20px 0px; background-color: #C3D3EB; font-family: playfair display; font-style: italic; text-transform: Lowercase; line-height: 100%; font-weight: 900; color: #fff; }
  1063. .lrrtbstaffst { font-family: source sans pro; font-size: 8px; letter-spacing: 4px; text-transform: uppercase; text-align: center; line-height: 100%; color: #fff; font-style: normal; margin-top: 2px; }
  1064. .lrrtbstaffchars { margin-top: 10px; height: 55px; width: 160px; padding: 9px; background-color: #fff; font-family: source sans pro; font-size: 8px; text-transform: uppercase; letter-spacing: 3px; text-align: justify; line-height: 100%; }
  1065. .lrrursp { width: 10px; }
  1066. .lrrurim { width: 88px; height: 60px; background-size: cover; }
  1067. .lrrurti { font-family: playfair display; font-size: 40px; text-transform: lowercase; font-weight: 900; text-align: center; line-height: 100%; color: #BC94BF; font-style: italic; margin-bottom: 5px; }
  1068. .lrruic { width: 154px; }
  1069. .lrruicsp { width: 9px; }
  1070. .lrrugenvs { height: 10px; }
  1071. .lrruicti { width: 144px; padding: 9px 4px; border: 1px solid #eee; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; color: #BC94BF; font-family: open sans; font-weight: 900; text-transform: uppercase; text-align: center; line-height: 100%; font-size: 15px; letter-spacing: -1px; }
  1072. .lrruicco { margin-top: 5px; width: 144px; height: 75px; padding: 4px; border: 1px solid #eee; background-color: #fafafa; font-family: lato; font-size: 9px; text-align: justify; line-height: 100%; color: #7a7a7a; }
  1073. .lrruicsc { width: 139px; padding-right: 5px; height: 75px; overflow: auto; }
  1074. .lrruicvs { height: 5px; }
  1075. .lrruicmc1 { width: 144px; padding: 4.5px 5px; background-color: #fafafa; font-family: source sans pro; font-size: 8px; text-transform: uppercase; line-height: 100%; letter-spacing: 1px; color: #7a7a7a; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
  1076. .lrruicmc1 b { font-family: raleway; font-weight: 900; color: #BC94BF; line-height: 100%; }
  1077. .lrruicmc2 { width: 144px; padding: 4.5px 5px; background-color: #fefefe; font-family: source sans pro; font-size: 8px; text-transform: uppercase; line-height: 100%; letter-spacing: 1px; color: #7a7a7a; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
  1078. .lrruicmc2 b { font-family: raleway; font-weight: 900; color: #BC94BF; line-height: 100%; }
  1079. .lrruev { width: 235px; font-family: playfair display; font-weight: 700; text-transform: lowercase; line-height: 100%; font-size: 20px; font-style: italic; color: #7a7a7a; text-align: center; }
  1080. .lrruevim { width: 235px; height: 100px; background-color: #000; background-size: cover; margin-bottom: 5px; }
  1081. .lrruevtx { width: 230px; height: 100px; margin-top: 5px; font-family: open sans; font-size: 10px; text-align: Justify; line-height: 100%; color: #7a7a7a; padding-right: 5px; overflow: auto; }
  1082. .lrrpmst { font-family: source sans pro; font-size: 8px; letter-spacing: 3px; color: #fff; margin-top: 3px; line-height: 100%; }
  1083. .lrrpm2 { width: 500px; padding: 10px; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; border: 5px solid #fff; }
  1084. .lrrpm3 { width: 480px; padding: 10px; background-color: #fff; }
  1085. .lrrpm4 { width: 480px; padding: 25px 10px; background-color: #C3D3EB; font-family: raleway; font-weight: 900; text-align: right; font-size: 30px; line-height: 100%; color: #fff; text-transform: Uppercase; text-align: right; margin-bottom: 10px; }
  1086. .lrrpm5 { margin-right: 25px; }
  1087.  
  1088. .lrrpmlink { width: 142px; padding: 30px 5px; font-weight: 900; font-family: playfair display; font-style: italic; text-transform: lowercase; text-align: center; line-height: 100%; font-size: 20px; color: #fff; color: #C3D3EB; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; border: 1px solid #C3D3EB; }
  1089. .lrrpmlsp { width: 9px; }
  1090. .lrrpmlvs { height: 9px; }
  1091.  
  1092. celebrity { color: #96D6ED; }
  1093. civilian { color: #FFC48C; }
  1094. intermediate { color: #F5A2A2; }
  1095. background { color: #AA8EC5; }
  1096. media { color: #B9DCBF; }
  1097. hbic { color: #C3D3EB; }
  1098.  
  1099. .rmstaffbar1 { width: 160px; padding: 7px 9px; background-color: #C3D3EB; border: 1px solid #eee; margin-top: 10px; margin-bottom: 10px; }
  1100. .rmstaffbar2 { width: 40px; color: #fff; font-family: raleway; font-size: 19px; text-transform: uppercase; text-align: center; line-height: 100%; }
  1101. .rmstaffbar3 { width: 160px; padding: 6px 10px; background-color: #fff; font-family: raleway; font-size: 18px; text-align: justify; line-height: 100%; }
  1102.  
  1103. .lrrtt-one { width: 900px; margin-bottom: 15px; background-color: #fff; padding: 10px; background-color: #fff; -webkit-box-shadow: 3px 3px 8px 2px rgba(0,0,0,0.5); -moz-box-shadow: 3px 3px 8px 2px rgba(0,0,0,0.5); box-shadow: 3px 3px 8px 2px rgba(0,0,0,0.5); }
  1104. .lrrtt-two { width: 175px; }
  1105. .lrrtt-three { width: 10px; }
  1106. .lrrt-four { font-family: raleway; font-size: 22px; font-weight: 900; text-align: center; line-height: 100%; text-transform: uppercase; letter-spacing: -1px; margin-bottom: 10px; }
  1107. .lrrt-five { height: 50px; width: 170px; padding-right: 5px; overflow: auto; }
  1108. .lrrt-six { font-family: playfair display; font-weight: 400; font-style: italic; text-align: center; line-height: 100%; text-transform: lowercase; line-height: 100%; letter-spacing: 0px; font-size: 18px; }
  1109. .lrrt-seven { font-family: lato; font-size: 9px; text-transform: uppercase; text-align: justify; line-height: 100%; color: #888; letter-spacing: 0px; }
  1110. .lrrt-eight { font-family: source sans pro; font-size: 10px; text-align: justify; line-height: 100%; color: #888; }
  1111. .lrrt-nine { width: 250px; }
  1112. .lrrt-ten { width: 5px; }
  1113. .lrrt-eleven { width: 250px; }
  1114. .lrrt-twelve { width: 245px; height: 50px; padding-right: 5px; overflow: auto; }
  1115.  
  1116. #award-contain { width: 200px; background-color: #fff; padding: 10px; }
  1117. #award-contain img { height: 31px; }
  1118.  
  1119. .owlmpcon { width: 217px; padding: 4px; background-color: #fff; border: 1px solid #eee; }
  1120. #owlmp { width: 217px; height: 354px; overflow: hidden; }
  1121. .owlav { width: 217px; height: 354px; background-size: cover; background-position: center; }
  1122. .owlhav { width: 217px; height: 354px; position: relative; top: -354px; -webkit-transition-duration: .7s; }
  1123. #owlmp:hover .owlhav { top: 0px; }
  1124. .owl1 { width: 60px; padding: 4px; border: 1px solid #eee; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; font-family: lato; font-weight: 400; text-transform: uppercase; font-size: 8px; text-align: center; line-height: 100%; color: #111; }
  1125. .owl2 { width: 5px; }
  1126. .owl3 { height: 5px; }
  1127. .owl4 { width: 135px; padding: 4px; border: 1px solid #eee; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; font-family: lato; font-weight: 400; text-transform: uppercase; font-size: 8px; text-align: center; line-height: 100%; color: #111; }
  1128.  
  1129. .hoot { width: 145px; height: 80px; background-color: #7a7a7a; }
  1130. .hoot2 { position: relative; top: -40px; margin-bottom: -40px; width: 70px; height: 70px; border-radius: 100%; border: 5px solid #fff; background-size: cover; }
  1131. .hoot2 img { width: 70px; height: 70px; border-radius: 100%; }
  1132.  
  1133. .nocturnal { width: 135px; padding: 5px; background-color: #7a7a7a; }
  1134. .nocturnal2 { width: 27px; font-family: raleway; font-weight: 800; font-size: 12px; text-align: center; line-height: 100%; color: #fff; }
  1135.  
  1136.  
  1137.  
  1138. #stickyribbon {
  1139. background: rgba(255,255,255,0); border-top: 0px solid rgba(255,255,255,0);
  1140. color: #fff; z-index: 1000%;
  1141. height: 0px; margin-bottom: -150px;
  1142. }
  1143.  
  1144. #stickyribbon ul {
  1145. list-style-type: none;
  1146.  
  1147.  
  1148. }
  1149.  
  1150. #stickyribbon ul li {
  1151. display: inline;
  1152. font-size: 16px;
  1153. font-weight: bold;
  1154. margin: auto;
  1155. }
  1156.  
  1157. #stickyribbon ul li a {
  1158. color: #fff;
  1159. text-decoration: none;
  1160. }
  1161.  
  1162. #stickyribbon ul li a:hover {
  1163. color: #c9e0f7;
  1164. }
  1165.  
  1166. #lrrsidebar-one { position: fixed; left: 10px; width: 200px; padding: 9px; border: 1px solid #fff; top: 190px; }
  1167. .lrrsidebar-two { width: 180px; padding: 9px; border: 1px solid #eee; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; height: 340px; }
  1168. .lrrsidebar-button { top: 150px; position: fixed; left: 10px; width: 105px; padding: 9px 0px; background-image: url(http://i.imgur.com/pwteAdx.png); background-color: #fff; border: 1px solid #eee; color: #7a7a7a; background-color: #fff; font-family: raleway; font-weight: 900; color: #fff; text-align: center; line-height: 100%; font-size: 10px; text-transform: uppercase; }
  1169. .lrrsidebar-b2 { left: 125px; }
  1170.  
  1171. .destext { font-family: open sans; font-size: 10px; text-align: justify; line-height: 100%; color: #7a7a7a; width: 145px; padding-right: 5px; height: 60px; overflow: auto; }
  1172.  
  1173.  
  1174. .topic-title-row { background-color: #BC94BF; font-family: source sans pro; font-size: 8px; text-align: center; letter-spacing: 1px; color: #fff; text-transform: uppercase; line-height: 100%; padding: 10px; }
  1175. #subaccounts_menu .forminput { font-weight: 900; background-color: rgba(0,0,0,0); width: 70px; border: none; color: #7a7a7a; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement