s4f11sn

template tp

Mar 11th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 125.50 KB | None | 0 0
  1. template psikosufistik
  2. -----------
  3. <?xml version="1.0" encoding="UTF-8" ?>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  5. <html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  6. <head>
  7. <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'/>
  8. <b:include data='blog' name='all-head-content'/>
  9. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  10. <title><data:blog.pageTitle/></title>
  11. <b:else/>
  12. <title><data:blog.pageName/> ~ <data:blog.title/></title>
  13. </b:if>
  14. <b:skin><![CDATA[/*
  15. -----------------------------------------------
  16. Template Name : Viper
  17. Author : NewBloggerThemes.com
  18. Author URL : http://newbloggerthemes.com/
  19. Theme URL : http://newbloggerthemes.com/viper-blogger-template/
  20. Created Date : Sunday, December 23, 2012
  21. License : This template is free for both personal and commercial use, But to satisfy the 'attribution' clause of the license, you are required to keep the footer links intact which provides due credit to its authors.For more information about this license, please use this link :http://creativecommons.org/licenses/by/3.0/
  22. ----------------------------------------------- */
  23.  
  24. body#layout ul{list-style-type:none;list-style:none}
  25. body#layout ul li{list-style-type:none;list-style:none}
  26. body#layout #content {width:600px;}
  27. body#layout #feature-section {height:100px;}
  28. body#layout #headbox{display:none;}
  29.  
  30. /* Variable definitions--*/
  31.  
  32. /* Use this with templates/template-twocol.html */
  33.  
  34. /* =Reset------------- */
  35. html, body, div, span, applet, object, iframe,
  36. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  37. a, abbr, acronym, address, big, cite, code,
  38. del, dfn, em, font, ins, kbd, q, s, samp,
  39. small, strike, strong, sub, sup, tt, var,
  40. dl, dt, dd, ol, ul, li,
  41. fieldset, form, label, legend,
  42. table, caption, tbody, tfoot, thead, tr, th, td {
  43. border: 0;
  44. font-family: inherit;
  45. font-size: 100%;
  46. font-style: inherit;
  47. font-weight: inherit;
  48. margin: 0;
  49. outline: 0;
  50. padding: 0;
  51. vertical-align: baseline;
  52. }
  53. html {
  54. font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  55. overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
  56. -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  57. -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  58. }
  59. body {
  60. background: #fff;
  61. }
  62. article,
  63. aside,
  64. details,
  65. figcaption,
  66. figure,
  67. footer,
  68. header,
  69. hgroup,
  70. nav,
  71. section {
  72. display: block;
  73. }
  74. ol, ul {
  75. list-style: none;
  76. }
  77. table { /* tables still need 'cellspacing="0"' in the markup */
  78. border-collapse: separate;
  79. border-spacing: 0;
  80. }
  81. caption, th, td {
  82. font-weight: normal;
  83. text-align: left;
  84. }
  85. blockquote:before, blockquote:after,
  86. q:before, q:after {
  87. content: "";
  88. }
  89. blockquote, q {
  90. quotes: "" "";
  91. }
  92. a:focus {
  93. outline: thin dotted;
  94. }
  95. a:hover,
  96. a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  97. outline: 0;
  98. }
  99. a img {
  100. border: 0;
  101. }
  102.  
  103. /* =Global-------------------- */
  104. body,
  105. button,
  106. input,
  107. select,
  108. textarea {
  109. color: #666666;
  110. font-family: 'PT Sans', sans-serif;
  111. font-size: 13px;
  112. font-size: 1.3rem;
  113. line-height: 1.5;
  114. }
  115.  
  116. body{
  117. background:#000;
  118. }
  119.  
  120. /* Headings */
  121. h1,h2,h3,h4,h5,h6 {
  122. clear: both;
  123. margin:0px 0px 10px 0px;
  124. }
  125.  
  126. h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
  127. h1 { font-size: 24px; line-height: 30px; }
  128. h2 { font-size: 22px; line-height: 26px; }
  129. h3 { font-size: 18px; line-height: 24px; }
  130. h4 { font-size: 16px; line-height: 20px; }
  131. h5 { font-size: 14px; line-height: 18px; }
  132. h6 { font-size: 14px; line-height: 18px; }
  133.  
  134. hr {
  135. background-color: #ccc;
  136. border: 0;
  137. height: 1px;
  138. margin-bottom: 1.5em;
  139. }
  140.  
  141. /* Text elements */
  142. p {
  143. margin-bottom: 1.5em;
  144. }
  145. ul, ol {
  146. margin: 0 0 1.5em 3em;
  147. }
  148. ul {
  149. list-style: disc;
  150. }
  151. ol {
  152. list-style: decimal;
  153. }
  154. ul ul, ol ol, ul ol, ol ul {
  155. margin-bottom: 0;
  156. margin-left: 1.5em;
  157. }
  158. dt {
  159. font-weight: bold;
  160. }
  161. dd {
  162. margin: 0 1.5em 1.5em;
  163. }
  164. b, strong {
  165. font-weight: bold;
  166. }
  167. dfn, cite, em, i {
  168. font-style: italic;
  169. }
  170. blockquote {
  171. margin: 0 1.5em;
  172. }
  173. address {
  174. margin: 0 0 1.5em;
  175. }
  176. pre {
  177. background: #eee;
  178. font-family: "Courier 10 Pitch", Courier, monospace;
  179. font-size: 15px;
  180. font-size: 1.5rem;
  181. line-height: 1.6;
  182. margin-bottom: 1.6em;
  183. padding: 1.6em;
  184. overflow: auto;
  185. max-width: 100%;
  186. }
  187. code, kbd, tt, var {
  188. font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  189. }
  190. abbr, acronym {
  191. border-bottom: 1px dotted #666;
  192. cursor: help;
  193. }
  194. mark, ins {
  195. background: #fff9c0;
  196. text-decoration: none;
  197. }
  198. sup,
  199. sub {
  200. font-size: 75%;
  201. height: 0;
  202. line-height: 0;
  203. position: relative;
  204. vertical-align: baseline;
  205. }
  206. sup {
  207. bottom: 1ex;
  208. }
  209. sub {
  210. top: .5ex;
  211. }
  212. small {
  213. font-size: 75%;
  214. }
  215. big {
  216. font-size: 125%;
  217. }
  218. figure {
  219. margin: 0;
  220. }
  221. table {
  222. margin: 0 0 1.5em;
  223. width: 100%;
  224. }
  225. th {
  226. font-weight: bold;
  227. }
  228. button,
  229. input,
  230. select,
  231. textarea {
  232. font-size: 100%; /* Corrects font size not being inherited in all browsers */
  233. margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  234. vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  235. *vertical-align: middle; /* Improves appearance and consistency in all browsers */
  236. }
  237. button,
  238. input {
  239. line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  240. *overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
  241. }
  242. button,
  243. html input[type="button"],
  244. input[type="reset"],
  245. input[type="submit"] {
  246. border: 1px solid #ccc;
  247. border-color: #ccc #ccc #bbb #ccc;
  248. border-radius: 3px;
  249. background: #fafafa; /* Old browsers */
  250. background: -moz-linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
  251. background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
  252. background: -webkit-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
  253. background: -o-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
  254. background: -ms-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* IE10+ */
  255. background: linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* W3C */
  256. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
  257. box-shadow: inset 0 2px 1px #fff;
  258. color: rgba(0,0,0,.8);
  259. cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  260. -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
  261. font-size: 12px;
  262. font-size: 1.2rem;
  263. padding: 8px 20px;;
  264. text-shadow: 0 1px 0 rgba(255,255,255,.5);
  265. }
  266. button:hover,
  267. html input[type="button"]:hover,
  268. input[type="reset"]:hover,
  269. input[type="submit"]:hover {
  270. background: #f5f5f5; /* Old browsers */
  271. background: -moz-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
  272. background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
  273. background: -webkit-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
  274. background: -o-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
  275. background: -ms-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
  276. background: linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* W3C */
  277. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
  278. border-color: #bbb #bbb #aaa #bbb;
  279. }
  280. button:focus,
  281. html input[type="button"]:focus,
  282. input[type="reset"]:focus,
  283. input[type="submit"]:focus,
  284. button:active,
  285. html input[type="button"]:active,
  286. input[type="reset"]:active,
  287. input[type="submit"]:active {
  288. border-color: #aaa #bbb #bbb #bbb;
  289. box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
  290. box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
  291. }
  292. input[type="checkbox"],
  293. input[type="radio"] {
  294. box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
  295. padding: 0; /* Addresses excess padding in IE8/9 */
  296. }
  297. input[type="search"] {
  298. -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  299. -moz-box-sizing: content-box;
  300. -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  301. box-sizing: content-box;
  302. }
  303. input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  304. -webkit-appearance: none;
  305. }
  306. button::-moz-focus-inner,
  307. input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  308. border: 0;
  309. padding: 0;
  310. }
  311. input[type=text],
  312. input[type=email],
  313. textarea {
  314. color: #666;
  315. border: 1px solid #ccc;
  316. border-radius: 3px;
  317. }
  318. input[type=text]:focus,
  319. input[type=email]:focus,
  320. textarea:focus {
  321. color: #111;
  322. }
  323. input[type=text],
  324. input[type=email] {
  325. padding: 7px 10px;
  326. }
  327. textarea {
  328. overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  329. padding-left: 8px 10px;
  330. vertical-align: top; /* Improves readability and alignment in all browsers */
  331. width: 98%;
  332. }
  333.  
  334. /* Links */
  335. a {
  336. color:#EE3B0A;
  337. text-decoration: none;
  338. }
  339. a:visited {
  340. color:#EE3B0A;
  341. }
  342. a:hover,
  343. a:focus,
  344. a:active {
  345. color:#B72D0B;
  346. }
  347.  
  348. /* Alignment */
  349. .alignleft {
  350. display: inline;
  351. float: left;
  352. margin-right: 1.5em;
  353. }
  354. .alignright {
  355. display: inline;
  356. float: right;
  357. margin-left: 1.5em;
  358. }
  359. .aligncenter {
  360. clear: both;
  361. display: block;
  362. margin: 0 auto;
  363. }
  364.  
  365. .clear{
  366. clear:both;
  367. }
  368. /* Text meant only for screen readers */
  369. .assistive-text {
  370. clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  371. clip: rect(1px, 1px, 1px, 1px);
  372. position: absolute !important;
  373. }
  374.  
  375. /* Clearfix */
  376. .cf:before,
  377. .cf:after {
  378. content: " "; /* 1 */
  379. display: table; /* 2 */
  380. }
  381.  
  382. .cf:after {
  383. clear: both;
  384. }
  385.  
  386. /* style for menu css 3 without javascript */
  387. #day-menu, #day-menu ul {margin: 0;padding: 0;list-style: none}
  388. #day-menu {width:100%;margin: 0 auto;border:0;background-color: #111;background-image: -moz-linear-gradient(#444, #111);background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));background-image: -webkit-linear-gradient(#444, #111);background-image: -o-linear-gradient(#444, #111);background-image: -ms-linear-gradient(#444, #111);background-image: linear-gradient(#444, #111);-webkit-border-radius: 6px;border-radius: 0;-moz-box-shadow: 0 1px 1px #777;-webkit-box-shadow: 0 1px 1px #777;box-shadow: 0 1px 1px #777}
  389. #day-menu:before,
  390. #day-menu:after {content: "";display: table}
  391. #day-menu:after {clear: both}
  392. #day-menu {zoom:1}
  393. #day-menu li {float: left;border-right: 1px solid #222;-moz-box-shadow: 1px 0 0 #444;-webkit-box-shadow: 1px 0 0 #444;box-shadow: 1px 0 0 #444;position: relative}
  394. #day-menu a {float: left;padding: 7px;color: #fff;text-transform: none;font: normal 600 13px Signika,sans-serif;text-decoration: none;}
  395. #day-menu li:hover > a {color: #fafafa}
  396. *html #day-menu li a:hover { color: #fafafa}
  397. #day-menu ul {margin: 10px 0 0 0;_margin: 0;opacity: 0;visibility: hidden;position: absolute;top: 38px;left: 0;z-index: 9999;background: #444;background: -moz-linear-gradient(#444, #111);background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));background: -webkit-linear-gradient(#444, #111);background: -o-linear-gradient(#444, #111);background: -ms-linear-gradient(#444, #111);background: linear-gradient(#444, #111);-moz-box-shadow: 0 -1px rgba(255,255,255,.3);-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);box-shadow: 0 -1px 0 rgba(255,255,255,.3);-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out}
  398. #day-menu li:hover > ul {opacity: 1;visibility: visible;margin: 0}
  399. #day-menu ul ul {top: 0;left: 150px;margin: 0 0 0 20px;_margin: 0;-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);box-shadow: -1px 0 0 rgba(255,255,255,.3)}
  400. #day-menu ul li {float: none;display: block;border: 0;_line-height: 0;-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;box-shadow: 0 1px 0 #111, 0 2px 0 #666}
  401. #day-menu ul li:last-child {-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none}
  402. #day-menu ul a {padding: 5px;width: 130px;_height: 10px;display: block;white-space: nowrap;float: none;text-transform: none}
  403. #day-menu ul a:hover {background-color: #0186ba;background-image: -moz-linear-gradient(#04acec, #0186ba);background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));background-image: -webkit-linear-gradient(#04acec, #0186ba);background-image: -o-linear-gradient(#04acec, #0186ba);background-image: -ms-linear-gradient(#04acec, #0186ba);background-image: linear-gradient(#04acec, #0186ba)}
  404. #day-menu ul li:first-child > a {-moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0}
  405. #day-menu ul li:first-child > a:after {content: '';position: absolute;left: 40px;top: -6px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #444}
  406. #day-menu ul ul li:first-child a:after {left: -6px;top: 50%;margin-top: -6px;border-left: 0;border-bottom: 6px solid transparent;border-top: 6px solid transparent;border-right: 6px solid #3b3b3b}
  407. #day-menu ul li:first-child a:hover:after {border-bottom-color: #04acec}
  408. #day-menu ul ul li:first-child a:hover:after {border-right-color: #0299d3;border-bottom-color: transparent}
  409. #day-menu ul li:last-child > a {-moz-border-radius: 0 0 3px 3px;-webkit-border-radius: 0 0 3px 3px;border-radius: 0 0 3px 3px}
  410.  
  411. /* =Content------------------------ */
  412. .sticky {
  413. }
  414. .hentry {
  415. margin: 0 0 1.5em;
  416. }
  417. .entry-meta {
  418. clear: both;
  419. }
  420. .byline {
  421.  
  422. }
  423. .single .byline,
  424. .group-blog .byline {
  425. display: inline;
  426. }
  427. .entry-content,
  428. .entry-summary {
  429. margin: 1.5em 0 0;
  430. }
  431. .page-links {
  432. clear: both;
  433. margin: 0 0 1.5em;
  434. }
  435.  
  436. /* Make sure embeds and iframes fit their containers ---------------*/
  437. embed,iframe,object {
  438. max-width: 100%;
  439. }
  440.  
  441. /* =Layout---------------------- */
  442. .wrapper{
  443. width:1000px;
  444. margin:50px auto;
  445. background:#f9f9f9;
  446. border: 1px solid #CCC8C1;
  447. }
  448.  
  449. #primary,#secondary{
  450. padding:20px 0px;
  451. word-wrap:break-word;
  452. overflow:hidden;
  453. }
  454.  
  455. /* Header */
  456. .logo{
  457. padding:30px 0px 10px 0px;
  458. width:610px;
  459. float:left;
  460. }
  461.  
  462. h1.site-title{
  463. text-transform: uppercase;
  464. font-weight: 700;
  465. font-size: 32px;
  466. margin:10px 0px 0px 0px;
  467. color:#222;
  468. }
  469.  
  470. h1.site-title a:link, h1.site-title a:visited{
  471. color:#222;
  472. text-decoration: none;
  473. }
  474.  
  475. h2.site-description{
  476. font-size: 16px;
  477. color:#222;
  478. }
  479.  
  480. /* Searchform */
  481. .searchbox{
  482. width:210px;
  483. height:60px;
  484. float:left;
  485. background: url(http://2.bp.blogspot.com/-z0wRNnkw_BU/UTlJjMBn8zI/AAAAAAAABSs/S4gyA7N75jc/s000/sform.png) no-repeat;
  486. }
  487.  
  488. .top-ad{
  489. float:right;
  490. width: 300px;
  491. }
  492.  
  493. #search{
  494. width:265px;
  495. height:50px;
  496. float: right;
  497. margin:50px 0px 0px 0px;
  498. }
  499.  
  500. input#s{
  501. float:left;
  502. padding: 3px 10px;
  503. width:150px;
  504. }
  505.  
  506. .select-type {
  507. float:left;
  508. }
  509.  
  510. #post_type{
  511. background:#fff;
  512. border:1px solid #ccc;
  513. padding: 2px 0px;
  514. width:90px;
  515. }
  516.  
  517. #searchsubmit{
  518. margin-left:10px;
  519. padding: 4px 10px;
  520. width:70px;
  521. float:left;
  522. }
  523.  
  524. /* Taxonomy dropdown */
  525. #myblogarchive select{
  526. width:170px;
  527. background:#fff;
  528. border:1px solid #000;
  529. float:right;
  530. padding:3px 3px;
  531. margin-top:15px;
  532. margin-right: 20px;
  533. }
  534.  
  535. /* Menu */
  536. #botmenu{
  537. width: 730px;
  538. background: url(http://1.bp.blogspot.com/-TN_J2hSNYRw/UTlJjFkgTcI/AAAAAAAABS0/MAofHobyQ30/s000/menu.png);
  539. float:left;
  540. }
  541.  
  542. #submenu {
  543. margin: 0px 0px;
  544. padding:0px 0px;
  545. height:60px;
  546. }
  547.  
  548. #submenu ul {
  549. width: auto;
  550. float:left;
  551. list-style: none;
  552. margin: 0;
  553. padding: 0 10px;
  554. }
  555.  
  556. #submenu li {
  557. float: left;
  558. list-style: none;
  559. margin: 0;
  560. padding: 0;
  561. color: #222;
  562. font-weight:400;
  563. }
  564.  
  565. #submenu li a {
  566. color: #fff;
  567. display: block;
  568. margin: 0;
  569. padding: 20px 10px 20px 10px;
  570. text-decoration: none;
  571. position: relative;
  572. }
  573.  
  574. #submenu li a:hover, #submenu li a:active, #submenu .current_page_item a {
  575. color: #fff;
  576. }
  577.  
  578. #submenu li a.sf-with-ul {
  579. padding-right: 10px;
  580. }
  581.  
  582. #submenu li ul li a, #submenu li ul li a:link, #submenu li ul li a:visited,
  583. #submenu li ul li ul li a, #submenu li ul li ul li a:link, #submenu li ul li ul li a:visited,
  584. #submenu li ul li ul li ul li a, #submenu li ul li ul li ul li a:link, #submenu li ul li ul li ul li a:visited {
  585. color: #eee;
  586. width: 148px;
  587. margin: 0;
  588. padding: 10px 10px;
  589. border-top:1px solid #444141;
  590. position: relative;
  591. font-weight:400;
  592. }
  593.  
  594. #submenu ul li ul li:first-child a,#submenu ul li ul li ul li:first-child a,#submenu ul li ul li ul li ul li:first-child a {
  595. border-top:none;
  596.  
  597. }
  598.  
  599. #submenu li ul li a:hover ,#submenu li ul li ul li a:hover ,#submenu li ul li ul li ul li a:hover {
  600. color: #fff;
  601. }
  602.  
  603. #submenu li ul {
  604. z-index: 9999;
  605. position: absolute;
  606. left: -999em;
  607. height: auto;
  608. width: 170px;
  609. margin: 0px 0px 0px 0px;
  610. padding: 5px 5px;
  611. background:#595959;
  612. border:1px solid #444141;
  613. }
  614.  
  615. #submenu li ul a {
  616. width: 150px;
  617. }
  618.  
  619. #submenu li ul a:hover, #submenu li ul a:active {
  620. }
  621.  
  622. #submenu li ul ul {
  623. margin: -44px 0 0 181px;
  624. }
  625.  
  626. #submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
  627. left: -999em;
  628. }
  629.  
  630. #submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul {
  631. left: auto;
  632. }
  633.  
  634. #submenu li:hover, #submenu li.sfHover {
  635. position: static;
  636. }
  637.  
  638. /* Products */
  639. .latest-head{
  640. height:50px;
  641. background:#ececec url(http://3.bp.blogspot.com/-7-tsOGMNkcE/UTlJjXIS7TI/AAAAAAAABS8/nCa5hrW7wHs/s000/lat-head.png) no-repeat;
  642. margin-bottom:20px;
  643. }
  644.  
  645. .latest-head h3{
  646. line-height:50px;
  647. padding-left:20px;
  648. font-size: 16px;
  649. text-transform: uppercase;
  650. font-weight: 700;
  651. }
  652. .product-box{
  653. background:#fff;
  654. box-shadow: inset 0 0 1px #999;
  655. margin-bottom:20px;
  656. }
  657.  
  658. .prod-thumb{
  659. height:150px;
  660. padding:20px 0px
  661. }
  662.  
  663. .prod-thumb img{
  664. margin:0px auto;
  665. }
  666.  
  667. .prod-thumb a img{
  668. display:block;
  669. }
  670.  
  671. .pricebar{
  672. background: #f9f9f9;
  673. border: 1px solid #e4e4e4;
  674. padding:10px 0px
  675. }
  676.  
  677. .pricebar h2{
  678. clear:none;
  679. float:left;
  680. width:125px;
  681. font-size: 16px;
  682. font-weight: 700;
  683. margin:auto 0px;
  684. margin-left: 20px;
  685. line-height:100%
  686. }
  687.  
  688. .pricebar h2 a:link, .pricebar h2 a:visited{
  689. color:#222;
  690. }
  691.  
  692. span.pricetag{
  693. float:right;
  694. font-size: 16px;
  695. font-weight: 700;
  696. margin:auto 0px;
  697. margin-right: 20px;
  698. line-height:100%;
  699. color:#EB3807;
  700. }
  701.  
  702. .prod-info p{
  703. margin:20px 20px;
  704. }
  705.  
  706. .prod-footer{
  707. background:#D6D4D1;
  708. padding:10px 0px;
  709. border:1px solid #C9C8C7;
  710. text-transform: uppercase;
  711. font-weight: 500;
  712. text-shadow: -1px -1px 0px #efefef;
  713. }
  714.  
  715. .prod-footer a:link, .prod-footer a:visited{
  716. color:#333;
  717. }
  718.  
  719. .pleft{
  720. margin-left:20px;
  721. float:left;
  722. }
  723.  
  724. .pright{
  725. float: right;
  726. margin-right: 20px;
  727. }
  728.  
  729. article.products{
  730. background:#fff;
  731. box-shadow: inset 0 0 1px #999;
  732. padding:20px;
  733. }
  734.  
  735. .product-single-top{
  736. border-bottom:1px solid #ddd;
  737. }
  738.  
  739. .prod-image{
  740. float:left;
  741. width:280px;
  742. text-align: center;
  743. margin-right: 20px;
  744. }
  745.  
  746. .prod-image img{
  747. margin: 20px auto;
  748. }
  749. a.buy-button{
  750. width: 160px; height: 39px; display:block; float:right; cursor: pointer; line-height:39px; text-align:center; font-size:18px; font-weight:bold; color:#fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #50ac44; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.19), inset 0 1px rgba(255,255,255,.5), inset 0 0 5px rgba(255,255,255,.31); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.19), inset 0 1px rgba(255,255,255,.5), inset 0 0 5px rgba(255,255,255,.31); box-shadow: 0 1px 1px rgba(0,0,0,.19), inset 0 1px rgba(255,255,255,.5), inset 0 0 5px rgba(255,255,255,.31); border: solid 1px #3b8e31; background-image: -webkit-linear-gradient(top, rgba(255,255,255,.34), rgba(255,255,255,0)); background-image: -moz-linear-gradient(top, rgba(255,255,255,.34), rgba(255,255,255,0)); background-image: -o-linear-gradient(top, rgba(255,255,255,.34), rgba(255,255,255,0)); background-image: -ms-linear-gradient(top, rgba(255,255,255,.34), rgba(255,255,255,0)); background-image: linear-gradient(to bottom, rgba(255,255,255,.34), rgba(255,255,255,0));
  751. }
  752.  
  753. a.buy-button:hover{
  754. color:#fff;
  755. }
  756.  
  757. .product-single-bottom{
  758.  
  759. }
  760.  
  761. .product-single-top .entry-header{
  762. padding:10px 0px;
  763. float:left;
  764. width:350px;
  765. }
  766. .product-single-top .entry-meta{
  767. margin-bottom:10px;
  768. font-size:12px;
  769. }
  770. .product-single-top h1.entry-title{
  771. margin:0px;
  772. color:#222;
  773. }
  774.  
  775. .the-price{
  776. padding:10px 0px;
  777. margin:0px 0px;
  778. }
  779.  
  780. .the-price h3{
  781.  
  782. clear: none;width: 160px; height: 39px; line-height:39px; text-align:center; font-size:18px; font-weight:bold; color:#fff; float:left;
  783. -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #F03D0C; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.19), inset 0 1px rgba(255,255,255,.44), inset 0 0 5px rgba(255,255,255,.34); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.19), inset 0 1px rgba(255,255,255,.44), inset 0 0 5px rgba(255,255,255,.34); box-shadow: 0 1px 1px rgba(0,0,0,.19), inset 0 1px rgba(255,255,255,.44), inset 0 0 5px rgba(255,255,255,.34); border: solid 1px #ce570f; background-image: -webkit-linear-gradient(top, rgba(255,255,255,.31), rgba(255,255,255,0)); background-image: -moz-linear-gradient(top, rgba(255,255,255,.31), rgba(255,255,255,0)); background-image: -o-linear-gradient(top, rgba(255,255,255,.31), rgba(255,255,255,0)); background-image: -ms-linear-gradient(top, rgba(255,255,255,.31), rgba(255,255,255,0)); background-image: linear-gradient(to bottom, rgba(255,255,255,.31), rgba(255,255,255,0));
  784. }
  785.  
  786. .page-header{
  787. margin-bottom:20px;
  788. border-bottom:1px solid #ddd;
  789. }
  790.  
  791. /* Blog */
  792. h1.page-title{
  793. font-size:14px;
  794. }
  795.  
  796. .post {
  797. background:#fff;
  798. box-shadow: inset 0 0 1px #999;
  799. padding:20px;
  800. }
  801.  
  802. .post .entry-header {
  803. border-bottom:1px solid #ddd;
  804. }
  805.  
  806. h2.entry-title{
  807. margin:0px;
  808. color:#222;
  809. }
  810.  
  811. h2.entry-title a:link , h2.entry-title a:visited{
  812. color:#222;
  813. }
  814.  
  815. .entry-header {
  816. padding-bottom:10px;
  817. }
  818. /* =Widgets--------------------------- */
  819. .sidebar {
  820. color: #777777;
  821. }
  822.  
  823. .sidebar a {
  824. text-decoration: none;
  825. color: #777777;
  826. }
  827.  
  828. .sidebar a:hover {
  829. text-decoration: none;
  830. color: #F5634A;
  831. }
  832.  
  833. .sidebar .widget {
  834. margin: 0 0 25px 0;
  835. padding: 10px;
  836. background:#ffffff;
  837. box-shadow:0 0 1px #999999 inset;
  838. }
  839.  
  840. .sidebar .widget h2 {
  841. padding: 0 0 10px 0;
  842. margin: 0;
  843. color: #444444;
  844. font-size: 16px;
  845. font-weight: 700;
  846. }
  847.  
  848. .sidebar .widget-content {
  849. margin: 0;
  850. padding: 0;
  851. }
  852.  
  853. .sidebar ul {
  854. list-style-type: none;
  855. list-style: none;
  856. margin: 0;
  857. padding: 0;
  858. }
  859.  
  860. .sidebar ul li {
  861. padding: 5px 0;
  862. margin: 0;
  863. }
  864.  
  865. /* Footer widgets */
  866. #bottom{
  867. margin:0px;
  868. padding:0px;
  869. background:#434343;
  870. }
  871.  
  872. #bottom ul{
  873. margin:0px;
  874. padding:0px;
  875. }
  876.  
  877. .botwid{
  878. padding:30px 15px 30px 0px;
  879. color:#aaa;
  880. list-style:none;
  881. width:220px;
  882. float:left;
  883. }
  884.  
  885. .botwid .widget h2{
  886. font-size: 16px;
  887. margin-bottom: 10px;
  888. padding-bottom:10px;
  889. color:#fff;
  890. font-weight: 700;
  891. }
  892.  
  893. .botwid ul {
  894. list-style-type: none;
  895. margin: 0px;
  896. padding: 0px 0px 0px 0px ;
  897. }
  898.  
  899. .botwid li{
  900. list-style-type: none;
  901. margin: 0 ;
  902. padding: 0px 0px;
  903. border-bottom: 1px solid #545454;
  904. }
  905.  
  906. .botwid ul ul {
  907. list-style-type: none;
  908. margin: 0;
  909. padding: 0px 0px 0px 0px;
  910. background-repeat:no-repeat;
  911. }
  912.  
  913. .botwid ul ul ul{
  914. list-style-type: none;
  915. margin: 0;
  916. padding: 0;
  917. border:0;
  918. }
  919.  
  920. .botwid ul ul ul ul{
  921. list-style-type: none;
  922. margin: 0;
  923. padding: 0;
  924. border:0;
  925. }
  926.  
  927. .botwid ul li {
  928. height:100%;
  929. line-height:18px;
  930. clear: left;
  931. list-style-type: none;
  932. padding: 7px 0px 7px 0px;
  933. }
  934.  
  935. .botwid ul li a:link, .botwid ul li a:visited {
  936. color: #eee;
  937. text-decoration: none;
  938. }
  939.  
  940. .botwid ul li a:hover{
  941. color: #fff;
  942. }
  943.  
  944. .botwid p{
  945. padding: 7px 0px;
  946. margin:0;
  947. line-height:150%;
  948. }
  949.  
  950. .botwid table {
  951. width:100%;
  952. text-align:center;
  953. color:#787d7f;
  954. }
  955.  
  956. .botwid ul#recentcomments li.recentcomments {
  957. border-bottom: 1px solid #545454;
  958. padding: 7px 0;
  959. }
  960.  
  961. /* Footer */
  962. .site-info{
  963. padding:30px 0px;
  964. text-align: center;
  965. background: #383838;
  966. }
  967.  
  968. .fcred{
  969. color:#fff;
  970. padding:0px 30px;
  971. }
  972.  
  973. .fcred a:link, .fcred a:visited{
  974. color:#fff;
  975. text-decoration:none;
  976. }
  977.  
  978. /*
  979. 960px grid system ~ Core CSS.
  980. 12 Columns ~ Margin left: 10px ~ Margin right: 10px
  981.  
  982. Based on the 960.gs grid system - http://960.gs/
  983. by Nathan Smith
  984.  
  985. Created by the Grid System Generator - v1.04
  986. Learn more ~ http://www.gridsystemgenerator.com/
  987. */
  988.  
  989. /*
  990. Forces backgrounds to span full width,
  991. even if there is horizontal scrolling.
  992. Increase this if your layout is wider.
  993.  
  994. Note: IE6 works fine without this fix.
  995. */
  996. body {
  997. min-width: 1000px;
  998. }
  999.  
  1000. /* =Containers
  1001. --------------------------------------------------------------------------------*/
  1002. .container_12
  1003. {
  1004. margin-left: auto;
  1005. margin-right: auto;
  1006. width: 960px;
  1007. }
  1008.  
  1009. /* =Grid >> Global
  1010. --------------------------------------------------------------------------------*/
  1011. .grid_1,
  1012. .grid_2,
  1013. .grid_3,
  1014. .grid_4,
  1015. .grid_5,
  1016. .grid_6,
  1017. .grid_7,
  1018. .grid_8,
  1019. .grid_9,
  1020. .grid_10,
  1021. .grid_11,
  1022. .grid_12 {
  1023. display: inline;
  1024. float: left;
  1025. margin-left: 10px;
  1026. margin-right: 10px;
  1027. }
  1028.  
  1029. .push_1, .pull_1,
  1030. .push_2, .pull_2,
  1031. .push_3, .pull_3,
  1032. .push_4, .pull_4,
  1033. .push_5, .pull_5,
  1034. .push_6, .pull_6,
  1035. .push_7, .pull_7,
  1036. .push_8, .pull_8,
  1037. .push_9, .pull_9,
  1038. .push_10, .pull_10,
  1039. .push_11, .pull_11 {
  1040. position: relative;
  1041. }
  1042.  
  1043. /* =Grid >> Children (Alpha ~ First, Omega ~ Last)
  1044. --------------------------------------------------------------------------------*/
  1045. .alpha {margin-left: 0;}
  1046. .omega {margin-right: 0;}
  1047.  
  1048. /* =Grid >> 12 Columns
  1049. --------------------------------------------------------------------------------*/
  1050. .container_12 .grid_1 {width: 60px;}
  1051. .container_12 .grid_2 {width: 140px;}
  1052. .container_12 .grid_3 {width: 320px;}
  1053. .container_12 .grid_4 {width: 300px;}
  1054. .container_12 .grid_5 {width: 380px;}
  1055. .container_12 .grid_6 {width: 460px;}
  1056. .container_12 .grid_7 {width: 540px;}
  1057. .container_12 .grid_8 {width: 620px;}
  1058. .container_12 .grid_9 {width: 600px;}
  1059. .container_12 .grid_10 {width: 780px;}
  1060. .container_12 .grid_11 {width: 860px;}
  1061. .container_12 .grid_12 {width: 940px;}
  1062.  
  1063. /* =Prefix Extra Space >> 12 Columns
  1064. --------------------------------------------------------------------------------*/
  1065. .container_12 .prefix_1 {padding-left: 80px;}
  1066. .container_12 .prefix_2 {padding-left: 160px;}
  1067. .container_12 .prefix_3 {padding-left: 240px;}
  1068. .container_12 .prefix_4 {padding-left: 320px;}
  1069. .container_12 .prefix_5 {padding-left: 400px;}
  1070. .container_12 .prefix_6 {padding-left: 480px;}
  1071. .container_12 .prefix_7 {padding-left: 560px;}
  1072. .container_12 .prefix_8 {padding-left: 640px;}
  1073. .container_12 .prefix_9 {padding-left: 720px;}
  1074. .container_12 .prefix_10 {padding-left: 800px;}
  1075. .container_12 .prefix_11 {padding-left: 880px;}
  1076.  
  1077. /* =Suffix Extra Space >> 12 Columns
  1078. --------------------------------------------------------------------------------*/
  1079. .container_12 .suffix_1 {padding-right: 80px;}
  1080. .container_12 .suffix_2 {padding-right: 160px;}
  1081. .container_12 .suffix_3 {padding-right: 240px;}
  1082. .container_12 .suffix_4 {padding-right: 320px;}
  1083. .container_12 .suffix_5 {padding-right: 400px;}
  1084. .container_12 .suffix_6 {padding-right: 480px;}
  1085. .container_12 .suffix_7 {padding-right: 560px;}
  1086. .container_12 .suffix_8 {padding-right: 640px;}
  1087. .container_12 .suffix_9 {padding-right: 720px;}
  1088. .container_12 .suffix_10 {padding-right: 800px;}
  1089. .container_12 .suffix_11 {padding-right: 880px;}
  1090.  
  1091. /* `Push Space >> 12 Columns
  1092. --------------------------------------------------------------------------------*/
  1093. .container_12 .push_1 {left: 80px;}
  1094. .container_12 .push_2 {left: 160px;}
  1095. .container_12 .push_3 {left: 240px;}
  1096. .container_12 .push_4 {left: 320px;}
  1097. .container_12 .push_5 {left: 400px;}
  1098. .container_12 .push_6 {left: 480px;}
  1099. .container_12 .push_7 {left: 560px;}
  1100. .container_12 .push_8 {left: 640px;}
  1101. .container_12 .push_9 {left: 720px;}
  1102. .container_12 .push_10 {left: 800px;}
  1103. .container_12 .push_11 {left: 880px;}
  1104.  
  1105. /* `Pull Space >> 12 Columns
  1106. --------------------------------------------------------------------------------*/
  1107. .container_12 .pull_1 {left: -80px;}
  1108. .container_12 .pull_2 {left: -160px;}
  1109. .container_12 .pull_3 {left: -240px;}
  1110. .container_12 .pull_4 {left: -320px;}
  1111. .container_12 .pull_5 {left: -400px;}
  1112. .container_12 .pull_6 {left: -480px;}
  1113. .container_12 .pull_7 {left: -560px;}
  1114. .container_12 .pull_8 {left: -640px;}
  1115. .container_12 .pull_9 {left: -720px;}
  1116. .container_12 .pull_10 {left: -800px;}
  1117. .container_12 .pull_11 {left: -880px;}
  1118.  
  1119. /* `Clear Floated Elements
  1120. ----------------------------------------------------------------------------------------------------*/
  1121. /* http://sonspring.com/journal/clearing-floats */
  1122. .clear {
  1123. clear: both;
  1124. display: block;
  1125. overflow: hidden;
  1126. visibility: hidden;
  1127. width: 0;
  1128. height: 0;
  1129. }
  1130.  
  1131. /* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
  1132. .clearfix:before,
  1133. .clearfix:after {
  1134. content: "\0020";
  1135. display: block;
  1136. overflow: hidden;
  1137. visibility: hidden;
  1138. width: 0;
  1139. height: 0;
  1140. }
  1141. .clearfix:after {
  1142. clear: both;
  1143. }
  1144. /*
  1145. The following zoom:1 rule is specifically for IE6 + IE7.
  1146. Move to separate stylesheet if invalid CSS is a problem.
  1147. */
  1148. .clearfix {
  1149. zoom: 1;
  1150. }
  1151.  
  1152. /*
  1153. * jQuery FlexSlider v2.0
  1154. * http://www.woothemes.com/flexslider/
  1155. *
  1156. * Copyright 2013 WooThemes
  1157. * Free to use under the GPLv2 license.
  1158. * http://www.gnu.org/licenses/gpl-2.0.html
  1159. *
  1160. * Contributing author: Tyler Smith (@mbmufffin)
  1161. */
  1162.  
  1163. /* Browser Resets */
  1164. .flex-container a:active,
  1165. .flexslider a:active,
  1166. .flex-container a:focus,
  1167. .flexslider a:focus {outline: none;}
  1168. .slides,
  1169. .flex-control-nav,
  1170. .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
  1171.  
  1172. /* FlexSlider Necessary Styles
  1173. *********************************/
  1174. .flexslider {margin: 0; padding: 0;}
  1175. .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
  1176. .flexslider .slides img {height: 100%; margin: 0 auto; display: block;}
  1177. .flex-pauseplay span {text-transform: capitalize;}
  1178.  
  1179. /* Clearfix for the .slides element */
  1180. .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
  1181. html[xmlns] .slides {display: block;}
  1182. * html .slides {height: 1%;}
  1183.  
  1184. /* No JavaScript Fallback */
  1185. /* If you are not using another script, such as Modernizr, make sure you
  1186. * include js that eliminates this class on page load */
  1187. .no-js .slides > li:first-child {display: block;}
  1188.  
  1189.  
  1190. /* FlexSlider Default Theme [[[ EDIT HERE ONLY ]]]
  1191. *********************************/
  1192. .flexslider {margin: 0 0 0px; background: #fff; position: relative; zoom: 1; max-height: 360px;}
  1193. .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
  1194. .loading .flex-viewport {max-height: 300px;}
  1195. .flexslider .slides {zoom: 1;}
  1196. .flexslider .slides li {margin:0px; position:relative;}
  1197. .carousel li {margin-right: 5px}
  1198.  
  1199. .flex-caption{position:absolute;width:560px;padding:20px;bottom:0;left:0;background:rgba(255,255,255,0.5);color:#333;margin-top:1px solid #fff}
  1200. .flex-caption h3{font-weight:bold;font-size:20px;margin:0 0}
  1201. .flex-caption p{margin:0}
  1202.  
  1203. /* Direction Nav */
  1204. ul.flex-direction-nav { width:600px; margin:0px auto; position:relative;}
  1205. .flex-direction-nav a {width: 30px; height: 30px; margin: 0px 0 0; display: block; background:url(http://3.bp.blogspot.com/-zFVlL3-cFWU/UTlJji_jqII/AAAAAAAABTE/bqOBXwRbxIQ/s000/arrow.png) no-repeat; position: absolute; bottom: 170px; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
  1206. .flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
  1207. .flex-direction-nav .flex-prev {right: -36px;}
  1208. .flexslider:hover .flex-next {opacity: 0.8; right: 20px;}
  1209. .flexslider:hover .flex-prev {opacity: 0.8; left: 20px;}
  1210. .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
  1211. .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
  1212.  
  1213. /* Control Nav */
  1214. .flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: center;}
  1215. .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
  1216. .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #fff; background: rgba(255,255,255,0.7); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
  1217. .flex-control-paging li a:hover { background: #fff; background: rgba(255,255,255,0.8); }
  1218. .flex-control-paging li a.flex-active { background: #F96810; background: rgba(255, 117, 0, 0.9); cursor: default; }
  1219.  
  1220. .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
  1221. .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
  1222. .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
  1223. .flex-control-thumbs img:hover {opacity: 1;}
  1224. .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
  1225.  
  1226. h2.date-header {
  1227. margin: 1.5em 0 .5em;
  1228. display: none;
  1229. }
  1230.  
  1231. .main .widget {
  1232. margin: 0 0 5px;
  1233. padding: 0 0 2px;
  1234. }
  1235.  
  1236. .main .Blog {
  1237. border-bottom-width: 0;
  1238. }
  1239.  
  1240. #header .description {
  1241. color:#ffffff;
  1242. font-size:14px;
  1243. text-shadow:0px 1px 0px #000000;
  1244. }
  1245.  
  1246. /* Comments----------------------------------------------- */
  1247. #comments {
  1248. padding:20px;
  1249. color:#666;
  1250. margin-bottom:20px;
  1251. box-shadow:0 0 1px #999999 inset;
  1252. background:#ffffff;
  1253. }
  1254.  
  1255. #comments h4 {
  1256. font-size:22px;
  1257. margin-bottom:10px;
  1258. }
  1259.  
  1260. #comment-name-url {
  1261. width: 365px;
  1262. float: left;
  1263. }
  1264.  
  1265. #comment-date {
  1266. width: 365px;
  1267. float: left;
  1268. margin-top: 5px;
  1269. font-size: 10px;
  1270. }
  1271.  
  1272. #comment-header {
  1273. float: left;
  1274. padding: 5px 0 40px 10px;
  1275. margin: 5px 0 15px 0;
  1276. position: relative;
  1277. background-color: #ffffff;
  1278. border: 1px dashed #eeeeee;
  1279. }
  1280.  
  1281. .avatar-image-container {
  1282. background: url(http: //4.bp.blogspot.com/_4HKUHirY_2U/TLlJUqSaolI/AAAAAAAAEq4/qpgAHAOe9x0/s1600/comment-avatar.jpg);
  1283. width: 32px;
  1284. height: 32px;
  1285. float: right;
  1286. margin: 5px 10px 5px 5px;
  1287. border: 1px solid #dddddd;
  1288. }
  1289.  
  1290. .avatar-image-container img {
  1291. width: 32px;
  1292. height: 32px;
  1293. }
  1294.  
  1295. a.comments-autor-name {
  1296. color: #000000;
  1297. font: normal bold 14px Arial, Tahoma, Verdana;
  1298. }
  1299.  
  1300. a.says {
  1301. color: #000000;
  1302. font: normal 14px Arial, Tahoma, Verdana;
  1303. }
  1304.  
  1305. .says a:hover {
  1306. text-decoration: none;
  1307. }
  1308.  
  1309. .deleted-comment {
  1310. font-style: italic;
  1311. color: gray;
  1312. }
  1313.  
  1314. #blog-pager-newer-link {
  1315. float: left;
  1316. }
  1317.  
  1318. #blog-pager-older-link {
  1319. float: right;
  1320. }
  1321.  
  1322. #blog-pager {
  1323. text-align: center;
  1324. padding:5px;
  1325. }
  1326.  
  1327. .feed-links {
  1328. clear: both;
  1329. }
  1330.  
  1331. /* Profile ----------------------------------------------- */
  1332. .profile-img {
  1333. float: left;
  1334. margin-top: 0;
  1335. margin-right: 5px;
  1336. margin-bottom: 5px;
  1337. margin-left: 0;
  1338. padding: 4px;
  1339. border: 1px solid #eeeeee;
  1340. }
  1341.  
  1342. .profile-data {
  1343. margin: 0;
  1344. text-transform: uppercase;
  1345. letter-spacing: .1em;
  1346. color: #000000;
  1347. font-weight: bold;
  1348. line-height: 1.6em;
  1349. }
  1350.  
  1351. .profile-datablock {
  1352. margin: .5em 0 .5em;
  1353. }
  1354.  
  1355. .profile-textblock {
  1356. margin: 0.5em 0;
  1357. line-height: 1.6em;
  1358. }
  1359.  
  1360. .avatar-image-container {
  1361. background: url(http://3.bp.blogspot.com/-O9SJpZzgjDA/UTlJjynsT1I/AAAAAAAABTM/agxvy-DhNWQ/s000/comment-avatar.jpg);
  1362. width: 32px;
  1363. height: 32px;
  1364. float: right;
  1365. margin: 5px 10px 5px 5px;
  1366. border: 1px solid #dddddd;
  1367. }
  1368.  
  1369. .avatar-image-container img {
  1370. width: 32px;
  1371. height: 32px;
  1372. }
  1373.  
  1374. .profile-link {
  1375. text-transform: uppercase;
  1376. letter-spacing: .1em;
  1377. }
  1378.  
  1379. .comment-form {
  1380. max-width: 600px;
  1381. }
  1382.  
  1383. #navbar-iframe {
  1384. height: 0;
  1385. visibility: hidden;
  1386. display: none;
  1387. }
  1388.  
  1389. .cover {
  1390. float: left;
  1391. width: 100%;
  1392. }
  1393.  
  1394. .PopularPosts .widget-content ul li {
  1395. padding:6px 0px;
  1396. }
  1397.  
  1398. .reaction-buttons table{
  1399. border:none;
  1400. margin-bottom:5px;
  1401. }
  1402.  
  1403. .reaction-buttons table, .reaction-buttons td{
  1404. border:none;
  1405. }
  1406. /*--------- popular post berwarna-------------*/
  1407. #PopularPosts1 ul li a:hover{color:#fff;text-decoration:none} #PopularPosts1 ul li a {-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: #333333; display: block; font-family: Calibri, 'Times New Roman', Times, serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 15px; margin: 0px 40px 0px 0px; min-height: 30px; orphans: 2; padding: 0px; text-align: -webkit-auto; text-decoration: none !important; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;}
  1408. #PopularPosts1 ul li .item-thumbnail{float:left;border:0;margin-right:10px;background:transparent;padding:0;width:51px;height:51px}
  1409. #PopularPosts1 ul li:first-child:after,
  1410. #PopularPosts1 ul li:first-child + li:after,
  1411. #PopularPosts1 ul li:first-child + li + li:after,
  1412. #PopularPosts1 ul li:first-child + li + li + li:after,
  1413. #PopularPosts1 ul li:first-child + li + li + li + li:after,
  1414. #PopularPosts1 ul li:first-child + li + li + li + li + li:after,
  1415. #PopularPosts1 ul li:first-child + li + li + li + li + li + li:after,
  1416. #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li:after,
  1417. #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li:after,
  1418. #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li + li:after{position:absolute;top:10px;right:5px;border-radius:0%;border:1px solid #ccc;background:#353535;-webkit-box-shadow:0px 0px 5px #000;-moz-box-shadow: 0px 0px 5px #000;width:18px;height:18px;line-height:1em;text-align:center;font-size:15px;color:#fff}
  1419. #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li {background:#DF01D7;width:45%}
  1420. #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li:after{content:"8"}
  1421. #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li +li{background:#B041FF;width:50%}
  1422. #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li:after{content:"9"}
  1423. #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li +li +li{background:#F52887;width:55%}
  1424. #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li + li:after{content:"10"}
  1425. #PopularPosts1 ul li:first-child + li + li + li + li +li{background:#7ee3c7;width:60%}
  1426. #PopularPosts1 ul li:first-child + li + li + li + li + li:after{content:"6"}
  1427. #PopularPosts1 ul li:first-child + li + li + li + li + li +li{background:#f6993d;width:65%}
  1428. #PopularPosts1 ul li:first-child + li + li + li + li + li + li:after{content:"7"}
  1429. #PopularPosts1 ul li:first-child + li + li + li + li{background:#33c9f7;width:70%}
  1430. #PopularPosts1 ul li:first-child + li + li + li + li:after{content:"5"}
  1431. #PopularPosts1 ul li:first-child + li + li + li{background:#96C93A;width:75%}
  1432. #PopularPosts1 ul li:first-child + li + li + li:after{content:"4"}
  1433. #PopularPosts1 ul li:first-child + li + li{background:#E3FC00;width:80%}
  1434. #PopularPosts1 ul li:first-child + li + li:after{content:"3"}
  1435. #PopularPosts1 ul li:first-child + li{background:#EB3807; width:85%}
  1436. #PopularPosts1 ul li:first-child + li:after{content:"2"}
  1437. #PopularPosts1 ul li:first-child{background:#ff4c54 ;width:90%}
  1438. #PopularPosts1 ul li:first-child:after{content:"1"}
  1439. #PopularPosts1 ul{margin:0;padding:0px 0;list-style-type:none}
  1440. #PopularPosts1 ul li{position:relative;margin:-5px 0;border-radius:0px 0px 0px 0px;border:1px solid #f7f7f7;-webkit-box-shadow:1px 1px 1px #000;-moz-box-shadow: 3px 3px 3px #000;padding:10px}
  1441.  
  1442. /*--- 1 kolom --*/
  1443. #satu_kolom{
  1444. margin:10px 0;
  1445. padding:1%;
  1446. width:98%;
  1447. }
  1448. /*--- slide --*/
  1449. .quake-slider-wrapper {
  1450. margin: 0 auto;
  1451. padding: 5px;
  1452. }
  1453. .quake-slider {
  1454. width: 910px;
  1455. height: 400px;
  1456. margin: 0;
  1457. position: relative;
  1458. overflow: hidden;
  1459. -moz-box-shadow: 0 0 1px #90989e;
  1460. -webkit-box-shadow: 0 0 1px #90989e;
  1461. box-shadow: 0 0 1px #90989e;
  1462. background: #EEE url(http://4.bp.blogspot.com/-_XPXpxYDhAo/T-ei-nllZnI/AAAAAAAAChw/AapY8QUu8BE/s1600/loading.gif) no-repeat center
  1463. }
  1464. .quake-nav a {
  1465. position: absolute;
  1466. top: 45%;
  1467. text-decoration: none;
  1468. width: 37px;
  1469. height: 38px;
  1470. background-repeat: no-repeat;
  1471. z-index: 10000;
  1472. cursor: pointer;
  1473. text-indent: -9999px;
  1474. -webkit-touch-callout: none;
  1475. -moz-user-select: none;
  1476. -webkit-user-select: none;
  1477. user-select: none;
  1478. -khtml-user-select: none
  1479. }
  1480. .quake-prev {
  1481. left: 0;
  1482. margin-left: 2px;
  1483. background: url(http://4.bp.blogspot.com/-nlMQszxtWzU/T-ejARVJdrI/AAAAAAAACh4/wHI03WiBjus/s1600/nav.png)
  1484. }
  1485. .quake-next {
  1486. right: 0;
  1487. margin-right: 2px;
  1488. background: url(http://4.bp.blogspot.com/-nlMQszxtWzU/T-ejARVJdrI/AAAAAAAACh4/wHI03WiBjus/s1600/nav.png) right
  1489. }
  1490. .quake-slider-caption-container-right {
  1491. background-color: #1889F1;
  1492. position: absolute;
  1493. z-index: 101;
  1494. padding: 5px;
  1495. width: 200px;
  1496. right: 0;
  1497. top: 0;
  1498. bottom: 0;
  1499. }
  1500. .quake-slider-caption-right {
  1501. color: white;
  1502. font: bold 13px/20px Arial,sans-serif;
  1503. width: 200px;
  1504. position: absolute;
  1505. z-index: 102;
  1506. right: 0;
  1507. top: 0;
  1508. bottom: 0;
  1509. padding: 5px;
  1510. margin: 0;
  1511. }
  1512. .quake-slider-caption-container-bottom {
  1513. background-color: black;
  1514. position: absolute;
  1515. z-index: 101;
  1516. padding: 15px;
  1517. bottom: 0;
  1518. left: 0;
  1519. right: 0;
  1520. }
  1521. .quake-slider-caption-bottom {
  1522. color: white;
  1523. font: bold 13px/20px Arial,sans-serif;
  1524. position: absolute;
  1525. z-index: 102;
  1526. bottom: 5px;
  1527. padding: 0 10px;
  1528. }
  1529. .quake-nav-wrapper {
  1530. position: relative;
  1531. z-index: 1000;
  1532. }
  1533. .quake-nav-container {
  1534. margin: 10px auto 0;
  1535. }
  1536. .quake-nav-control {
  1537. width: 22px;
  1538. height: 22px;
  1539. cursor: pointer;
  1540. display: inline-block;
  1541. background: url(http://4.bp.blogspot.com/-VQyO8ZzV-_E/T-ei73kIM3I/AAAAAAAACho/0nLuvOPjGWg/s1600/circle.png) no-repeat;
  1542. text-indent: -99999px;
  1543. border: 0;
  1544. -moz-user-select: none;
  1545. -webkit-user-select: none;
  1546. user-select: none;
  1547. -khtml-user-select: none;
  1548. outline: none
  1549. }
  1550. .quake-nav-control.active {
  1551. /*background-position: 0px -22px;*/
  1552. background-image: url(http://4.bp.blogspot.com/-dCs4giZ13Pk/T-ei5ir1CyI/AAAAAAAAChg/LgDEJLiXwwc/s1600/circle-active.png)
  1553. }
  1554. .quake-slider-caption a {
  1555. color: Yellow
  1556. }
  1557. .quake-link {
  1558. position: absolute;
  1559. z-index: 101
  1560. }
  1561. /*-- breaking news --*/
  1562. .newspic {background:#000 url(http://4.bp.blogspot.com/-vqHATrTDsY8/TvguMe2lBTI/AAAAAAAAEUk/L8UwRygGp9s/s1600/news.gif) no-repeat top left;width:940px;margin:0 auto;padding:0 auto;height:32px;color:#fff;}
  1563. .news {width: 940px;margin:0 auto;padding:0 auto;line-height: 1.4em;text-align:left;font-family:Calibri;font-size:9px;color:#fff;overflow:hidden;clear:both;}
  1564. .news a:link, .news a:visited{color:#fff;text-decoration:none;}
  1565. .news a:hover {color:#ddd;text-decoration:underline;}
  1566. ]]></b:skin>
  1567. <!--menghilangkan footer saat membuka posting-->
  1568. <b:if cond='data:blog.pageType != &quot;index&quot;'>
  1569. <style>
  1570. #satu_kolom{ display: none !important;}
  1571. </style>
  1572. </b:if>
  1573.  
  1574. <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js' type='text/javascript'/>
  1575.  
  1576. <script type='text/javascript'>
  1577. //<![CDATA[
  1578.  
  1579. /*
  1580. * jQuery FlexSlider v2.1
  1581. * Copyright 2012 WooThemes
  1582. * Contributing Author: Tyler Smith
  1583. */
  1584. ;(function(d){d.flexslider=function(i,k){var a=d(i),c=d.extend({},d.flexslider.defaults,k),e=c.namespace,p="ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch,t=p?"touchend":"click",l="vertical"===c.direction,m=c.reverse,h=0<c.itemWidth,r="fade"===c.animation,s=""!==c.asNavFor,f={};d.data(i,"flexslider",a);f={init:function(){a.animating=!1;a.currentSlide=c.startAt;a.animatingTo=a.currentSlide;a.atEnd=0===a.currentSlide||a.currentSlide===a.last;a.containerSelector=c.selector.substr(0,
  1585. c.selector.search(" "));a.slides=d(c.selector,a);a.container=d(a.containerSelector,a);a.count=a.slides.length;a.syncExists=0<d(c.sync).length;"slide"===c.animation&&(c.animation="swing");a.prop=l?"top":"marginLeft";a.args={};a.manualPause=!1;var b=a,g;if(g=!c.video)if(g=!r)if(g=c.useCSS)a:{g=document.createElement("div");var n=["perspectiveProperty","WebkitPerspective","MozPerspective","OPerspective","msPerspective"],e;for(e in n)if(void 0!==g.style[n[e]]){a.pfx=n[e].replace("Perspective","").toLowerCase();
  1586. a.prop="-"+a.pfx+"-transform";g=!0;break a}g=!1}b.transitions=g;""!==c.controlsContainer&&(a.controlsContainer=0<d(c.controlsContainer).length&&d(c.controlsContainer));""!==c.manualControls&&(a.manualControls=0<d(c.manualControls).length&&d(c.manualControls));c.randomize&&(a.slides.sort(function(){return Math.round(Math.random())-0.5}),a.container.empty().append(a.slides));a.doMath();s&&f.asNav.setup();a.setup("init");c.controlNav&&f.controlNav.setup();c.directionNav&&f.directionNav.setup();c.keyboard&&
  1587. (1===d(a.containerSelector).length||c.multipleKeyboard)&&d(document).bind("keyup",function(b){b=b.keyCode;if(!a.animating&&(39===b||37===b))b=39===b?a.getTarget("next"):37===b?a.getTarget("prev"):!1,a.flexAnimate(b,c.pauseOnAction)});c.mousewheel&&a.bind("mousewheel",function(b,g){b.preventDefault();var d=0>g?a.getTarget("next"):a.getTarget("prev");a.flexAnimate(d,c.pauseOnAction)});c.pausePlay&&f.pausePlay.setup();c.slideshow&&(c.pauseOnHover&&a.hover(function(){!a.manualPlay&&!a.manualPause&&a.pause()},
  1588. function(){!a.manualPause&&!a.manualPlay&&a.play()}),0<c.initDelay?setTimeout(a.play,c.initDelay):a.play());p&&c.touch&&f.touch();(!r||r&&c.smoothHeight)&&d(window).bind("resize focus",f.resize);setTimeout(function(){c.start(a)},200)},asNav:{setup:function(){a.asNav=!0;a.animatingTo=Math.floor(a.currentSlide/a.move);a.currentItem=a.currentSlide;a.slides.removeClass(e+"active-slide").eq(a.currentItem).addClass(e+"active-slide");a.slides.click(function(b){b.preventDefault();var b=d(this),g=b.index();
  1589. !d(c.asNavFor).data("flexslider").animating&&!b.hasClass("active")&&(a.direction=a.currentItem<g?"next":"prev",a.flexAnimate(g,c.pauseOnAction,!1,!0,!0))})}},controlNav:{setup:function(){a.manualControls?f.controlNav.setupManual():f.controlNav.setupPaging()},setupPaging:function(){var b=1,g;a.controlNavScaffold=d('<ol class="'+e+"control-nav "+e+("thumbnails"===c.controlNav?"control-thumbs":"control-paging")+'"></ol>');if(1<a.pagingCount)for(var n=0;n<a.pagingCount;n++)g="thumbnails"===c.controlNav?
  1590. '<img src="'+a.slides.eq(n).attr("data-thumb")+'"/>':"<a>"+b+"</a>",a.controlNavScaffold.append("<li>"+g+"</li>"),b++;a.controlsContainer?d(a.controlsContainer).append(a.controlNavScaffold):a.append(a.controlNavScaffold);f.controlNav.set();f.controlNav.active();a.controlNavScaffold.delegate("a, img",t,function(b){b.preventDefault();var b=d(this),g=a.controlNav.index(b);b.hasClass(e+"active")||(a.direction=g>a.currentSlide?"next":"prev",a.flexAnimate(g,c.pauseOnAction))});p&&a.controlNavScaffold.delegate("a",
  1591. "click touchstart",function(a){a.preventDefault()})},setupManual:function(){a.controlNav=a.manualControls;f.controlNav.active();a.controlNav.live(t,function(b){b.preventDefault();var b=d(this),g=a.controlNav.index(b);b.hasClass(e+"active")||(g>a.currentSlide?a.direction="next":a.direction="prev",a.flexAnimate(g,c.pauseOnAction))});p&&a.controlNav.live("click touchstart",function(a){a.preventDefault()})},set:function(){a.controlNav=d("."+e+"control-nav li "+("thumbnails"===c.controlNav?"img":"a"),
  1592. a.controlsContainer?a.controlsContainer:a)},active:function(){a.controlNav.removeClass(e+"active").eq(a.animatingTo).addClass(e+"active")},update:function(b,c){1<a.pagingCount&&"add"===b?a.controlNavScaffold.append(d("<li><a>"+a.count+"</a></li>")):1===a.pagingCount?a.controlNavScaffold.find("li").remove():a.controlNav.eq(c).closest("li").remove();f.controlNav.set();1<a.pagingCount&&a.pagingCount!==a.controlNav.length?a.update(c,b):f.controlNav.active()}},directionNav:{setup:function(){var b=d('<ul class="'+
  1593. e+'direction-nav"><li><a class="'+e+'prev" href="#">'+c.prevText+'</a></li><li><a class="'+e+'next" href="#">'+c.nextText+"</a></li></ul>");a.controlsContainer?(d(a.controlsContainer).append(b),a.directionNav=d("."+e+"direction-nav li a",a.controlsContainer)):(a.append(b),a.directionNav=d("."+e+"direction-nav li a",a));f.directionNav.update();a.directionNav.bind(t,function(b){b.preventDefault();b=d(this).hasClass(e+"next")?a.getTarget("next"):a.getTarget("prev");a.flexAnimate(b,c.pauseOnAction)});
  1594. p&&a.directionNav.bind("click touchstart",function(a){a.preventDefault()})},update:function(){var b=e+"disabled";1===a.pagingCount?a.directionNav.addClass(b):c.animationLoop?a.directionNav.removeClass(b):0===a.animatingTo?a.directionNav.removeClass(b).filter("."+e+"prev").addClass(b):a.animatingTo===a.last?a.directionNav.removeClass(b).filter("."+e+"next").addClass(b):a.directionNav.removeClass(b)}},pausePlay:{setup:function(){var b=d('<div class="'+e+'pauseplay"><a></a></div>');a.controlsContainer?
  1595. (a.controlsContainer.append(b),a.pausePlay=d("."+e+"pauseplay a",a.controlsContainer)):(a.append(b),a.pausePlay=d("."+e+"pauseplay a",a));f.pausePlay.update(c.slideshow?e+"pause":e+"play");a.pausePlay.bind(t,function(b){b.preventDefault();d(this).hasClass(e+"pause")?(a.manualPause=!0,a.manualPlay=!1,a.pause()):(a.manualPause=!1,a.manualPlay=!0,a.play())});p&&a.pausePlay.bind("click touchstart",function(a){a.preventDefault()})},update:function(b){"play"===b?a.pausePlay.removeClass(e+"pause").addClass(e+
  1596. "play").text(c.playText):a.pausePlay.removeClass(e+"play").addClass(e+"pause").text(c.pauseText)}},touch:function(){function b(b){j=l?d-b.touches[0].pageY:d-b.touches[0].pageX;p=l?Math.abs(j)<Math.abs(b.touches[0].pageX-e):Math.abs(j)<Math.abs(b.touches[0].pageY-e);if(!p||500<Number(new Date)-k)b.preventDefault(),!r&&a.transitions&&(c.animationLoop||(j/=0===a.currentSlide&&0>j||a.currentSlide===a.last&&0<j?Math.abs(j)/q+2:1),a.setProps(f+j,"setTouch"))}function g(){i.removeEventListener("touchmove",
  1597. b,!1);if(a.animatingTo===a.currentSlide&&!p&&null!==j){var h=m?-j:j,l=0<h?a.getTarget("next"):a.getTarget("prev");a.canAdvance(l)&&(550>Number(new Date)-k&&50<Math.abs(h)||Math.abs(h)>q/2)?a.flexAnimate(l,c.pauseOnAction):r||a.flexAnimate(a.currentSlide,c.pauseOnAction,!0)}i.removeEventListener("touchend",g,!1);f=j=e=d=null}var d,e,f,q,j,k,p=!1;i.addEventListener("touchstart",function(j){a.animating?j.preventDefault():1===j.touches.length&&(a.pause(),q=l?a.h:a.w,k=Number(new Date),f=h&&m&&a.animatingTo===
  1598. a.last?0:h&&m?a.limit-(a.itemW+c.itemMargin)*a.move*a.animatingTo:h&&a.currentSlide===a.last?a.limit:h?(a.itemW+c.itemMargin)*a.move*a.currentSlide:m?(a.last-a.currentSlide+a.cloneOffset)*q:(a.currentSlide+a.cloneOffset)*q,d=l?j.touches[0].pageY:j.touches[0].pageX,e=l?j.touches[0].pageX:j.touches[0].pageY,i.addEventListener("touchmove",b,!1),i.addEventListener("touchend",g,!1))},!1)},resize:function(){!a.animating&&a.is(":visible")&&(h||a.doMath(),r?f.smoothHeight():h?(a.slides.width(a.computedW),
  1599. a.update(a.pagingCount),a.setProps()):l?(a.viewport.height(a.h),a.setProps(a.h,"setTotal")):(c.smoothHeight&&f.smoothHeight(),a.newSlides.width(a.computedW),a.setProps(a.computedW,"setTotal")))},smoothHeight:function(b){if(!l||r){var c=r?a:a.viewport;b?c.animate({height:a.slides.eq(a.animatingTo).height()},b):c.height(a.slides.eq(a.animatingTo).height())}},sync:function(b){var g=d(c.sync).data("flexslider"),e=a.animatingTo;switch(b){case "animate":g.flexAnimate(e,c.pauseOnAction,!1,!0);break;case "play":!g.playing&&
  1600. !g.asNav&&g.play();break;case "pause":g.pause()}}};a.flexAnimate=function(b,g,n,i,k){s&&1===a.pagingCount&&(a.direction=a.currentItem<b?"next":"prev");if(!a.animating&&(a.canAdvance(b,k)||n)&&a.is(":visible")){if(s&&i)if(n=d(c.asNavFor).data("flexslider"),a.atEnd=0===b||b===a.count-1,n.flexAnimate(b,!0,!1,!0,k),a.direction=a.currentItem<b?"next":"prev",n.direction=a.direction,Math.ceil((b+1)/a.visible)-1!==a.currentSlide&&0!==b)a.currentItem=b,a.slides.removeClass(e+"active-slide").eq(b).addClass(e+
  1601. "active-slide"),b=Math.floor(b/a.visible);else return a.currentItem=b,a.slides.removeClass(e+"active-slide").eq(b).addClass(e+"active-slide"),!1;a.animating=!0;a.animatingTo=b;c.before(a);g&&a.pause();a.syncExists&&!k&&f.sync("animate");c.controlNav&&f.controlNav.active();h||a.slides.removeClass(e+"active-slide").eq(b).addClass(e+"active-slide");a.atEnd=0===b||b===a.last;c.directionNav&&f.directionNav.update();b===a.last&&(c.end(a),c.animationLoop||a.pause());if(r)p?(a.slides.eq(a.currentSlide).css({opacity:0,
  1602. zIndex:1}),a.slides.eq(b).css({opacity:1,zIndex:2}),a.slides.unbind("webkitTransitionEnd transitionend"),a.slides.eq(a.currentSlide).bind("webkitTransitionEnd transitionend",function(){c.after(a)}),a.animating=!1,a.currentSlide=a.animatingTo):(a.slides.eq(a.currentSlide).fadeOut(c.animationSpeed,c.easing),a.slides.eq(b).fadeIn(c.animationSpeed,c.easing,a.wrapup));else{var q=l?a.slides.filter(":first").height():a.computedW;h?(b=c.itemWidth>a.w?2*c.itemMargin:c.itemMargin,b=(a.itemW+b)*a.move*a.animatingTo,
  1603. b=b>a.limit&&1!==a.visible?a.limit:b):b=0===a.currentSlide&&b===a.count-1&&c.animationLoop&&"next"!==a.direction?m?(a.count+a.cloneOffset)*q:0:a.currentSlide===a.last&&0===b&&c.animationLoop&&"prev"!==a.direction?m?0:(a.count+1)*q:m?(a.count-1-b+a.cloneOffset)*q:(b+a.cloneOffset)*q;a.setProps(b,"",c.animationSpeed);if(a.transitions){if(!c.animationLoop||!a.atEnd)a.animating=!1,a.currentSlide=a.animatingTo;a.container.unbind("webkitTransitionEnd transitionend");a.container.bind("webkitTransitionEnd transitionend",
  1604. function(){a.wrapup(q)})}else a.container.animate(a.args,c.animationSpeed,c.easing,function(){a.wrapup(q)})}c.smoothHeight&&f.smoothHeight(c.animationSpeed)}};a.wrapup=function(b){!r&&!h&&(0===a.currentSlide&&a.animatingTo===a.last&&c.animationLoop?a.setProps(b,"jumpEnd"):a.currentSlide===a.last&&(0===a.animatingTo&&c.animationLoop)&&a.setProps(b,"jumpStart"));a.animating=!1;a.currentSlide=a.animatingTo;c.after(a)};a.animateSlides=function(){a.animating||a.flexAnimate(a.getTarget("next"))};a.pause=
  1605. function(){clearInterval(a.animatedSlides);a.playing=!1;c.pausePlay&&f.pausePlay.update("play");a.syncExists&&f.sync("pause")};a.play=function(){a.animatedSlides=setInterval(a.animateSlides,c.slideshowSpeed);a.playing=!0;c.pausePlay&&f.pausePlay.update("pause");a.syncExists&&f.sync("play")};a.canAdvance=function(b,g){var d=s?a.pagingCount-1:a.last;return g?!0:s&&a.currentItem===a.count-1&&0===b&&"prev"===a.direction?!0:s&&0===a.currentItem&&b===a.pagingCount-1&&"next"!==a.direction?!1:b===a.currentSlide&&
  1606. !s?!1:c.animationLoop?!0:a.atEnd&&0===a.currentSlide&&b===d&&"next"!==a.direction?!1:a.atEnd&&a.currentSlide===d&&0===b&&"next"===a.direction?!1:!0};a.getTarget=function(b){a.direction=b;return"next"===b?a.currentSlide===a.last?0:a.currentSlide+1:0===a.currentSlide?a.last:a.currentSlide-1};a.setProps=function(b,g,d){var e,f=b?b:(a.itemW+c.itemMargin)*a.move*a.animatingTo;e=-1*function(){if(h)return"setTouch"===g?b:m&&a.animatingTo===a.last?0:m?a.limit-(a.itemW+c.itemMargin)*a.move*a.animatingTo:a.animatingTo===
  1607. a.last?a.limit:f;switch(g){case "setTotal":return m?(a.count-1-a.currentSlide+a.cloneOffset)*b:(a.currentSlide+a.cloneOffset)*b;case "setTouch":return b;case "jumpEnd":return m?b:a.count*b;case "jumpStart":return m?a.count*b:b;default:return b}}()+"px";a.transitions&&(e=l?"translate3d(0,"+e+",0)":"translate3d("+e+",0,0)",d=void 0!==d?d/1E3+"s":"0s",a.container.css("-"+a.pfx+"-transition-duration",d));a.args[a.prop]=e;(a.transitions||void 0===d)&&a.container.css(a.args)};a.setup=function(b){if(r)a.slides.css({width:"100%",
  1608. "float":"left",marginRight:"-100%",position:"relative"}),"init"===b&&(p?a.slides.css({opacity:0,display:"block",webkitTransition:"opacity "+c.animationSpeed/1E3+"s ease",zIndex:1}).eq(a.currentSlide).css({opacity:1,zIndex:2}):a.slides.eq(a.currentSlide).fadeIn(c.animationSpeed,c.easing)),c.smoothHeight&&f.smoothHeight();else{var g,n;"init"===b&&(a.viewport=d('<div class="'+e+'viewport"></div>').css({overflow:"hidden",position:"relative"}).appendTo(a).append(a.container),a.cloneCount=0,a.cloneOffset=
  1609. 0,m&&(n=d.makeArray(a.slides).reverse(),a.slides=d(n),a.container.empty().append(a.slides)));c.animationLoop&&!h&&(a.cloneCount=2,a.cloneOffset=1,"init"!==b&&a.container.find(".clone").remove(),a.container.append(a.slides.first().clone().addClass("clone")).prepend(a.slides.last().clone().addClass("clone")));a.newSlides=d(c.selector,a);g=m?a.count-1-a.currentSlide+a.cloneOffset:a.currentSlide+a.cloneOffset;l&&!h?(a.container.height(200*(a.count+a.cloneCount)+"%").css("position","absolute").width("100%"),
  1610. setTimeout(function(){a.newSlides.css({display:"block"});a.doMath();a.viewport.height(a.h);a.setProps(g*a.h,"init")},"init"===b?100:0)):(a.container.width(200*(a.count+a.cloneCount)+"%"),a.setProps(g*a.computedW,"init"),setTimeout(function(){a.doMath();a.newSlides.css({width:a.computedW,"float":"left",display:"block"});c.smoothHeight&&f.smoothHeight()},"init"===b?100:0))}h||a.slides.removeClass(e+"active-slide").eq(a.currentSlide).addClass(e+"active-slide")};a.doMath=function(){var b=a.slides.first(),
  1611. d=c.itemMargin,e=c.minItems,f=c.maxItems;a.w=a.width();a.h=b.height();a.boxPadding=b.outerWidth()-b.width();h?(a.itemT=c.itemWidth+d,a.minW=e?e*a.itemT:a.w,a.maxW=f?f*a.itemT:a.w,a.itemW=a.minW>a.w?(a.w-d*e)/e:a.maxW<a.w?(a.w-d*f)/f:c.itemWidth>a.w?a.w:c.itemWidth,a.visible=Math.floor(a.w/(a.itemW+d)),a.move=0<c.move&&c.move<a.visible?c.move:a.visible,a.pagingCount=Math.ceil((a.count-a.visible)/a.move+1),a.last=a.pagingCount-1,a.limit=1===a.pagingCount?0:c.itemWidth>a.w?(a.itemW+2*d)*a.count-a.w-
  1612. d:(a.itemW+d)*a.count-a.w-d):(a.itemW=a.w,a.pagingCount=a.count,a.last=a.count-1);a.computedW=a.itemW-a.boxPadding};a.update=function(b,d){a.doMath();h||(b<a.currentSlide?a.currentSlide+=1:b<=a.currentSlide&&0!==b&&(a.currentSlide-=1),a.animatingTo=a.currentSlide);if(c.controlNav&&!a.manualControls)if("add"===d&&!h||a.pagingCount>a.controlNav.length)f.controlNav.update("add");else if("remove"===d&&!h||a.pagingCount<a.controlNav.length)h&&a.currentSlide>a.last&&(a.currentSlide-=1,a.animatingTo-=1),
  1613. f.controlNav.update("remove",a.last);c.directionNav&&f.directionNav.update()};a.addSlide=function(b,e){var f=d(b);a.count+=1;a.last=a.count-1;l&&m?void 0!==e?a.slides.eq(a.count-e).after(f):a.container.prepend(f):void 0!==e?a.slides.eq(e).before(f):a.container.append(f);a.update(e,"add");a.slides=d(c.selector+":not(.clone)",a);a.setup();c.added(a)};a.removeSlide=function(b){var e=isNaN(b)?a.slides.index(d(b)):b;a.count-=1;a.last=a.count-1;isNaN(b)?d(b,a.slides).remove():l&&m?a.slides.eq(a.last).remove():
  1614. a.slides.eq(b).remove();a.doMath();a.update(e,"remove");a.slides=d(c.selector+":not(.clone)",a);a.setup();c.removed(a)};f.init()};d.flexslider.defaults={namespace:"flex-",selector:".slides > li",animation:"fade",easing:"swing",direction:"horizontal",reverse:!1,animationLoop:!0,smoothHeight:!1,startAt:0,slideshow:!0,slideshowSpeed:7E3,animationSpeed:600,initDelay:0,randomize:!1,pauseOnAction:!0,pauseOnHover:!1,useCSS:!0,touch:!0,video:!1,controlNav:!0,directionNav:!0,prevText:"Previous",nextText:"Next",
  1615. keyboard:!0,multipleKeyboard:!1,mousewheel:!1,pausePlay:!1,pauseText:"Pause",playText:"Play",controlsContainer:"",manualControls:"",sync:"",asNavFor:"",itemWidth:0,itemMargin:0,minItems:0,maxItems:0,move:0,start:function(){},before:function(){},after:function(){},end:function(){},added:function(){},removed:function(){}};d.fn.flexslider=function(i){void 0===i&&(i={});if("object"===typeof i)return this.each(function(){var a=d(this),c=a.find(i.selector?i.selector:".slides > li");1===c.length?(c.fadeIn(400),
  1616. i.start&&i.start(a)):void 0==a.data("flexslider")&&new d.flexslider(this,i)});var k=d(this).data("flexslider");switch(i){case "play":k.play();break;case "pause":k.pause();break;case "next":k.flexAnimate(k.getTarget("next"),!0);break;case "prev":case "previous":k.flexAnimate(k.getTarget("prev"),!0);break;default:"number"===typeof i&&k.flexAnimate(i,!0)}}})(jQuery);
  1617.  
  1618. //]]>
  1619. </script>
  1620.  
  1621. <script type='text/javascript'>
  1622. //<![CDATA[
  1623.  
  1624. /*
  1625. * Superfish v1.4.8 - jQuery menu widget
  1626. * Copyright (c) 2008 Joel Birch
  1627. *
  1628. * Dual licensed under the MIT and GPL licenses:
  1629. * http://www.opensource.org/licenses/mit-license.php
  1630. * http://www.gnu.org/licenses/gpl.html
  1631. *
  1632. * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
  1633. */
  1634. (function($){$.fn.superfish=function(op){var sf=$.fn.superfish,c=sf.c,$arrow=$(['<span class="',c.arrowClass,'"> &#xbb;</span>'].join("")),over=function(){var $$=$(this),menu=getMenu($$);clearTimeout(menu.sfTimer);$$.showSuperfishUl().siblings().hideSuperfishUl();},out=function(){var $$=$(this),menu=getMenu($$),o=sf.op;clearTimeout(menu.sfTimer);menu.sfTimer=setTimeout(function(){o.retainPath=($.inArray($$[0],o.$path)>-1);$$.hideSuperfishUl();if(o.$path.length&&$$.parents(["li.",o.hoverClass].join("")).length<1){over.call(o.$path);}},o.delay);},getMenu=function($menu){var menu=$menu.parents(["ul.",c.menuClass,":first"].join(""))[0];sf.op=sf.o[menu.serial];return menu;},addArrow=function($a){$a.addClass(c.anchorClass).append($arrow.clone());};return this.each(function(){var s=this.serial=sf.o.length;var o=$.extend({},sf.defaults,op);o.$path=$("li."+o.pathClass,this).slice(0,o.pathLevels).each(function(){$(this).addClass([o.hoverClass,c.bcClass].join(" ")).filter("li:has(ul)").removeClass(o.pathClass);});sf.o[s]=sf.op=o;$("li:has(ul)",this)[($.fn.hoverIntent&&!o.disableHI)?"hoverIntent":"hover"](over,out).each(function(){if(o.autoArrows){addArrow($(">a:first-child",this));}}).not("."+c.bcClass).hideSuperfishUl();var $a=$("a",this);$a.each(function(i){var $li=$a.eq(i).parents("li");$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});});o.onInit.call(this);}).each(function(){var menuClasses=[c.menuClass];if(sf.op.dropShadows&&!($.browser.msie&&$.browser.version<7)){menuClasses.push(c.shadowClass);}$(this).addClass(menuClasses.join(" "));});};var sf=$.fn.superfish;sf.o=[];sf.op={};sf.IE7fix=function(){var o=sf.op;if($.browser.msie&&$.browser.version>6&&o.dropShadows&&o.animation.opacity!=undefined){this.toggleClass(sf.c.shadowClass+"-off");}};sf.c={bcClass:"sf-breadcrumb",menuClass:"sf-js-enabled",anchorClass:"sf-with-ul",arrowClass:"sf-sub-indicator",shadowClass:"sf-shadow"};sf.defaults={hoverClass:"sfHover",pathClass:"overideThisToUse",pathLevels:1,delay:800,animation:{opacity:"show"},speed:"normal",autoArrows:true,dropShadows:true,disableHI:false,onInit:function(){},onBeforeShow:function(){},onShow:function(){},onHide:function(){}};$.fn.extend({hideSuperfishUl:function(){var o=sf.op,not=(o.retainPath===true)?o.$path:"";o.retainPath=false;var $ul=$(["li.",o.hoverClass].join(""),this).add(this).not(not).removeClass(o.hoverClass).find(">ul").hide().css("visibility","hidden");o.onHide.call($ul);return this;},showSuperfishUl:function(){var o=sf.op,sh=sf.c.shadowClass+"-off",$ul=this.addClass(o.hoverClass).find(">ul:hidden").css("visibility","visible");sf.IE7fix.call($ul);o.onBeforeShow.call($ul);$ul.animate(o.animation,o.speed,function(){sf.IE7fix.call($ul);o.onShow.call($ul);});return this;}});})(jQuery);
  1635.  
  1636. //]]>
  1637. </script>
  1638.  
  1639. <script type='text/javascript'>
  1640. //<![CDATA[
  1641.  
  1642. jQuery(document).ready(function() {
  1643.  
  1644. /* Navigation */
  1645. jQuery('#submenu ul.sfmenu').superfish({
  1646. delay: 500, // 0.1 second delay on mouseout
  1647. animation: { opacity:'show',height:'show'}, // fade-in and slide-down animation
  1648. dropShadows: true // disable drop shadows
  1649. });
  1650.  
  1651. jQuery('.article-list .grid_3:nth-child(4n)').after('<div class="clear"></div>');
  1652.  
  1653. /* Banner class */
  1654. jQuery('.squarebanner ul li:nth-child(even)').addClass('rbanner');
  1655.  
  1656. /* Responsive slides */
  1657. jQuery('#flexislider').flexslider({
  1658. animation:"slide",
  1659. controlNav: false,
  1660. directionNav:true
  1661. });
  1662.  
  1663. });
  1664.  
  1665. //]]>
  1666. </script>
  1667.  
  1668. <script type='text/javascript'>
  1669. //<![CDATA[
  1670.  
  1671. function showrecentcomments(json){for(var i=0;i<a_rc;i++){var b_rc=json.feed.entry[i];var c_rc;if(i==json.feed.entry.length)break;for(var k=0;k<b_rc.link.length;k++){if(b_rc.link[k].rel=='alternate'){c_rc=b_rc.link[k].href;break;}}c_rc=c_rc.replace("#","#comment-");var d_rc=c_rc.split("#");d_rc=d_rc[0];var e_rc=d_rc.split("/");e_rc=e_rc[5];e_rc=e_rc.split(".html");e_rc=e_rc[0];var f_rc=e_rc.replace(/-/g," ");f_rc=f_rc.link(d_rc);var g_rc=b_rc.published.$t;var h_rc=g_rc.substring(0,4);var i_rc=g_rc.substring(5,7);var j_rc=g_rc.substring(8,10);var k_rc=new Array();k_rc[1]="Jan";k_rc[2]="Feb";k_rc[3]="Mar";k_rc[4]="Apr";k_rc[5]="May";k_rc[6]="Jun";k_rc[7]="Jul";k_rc[8]="Aug";k_rc[9]="Sep";k_rc[10]="Oct";k_rc[11]="Nov";k_rc[12]="Dec";if("content" in b_rc){var l_rc=b_rc.content.$t;}else if("summary" in b_rc){var l_rc=b_rc.summary.$t;}else var l_rc="";var re=/<\S[^>]*>/g;l_rc=l_rc.replace(re,"");if(m_rc==true)document.write('On '+k_rc[parseInt(i_rc,10)]+' '+j_rc+' ');document.write('<a href="'+c_rc+'">'+b_rc.author[0].name.$t+'</a> commented');if(n_rc==true)document.write(' on '+f_rc);document.write(': ');if(l_rc.length<o_rc){document.write('<i>&#8220;');document.write(l_rc);document.write('&#8221;</i><br/><br/>');}else{document.write('<i>&#8220;');l_rc=l_rc.substring(0,o_rc);var p_rc=l_rc.lastIndexOf(" ");l_rc=l_rc.substring(0,p_rc);document.write(l_rc+'&hellip;&#8221;</i>');document.write('<br/><br/>');}}}
  1672.  
  1673. function rp(json){document.write('<ul>');for(var i=0;i<numposts;i++){document.write('<li>');var entry=json.feed.entry[i];var posttitle=entry.title.$t;var posturl;if(i==json.feed.entry.length)break;for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel=='alternate'){posturl=entry.link[k].href;break}}posttitle=posttitle.link(posturl);var readmorelink="(more)";readmorelink=readmorelink.link(posturl);var postdate=entry.published.$t;var cdyear=postdate.substring(0,4);var cdmonth=postdate.substring(5,7);var cdday=postdate.substring(8,10);var monthnames=new Array();monthnames[1]="Jan";monthnames[2]="Feb";monthnames[3]="Mar";monthnames[4]="Apr";monthnames[5]="May";monthnames[6]="Jun";monthnames[7]="Jul";monthnames[8]="Aug";monthnames[9]="Sep";monthnames[10]="Oct";monthnames[11]="Nov";monthnames[12]="Dec";if("content"in entry){var postcontent=entry.content.$t}else if("summary"in entry){var postcontent=entry.summary.$t}else var postcontent="";var re=/<\S[^>]*>/g;postcontent=postcontent.replace(re,"");document.write(posttitle);if(showpostdate==true)document.write(' - '+monthnames[parseInt(cdmonth,10)]+' '+cdday);if(showpostsummary==true){if(postcontent.length<numchars){document.write(postcontent)}else{postcontent=postcontent.substring(0,numchars);var quoteEnd=postcontent.lastIndexOf(" ");postcontent=postcontent.substring(0,quoteEnd);document.write(postcontent+'...'+readmorelink)}}document.write('</li>')}document.write('</ul>')}
  1674.  
  1675. //]]>
  1676. </script>
  1677.  
  1678. <script type='text/javascript'>
  1679. summary_noimg = 550;
  1680. summary_img = 450;
  1681. img_thumb_height = 200;
  1682. img_thumb_width = 200;
  1683. </script>
  1684. <script type='text/javascript'>
  1685. //<![CDATA[
  1686.  
  1687. function removeHtmlTag(strx,chop){
  1688. if(strx.indexOf("<")!=-1)
  1689. {
  1690. var s = strx.split("<");
  1691. for(var i=0;i<s.length;i++){
  1692. if(s[i].indexOf(">")!=-1){
  1693. s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
  1694. }
  1695. }
  1696. strx = s.join("");
  1697. }
  1698. chop = (chop < strx.length-1) ? chop : strx.length-2;
  1699. while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
  1700. strx = strx.substring(0,chop-1);
  1701. return strx+'...';
  1702. }
  1703.  
  1704. function createSummaryAndThumb(pID){
  1705. var div = document.getElementById(pID);
  1706. var imgtag = "";
  1707. var img = div.getElementsByTagName("img");
  1708. var summ = summary_noimg;
  1709. if(img.length>=1) {
  1710. imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px" style="padding:0px;border:0px solid #eee;"/></span>';
  1711. summ = summary_img;
  1712. }
  1713.  
  1714. var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
  1715. div.innerHTML = summary;
  1716. }
  1717.  
  1718. //]]>
  1719. </script>
  1720.  
  1721. <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>
  1722. <script src='http://system-svn.googlecode.com/svn/trunk/quake.slider-min.js' type='text/javascript'/>
  1723. <script type='text/javascript'>
  1724. $(document).ready(function () {
  1725. $(&#39;.quake-slider&#39;).quake({
  1726. thumbnails : false,
  1727. captionOpacity : &#39;0.7&#39;,
  1728. hasNextPrev : true,
  1729. frameWidth : 910,
  1730. frameHeight : 400,
  1731. captionsSetup : [{
  1732. &quot;orientation&quot; : &quot;bottom&quot;,
  1733. &quot;slides&quot; : [0,3],
  1734. &quot;callback&quot;: captionAnimateCallback
  1735. }]
  1736. });
  1737. function captionAnimateCallback(captionWrapper, captionContainer, orientation) {
  1738. captionWrapper.css({
  1739. bottom: &#39;-990px&#39;
  1740. }).stop(true, true).animate({
  1741. bottom: 0
  1742. }, 500);
  1743. captionContainer.css({
  1744. left: &#39;-990px&#39;
  1745. }).stop(true, true).animate({
  1746. left: 0
  1747. }, 500);
  1748. }
  1749. });
  1750. </script>
  1751.  
  1752. <script src='http://www.google.com/jsapi?key=ABQIAAAAUMsU2d40bO1-m8DeADFRexTdcQS31_Y0TkToW9tE1XWPEnv6YBSa1QfZaAr4GJ8-AZkWddpnW9Y0hA'/>
  1753. <script type='text/javascript'>
  1754. //<![CDATA[
  1755. var gfeedfetcher_loading_image="indicator.gif";google.load("feeds","1");function gfeedfetcher(c,a,b){this.linktarget=b||"";this.feedlabels=[];this.feedurls=[];this.feeds=[];this.feedsfetched=0;this.feedlimit=5;this.showoptions="";this.sortstring="date";document.write('<div id="'+c+'" class="'+a+'"></div>');this.feedcontainer=document.getElementById(c);this.itemcontainer="<li>"}gfeedfetcher.prototype.addFeed=function(b,a){this.feedlabels[this.feedlabels.length]=b;this.feedurls[this.feedurls.length]=a};gfeedfetcher.prototype.filterfeed=function(b,a){this.feedlimit=b;if(typeof a!="undefined"){this.sortstring=a}};gfeedfetcher.prototype.displayoptions=function(a){this.showoptions=a};gfeedfetcher.prototype.setentrycontainer=function(a){this.itemcontainer="<"+a.toLowerCase()+">"};gfeedfetcher.prototype.init=function(){this.feedsfetched=0;this.feeds=[];this.feedcontainer.innerHTML='<img src="'+gfeedfetcher_loading_image+'" /> Loading news...';var a=this;for(var b=0;b<this.feedurls.length;b++){var c=new google.feeds.Feed(this.feedurls[b]);var d=(this.feedlimit<=this.feedurls.length)?1:Math.floor(this.feedlimit/this.feedurls.length);if(this.feedlimit%this.feedurls.length>0&&this.feedlimit>this.feedurls.length&&b==this.feedurls.length-1){d+=(this.feedlimit%this.feedurls.length)}c.setNumEntries(d);c.load(function(e){return function(f){a._fetch_data_as_array(f,e)}}(this.feedlabels[b]))}};gfeedfetcher._formatdate=function(a,c){var d=new Date(a);var b=(c.indexOf("datetime")!=-1)?d.toLocaleString():(c.indexOf("date")!=-1)?d.toLocaleDateString():(c.indexOf("time")!=-1)?d.toLocaleTimeString():"";return"<span class='datefield'>"+b+"</span>"};gfeedfetcher._sortarray=function(a,b){var b=(b=="label")?"ddlabel":b;if(b=="title"||b=="ddlabel"){a.sort(function(e,d){var g=e[b].toLowerCase();var f=d[b].toLowerCase();return(g<f)?-1:(g>f)?1:0})}else{try{a.sort(function(e,d){return new Date(d.publishedDate)-new Date(e.publishedDate)})}catch(c){}}};gfeedfetcher.prototype._fetch_data_as_array=function(b,a){var d=(!b.error)?b.feed.entries:"";if(d==""){alert("Google Feed API Error: "+b.error.message)}for(var c=0;c<d.length;c++){b.feed.entries[c].ddlabel=a}this.feeds=this.feeds.concat(d);this._signaldownloadcomplete()};gfeedfetcher.prototype._signaldownloadcomplete=function(){this.feedsfetched+=1;if(this.feedsfetched==this.feedurls.length){this._displayresult(this.feeds)}};gfeedfetcher.prototype._displayresult=function(a){var e=(this.itemcontainer=="<li>")?"<ul>\n":"";gfeedfetcher._sortarray(a,this.sortstring);for(var c=0;c<a.length;c++){var d='<a href="'+a[c].link+'" target="'+this.linktarget+'" class="titlefield">'+a[c].title+"</a>";var b=/label/i.test(this.showoptions)?'<span class="labelfield">['+this.feeds[c].ddlabel+"]</span>":" ";var g=gfeedfetcher._formatdate(a[c].publishedDate,this.showoptions);var f=/description/i.test(this.showoptions)?"<br />"+a[c].content:/snippet/i.test(this.showoptions)?"<br />"+a[c].contentSnippet:"";e+=this.itemcontainer+d+" "+b+" "+g+"\n"+f+this.itemcontainer.replace("<","</")+"\n\n"}e+=(this.itemcontainer=="<li>")?"</ul>":"";this.feedcontainer.innerHTML=e};
  1756.  
  1757. var gfeedfetcher_loading_image="indicator.gif";function gfeedrssticker(d,b,a,c){this.tickerid=d;this.delay=parseInt(a);this.mouseoverBol=0;this.itemsperpage=1;this.messagepointer=0;gfeedfetcher.call(this,d,b,c);this.itemcontainer="<div>";this.tickerdiv=document.getElementById(d)}gfeedrssticker.prototype=new gfeedfetcher;gfeedrssticker.prototype.constructor=gfeedrssticker;gfeedrssticker.prototype._displayresult=null;gfeedrssticker.prototype.entries_per_page=function(a){this.itemsperpage=a};gfeedrssticker.prototype._signaldownloadcomplete=function(){this.feedsfetched+=1;if(this.feedsfetched==this.feedurls.length){this._initscroller(this.feeds)}};gfeedrssticker.prototype._initscroller=function(a){var c=this;gfeedfetcher._sortarray(a,this.sortstring);this.itemsperpage=(this.itemsperpage>=a.length)?1:this.itemsperpage;var b=a.slice(this.messagepointer,this.itemsperpage);this.tickerdiv.innerHTML=formatrssmessage(b,this.showoptions,this.itemcontainer,this.linktarget);this.tickerdiv.onmouseover=function(){c.mouseoverBol=1};this.tickerdiv.onmouseout=function(){c.mouseoverBol=0};this.messagepointer=this.itemsperpage;if(window.attachEvent){window.attachEvent("onunload",function(){c.tickerdiv.onmouseover=c.tickerdiv.onmouseout=null})}setTimeout(function(){c._rotatemessage()},this.delay)};function formatrssmessage(d,b,f,g){var c=(f=="<li>")?"<ul>\n":"";for(var e=0;e<d.length;e++){var h='<a href="'+d[e].link+'" target="'+g+'" class="titlefield">'+d[e].title+"</a>";var j=/label/i.test(b)?'<span class="labelfield">['+d[e].ddlabel+"]</span>":" ";var k=gfeedfetcher._formatdate(d[e].publishedDate,b);var a=/description/i.test(b)?"<br />"+d[e].content:/snippet/i.test(b)?"<br />"+d[e].contentSnippet:"";c+=f+h+" "+j+" "+k+"\n"+a+f.replace("<","</")+"\n\n"}c+=(f=="<li>")?"</ul>\n":"";return c}gfeedrssticker.prototype._rotatemessage=function(){var b=this;if(this.mouseoverBol==1){setTimeout(function(){b._rotatemessage()},100)}else{var a=this.feeds.slice(this.messagepointer,this.messagepointer+this.itemsperpage);this.tickerdiv.innerHTML=formatrssmessage(a,this.showoptions,this.itemcontainer,this.linktarget);this.messagepointer=(this.messagepointer+this.itemsperpage>this.feeds.length-1)?0:this.messagepointer+this.itemsperpage;setTimeout(function(){b._rotatemessage()},this.delay)}};
  1758. //]]>
  1759. </script>
  1760. <style type='text/css'>
  1761. .titlefield{ /*CSS for RSS title link in general*/
  1762. text-decoration: none;}
  1763. .labelfield{ /*CSS for label field in general*/
  1764. color:#aaa;font-size: 100%;}
  1765. .datefield{ /*CSS for date field in general*/
  1766. color:#aaa;font:normal 9px calibri;text-transform:none;}
  1767. #example1{ /*Demo 1 main container*/
  1768. width: 780px;
  1769. height: 14px;
  1770. border: 0px solid #aaa;
  1771. padding: 0px;
  1772. font:bold 16px Arial;
  1773. text-transform:none;
  1774. text-align:left;
  1775. background-color:transparent;}
  1776. code{ /*CSS for insructions*/
  1777. color: #fff;}
  1778. #example1 a:link, #example1 a:visited {color:#f2f2f2;text-decoration:none;}
  1779. #example1 a:hover {color:#C8D3F2;text-decoration:none;}
  1780. </style>
  1781.  
  1782. </head>
  1783.  
  1784. <body>
  1785.  
  1786. <div class='hfeed site wrapper' id='page'>
  1787. <div class='container_12'>
  1788.  
  1789. <div class='site-header cf' id='masthead'>
  1790. <div class='top grid_12 cf '>
  1791.  
  1792. <div class='headsec'>
  1793. <div class='logo'>
  1794. <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
  1795. <b:widget id='Header1' locked='true' title='Psikosufistik-Online (Header)' type='Header'>
  1796. <b:includable id='title'>
  1797. <a expr:href='data:blog.homepageUrl'><data:title/></a>
  1798. </b:includable>
  1799. <b:includable id='description'>
  1800. <div class='descriptionwrapper'>
  1801. <h2 class='site-description'><data:description/></h2>
  1802. </div>
  1803. </b:includable>
  1804. <b:includable id='main'>
  1805. <b:if cond='data:useImage'>
  1806. <b:if cond='data:imagePlacement == &quot;REPLACE&quot;'>
  1807. <!--Show just the image, no text-->
  1808. <div id='header-inner'>
  1809. <a expr:href='data:blog.homepageUrl' style='display: block'>
  1810. <img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_headerimg&quot;' expr:src='data:sourceUrl' expr:width='data:width' style='display: block;padding-left:0px;padding-top:0px;'/>
  1811. </a>
  1812. </div>
  1813. <b:else/>
  1814. <!--
  1815. Show image as background to text. You can't really calculate the width
  1816. reliably in JS because margins are not taken into account by any of
  1817. clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
  1818. width if the user is using shrink to fit.
  1819. This results in a margin-width's worth of pixels being cropped. If the
  1820. user is not using shrink to fit then we expand the header.
  1821. -->
  1822. <div expr:style='&quot;background-image: url(\&quot;&quot; + data:sourceUrl + &quot;\&quot;); &quot; + &quot;background-position: &quot; + data:backgroundPositionStyleStr + &quot;; &quot; + data:widthStyleStr + &quot;min-height: &quot; + data:height + &quot;px;&quot; + &quot;_height: &quot; + data:height + &quot;px;&quot; + &quot;background-repeat: no-repeat; &quot;' id='header-inner'>
  1823. <div class='titlewrapper' style='background: transparent'>
  1824. <h1 class='site-title' style='background: transparent; border-width: 0px'>
  1825. <b:include name='title'/>
  1826. </h1>
  1827. </div>
  1828. <b:include name='description'/>
  1829. </div>
  1830. </b:if>
  1831. <b:else/>
  1832. <!--No header image -->
  1833. <div id='header-inner'>
  1834. <div class='titlewrapper'>
  1835. <h1 class='site-title'>
  1836. <b:include name='title'/>
  1837. </h1>
  1838. </div>
  1839. <b:include name='description'/>
  1840. </div>
  1841. </b:if>
  1842. </b:includable>
  1843. </b:widget>
  1844. </b:section>
  1845. </div>
  1846.  
  1847. <div class='top-ad'>
  1848. <div id='search'>
  1849. <form expr:action='data:blog.homepageUrl + &quot;search/&quot;' id='searchform' method='get'>
  1850. <input id='s' name='q' onblur='if(this.value==&apos;&apos;)this.value=this.defaultValue;' onfocus='if(this.value==this.defaultValue)this.value=&apos;&apos;;' type='text' value='Search ...'/>
  1851. <input id='searchsubmit' type='submit' value='Search'/>
  1852. </form>
  1853. </div>
  1854. </div>
  1855. <div class='clearfix'/>
  1856.  
  1857. </div>
  1858.  
  1859. <!-- breaking news-->
  1860. <div class='newspic'>
  1861.  
  1862. <div style='float:left;width:780px;padding:6px 0 6px 180px; position:relative; overflow:hidden;'>
  1863. <script type='text/javascript'>
  1864. var cssfeed=new gfeedrssticker(&quot;example1&quot;, &quot;example1class&quot;, 4000, &quot;_new&quot;)
  1865. cssfeed.addFeed(&quot;Creating Website&quot;, &quot;http://psikosufistik-online.blogspot.com/feeds/posts/default&quot;) //Specify &quot;label&quot; plus URL to RSS feed
  1866. cssfeed.displayoptions(&quot;date&quot;) //show the specified additional fields
  1867. cssfeed.setentrycontainer(&quot;div&quot;) //Wrap each entry with a DIV tag
  1868. cssfeed.filterfeed(10, &quot;date&quot;) //Show 10 entries, sort by date
  1869. cssfeed.entries_per_page(1)
  1870. cssfeed.init()
  1871. </script>
  1872. </div>
  1873. <div style='clear:both;'/>
  1874. </div>
  1875.  
  1876. <div class='sub-head'>
  1877. <div id='menu'>
  1878. <ul id='day-menu'>
  1879. <li><a href='/' rel='nofollow'>Beranda</a></li>
  1880. <li><a href='#' rel='nofollow'>Page</a>
  1881. <ul>
  1882. <li><a href='/2012/02/visi-misi-jurusan-tasawuf-psikoterapi.html' rel='nofollow'>Visi-Misi</a></li>
  1883. <li><a href='/2012/01/pengurus-hmj-tp-2012.html' rel='nofollow'>Pengurus</a></li>
  1884. <li><a href='/2012/01/kontak.html' rel='nofollow'>Kontak</a></li>
  1885. <li><a href='/p/loading.html' rel='nofollow'>Archive</a></li>
  1886. </ul>
  1887. </li>
  1888. <li><a href='#' rel='nofollow'>Kampus</a>
  1889. <ul>
  1890. <li><a href='/search/label/agenda'>Agenda</a></li>
  1891. <li><a href='#'>HMJ</a></li>
  1892. <li><a href='/search/label/Rela%27s'>Rela&#39;S</a></li>
  1893. <li><a href='/search/label/serba-serbi'>Serba-Serbi</a></li>
  1894. <li><a href='/search/label/Foto'>Foto</a></li>
  1895. <li><a href='/search/label/video'>Video</a></li>
  1896. <li><a href='/search/label/umum'>Umum</a></li>
  1897. </ul>
  1898. </li>
  1899. <li><a href='#' rel='nofollow'>Kolom</a>
  1900. <ul>
  1901. <li><a href='/search/label/dosen'>Dosen</a></li>
  1902. <li><a href='/search/label/mahasiswa'>Mahasiswa</a></li>
  1903. <li><a href='/search/label/psikologi'>Psikologi</a></li>
  1904. <li><a href='/search/label/tasawuf'>Tasawuf</a></li>
  1905. <li><a href='/search/label/Health'>Health</a></li>
  1906. </ul>
  1907. </li>
  1908. <li><a href='/?m=1' rel='nofollow' target='_blank'>Versi Ponsel</a></li>
  1909. </ul>
  1910. </div>
  1911. <div id='satu_kolom'>
  1912. <b:section class='header' id='satukolomajah' preferred='yes'>
  1913. <b:widget id='HTML1' locked='false' title='' type='HTML'>
  1914. <b:includable id='main'>
  1915. <!-- only display title if it's non-empty -->
  1916. <b:if cond='data:title != &quot;&quot;'>
  1917. <h2 class='title'><data:title/></h2>
  1918. </b:if>
  1919. <div class='widget-content'>
  1920. <data:content/>
  1921. </div>
  1922.  
  1923. <b:include name='quickedit'/>
  1924. </b:includable>
  1925. </b:widget>
  1926. </b:section>
  1927. </div>
  1928. </div>
  1929.  
  1930. </div>
  1931. </div>
  1932. <div class='site-main cf' id='main'>
  1933.  
  1934. <b:if cond='data:blog.url == data:blog.homepageUrl'>
  1935. </b:if>
  1936. <div class='clear'/>
  1937. <div class='content-area grid_9' id='primary'>
  1938. <div class='site-content' id='content'>
  1939. <b:section class='mainblog' id='mainblog' showaddelement='no'>
  1940. <b:widget id='Blog1' locked='true' title='Posting Blog' type='Blog'>
  1941. <b:includable id='nextprev'>
  1942. <div class='blog-pager' id='blog-pager'>
  1943. <b:if cond='data:newerPageUrl'>
  1944. <h2>Jika kamu tertarik dengan blog ini, bantu komen.</h2>
  1945. <div class='fb-comments' data-num-posts='5' data-width='599' expr:data-href='data:post.url'/>
  1946. <span id='blog-pager-newer-link'>
  1947. <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
  1948. </span>
  1949. </b:if>
  1950. <b:if cond='data:olderPageUrl'>
  1951. <span id='blog-pager-older-link'>
  1952. <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'><data:olderPageTitle/></a>
  1953. </span>
  1954. </b:if>
  1955.  
  1956. <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  1957.  
  1958. <b:if cond='data:mobileLinkUrl'>
  1959. <div class='blog-mobile-link'>
  1960. <a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
  1961. </div>
  1962. </b:if>
  1963. </div>
  1964. <div class='clear'/>
  1965. </b:includable>
  1966. <b:includable id='shareButtons' var='post'>
  1967. <b:if cond='data:top.showEmailButton'><a class='goog-inline-block share-button sb-email' expr:href='data:post.sharePostUrl + &quot;&amp;target=email&quot;' expr:title='data:top.emailThisMsg' target='_blank'><span class='share-button-link-text'><data:top.emailThisMsg/></span></a></b:if><b:if cond='data:top.showBlogThisButton'><a class='goog-inline-block share-button sb-blog' expr:href='data:post.sharePostUrl + &quot;&amp;target=blog&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' expr:title='data:top.blogThisMsg' target='_blank'><span class='share-button-link-text'><data:top.blogThisMsg/></span></a></b:if><b:if cond='data:top.showTwitterButton'><a class='goog-inline-block share-button sb-twitter' expr:href='data:post.sharePostUrl + &quot;&amp;target=twitter&quot;' expr:title='data:top.shareToTwitterMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToTwitterMsg/></span></a></b:if><b:if cond='data:top.showFacebookButton'><a class='goog-inline-block share-button sb-facebook' expr:href='data:post.sharePostUrl + &quot;&amp;target=facebook&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' expr:title='data:top.shareToFacebookMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a></b:if><b:if cond='data:top.showOrkutButton'><a class='goog-inline-block share-button sb-orkut' expr:href='data:post.sharePostUrl + &quot;&amp;target=orkut&quot;' expr:title='data:top.shareToOrkutMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToOrkutMsg/></span></a></b:if><b:if cond='data:top.showDummy'><div class='goog-inline-block dummy-container'><data:post.dummyTag/></div></b:if>
  1968. </b:includable>
  1969. <b:includable id='backlinks' var='post'>
  1970. <a name='links'/><h4><data:post.backlinksLabel/></h4>
  1971. <b:if cond='data:post.numBacklinks != 0'>
  1972. <dl class='comments-block' id='comments-block'>
  1973. <b:loop values='data:post.backlinks' var='backlink'>
  1974. <div class='collapsed-backlink backlink-control'>
  1975. <dt class='comment-title'>
  1976. <span class='backlink-toggle-zippy'>&#160;</span>
  1977. <a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
  1978. <b:include data='backlink' name='backlinkDeleteIcon'/>
  1979. </dt>
  1980. <dd class='comment-body collapseable'>
  1981. <data:backlink.snippet/>
  1982. </dd>
  1983. <dd class='comment-footer collapseable'>
  1984. <span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
  1985. <span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
  1986. </dd>
  1987. </div>
  1988. </b:loop>
  1989. </dl>
  1990. </b:if>
  1991. <p class='comment-footer'>
  1992. <a class='comment-link' expr:href='data:post.createLinkUrl' expr:id='data:widget.instanceId + &quot;_backlinks-create-link&quot;' target='_blank'><data:post.createLinkLabel/></a>
  1993. </p>
  1994. </b:includable>
  1995. <b:includable id='comment_count_picker' var='post'>
  1996. <b:if cond='data:post.forceIframeComments'>
  1997. <span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments' expr:data-onclick='data:post.addCommentOnclick' expr:data-url='data:post.canonicalUrl'>
  1998. </span>
  1999. <b:else/>
  2000. <b:if cond='data:post.commentSource == 1'>
  2001. <span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments' expr:data-onclick='data:post.addCommentOnclick' expr:data-url='data:post.canonicalUrl'>
  2002. </span>
  2003. <b:else/>
  2004. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
  2005. <data:post.commentLabelFull/>:
  2006. </a>
  2007. </b:if>
  2008. </b:if>
  2009. </b:includable>
  2010. <b:includable id='threaded_comment_js' var='post'>
  2011. <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>
  2012.  
  2013. <script type='text/javascript'>
  2014. (function() {
  2015. var items = <data:post.commentJso/>;
  2016. var msgs = <data:post.commentMsgs/>;
  2017. var config = <data:post.commentConfig/>;
  2018.  
  2019. // <![CDATA[
  2020. var cursor = null;
  2021. if (items && items.length > 0) {
  2022. cursor = parseInt(items[items.length - 1].timestamp) + 1;
  2023. }
  2024.  
  2025. var bodyFromEntry = function(entry) {
  2026. if (entry.gd$extendedProperty) {
  2027. for (var k in entry.gd$extendedProperty) {
  2028. if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
  2029. return '<span class="deleted-comment">' + entry.content.$t + '</span>';
  2030. }
  2031. }
  2032. }
  2033. return entry.content.$t;
  2034. }
  2035.  
  2036. var parse = function(data) {
  2037. cursor = null;
  2038. var comments = [];
  2039. if (data && data.feed && data.feed.entry) {
  2040. for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
  2041. var comment = {};
  2042. // comment ID, parsed out of the original id format
  2043. var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
  2044. comment.id = id ? id[2] : null;
  2045. comment.body = bodyFromEntry(entry);
  2046. comment.timestamp = Date.parse(entry.published.$t) + '';
  2047. if (entry.author && entry.author.constructor === Array) {
  2048. var auth = entry.author[0];
  2049. if (auth) {
  2050. comment.author = {
  2051. name: (auth.name ? auth.name.$t : undefined),
  2052. profileUrl: (auth.uri ? auth.uri.$t : undefined),
  2053. avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
  2054. };
  2055. }
  2056. }
  2057. if (entry.link) {
  2058. if (entry.link[2]) {
  2059. comment.link = comment.permalink = entry.link[2].href;
  2060. }
  2061. if (entry.link[3]) {
  2062. var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
  2063. if (pid && pid[1]) {
  2064. comment.parentId = pid[1];
  2065. }
  2066. }
  2067. }
  2068. comment.deleteclass = 'item-control blog-admin';
  2069. if (entry.gd$extendedProperty) {
  2070. for (var k in entry.gd$extendedProperty) {
  2071. if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
  2072. comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
  2073. }
  2074. }
  2075. }
  2076. comments.push(comment);
  2077. }
  2078. }
  2079. return comments;
  2080. };
  2081.  
  2082. var paginator = function(callback) {
  2083. if (hasMore()) {
  2084. var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
  2085. if (cursor) {
  2086. url += '&published-min=' + new Date(cursor).toISOString();
  2087. }
  2088. window.bloggercomments = function(data) {
  2089. var parsed = parse(data);
  2090. cursor = parsed.length < 50 ? null
  2091. : parseInt(parsed[parsed.length - 1].timestamp) + 1
  2092. callback(parsed);
  2093. window.bloggercomments = null;
  2094. }
  2095. url += '&callback=bloggercomments';
  2096. var script = document.createElement('script');
  2097. script.type = 'text/javascript';
  2098. script.src = url;
  2099. document.getElementsByTagName('head')[0].appendChild(script);
  2100. }
  2101. };
  2102. var hasMore = function() {
  2103. return !!cursor;
  2104. };
  2105. var getMeta = function(key, comment) {
  2106. if ('iswriter' == key) {
  2107. var matches = !!comment.author
  2108. && comment.author.name == config.authorName
  2109. && comment.author.profileUrl == config.authorUrl;
  2110. return matches ? 'true' : '';
  2111. } else if ('deletelink' == key) {
  2112. return config.baseUri + '/delete-comment.g?blogID='
  2113. + config.blogId + '&postID=' + comment.id;
  2114. } else if ('deleteclass' == key) {
  2115. return comment.deleteclass;
  2116. }
  2117. return '';
  2118. };
  2119.  
  2120. var replybox = null;
  2121. var replyUrlParts = null;
  2122. var replyParent = undefined;
  2123.  
  2124. var onReply = function(commentId, domId) {
  2125. if (replybox == null) {
  2126. // lazily cache replybox, and adjust to suit this style:
  2127. replybox = document.getElementById('comment-editor');
  2128. if (replybox != null) {
  2129. replybox.height = '250px';
  2130. replybox.style.display = 'block';
  2131. replyUrlParts = replybox.src.split('#');
  2132. }
  2133. }
  2134. if (replybox && (commentId !== replyParent)) {
  2135. document.getElementById(domId).insertBefore(replybox, null);
  2136. replybox.src = replyUrlParts[0]
  2137. + (commentId ? '&parentID=' + commentId : '')
  2138. + '#' + replyUrlParts[1];
  2139. replyParent = commentId;
  2140. }
  2141. };
  2142.  
  2143. var hash = (window.location.hash || '#').substring(1);
  2144. var startThread, targetComment;
  2145. if (/^comment-form_/.test(hash)) {
  2146. startThread = hash.substring('comment-form_'.length);
  2147. } else if (/^c[0-9]+$/.test(hash)) {
  2148. targetComment = hash.substring(1);
  2149. }
  2150.  
  2151. // Configure commenting API:
  2152. var configJso = {
  2153. 'maxDepth': config.maxThreadDepth
  2154. };
  2155. var provider = {
  2156. 'id': config.postId,
  2157. 'data': items,
  2158. 'loadNext': paginator,
  2159. 'hasMore': hasMore,
  2160. 'getMeta': getMeta,
  2161. 'onReply': onReply,
  2162. 'rendered': true,
  2163. 'initComment': targetComment,
  2164. 'initReplyThread': startThread,
  2165. 'config': configJso,
  2166. 'messages': msgs
  2167. };
  2168.  
  2169. var render = function() {
  2170. if (window.goog && window.goog.comments) {
  2171. var holder = document.getElementById('comment-holder');
  2172. window.goog.comments.render(holder, provider);
  2173. }
  2174. };
  2175.  
  2176. // render now, or queue to render when library loads:
  2177. if (window.goog && window.goog.comments) {
  2178. render();
  2179. } else {
  2180. window.goog = window.goog || {};
  2181. window.goog.comments = window.goog.comments || {};
  2182. window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
  2183. window.goog.comments.loadQueue.push(render);
  2184. }
  2185. })();
  2186. // ]]>
  2187. </script>
  2188. </b:includable>
  2189. <b:includable id='mobile-main' var='top'>
  2190. <!-- posts -->
  2191. <div class='blog-posts hfeed'>
  2192.  
  2193. <b:include data='top' name='status-message'/>
  2194.  
  2195. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  2196. <b:loop values='data:posts' var='post'>
  2197. <b:include data='post' name='mobile-index-post'/>
  2198. </b:loop>
  2199. <b:else/>
  2200. <b:loop values='data:posts' var='post'>
  2201. <b:include data='post' name='mobile-post'/>
  2202. </b:loop>
  2203. </b:if>
  2204. </div>
  2205.  
  2206. <b:include name='mobile-nextprev'/>
  2207. </b:includable>
  2208. <b:includable id='post' var='post'>
  2209. <div class='post hentry'>
  2210.  
  2211. <a expr:name='data:post.id'/>
  2212.  
  2213. <div class='entry-header'>
  2214. <h2 class='post-title entry-title'>
  2215. <b:if cond='data:post.link'>
  2216. <a expr:href='data:post.link'><data:post.title/></a>
  2217. <b:else/>
  2218. <b:if cond='data:post.url'>
  2219. <a expr:href='data:post.url'><data:post.title/></a>
  2220. <b:else/>
  2221. <data:post.title/>
  2222. </b:if>
  2223. </b:if>
  2224. </h2>
  2225.  
  2226. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  2227. <div class='entry-meta'>
  2228. Posted on <data:post.timestamp/><span class='byline'> by <data:post.author/></span>
  2229. </div>
  2230. <div class='clear'/>
  2231. </b:if>
  2232.  
  2233. </div>
  2234.  
  2235. <div class='post-header-line-1'/>
  2236.  
  2237. <div class='post-body entry-content'>
  2238.  
  2239. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  2240. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  2241. <div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
  2242. <script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
  2243. </b:if>
  2244. </b:if>
  2245. <b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>
  2246.  
  2247. <b:if cond='data:blog.pageType == &quot;static_page&quot;'><data:post.body/></b:if>
  2248.  
  2249. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  2250. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  2251. <div style='float:right;padding-right:10px;margin-top:10px;'>
  2252. <a class='morer' expr:href='data:post.url'>Continue</a>
  2253. </div>
  2254. </b:if>
  2255. </b:if>
  2256.  
  2257. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  2258. <div style='clear:both;'/>
  2259. <div class='post-share-buttons'>
  2260. <b:include data='post' name='shareButtons'/>
  2261. </div>
  2262. <span class='reaction-buttons'>
  2263. <b:if cond='data:top.showReactions'>
  2264. <table border='0' cellpadding='0' width='100%'><tr>
  2265. <td style='font-size:12px;padding-top:2px;' valign='top'><span class='reactions-label'><data:top.reactionsLabel/></span></td>
  2266. <td><iframe allowtransparency='true' class='reactions-iframe' expr:src='data:post.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/></td>
  2267. </tr></table>
  2268. </b:if>
  2269. </span>
  2270. </b:if>
  2271.  
  2272. <div style='clear: both;'/> <!-- clear for photos floats -->
  2273. </div>
  2274.  
  2275. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  2276. <div class='entry-meta'>
  2277. <span class='cat-links'>
  2278. Posted in <b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'><a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>, </b:if></b:loop></b:if>
  2279. </span>
  2280. <span class='sep'> | </span>
  2281. <span class='comments-link'>
  2282. <b:if cond='data:post.allowComments'><a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 0'>No comments</b:if><b:if cond='data:post.numComments == 1'>1 comment</b:if><b:if cond='data:post.numComments &gt;= 2'><data:post.numComments/> comments</b:if></a></b:if>
  2283. </span>
  2284. </div>
  2285. <div class='clear'/>
  2286. </b:if>
  2287.  
  2288. </div>
  2289. <div style='clear: both;'/>
  2290.  
  2291. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  2292. <!-- navigation -->
  2293. <b:include name='nextprev'/>
  2294. </b:if>
  2295.  
  2296. </b:includable>
  2297. <b:includable id='comment_picker' var='post'>
  2298. <b:if cond='data:post.commentSource == 1'>
  2299. <b:include data='post' name='iframe_comments'/>
  2300. <b:else/>
  2301. <b:if cond='data:post.showThreadedComments'>
  2302. <b:include data='post' name='threaded_comments'/>
  2303. <b:else/>
  2304. <b:include data='post' name='comments'/>
  2305. </b:if>
  2306. </b:if>
  2307. </b:includable>
  2308. <b:includable id='status-message'>
  2309. <b:if cond='data:navMessage'>
  2310. <div class='status-msg-wrap'>
  2311. <div class='status-msg-body'>
  2312. <data:navMessage/>
  2313. </div>
  2314. <div class='status-msg-border'>
  2315. <div class='status-msg-bg'>
  2316. <div class='status-msg-hidden'><data:navMessage/></div>
  2317. </div>
  2318. </div>
  2319. </div>
  2320. <div style='clear: both;'/>
  2321. </b:if>
  2322. </b:includable>
  2323. <b:includable id='comment-form' var='post'>
  2324. <div class='comment-form'>
  2325. <a name='comment-form'/>
  2326. <b:if cond='data:mobile'>
  2327. <h4 id='comment-post-message'>
  2328. <a expr:id='data:widget.instanceId + &quot;_comment-editor-toggle-link&quot;' href='javascript:void(0)'><data:postCommentMsg/></a></h4>
  2329. <p><data:blogCommentMessage/></p>
  2330. <data:blogTeamBlogMessage/>
  2331. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  2332. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
  2333. <b:else/>
  2334. <h4 id='comment-post-message'><data:postCommentMsg/></h4>
  2335. <p><data:blogCommentMessage/></p>
  2336. <data:blogTeamBlogMessage/>
  2337. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  2338. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  2339. </b:if>
  2340. <data:post.friendConnectJs/>
  2341. <data:post.cmtfpIframe/>
  2342. <script type='text/javascript'>
  2343. BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
  2344. </script>
  2345. </div>
  2346. </b:includable>
  2347. <b:includable id='threaded_comments' var='post'>
  2348. <div class='comments' id='comments'>
  2349. <a name='comments'/>
  2350. <h4><data:post.commentLabelFull/>:</h4>
  2351.  
  2352. <div class='comments-content'>
  2353. <b:if cond='data:post.embedCommentForm'>
  2354. <b:include data='post' name='threaded_comment_js'/>
  2355. </b:if>
  2356. <div id='comment-holder'>
  2357. <data:post.commentHtml/>
  2358. </div>
  2359. </div>
  2360.  
  2361. <p class='comment-footer'>
  2362. <b:if cond='data:post.allowNewComments'>
  2363. <b:include data='post' name='threaded-comment-form'/>
  2364. <b:else/>
  2365. <data:post.noNewCommentsText/>
  2366. </b:if>
  2367. </p>
  2368.  
  2369. <b:if cond='data:showCmtPopup'>
  2370. <div id='comment-popup'>
  2371. <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  2372. </iframe>
  2373. </div>
  2374. </b:if>
  2375.  
  2376. <div id='backlinks-container'>
  2377. <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  2378. <b:if cond='data:post.showBacklinks'>
  2379. <b:include data='post' name='backlinks'/>
  2380. </b:if>
  2381. </div>
  2382. </div>
  2383. </div>
  2384. </b:includable>
  2385. <b:includable id='backlinkDeleteIcon' var='backlink'>
  2386. <span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>
  2387. <a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
  2388. <img src='//www.blogger.com/img/icon_delete13.gif'/>
  2389. </a>
  2390. </span>
  2391. </b:includable>
  2392. <b:includable id='mobile-nextprev'>
  2393. <div class='blog-pager' id='blog-pager'>
  2394. <b:if cond='data:newerPageUrl'>
  2395. <div class='mobile-link-button' id='blog-pager-newer-link'>
  2396. <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'>&amp;lsaquo;</a>
  2397. </div>
  2398. </b:if>
  2399.  
  2400. <b:if cond='data:olderPageUrl'>
  2401. <div class='mobile-link-button' id='blog-pager-older-link'>
  2402. <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'>&amp;rsaquo;</a>
  2403. </div>
  2404. </b:if>
  2405.  
  2406. <div class='mobile-link-button' id='blog-pager-home-link'>
  2407. <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  2408. </div>
  2409.  
  2410. <div class='mobile-desktop-link'>
  2411. <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
  2412. </div>
  2413.  
  2414. </div>
  2415. <div class='clear'/>
  2416. </b:includable>
  2417. <b:includable id='mobile-post' var='post'>
  2418. <div class='date-outer'>
  2419. <b:if cond='data:post.dateHeader'>
  2420. <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
  2421. </b:if>
  2422. <div class='date-posts'>
  2423. <div class='post-outer'>
  2424.  
  2425. <div class='post hentry uncustomized-post-template'>
  2426. <a expr:name='data:post.id'/>
  2427. <b:if cond='data:post.title'>
  2428. <h3 class='post-title entry-title'>
  2429. <b:if cond='data:post.link'>
  2430. <a expr:href='data:post.link'><data:post.title/></a>
  2431. <b:else/>
  2432. <b:if cond='data:post.url'>
  2433. <b:if cond='data:blog.url != data:post.url'>
  2434. <a expr:href='data:post.url'><data:post.title/></a>
  2435. <b:else/>
  2436. <data:post.title/>
  2437. </b:if>
  2438. <b:else/>
  2439. <data:post.title/>
  2440. </b:if>
  2441. </b:if>
  2442. </h3>
  2443. </b:if>
  2444.  
  2445. <div class='post-header'>
  2446. <div class='post-header-line-1'/>
  2447. </div>
  2448.  
  2449. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id'>
  2450. <data:post.body/>
  2451. <div style='clear: both;'/> <!-- clear for photos floats -->
  2452. </div>
  2453. <div class='post-footer'>
  2454. <div class='post-footer-line post-footer-line-1'>
  2455. <span class='post-author vcard'>
  2456. <b:if cond='data:top.showAuthor'>
  2457. <b:if cond='data:post.authorProfileUrl'>
  2458. <span class='fn'>
  2459. <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
  2460. <data:post.author/>
  2461. </a>
  2462. </span>
  2463. <b:else/>
  2464. <span class='fn'><data:post.author/></span>
  2465. </b:if>
  2466. </b:if>
  2467. </span>
  2468.  
  2469. <span class='post-timestamp'>
  2470. <b:if cond='data:top.showTimestamp'>
  2471. <data:top.timestampLabel/>
  2472. <b:if cond='data:post.url'>
  2473. <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
  2474. </b:if>
  2475. </b:if>
  2476. </span>
  2477. <div class='fb-comments' data-num-posts='10' data-width='100' expr:data-href='data:post.url'/>
  2478. <span class='post-comment-link'>
  2479. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  2480. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  2481. <b:if cond='data:post.allowComments'>
  2482. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
  2483. </b:if>
  2484. </b:if>
  2485. </b:if>
  2486. </span>
  2487. </div>
  2488.  
  2489. <div class='post-footer-line post-footer-line-2'>
  2490. <b:if cond='data:top.showMobileShare'>
  2491. <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
  2492. <a href='javascript:void(0);'><data:shareMsg/></a>
  2493. </div>
  2494. </b:if>
  2495. <b:if cond='data:top.showDummy'>
  2496. <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
  2497. </b:if>
  2498. </div>
  2499.  
  2500. </div>
  2501. </div>
  2502.  
  2503. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  2504. <b:if cond='data:post.showThreadedComments'>
  2505. <b:include data='post' name='threaded_comments'/>
  2506. <b:else/>
  2507. <b:include data='post' name='comments'/>
  2508. </b:if>
  2509. </b:if>
  2510. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  2511. <b:if cond='data:post.showThreadedComments'>
  2512. <b:include data='post' name='threaded_comments'/>
  2513. <b:else/>
  2514. <b:include data='post' name='comments'/>
  2515. </b:if>
  2516. </b:if>
  2517. </div>
  2518. </div>
  2519. </div>
  2520. </b:includable>
  2521. <b:includable id='postQuickEdit' var='post'>
  2522. <b:if cond='data:post.editUrl'>
  2523. <span expr:class='&quot;item-control &quot; + data:post.adminClass'>
  2524. <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
  2525. <img alt='' class='icon-action' height='18' src='http://img2.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
  2526. </a>
  2527. </span>
  2528. </b:if>
  2529. </b:includable>
  2530. <b:includable id='main' var='top'>
  2531. <b:if cond='data:mobile == &quot;false&quot;'>
  2532.  
  2533. <!-- posts -->
  2534. <div class='blog-posts hfeed'>
  2535.  
  2536. <b:include data='top' name='status-message'/>
  2537.  
  2538. <data:defaultAdStart/>
  2539. <b:loop values='data:posts' var='post'>
  2540. <b:if cond='data:post.isDateStart'>
  2541. <b:if cond='data:post.isFirstPost == &quot;false&quot;'>
  2542. &lt;/div&gt;&lt;/div&gt;
  2543. </b:if>
  2544. </b:if>
  2545. <b:if cond='data:post.isDateStart'>
  2546. &lt;div class=&quot;date-outer&quot;&gt;
  2547. </b:if>
  2548. <b:if cond='data:post.dateHeader'>
  2549. <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
  2550. </b:if>
  2551. <b:if cond='data:post.isDateStart'>
  2552. &lt;div class=&quot;date-posts&quot;&gt;
  2553. </b:if>
  2554. <div class='post-outer'>
  2555. <b:include data='post' name='post'/>
  2556. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  2557. <b:if cond='data:post.showThreadedComments'>
  2558. <b:include data='post' name='threaded_comments'/>
  2559. <b:else/>
  2560. <b:include data='post' name='comments'/>
  2561. </b:if>
  2562. </b:if>
  2563. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  2564. <b:if cond='data:post.showThreadedComments'>
  2565. <b:include data='post' name='threaded_comments'/>
  2566. <b:else/>
  2567. <b:include data='post' name='comments'/>
  2568. </b:if>
  2569. </b:if>
  2570. </div>
  2571. <b:if cond='data:post.includeAd'>
  2572. <b:if cond='data:post.isFirstPost'>
  2573. <data:defaultAdEnd/>
  2574. <b:else/>
  2575. <data:adEnd/>
  2576. </b:if>
  2577. <div class='inline-ad'>
  2578. <data:adCode/>
  2579. </div>
  2580. <data:adStart/>
  2581. </b:if>
  2582. </b:loop>
  2583. <b:if cond='data:numPosts != 0'>
  2584. &lt;/div&gt;&lt;/div&gt;
  2585. </b:if>
  2586. <data:adEnd/>
  2587. </div>
  2588.  
  2589. <div style='clear: both;'/>
  2590. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  2591. <!-- navigation -->
  2592. <b:include name='nextprev'/>
  2593. </b:if>
  2594.  
  2595. <!-- feed links -->
  2596. <b:include name='feedLinks'/>
  2597.  
  2598. <b:if cond='data:top.showStars'>
  2599. <script src='//www.google.com/jsapi' type='text/javascript'/>
  2600. <script type='text/javascript'>
  2601. google.load(&quot;annotations&quot;, &quot;1&quot;, {&quot;locale&quot;: &quot;<data:top.languageCode/>&quot;});
  2602. function initialize() {
  2603. google.annotations.setApplicationId(<data:top.blogspotReviews/>);
  2604. google.annotations.createAll();
  2605. google.annotations.fetch();
  2606. }
  2607. google.setOnLoadCallback(initialize);
  2608. </script>
  2609. </b:if>
  2610.  
  2611. <b:else/>
  2612. <b:include name='mobile-main'/>
  2613. </b:if>
  2614.  
  2615. <b:if cond='data:top.showDummy'>
  2616. <data:top.dummyBootstrap/>
  2617. </b:if>
  2618.  
  2619. </b:includable>
  2620. <b:includable id='commentDeleteIcon' var='comment'>
  2621. <span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
  2622. <b:if cond='data:showCmtPopup'>
  2623. <div class='goog-toggle-button'>
  2624. <div class='goog-inline-block comment-action-icon'/>
  2625. </div>
  2626. <b:else/>
  2627. <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
  2628. <img src='//www.blogger.com/img/icon_delete13.gif'/>
  2629. </a>
  2630. </b:if>
  2631. </span>
  2632. </b:includable>
  2633. <b:includable id='feedLinks'>
  2634. <b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
  2635. <b:if cond='data:feedLinks'>
  2636. <div class='blog-feeds'>
  2637. <b:include data='feedLinks' name='feedLinksBody'/>
  2638. </div>
  2639. </b:if>
  2640.  
  2641. <b:else/> <!--Post feed links -->
  2642. <div class='post-feeds'>
  2643. <b:loop values='data:posts' var='post'>
  2644. <b:if cond='data:post.allowComments'>
  2645. <b:if cond='data:post.feedLinks'>
  2646. <b:include data='post.feedLinks' name='feedLinksBody'/>
  2647. </b:if>
  2648. </b:if>
  2649. </b:loop>
  2650. </div>
  2651. </b:if>
  2652. </b:includable>
  2653. <b:includable id='threaded-comment-form' var='post'>
  2654. <div class='comment-form'>
  2655. <a name='comment-form'/>
  2656. <b:if cond='data:mobile'>
  2657. <p><data:blogCommentMessage/></p>
  2658. <data:blogTeamBlogMessage/>
  2659. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  2660. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
  2661. <b:else/>
  2662. <p><data:blogCommentMessage/></p>
  2663. <data:blogTeamBlogMessage/>
  2664. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  2665. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  2666. </b:if>
  2667. <data:post.friendConnectJs/>
  2668. <data:post.cmtfpIframe/>
  2669. <script type='text/javascript'>
  2670. BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
  2671. </script>
  2672. </div>
  2673. </b:includable>
  2674. <b:includable id='mobile-index-post' var='post'>
  2675. <div class='mobile-date-outer date-outer'>
  2676. <b:if cond='data:post.dateHeader'>
  2677. <div class='date-header'>
  2678. <span><data:post.dateHeader/></span>
  2679. </div>
  2680. </b:if>
  2681.  
  2682. <div class='mobile-post-outer'>
  2683. <a expr:href='data:post.url'>
  2684. <h3 class='mobile-index-title entry-title'>
  2685. <data:post.title/>
  2686. </h3>
  2687.  
  2688. <div class='mobile-index-arrow'>&amp;rsaquo;</div>
  2689.  
  2690. <div class='mobile-index-contents'>
  2691. <b:if cond='data:post.thumbnailUrl'>
  2692. <div class='mobile-index-thumbnail'>
  2693. <div class='Image'>
  2694. <img expr:src='data:post.thumbnailUrl'/>
  2695. </div>
  2696. </div>
  2697. </b:if>
  2698.  
  2699. <div class='post-body'>
  2700. <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
  2701. </div>
  2702. </div>
  2703.  
  2704. <div style='clear: both;'/>
  2705. </a>
  2706.  
  2707. <div class='mobile-index-comment'>
  2708. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  2709. <b:if cond='data:post.allowComments'>
  2710. <b:if cond='data:post.numComments != 0'>
  2711. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
  2712. </b:if>
  2713. </b:if>
  2714. </b:if>
  2715. </div>
  2716. </div>
  2717. </div>
  2718. </b:includable>
  2719. <b:includable id='feedLinksBody' var='links'>
  2720. <div class='feed-links'>
  2721. <data:feedLinksMsg/>
  2722. <b:loop values='data:links' var='f'>
  2723. <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
  2724. </b:loop>
  2725. </div>
  2726. </b:includable>
  2727. <b:includable id='iframe_comments' var='post'>
  2728.  
  2729. <b:if cond='data:post.allowComments'>
  2730. <script expr:src='data:post.commentSrc' type='text/javascript'/>
  2731. <div class='cmt_iframe_holder'/>
  2732.  
  2733. <b:if cond='data:post.embedCommentForm == &quot;false&quot;'>
  2734. <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  2735. </b:if>
  2736. </b:if>
  2737. <div class='fb-comments' data-num-posts='5' data-width='470' expr:data-href='data:post.url'/>
  2738. </b:includable>
  2739. <b:includable id='comments' var='post'>
  2740. <div class='comments' id='comments'>
  2741. <a name='comments'/>
  2742. <b:if cond='data:post.allowComments'>
  2743. <h4>
  2744. <b:if cond='data:post.numComments == 1'>
  2745. 1 <data:commentLabel/>:
  2746. <b:else/>
  2747. <data:post.numComments/> <data:commentLabelPlural/>:
  2748. </b:if>
  2749. </h4>
  2750.  
  2751. <b:if cond='data:post.commentPagingRequired'>
  2752. <span class='paging-control-container'>
  2753. <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
  2754. &#160;
  2755. <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
  2756. &#160;
  2757. <data:post.commentRangeText/>
  2758. &#160;
  2759. <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
  2760. &#160;
  2761. <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
  2762. </span>
  2763. </b:if>
  2764.  
  2765. <div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>
  2766. <dl expr:class='data:post.avatarIndentClass' id='comments-block'>
  2767. <b:loop values='data:post.comments' var='comment'>
  2768. <dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>
  2769. <b:if cond='data:comment.favicon'>
  2770. <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
  2771. </b:if>
  2772. <a expr:name='data:comment.anchorName'/>
  2773. <b:if cond='data:blog.enabledCommentProfileImages'>
  2774. <data:comment.authorAvatarImage/>
  2775. </b:if>
  2776. <b:if cond='data:comment.authorUrl'>
  2777. <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
  2778. <b:else/>
  2779. <data:comment.author/>
  2780. </b:if>
  2781. <data:commentPostedByMsg/>
  2782. </dt>
  2783. <dd class='comment-body' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>
  2784. <b:if cond='data:comment.isDeleted'>
  2785. <span class='deleted-comment'><data:comment.body/></span>
  2786. <b:else/>
  2787. <p>
  2788. <data:comment.body/>
  2789. </p>
  2790. </b:if>
  2791. </dd>
  2792. <dd class='comment-footer'>
  2793. <span class='comment-timestamp'>
  2794. <a expr:href='data:comment.url' title='comment permalink'>
  2795. <data:comment.timestamp/>
  2796. </a>
  2797. <b:include data='comment' name='commentDeleteIcon'/>
  2798. </span>
  2799. </dd>
  2800. </b:loop>
  2801. </dl>
  2802. </div>
  2803.  
  2804. <b:if cond='data:post.commentPagingRequired'>
  2805. <span class='paging-control-container'>
  2806. <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
  2807. <data:post.oldestLinkText/>
  2808. </a>
  2809. <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
  2810. <data:post.olderLinkText/>
  2811. </a>
  2812. &#160;
  2813. <data:post.commentRangeText/>
  2814. &#160;
  2815. <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
  2816. <data:post.newerLinkText/>
  2817. </a>
  2818. <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
  2819. <data:post.newestLinkText/>
  2820. </a>
  2821. </span>
  2822. </b:if>
  2823.  
  2824. <p class='comment-footer'>
  2825. <b:if cond='data:post.embedCommentForm'>
  2826. <b:if cond='data:post.allowNewComments'>
  2827. <b:include data='post' name='comment-form'/>
  2828. <b:else/>
  2829. <data:post.noNewCommentsText/>
  2830. </b:if>
  2831. <b:else/>
  2832. <b:if cond='data:post.allowComments'>
  2833. <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  2834. </b:if>
  2835. </b:if>
  2836.  
  2837. </p>
  2838. </b:if>
  2839. <b:if cond='data:showCmtPopup'>
  2840. <div id='comment-popup'>
  2841. <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  2842. </iframe>
  2843. </div>
  2844. </b:if>
  2845.  
  2846. <div id='backlinks-container'>
  2847. <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  2848. <b:if cond='data:post.showBacklinks'>
  2849. <b:include data='post' name='backlinks'/>
  2850. </b:if>
  2851. </div>
  2852. </div>
  2853. </div>
  2854. </b:includable>
  2855. </b:widget>
  2856. </b:section>
  2857. </div><!-- #content .site-content -->
  2858. </div><!-- #primary .content-area -->
  2859.  
  2860. <div class='widget-area grid_3' id='secondary'>
  2861. <b:section class='sidebar' id='sidebartop' preferred='yes'>
  2862. <b:widget id='Label1' locked='false' title='Categories' type='Label'>
  2863. <b:includable id='main'>
  2864. <b:if cond='data:title'>
  2865. <h2><data:title/></h2>
  2866. </b:if>
  2867. <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
  2868. <b:if cond='data:display == &quot;list&quot;'>
  2869. <ul>
  2870. <b:loop values='data:labels' var='label'>
  2871. <li>
  2872. <b:if cond='data:blog.url == data:label.url'>
  2873. <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
  2874. <b:else/>
  2875. <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
  2876. </b:if>
  2877. <b:if cond='data:showFreqNumbers'>
  2878. <span dir='ltr'>(<data:label.count/>)</span>
  2879. </b:if>
  2880. </li>
  2881. </b:loop>
  2882. </ul>
  2883. <b:else/>
  2884. <b:loop values='data:labels' var='label'>
  2885. <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
  2886. <b:if cond='data:blog.url == data:label.url'>
  2887. <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
  2888. <b:else/>
  2889. <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
  2890. </b:if>
  2891. <b:if cond='data:showFreqNumbers'>
  2892. <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
  2893. </b:if>
  2894. </span>
  2895. </b:loop>
  2896. </b:if>
  2897. <b:include name='quickedit'/>
  2898. </div>
  2899. </b:includable>
  2900. </b:widget>
  2901. <b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'>
  2902. <b:includable id='main'>
  2903. <b:if cond='data:title'><h2><data:title/></h2></b:if>
  2904. <div class='widget-content popular-posts'>
  2905. <ul>
  2906. <b:loop values='data:posts' var='post'>
  2907. <li>
  2908. <b:if cond='data:showThumbnails == &quot;false&quot;'>
  2909. <b:if cond='data:showSnippets == &quot;false&quot;'>
  2910. <!-- (1) No snippet/thumbnail -->
  2911. <a expr:href='data:post.href'><data:post.title/></a>
  2912. <b:else/>
  2913. <!-- (2) Show only snippets -->
  2914. <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
  2915. <div class='item-snippet'><data:post.snippet/></div>
  2916. </b:if>
  2917. <b:else/>
  2918. <b:if cond='data:showSnippets == &quot;false&quot;'>
  2919. <!-- (3) Show only thumbnails -->
  2920. <div class='item-thumbnail-only'>
  2921. <b:if cond='data:post.thumbnail'>
  2922. <div class='item-thumbnail'>
  2923. <a expr:href='data:post.href' target='_blank'>
  2924. <img alt='' border='0' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/>
  2925. </a>
  2926. </div>
  2927. </b:if>
  2928. <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
  2929. </div>
  2930. <div style='clear: both;'/>
  2931. <b:else/>
  2932. <!-- (4) Show snippets and thumbnails -->
  2933. <div class='item-content'>
  2934. <b:if cond='data:post.thumbnail'>
  2935. <div class='item-thumbnail'>
  2936. <a expr:href='data:post.href' target='_blank'>
  2937. <img alt='' border='0' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/>
  2938. </a>
  2939. </div>
  2940. </b:if>
  2941. <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
  2942. <div class='item-snippet'><data:post.snippet/></div>
  2943. </div>
  2944. <div style='clear: both;'/>
  2945. </b:if>
  2946. </b:if>
  2947. </li>
  2948. </b:loop>
  2949. </ul>
  2950. <b:include name='quickedit'/>
  2951. </div>
  2952. </b:includable>
  2953. </b:widget>
  2954. <b:widget id='HTML7' locked='false' title='Comments' type='HTML'>
  2955. <b:includable id='main'>
  2956. <!-- only display title if it's non-empty -->
  2957. <b:if cond='data:title != &quot;&quot;'>
  2958. <h2 class='title'><data:title/></h2>
  2959. </b:if>
  2960. <div class='widget-content'>
  2961. <data:content/>
  2962. </div>
  2963.  
  2964. <b:include name='quickedit'/>
  2965. </b:includable>
  2966. </b:widget>
  2967. <b:widget id='Navbar1' locked='false' title='Navbar' type='Navbar'>
  2968. <b:includable id='main'>&lt;script type=&quot;text/javascript&quot;&gt;
  2969. function setAttributeOnload(object, attribute, val) {
  2970. if(window.addEventListener) {
  2971. window.addEventListener(&#39;load&#39;,
  2972. function(){ object[attribute] = val; }, false);
  2973. } else {
  2974. window.attachEvent(&#39;onload&#39;, function(){ object[attribute] = val; });
  2975. }
  2976. }
  2977. &lt;/script&gt;
  2978. &lt;div id=&quot;navbar-iframe-container&quot;&gt;&lt;/div&gt;
  2979. &lt;script type=&quot;text/javascript&quot; src=&quot;https://apis.google.com/js/plusone.js&quot;&gt;&lt;/script&gt;
  2980. &lt;script type=&quot;text/javascript&quot;&gt;
  2981. gapi.load(&quot;iframes-styles-bubble&quot;, function() {
  2982. if (window.iframes &amp;&amp; iframes.open) {
  2983. iframes.open(
  2984. &#39;//www.blogger.com/navbar.g?targetBlogID\0751856855937649722579\46blogName\75Psikosufistik-Online\46publishMode\75PUBLISH_MODE_BLOGSPOT\46navbarType\75DISABLED\46layoutType\75LAYOUTS\46searchRoot\75http://psikosufistik-online.blogspot.com/search\46blogLocale\75in\46v\0752\46homepageUrl\75http://psikosufistik-online.blogspot.com/\46vt\0752146587277358203633&#39;,
  2985. {
  2986. container: &quot;navbar-iframe-container&quot;,
  2987. id: &quot;navbar-iframe&quot;
  2988. },
  2989. {
  2990. });
  2991. }
  2992. });
  2993. &lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;
  2994. (function() {
  2995. var script = document.createElement(&#39;script&#39;);
  2996. script.type = &#39;text/javascript&#39;;
  2997. script.src = &#39;//pagead2.googlesyndication.com/pagead/js/google_top_exp.js&#39;;
  2998. var head = document.getElementsByTagName(&#39;head&#39;)[0];
  2999. if (head) {
  3000. head.appendChild(script);
  3001. }})();
  3002. &lt;/script&gt;
  3003. </b:includable>
  3004. </b:widget>
  3005. </b:section>
  3006. </div><!-- #secondary .widget-area -->
  3007.  
  3008. </div><!-- #main .site-main -->
  3009. </div>
  3010. <div id='bottom'>
  3011. <div class='container_12 cf'>
  3012.  
  3013. <ul>
  3014.  
  3015. <div class='botwid'>
  3016. <b:section class='footersec' id='footersec1' showaddelement='yes'>
  3017. <b:widget id='HTML2' locked='false' title='KOLOM WISUDA' type='HTML'>
  3018. <b:includable id='main'>
  3019. <!-- only display title if it's non-empty -->
  3020. <b:if cond='data:title != &quot;&quot;'>
  3021. <h2 class='title'><data:title/></h2>
  3022. </b:if>
  3023. <div class='widget-content'>
  3024. <data:content/>
  3025. </div>
  3026.  
  3027. <b:include name='quickedit'/>
  3028. </b:includable>
  3029. </b:widget>
  3030. </b:section>
  3031. </div>
  3032.  
  3033. <div class='botwid'>
  3034. <b:section class='footersec' id='footersec2' showaddelement='yes'/>
  3035. </div>
  3036.  
  3037. <div class='botwid'>
  3038. <b:section class='footersec' id='footersec3' showaddelement='yes'/>
  3039. </div>
  3040.  
  3041. <div class='botwid'>
  3042. <b:section class='footersec' id='footersec4' showaddelement='yes'/>
  3043. </div>
  3044.  
  3045. </ul>
  3046.  
  3047. </div>
  3048. </div>
  3049.  
  3050. <div class='site-footer' id='colophon' role='contentinfo'>
  3051. <div class='container_6'>
  3052. <div class='site-info'>
  3053. <div class='fcred'>
  3054. <!-- you do not have permission to remove or change footer credits -->
  3055. Copyright &#169; 2013 <a expr:href='data:blog.homepageUrl'><data:blog.title/></a> | Powered by <a href='http://www.blogger.com/'>Blogger</a>
  3056. </div>
  3057. </div>
  3058. </div>
  3059. </div>
  3060.  
  3061. </div>
  3062. <!-- komentar facebook-->
  3063. <div id='fb-root'/>
  3064. <script>(function(d, s, id) {
  3065. var js, fjs = d.getElementsByTagName(s)[0];
  3066. if (d.getElementById(id)) return;
  3067. js = d.createElement(s); js.id = id;
  3068. js.src = &quot;//connect.facebook.net/id_ID/all.js#xfbml=1&quot;;
  3069. fjs.parentNode.insertBefore(js, fjs);
  3070. }(document, &#39;script&#39;, &#39;facebook-jssdk&#39;));</script>
  3071. </body>
  3072. </html>
Advertisement
Add Comment
Please, Sign In to add comment