Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2011
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.65 KB | None | 0 0
  1. www.panemconnect.com
  2.  
  3. Stylesheet:
  4. /*
  5. Theme Name: Boulevard
  6. Description: A WordPress Magazine Theme
  7. Author: Theme Sector
  8. Author URI: http://themesector.com
  9. Version: 1.0.1
  10. */
  11.  
  12. @import url("css/reset.css");
  13. @import url("css/nivo-slider.css");
  14.  
  15. body { background:#EEE; font-family:'PTSansRegular'; font-size:12px; color:#333; }
  16. a { text-decoration:none; color:#bc0c0c; }
  17. a:hover { text-decoration:underline; }
  18. p { line-height:18px; }
  19.  
  20. .post-review-widget { margin-top: 5px; }
  21.  
  22. #jtwt_date { display: none; }
  23.  
  24. /*** Header styles ***/
  25. #header-top-wrapper { background:#121212 url(images/top-navigation-trans.png) bottom repeat-x; height:35px; margin-bottom:20px; }
  26. #header-top { width:980px; margin:0 auto; }
  27. #header-top ul { font-family:'PTSansNarrowRegular'; text-transform:uppercase; font-size:13px; }
  28. #header-top ul li { float:left; display:block; margin-right:18px; position: relative; }
  29. #header-top ul li a { color:#999; text-shadow: 0px -1px 0px #000; height: 35px; line-height: 35px; }
  30. #header-top ul li ul { display: none; background: #fff; padding: 0; border: 1px solid #ddd; border-top: 0;
  31. -webkit-border-bottom-right-radius: 8px;
  32. -webkit-border-bottom-left-radius: 8px;
  33. -moz-border-radius-bottomright: 8px;
  34. -moz-border-radius-bottomleft: 8px;
  35. border-bottom-right-radius: 8px;
  36. border-bottom-left-radius: 8px;
  37. box-shadow:0px 1px 8px rgba(0, 0, 0, 0.2);
  38. }
  39. #header-top ul li:hover > ul { display: block; position: absolute; top: 35px; left: 0; z-index: 100; width: 170px; }
  40. #header-top ul li ul li { margin-right: 0; width: 170px; }
  41. #header-top ul li li a:hover { background: #f1f1f1; text-decoration: none; }
  42. #header-top ul li ul li a { color: #777; border-bottom: 1px solid #ddd; display: block; text-shadow: none; height: auto; line-height: normal; padding: 8px; font-size: 13px; }
  43. #header-top ul li ul li:last-child a { border-bottom: 0; }
  44. #header-top ul li ul li ul { display: none; }
  45. #header-top ul li ul li:hover ul { left: 210px; top: 10px; border-top: 1px solid #ddd;
  46. -webkit-border-radius: 8px;
  47. -moz-border-radius: 8px;
  48. border-radius: 8px;
  49. }
  50.  
  51. #header { margin-bottom:20px; overflow:hidden; }
  52. #logo { float:left; }
  53. #header-banner { float:right; }
  54.  
  55. /*** Navigation ***/
  56. #navigation-wrapper { background:#121212 url(images/navigation-trans.png) repeat-x; height:41px; margin-bottom:20px;-webkit-border-radius: 4px;
  57. -moz-border-radius: 4px;
  58. border-radius: 4px; }
  59. #navigation { font-family:'PTSansNarrowBold'; text-transform:uppercase; font-size:14px; }
  60. #navigation li { float:left; display:block; position: relative; }
  61. #navigation li a { color:#FFF; text-shadow: 0px -1px 0px #000; height: 41px; line-height: 41px; display: inline-block; padding: 0 14px; }
  62. #navigation > ul > li.current-menu-item > a, #navigation > ul > li.current-menu-parent > a { background: url('images/nav-active.png') repeat-x top left; height: 41px; line-height: 41px; }
  63. #navigation > ul > li > a:hover { background: url('images/nav-active.png') repeat-x top left; height: 41px; line-height: 41px; text-decoration: none; }
  64. #navigation li ul { display: none; background: #fff; padding: 0; border: 1px solid #ddd; border-top: 0;
  65. -webkit-border-bottom-right-radius: 8px;
  66. -webkit-border-bottom-left-radius: 8px;
  67. -moz-border-radius-bottomright: 8px;
  68. -moz-border-radius-bottomleft: 8px;
  69. border-bottom-right-radius: 8px;
  70. border-bottom-left-radius: 8px;
  71. box-shadow:0px 1px 8px rgba(0, 0, 0, 0.2);
  72. }
  73. #navigation li:hover > ul { display: block; position: absolute; top: 41px; left: 0; z-index: 100; width: 170px; }
  74. #navigation li ul li { margin-right: 0; width: 170px; }
  75. #navigation ul li li a:hover { background: #f1f1f1; text-decoration: none; }
  76. #navigation li ul li a { color: #777; border-bottom: 1px solid #ddd; display: block; text-shadow: none; height: auto; line-height: normal; padding: 8px; font-size: 13px; }
  77. #navigation li ul li:last-child a { border-bottom: 0; }
  78. #navigation li ul li ul { display: none; }
  79. #navigation li ul li:hover ul { left: 210px; top: 10px; border-top: 1px solid #ddd;
  80. -webkit-border-radius: 8px;
  81. -moz-border-radius: 8px;
  82. border-radius: 8px;
  83. }
  84.  
  85. /*** General styles ***/
  86. #wrapper { width:980px; margin:0 auto; overflow:hidden; }
  87. #main { width:650px; float:left; }
  88.  
  89. .alignleft { float: left; }
  90. .alignright { float: right; }
  91.  
  92. .clear { clear: both; }
  93.  
  94. .post-navigation { margin-bottom: 10px; }
  95.  
  96. /*** Featured ***/
  97. #featured-wrapper { margin-bottom:20px; }
  98. .slider-item { position:relative; width:650px; height:400px; background: white url('images/loading.gif') no-repeat 50% 50%; }
  99. .nivo-caption { position:absolute; bottom:0; }
  100. .nivo-caption .category { float:left; background:#bc0c0c; color:#FFF; padding:6px 10px 6px 10px; text-shadow: 0px -1px 0px #000; font-family:'PTSansNarrowBold'; font-size:15px; }
  101. .nivo-caption .category a { color:#FFF; }
  102. .nivo-caption .date { float:left; background:#424242; color:#CCC; padding:6px 10px 6px 10px; text-shadow: 0px -1px 0px #000; font-family:'PTSansNarrowBold'; font-size:15px; margin-left:-2px; }
  103. .nivo-caption .comments { float:right; background:url(images/comment-bg.png) no-repeat; text-shadow: 0px -1px 0px #000; color:#FFF; height:32px; width:33px; font-family:'PTSansNarrowBold'; font-size:15px; position:absolute; right:0; top:4px; text-align:center; padding-top:4px; }
  104. .nivo-caption .comments a { color:#FFF; }
  105. .nivo-caption .slider-heading { background:url(images/trans.png) repeat; padding:12px; clear:both; }
  106. .nivo-caption .slider-heading h2 a { line-height:30px; font-size:26px; color:#FFF; text-transform:uppercase; text-shadow: 0px -1px 0px #000; font-family:'PTSansNarrowBold'; margin-bottom:4px; display:block; }
  107. .nivo-caption .slider-heading p { color:#BBB; text-shadow: 0px -1px 0px #000; }
  108.  
  109. .nivo-controlNav { right:18px; top:15px; position:absolute; }
  110. .nivo-controlNav .nivo-control { background:url(images/slider-button.png) no-repeat; width:20px; height:20px; display:block; float:left; text-indent: -100000px; }
  111. .nivo-controlNav .nivo-control.active { background:url(images/slider-button-active.png) no-repeat; }
  112.  
  113. /*** Items ***/
  114. #items-wrapper { margin-bottom:10px; overflow:hidden; }
  115. .item {
  116. float:left;
  117. margin-bottom:16px;
  118. position:relative;
  119. margin-right:16px;
  120. padding:10px;
  121. width:295px;
  122. background:#FFF;
  123. border:1px solid #d2d2d2;
  124. -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  125. -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  126. box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); }
  127. .item.last { margin-right:0; }
  128. .item img { margin-bottom:6px; }
  129. .item h3 { margin-bottom:6px; }
  130. .item h3 a { font-family:'PTSansNarrowBold'; text-transform:uppercase; font-size:16px; color:#444; }
  131. .item p { font-size:12px; color:#666; line-height:18px; margin-bottom:36px; }
  132. .item .item-meta { position:absolute; left:0; bottom:0; background:#F1F1F1; border-top:1px solid #D7D7D7; width:295px; padding:8px 10px 10px 10px; }
  133. .item .item-meta .date { font-style:italic; color:#888; text-shadow: 0px -1px 0px #FFF; font-size:11px; float:left; }
  134. .item .item-meta .category { float:right; text-shadow: 0px -1px 0px #FFF; font-size:11px; }
  135. .item-thumb { position:relative; }
  136. .thumb-icon { height:26px; width:26px; position:absolute; left:10px; top:10px; }
  137. .thumb-icon.audio { background:url(images/music-icon.png) no-repeat; }
  138. .thumb-icon.gallery { background:url(images/gallery-icon.png) no-repeat; }
  139. .thumb-icon.video { background:url(images/video-icon.png) no-repeat; }
  140.  
  141. .thumb-icon-small { height:16px; width:16px; position:absolute; left:35px; top:35px; }
  142. .thumb-icon-small.audio { background:url(images/music-icon-small.png) no-repeat; }
  143. .thumb-icon-small.gallery { background:url(images/gallery-icon-small.png) no-repeat; }
  144. .thumb-icon-small.video { background:url(images/video-icon-small.png) no-repeat; }
  145.  
  146. .item-thumb .comments { background:url(images/comment-bg.png) no-repeat; text-shadow: 0px -1px 0px #000; color:#FFF; height:32px; width:33px; position:absolute; right:2px; bottom:0; text-align:center; padding-top:4px; font-family:'PTSansNarrowBold'; font-size:15px; }
  147. .item-thumb .comments a { color: #fff; }
  148. .item-review { background:url(images/trans.png) repeat; position:absolute; left:0; bottom:9px; display:block; height:12px; padding:5px;}
  149.  
  150. /*** pagination ***/
  151. #pagination { margin-bottom:30px; overflow:hidden; }
  152. #pagination ul li { background:#cccccc; padding:8px 12px 8px 12px; float:left; display:block; margin-right:8px; font-size:14px; color:#777; text-shadow: 0px -1px 0px #FFF; }
  153. #pagination ul li a { color:#777; }
  154. #pagination ul li.active { background:#666666; color:#FFF; text-shadow: 0px -1px 0px #444; }
  155.  
  156. /*** Sidebar ***/
  157. #sidebar { float:right; width:300px; }
  158. .widget { margin-bottom:20px; overflow:hidden; }
  159. .widget h4 { background:url(images/widget-bg.png) repeat-x; font-size:18px; font-family:'PTSansNarrowBold'; text-transform:uppercase; color:#FFF; text-shadow: 0px -1px 0px #888; height:31px; padding:7px 0 0 10px; margin-bottom:20px; }
  160.  
  161. /** Social widget **/
  162. .social-box { margin-bottom:10px; overflow:hidden; }
  163. .social-box img { float:left; }
  164. .social-box-text {
  165. position:relative;
  166. float:right;
  167. padding:4px 10px 6px 10px;
  168. width:212px;
  169. background:#FFF;
  170. border:1px solid #d2d2d2;
  171. -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  172. -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  173. box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  174. -webkit-border-radius: 6px;
  175. -moz-border-radius: 6px;
  176. border-radius: 6px; }
  177. .social-box-descrip { font-family:'PTSansNarrowRegular'; font-size:16px; color:#777; display:block; margin-bottom:1px; }
  178. .social-box-count { color:#999; font-size:11px; }
  179. .social-arrow { background:url(images/social-arrow.png) no-repeat; position:absolute; left:-8px; top:17px; height:12px; width:8px; display:block; }
  180.  
  181. /** recent post widget **/
  182. .widget-item { margin-bottom:10px; overflow:hidden; position: relative; }
  183. .widget-item .thumb, .widget-item .avatar { background:#FFFFFF; border:1px solid #D5D5D5; padding:5px; float:left; margin-right:10px; }
  184. .widget-item h3 a { font-family:'PTSansNarrowRegular'; font-size:13px; font-weight:bold; margin-bottom:5px; display:block; text-shadow: 0px -1px 0px #FFF; color:#444; }
  185. .widget-item .date { color:#888; margin-right:6px; text-shadow: 0px -1px 0px #FFF; }
  186. .widget-item .comments { background:url(images/comment.png) no-repeat left; padding-left:18px; color:#888; text-shadow: 0px -1px 0px #FFF; }
  187.  
  188. /** recent tweets **/
  189. .twitter #jtwt_text { background:url(images/twitter_small.png) no-repeat left top; padding-left:22px; margin-bottom:10px; }
  190.  
  191. /** flickr widget **/
  192. #sidebar .flickr .flickr_badge_image { float:left; margin-right:14px; margin-bottom:14px; }
  193. #sidebar .flickr #flickr_badge_image3, #sidebar .flickr #flickr_badge_image6, #sidebar .flickr #flickr_badge_image9, #sidebar .flickr #flickr_badge_image12, #sidebar .flickr #flickr_badge_image15, #sidebar .flickr #flickr_badge_image18, #sidebar .flickr #flickr_badge_image21, #sidebar .flickr #flickr_badge_image24, #sidebar .flickr #flickr_badge_image27, #sidebar .flickr #flickr_badge_image30 { margin-right:0; }
  194. #sidebar .flickr .flickr_badge_image img { background:#333; border:1px solid #111; padding:5px; }
  195.  
  196. /** tabs widget **/
  197. .tabs { border-bottom:1px solid #CCC; overflow:hidden; padding-left:5px; font-size:13px; font-family:'PTSansNarrowBold'; text-transform:uppercase; color:#888; margin-bottom:20px; list-style: none; }
  198. .tabs a { color: #888 !important; }
  199. .tabs li { border-bottom:none !important; background-image: none !important; float:left; padding:10px; background:#F2F2F2; border-top:1px solid #d5d5d5; border-left:1px solid #d5d5d5; border-right:1px solid #d5d5d5; margin-right:4px; -webkit-border-radius:3px 3px 0 0; -moz-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; margin-bottom: 0 !important; }
  200. .tabs li.active { background:#E2E2E2; border-color:#D1D1D1; color:#666; text-shadow: 0px -1px 0px #FFF; }
  201.  
  202. /** search widget **/
  203. .search-field { background:#FFF url(images/search-icon.png) no-repeat left; border:1px solid #d5d5d5; padding:7px 7px 7px 25px; outline: none; font-family:'PTSansRegular'; font-size:13px; color:#777; width:208px;
  204. -moz-box-shadow:inset 0 0 7px #DDD;
  205. -webkit-box-shadow:inset 0 0 7px #DDD;
  206. box-shadow:inset 0 0 7px #DDD;
  207. }
  208. .search-button { background:#858585; border:1px solid #666; font-family:'PTSansRegular'; font-size:13px; color:#FFF; text-shadow: 0px -1px 0px #555; padding:7px; margin-left:-4px; cursor:pointer; }
  209.  
  210. /** general widget style **/
  211. .widget ul a { #333; }
  212. .widget li { border-bottom: 1px dashed #CCC; padding-bottom: 10px; margin-bottom: 10px; }
  213. .widget p { line-height: 18px; }
  214.  
  215. /** Calendar **/
  216. #calendar_wrap { margin: 0 auto; }
  217. #calendar_wrap caption { text-align: center; }
  218.  
  219. #wp-calendar caption {
  220. font: bold 1.1em;
  221. margin-bottom: 5px;
  222. }
  223.  
  224. #wp-calendar {
  225. border-left: 1px solid #e6e6e6;
  226. border-top: 1px solid #e6e6e6;
  227. line-height:15px;
  228. margin:0 0 22px 0;
  229. text-align:left;
  230. }
  231.  
  232. #wp-calendar th {
  233. font: bold 11px;
  234. color: #fff;
  235. border-right: 1px solid #e6e6e6;
  236. letter-spacing: 2px;
  237. text-transform: uppercase;
  238. padding: 6px 6px 6px 12px;
  239. background: #666;
  240. }
  241.  
  242. #wp-calendar td {
  243. border-right: 1px solid #e6e6e6;
  244. border-bottom: 1px solid #e6e6e6;
  245. padding: 6px 6px 6px 12px;
  246. color: #333;
  247. }
  248.  
  249. tr.even { background: #fafafa; }
  250.  
  251. /*** Footer ***/
  252. #footer-wrapper { background:#272727 url(images/pattern7.png) repeat; border-top:8px solid #151515; overflow:hidden; }
  253. #footer { width:980px; margin:0 auto; padding:30px 0 30px 0; }
  254. #footer a { color:#CCC; text-shadow: 0px -1px 0px #000; }
  255.  
  256. /** Footer widgets **/
  257. #footer .widget { width:215px; float:left; margin-right:40px; color:#666; text-shadow: 0px -1px 0px #000; }
  258. #footer .widget.last { margin-right:0; }
  259. #footer .widget h4 { background:#2e2e2e; color:#aaa; text-shadow: 0px -1px 0px #000; }
  260. #footer .widget p { margin-bottom:20px; }
  261.  
  262. /** footer widget item **/
  263. #footer .widget .widget-item .thumb { background:#333; border:1px solid #111; }
  264. #footer .widget .widget-item h3 a { color:#CCC; text-shadow: 0px -1px 0px #000; }
  265. #footer .widget .widget-item .date { color:#666; text-shadow: 0px -1px 0px #000; margin-right:3px; }
  266. #footer .widget .widget-item .comments { background:url(images/comment-footer.png) no-repeat left; color:#666; text-shadow: 0px -1px 0px #000; }
  267.  
  268. /** footer widget twitter **/
  269. #footer .widget .twitter { color:#666; text-shadow: 0px -1px 0px #000; }
  270. #footer .widget .follow a { text-shadow: 0px -1px 0px #000; color:#CCC; }
  271.  
  272. /** footer widget flickr **/
  273. #footer .flickr .flickr_badge_image { float:left; margin-right:14px; margin-bottom:14px; }
  274. #footer .flickr .flickr_badge_image img { width: 50px; height: 50px; }
  275. #footer .flickr #flickr_badge_image3, #footer .flickr #flickr_badge_image6, #footer .flickr #flickr_badge_image9, #footer.flickr #flickr_badge_image12, #footer .flickr #flickr_badge_image15, #footer .flickr #flickr_badge_image18, #footer .flickr #flickr_badge_image21, #footer .flickr #flickr_badge_image24, #footer .flickr #flickr_badge_image27, #footer .flickr #flickr_badge_image30 { margin-right:0; }
  276. #footer .flickr .flickr_badge_image img { background:#333; border:1px solid #111; padding:5px; }
  277.  
  278. /*** Bottom ***/
  279. #bottom-wrapper { background:#151515 url(images/pattern7.png) repeat; }
  280. #bottom { width:980px; margin:0 auto; padding:12px 0 12px 0; color:#555; text-shadow: 0px -1px 0px #000; overflow:hidden; }
  281. #bottom a { color: #555; }
  282. #bottom .left { float:left; }
  283. #bottom .right { float:right; }
  284. #bottom .totop a { color:#555; float:right; margin-left:20px; background:url(images/totop.png) no-repeat right; padding-right:10px; }
  285.  
  286. /*** Post ***/
  287. #post-wrapper {
  288. background:#FFF;
  289. margin-bottom:30px;
  290. border:1px solid #d2d2d2;
  291. -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  292. -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  293. box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); }
  294.  
  295. #post-header { margin-bottom:6px; }
  296. #post-header h1 { float:left; font-family:'PTSansNarrowRegular'; font-size:30px; color:#333; padding:10px 20px 12px 20px; width:560px; }
  297. .post-meta { background:url(images/post-meta-bg.png) repeat-x; border-top:1px solid #D2D2D2; height:28px; border-bottom:1px solid #C5C5C5; padding:11px 20px 0 20px; clear:both; }
  298. .post-meta .author { background:url(images/author-icon.png) no-repeat; padding-left:20px; margin-right:20px; }
  299. .post-meta .author a { color:#888; text-shadow: 0px -1px 0px #FFF; }
  300. .post-meta .date { background:url(images/date-icon.png) no-repeat; padding-left:20px; color:#888; text-shadow: 0px -1px 0px #FFF; }
  301. .post-meta .category { background:url(images/category-icon.png) no-repeat right; padding-right:24px; text-shadow: 0px -1px 0px #FFF; float:right; }
  302. .post-comment-box { margin:14px 14px 0 0; background:#bc0c0c url(images/comment-bg.png) no-repeat; text-shadow: 0px -1px 0px #000; color:#FFF; height:32px; width:33px; text-align:center; padding-top:4px; font-family:'PTSansNarrowBold'; font-size:15px; float:right; }
  303. .post-comment-box a { color:#FFF; }
  304.  
  305. #post { padding:20px; }
  306. #post .featured-image { border:1px solid #d8d8d8; padding:4px; margin-bottom: 15px; }
  307. .post-content p { font-size:13px; margin-bottom:20px; line-height:20px; }
  308. .post-content h1 { font-size:25px; margin-bottom:14px; }
  309. .post-content h2 { font-size:22px; margin-bottom:14px; }
  310. .post-content h3 { font-size:19px; margin-bottom:14px; }
  311. .post-content h4 { font-size:17px; margin-bottom:14px; }
  312. .post-content h5 { font-size:15px; margin-bottom:14px; }
  313. .post-content h6 { font-size:13px; margin-bottom:14px; text-transform:uppercase; }
  314. .post-content hr { border:0; background-color: #DDD; height:1px; margin-bottom:14px; color:#DDD; }
  315. .post-content blockquote { background:url(images/quote.png) no-repeat; padding-left:32px; padding-top:5px; margin-left:25px; color:#777; font-style:italic; }
  316. .post-content ol { padding-left:42px; margin-bottom:20px; font-size:13px; }
  317. .post-content ol li { list-style-type: decimal; margin-bottom:6px; }
  318. .post-content ul { padding-left: 26px; margin-bottom:20px; font-size:13px; }
  319. .post-content ul li { background:url(images/ul-dot.png) no-repeat; padding-left:15px; margin-bottom:10px; }
  320. .post-content pre { overflow: auto; margin-bottom:20px; }
  321. .post-content .alignright { float:right; margin:0 0 4px 10px; }
  322. .post-content .alignleft { float:left; margin:0 10px 4px 0; }
  323. .wp-caption, .gallery-caption { border: 1px solid #D7D7D7; padding-top: 4px; margin-bottom:20px; text-align: center; }
  324. p.wp-caption-text { margin-bottom:2px; }
  325. .aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  326.  
  327. /** Review box **/
  328. .post-review { float:right; width:200px; border:1px solid #D7D7D7; margin-left:10px; margin-bottom:20px; }
  329. .overall-score { background:#EEE; margin:1px; padding:10px; text-align:center; }
  330. .post-review ul { border-top:1px solid #D7D7D7; padding:0; margin:0; }
  331. .post-review ul li { background:url(images/criteria-bg.gif) repeat-x bottom; border-bottom:1px solid #D7D7D7; padding:10px; color:#555; margin:0; }
  332. .post-review ul li:last-child { border-bottom:none; }
  333. .score { float:right; }
  334.  
  335. /*** Shortcodes ***/
  336.  
  337. /** Columns **/
  338. .one_half, .one_third, .two_third, .three_fourth, .one_fourth { margin-right: 4%; float: left; line-height:21px; margin-bottom:20px; }
  339. .one_half { width: 48%; }
  340. .one_third { width: 30.6666%; }
  341. .two_third { width: 65.3332%; }
  342. .one_fourth { width: 22%; }
  343. .three_fourth { width: 74%; }
  344. .last { margin-right: 0 !important; clear: right; }
  345. .clearboth{ clear: both; display: block; font-size: 0px; height: 0px; line-height: 0; width: 100%; overflow:hidden; }
  346.  
  347. /** Dropcap **/
  348. .dropcap { font-size:32px; margin-right:6px; padding-top:4px; text-transform: uppercase; float: left; position: relative; top: 5px; color:#888; }
  349.  
  350. /** Highlight **/
  351. .highlight1 { background:#f6f67a; }
  352. .highlight2 { background:#000; color:#CCC; }
  353.  
  354. /** Video **/
  355. .video-shortcode { margin-bottom:20px; }
  356.  
  357. /** Tabs **/
  358. .post-content .tabs { margin-bottom: 0 !important; }
  359. .post-content .tabs li { padding-left: 10px !important; }
  360. .post-content .tab_content {padding:16px 16px 0 16px; overflow:hidden; }
  361. .post-content .tabs-wrapper { overflow: hidden; width: 100%; margin-bottom: 20px; }
  362. .post-content .tabs-wrapper .tab_content { border:1px solid #d7d7d7; border-width:0 1px 1px 1px; }
  363.  
  364. /** Toggles **/
  365. .toggle { background:url(images/light-button.png) repeat-x; border:1px solid #BBB; padding:6px 10px 9px 14px; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; cursor:pointer; margin-bottom:6px; }
  366. .toggle:hover { background:url(images/light-button.png) repeat-x; background-position:0 -37px; }
  367. .toggle a { background:url(images/toggle-arrow.png) no-repeat left; text-decoration:none; padding-left:30px; text-shadow: 0px -1px 0px #FFF; color:#444 !important; font-size:16px; }
  368. .toggle-content { display:none; background:#e6e6e6; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; padding:20px; border:1px solid #DDD; font-size:14px; line-height:18px; text-shadow: 0px -1px 0px #FFF; margin-bottom:16px; }
  369. .toggle-content .block {padding:0px;}
  370.  
  371. /** Checklist **/
  372. .checklist li { background:url(images/check-list.png) no-repeat left !important; padding-left:28px !important; }
  373.  
  374. /** Badlist **/
  375. .badlist li { background:url(images/bad-list.png) no-repeat left !important; padding-left:28px !important; }
  376.  
  377. /** Buttons **/
  378. .button { padding:6px 10px 9px 10px; display:inline-block; margin:0 10px 20px 0; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; font-size:16px; cursor:pointer; }
  379. .button a { color:#FFF !important; text-shadow: 0px -1px 0px #333; }
  380. .button a:hover { text-decoration:none; }
  381. .button.black { background:url(images/black-button.png) repeat-x; border:1px solid #000; }
  382. .button.black:hover { background:url(images/black-button.png) repeat-x; background-position:0 -37px; }
  383. .button.red { background:url(images/red-button.png) repeat-x; border:1px solid #690000; }
  384. .button.red:hover { background:url(images/red-button.png) repeat-x; background-position:0 -37px; }
  385. .button.green { background:url(images/green-button.png) repeat-x; border:1px solid #0e5800; }
  386. .button.green:hover { background:url(images/green-button.png) repeat-x; background-position:0 -37px; }
  387. .button.blue { background:url(images/blue-button.png) repeat-x; border:1px solid #244f7c; }
  388. .button.blue:hover { background:url(images/blue-button.png) repeat-x; background-position:0 -37px; }
  389. .button.orange { background:url(images/orange-button.png) repeat-x; border:1px solid #824700; }
  390. .button.orange:hover { background:url(images/orange-button.png) repeat-x; background-position:0 -37px; }
  391. .button.light { background:url(images/light-button.png) repeat-x; border:1px solid #afafaf; }
  392. .button.light a { color:#5d5d5d !important; text-shadow: 0px -1px 0px #FFF; }
  393. .button.light:hover { background:url(images/light-button.png) repeat-x; background-position:0 -37px; }
  394.  
  395. .post-tags a { background:url(images/tag.png) no-repeat left; padding-left:21px; padding-right:10px; height:18px; margin:4px 10px 4px 0; padding-top:5px; font-size:11px !important; color:#777; text-shadow: 1px 1px 1px #FFF; display:inline-block; -moz-border-radius: 2px; -webkit-border-radius:2px; border-radius: 2px;}
  396.  
  397. .post-box-wrapper { border-bottom:1px solid #E1E1E1; }
  398. .post-box-wrapper.first { border-top:1px solid #E1E1E1; }
  399. .post-box { padding:20px 20px 27px 20px; overflow:hidden; }
  400. .post-box h5 { font-family:'PTSansNarrowRegular'; font-size:20px; color:#666; margin-bottom:10px; }
  401. .post-box .avatar { border:1px solid #d8d8d8; padding:4px; float:left; margin-right:10px; }
  402. .post-box p { font-size:13px; color:#777; line-height:20px; }
  403.  
  404. .related-item { float:left; margin-right:19px; }
  405. .post-box .related-item.last { margin-right:0; }
  406. .related-item img { padding:4px; border:1px solid #d8d8d8; }
  407.  
  408. /** Post Share **/
  409. .post-share {
  410. width: 80px; padding: 10px 0px; padding-bottom: 0; background: #ffffff; border: 1px solid #d2d2d2;
  411. -webkit-border-radius: 8px;
  412. -moz-border-radius: 8px;
  413. border-radius: 8px;
  414. text-align: center;
  415. position: fixed;
  416. top: 229px;
  417. left: auto;
  418. z-index: 15;
  419. margin-left: -103px;
  420. -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  421. -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  422. box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  423. }
  424.  
  425. .share-widget {
  426. margin-bottom: 10px;
  427. }
  428.  
  429. /** Comments styles **/
  430. #comments { }
  431. #comments h3 { font-size:26px; border-bottom:4px solid #DDD; margin-bottom:25px; }
  432. ol.commentlist { margin-bottom:40px; }
  433. li.commentlist { }
  434. .the-comment { margin-bottom:24px; }
  435. .avatar { border:1px solid #CCC; float:left; margin-right:14px; }
  436. .comment-arrow { background:url(images/comment-arrow2.png) no-repeat; width:8px; height:15px; float:left; margin-top:16px; margin-right:-1px; }
  437. .comment-box { background:url(images/comment-bg2.png) repeat-x; border:1px solid #CCC; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; padding:14px; overflow:hidden; }
  438. .comment-author { margin-bottom:10px; }
  439. .comment-author small { color:#888; }
  440. .comment-text { line-height:18px; }
  441. #comments .children { margin: 20px 0 0 83px; }
  442. #comments .children li.comment { margin: 0 0 20px 0; }
  443. .cancel-comment-reply { margin-bottom:10px; }
  444. .no-comments { color:#888; }
  445. .comment-author a { color:#3a3a3a; }
  446. .comment-text-side { color:#888; font-style:italic; line-height:18px; }
  447.  
  448. #tab2 h3 a { font-style: normal !important; font-weight: normal !important; }
  449. .who-said { font-weight: bold !important; margin-bottom: 5px !important; }
  450.  
  451. #comment-input { float:left; margin-right:20px; }
  452. #comment-input input { border:0; margin-bottom:17px; }
  453. #comment-input input:focus, textarea:focus { outline:none; }
  454. #comment-input label { display:block; margin-bottom:5px; }
  455. #comment-input label .req { color:#999; }
  456. .input-name { background:url(images/input-name.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
  457. .input-email { background:url(images/input-email.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
  458. .input-website { background:url(images/input-website.png) no-repeat; width:198px; padding:11px 10px 14px 34px; }
  459. #comment-textarea { float:right; }
  460. .textarea-comment { background:url(images/textarea-comment.png) no-repeat; border:0; width:308px; height:163px; padding:14px; font-family:arial; }
  461. #comment-textarea label { display:block; margin-bottom:5px; }
  462. #comment-textarea-admin { float:none; margin-bottom:16px; }
  463. #comment-textarea-admin label { display:block; margin:10px 0 5px 0; }
  464. #comment-submit { clear:both; float:right; margin-bottom:10px; }
  465. #comment-submit-admin { clear:both; margin-bottom:10px; }
  466. .comment-submit { background:url(images/black-button.png) repeat-x; border:1px solid #000; padding:6px 10px 7px 10px; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius: 5px; font-size:13px; color:#FFF; text-shadow: 0px -1px 0px #000; cursor:pointer; }
  467. .comment-submit:hover { background:url(images/black-button.png) repeat-x; background-position:0 -37px; }
  468.  
  469. /*** Page ***/
  470. #page-header { border-bottom:1px solid #D8D8D8; }
  471. #page-header h1 { font-family:'PTSansNarrowRegular'; font-size:30px; color:#333; padding:10px 20px 12px 20px; margin-bottom:2px; }
  472.  
  473.  
  474. /*** Archive ***/
  475. #archive-title {
  476. background:#FFF;
  477. margin-bottom:30px;
  478. border:1px solid #d2d2d2;
  479. -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  480. -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  481. box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  482. padding:10px 10px 11px 12px;
  483. }
  484. #archive-title h1 { font-size:23px; }
  485. #archive-title span { color:#999; margin-bottom:2px; display:block; }
  486.  
  487. /** Form **/
  488. .postForm label { font-size: 12px; display: block; color: #333; margin-bottom: 5px; }
  489. .postForm label span { color: #999; font-weight: normal; }
  490. .postForm div { margin-bottom: 17px; }
  491. .postForm .text { background: url(images/input-name.png) no-repeat; border: 0; color: #333; width: 198px; padding: 11px 10px 14px 34px; }
  492. .postForm .error { border: 1px solid red; }
  493. .postForm textarea {
  494. background: url(images/textarea-comment.png) no-repeat;
  495. border: 0;
  496. width: 308px;
  497. height: 163px;
  498. padding: 14px;
  499. font-family: arial;
  500. }
  501. .postForm .submit { background: #4e4e4e; border: 1px solid #3d3d3d; font-size: 12px; color: #fff; font-weight: bold; padding: 6px 20px; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
  502. .postForm .submit:hover { background: #414141; }
  503. .postForm .error_msg { display: none; margin-top: 5px; color: red; }
  504. .postForm .email_sent { color: green; margin-bottom: 10px; display: none; }
  505. .postForm #pyre_email { background: url(images/input-email.png) no-repeat; }
  506. /*** Fonts ***/
  507. @font-face {
  508. font-family: 'PTSansRegular';
  509. src: url('fonts/PTS55F-webfont.eot');
  510. src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
  511. url('fonts/PTS55F-webfont.woff') format('woff'),
  512. url('fonts/PTS55F-webfont.ttf') format('truetype'),
  513. url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
  514. font-weight: normal;
  515. font-style: normal;
  516.  
  517. }
  518.  
  519. @font-face {
  520. font-family: 'PTSansNarrowRegular';
  521. src: url('fonts/PTN57F-webfont.eot');
  522. src: url('fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
  523. url('fonts/PTN57F-webfont.woff') format('woff'),
  524. url('fonts/PTN57F-webfont.ttf') format('truetype'),
  525. url('fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
  526. font-weight: normal;
  527. font-style: normal;
  528.  
  529. }
  530.  
  531. @font-face {
  532. font-family: 'PTSansNarrowBold';
  533. src: url('fonts/PTN77F-webfont.eot');
  534. src: url('fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
  535. url('fonts/PTN77F-webfont.woff') format('woff'),
  536. url('fonts/PTN77F-webfont.ttf') format('truetype'),
  537. url('fonts/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
  538. font-weight: normal;
  539. font-style: normal;
  540.  
  541. }
  542.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement