Guest User

minibuzz css

a guest
Mar 27th, 2012
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.30 KB | None | 0 0
  1. /*
  2. Theme Name: MiniBuzz3
  3. Theme URI: http://www.templatesquare.com/
  4. Description: MiniBuzz3 is a simple, clean and minimalist business wordpress theme suitable for company, business, portfolio and corporate sites.
  5. Version: 3.0.2
  6. Author: templatesquare
  7. Author URI: http://www.templatesquare.com/
  8. Tags: theme-options, widget-ready, right-sidebar, blue, white
  9. */
  10.  
  11.  
  12. /* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
  13. -------------------------------------------------------------- */
  14.  
  15. html, body, div, span, applet, object, iframe,
  16. h1, h2, h3, h4, h5, h6, p, pre,
  17. a, abbr, acronym, address, big, cite, code,
  18. del, dfn, em, font, img, ins, kbd, q, s, samp,
  19. small, strike, strong, sub, sup, tt, var,
  20. b, u, i, center,
  21. dl, dt, dd, ol, ul, li,
  22. fieldset, form, label, legend,
  23. table, caption, tbody, tfoot, thead, tr, th, td {
  24. margin: 0;
  25. padding: 0;
  26. border: 0;
  27. vertical-align: baseline;
  28. background: transparent;
  29. }
  30. body {
  31. line-height: 1;
  32. }
  33. h1, h2, h3, h4, h5, h6 {
  34. font-weight: normal;
  35. clear: both;
  36. }
  37. ol, ul {
  38. list-style: none;
  39. }
  40. blockquote {
  41. quotes: none;
  42. }
  43. blockquote:before, blockquote:after {
  44. content: '';
  45. content: none;
  46. }
  47. del {
  48. text-decoration: line-through;
  49. }
  50. /* tables still need 'cellspacing="0"' in the markup */
  51. table {
  52. border-collapse: collapse;
  53. border-spacing: 0;
  54. }
  55. a img { border: none; }
  56.  
  57.  
  58.  
  59. /* =Fonts
  60. -------------------------------------------------------------- */
  61. body,
  62. input,
  63. textarea,
  64. .page-title span,
  65. .pingback a.url {
  66. font-family:Arial, Tahoma, Verdana;
  67. }
  68.  
  69. h3#comments-title,
  70. h3#reply-title,
  71. #access .menu,
  72. #access div.menu ul,
  73. #cancel-comment-reply-link,
  74. .form-allowed-tags,
  75. #site-info,
  76. #site-title,
  77. #wp-calendar,
  78. .comment-meta,
  79. .comment-body tr th,
  80. .comment-body thead th,
  81. .entry-content label,
  82. .entry-content tr th,
  83. .entry-content thead th,
  84. .entry-meta,
  85. .entry-title,
  86. .entry-utility,
  87. #respond label,
  88. .navigation,
  89. .page-title,
  90. .pingback p,
  91. .reply,
  92. .widget-title,
  93. .wp-caption-text,
  94. input[type=submit]
  95. {
  96. font-family:Arial, Tahoma, Verdana;
  97. }
  98. pre {
  99. font-family:Arial, Tahoma, Verdana;
  100. }
  101.  
  102. code {
  103. font-family:Arial, Verdana;
  104. letter-spacing:1px;
  105. margin:25px 0 25px 0px;
  106. display:block;
  107. font-size:11px;
  108. padding:15px 10px;
  109. background-color:#f6f6f6;
  110. }
  111.  
  112.  
  113.  
  114.  
  115. /* =Structure
  116. -------------------------------------------------------------- */
  117.  
  118. /* The main theme structure */
  119. /*** CONTAINER ***/
  120. #wrapper{width:100%;}
  121. #container{width:940px; margin:0 auto; padding:0px 30px; background-color:#fff}
  122.  
  123.  
  124.  
  125. /* Structure the top area */
  126. #top{height:100px; border-top:solid 2px #2d84b6; padding:0px 0px 0px 0px}
  127. #logo{padding-top:18px; width:690px; float:left;}
  128. #logo h1, #logo h1 a, #logo h1 a:visited{font-size:48px; color:#2d84b6; margin-bottom:0px;}
  129. #logo h1 a:hover{text-decoration:none;}
  130. #logo .t1{color:#656253;}
  131. #logo .desc{color:#7c7a6b; font-size:14px;}
  132. #logoimage{ width:690px; float:left; height:100px;}
  133.  
  134.  
  135. #topnavigation{background-image:url(images/dotted-horizontal.gif); background-repeat:repeat-x; background-position:0px 1px; border-bottom:solid 1px #7c7a6b; height:34px;}
  136. #topnav{float:left; width:690px;}
  137. #topnav-full{float:left; width:940px;}
  138. #topnav ul, #topnav-full ul{list-style-type:none; margin:0px; padding:0px 0px 0px 0px;}
  139. #topnav ul li, #topnav-full ul li{list-style-type:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;color:#b9b9b9; background-image:url(images/menu-separator.gif); background-repeat:no-repeat; background-position:0px 12px}
  140. #topnav ul li li, #topnav-full ul li li{padding:0px;}
  141. #topnav ul li.home, #topnav-full ul li.home{background-image:none;}
  142. #topnav ul li.current_page_item{}
  143. #topnav ul li a, #topnav ul li a:visited, #topnav-full ul li a, #topnav-full ul li a:visited{color:#000;}
  144. #topnav ul li a:hover, #topnav-full ul li a:hover{color:#9fa1a2; text-decoration:none}
  145.  
  146. #topsearch-menu{width:250px; float:left; padding:70px 0px 0px 0px;}
  147. #topsearch{width:250px; float:left; padding:7px 0px 0px 0px;}
  148. #topsearch form p, #topsearch-menu form p{margin:0px;}
  149. *+html #topsearch {padding:5px 0px 0px 0px;}/* ie 7 only */
  150. * html #topsearch {padding:5px 0px 0px 0px;}/* ie 6 only */
  151. .inputbox{border:solid 1px #c4c3ba; padding:2px 2px 2px 2px; margin-right:3px; vertical-align:middle; width:170px}
  152. .but{border:solid 1px #363637; font-family:Arial; font-size:11px; background-color:#000; color:#fff!important; padding:0px 8px 2px 8px; height:22px; cursor:pointer; vertical-align:middle; text-transform:uppercase}
  153. a.but, a.but:hover{text-decoration:none; color:#fff !important; padding:6px 10px !important}
  154. *+html .but{padding:2px 3px 1px 3px !important;}/* ie 7 only */
  155. * html .but{padding:2px 3px 1px 3px !important;}/* ie 6 only */
  156.  
  157. /* HEADER */
  158. #header{height:350px; clear:left; margin:10px 0px 0px 0px; border-bottom:solid 1px #7c7a6b; position:relative}
  159. #header h1, #header h1 a, #header h1 a:visited{color:#fff !important;}
  160. #header-inner{background-image:url(images/dotted-horizontal.gif); background-repeat:repeat-x; background-position:bottom; padding:35px 0px 20px 0px;}
  161. #header-inner h1.pagetitle{margin:0px; color:#444133; font-size:36px;}
  162. #slideshow ul{margin:0px; padding:0px; list-style-type:none;}
  163. #slideshow ul li{margin:0px; padding:0px; list-style-type:none;}
  164.  
  165.  
  166. /* =Global Elements
  167. -------------------------------------------------------------- */
  168.  
  169. /* Main global 'theme' and typographic styles */
  170. body {
  171. font-family:Arial, Tahoma, Verdana;
  172. font-size:12px;
  173. margin:0 auto;
  174. padding:0;
  175. color:#656253;
  176. line-height:20px;
  177.  
  178. }
  179.  
  180. a:link { text-decoration:none;}
  181. a:visited { text-decoration:none;}
  182. a:active{}
  183. a:hover { text-decoration:underline;}
  184.  
  185. input,
  186. textarea {
  187. font-size: 12px;
  188. line-height: 18px;
  189. color:#666;
  190. }
  191. hr {
  192. border: 0;
  193. color: #f2f2f2;
  194. background-color: #f2f2f2;
  195. height: 1px;
  196. margin:5px 0px 5px 0px;
  197. padding:0px;
  198. width:100%;
  199. }
  200.  
  201. hr.dotted{background-image:url(images/dotted-horizontal.gif) !important; border:0px; background-repeat:repeat-x; margin:30px 0px}
  202. *+html hr.dotted{margin:10px 0px 30px 0px;}
  203.  
  204. ins {background: #ffc;text-decoration: none;}
  205. pre {background: #f7f7f7;color: #222;}
  206. abbr,
  207. acronym {border-bottom: 1px dotted #666;cursor: help;}
  208.  
  209.  
  210. /* Text elements */
  211. h1, h2{margin-bottom:12px; font-family:Arial, Verdana; font-weight:normal; }
  212. h3, h4, h5, h6{margin-bottom:8px; font-family:Arial, Verdana; font-weight:normal;}
  213. h1 {font-size:28px; line-height:30px;}
  214. h2 {font-size:22px; line-height:24px;}
  215. h3 {font-size:18px; line-height:20px;}
  216. h4 {font-size:14px; line-height:15px;}
  217. h5 {font-size:13px; line-height:15px;}
  218. h6 {font-size:10px; line-height:15px;}
  219.  
  220.  
  221. p {
  222. margin-bottom: 18px;
  223. }
  224. ul {
  225. list-style: square;
  226. margin: 0 0 18px 1.5em;
  227. }
  228. ol {
  229. list-style: decimal;
  230. margin: 0 0 18px 1.5em;
  231. }
  232. ol ol {
  233. list-style:upper-alpha;
  234. }
  235. ol ol ol {
  236. list-style:lower-roman;
  237. }
  238. ol ol ol ol {
  239. list-style:lower-alpha;
  240. }
  241. ul ul,
  242. ol ol,
  243. ul ol,
  244. ol ul {
  245. margin-bottom:0;
  246. }
  247. dl {
  248. margin:0 0 24px 0;
  249. }
  250. dt {
  251. font-weight: bold;
  252. }
  253. dd {
  254. margin-bottom: 18px;
  255. }
  256. strong {
  257. font-weight: bold;
  258. }
  259. cite,
  260. em,
  261. i {
  262. font-style: italic;
  263. }
  264. big {
  265. font-size: 131.25%;
  266. }
  267. ins {
  268. text-decoration: none;
  269. }
  270.  
  271. blockquote {
  272. font-size:12px;
  273. margin:20px 0 20px 0px;
  274. color:#6b6b6b;
  275. padding:5px 20px 10px 25px;
  276. line-height:20px;
  277. background-image:url(images/quote.gif)!important;
  278. background-repeat:no-repeat;
  279. border:0px;
  280. font-weight:bold;
  281. font-style:italic;
  282. letter-spacing:0px;
  283. }
  284. blockquote.alignleft, blockquote.alignright {
  285. background-image:url(images/quote.gif);
  286. background-repeat:no-repeat;
  287. color:#6b6b6b;
  288. float:right;
  289. font-weight:bold;
  290. font-style:italic;
  291. letter-spacing:0px;
  292. line-height:20px;
  293. margin:20px 0 20px 0px;
  294. padding:5px 20px 10px 25px;
  295. width:53%;
  296. }
  297. blockquote.alignleft{
  298. float:left;
  299. margin-left:0px;
  300. margin-right:20px;
  301. }
  302.  
  303.  
  304. blockquote cite,
  305. blockquote em,
  306. blockquote i {
  307. font-style: normal;
  308. }
  309. pre {
  310. line-height: 18px;
  311. margin-bottom: 18px;
  312. padding: 1.5em;
  313. }
  314. abbr,
  315. acronym {
  316. border-bottom: 1px dotted;
  317. cursor: help;
  318. }
  319.  
  320. sup,
  321. sub {
  322. height: 0;
  323. line-height: 1;
  324. vertical-align: baseline;
  325. position: relative;
  326. }
  327. sup {
  328. bottom: 1ex;
  329. }
  330. sub {
  331. top: .5ex;
  332. }
  333. input[type="text"],
  334. textarea {
  335. padding: 2px;
  336. background: #fff;
  337. border: 1px solid #ccc;
  338.  
  339. }
  340.  
  341. .clr{ clear:both;}
  342.  
  343. /* Text meant only for screen readers */
  344. .screen-reader-text {
  345. position: absolute;
  346. left: -9000px;
  347. }
  348.  
  349. .imgleft{float:left; margin-right:15px !important; margin-top:5px;}
  350. .imgborder{padding:0px; margin:5px 0px;}
  351. .imgright{float:right; margin-left:15px!important; margin-top:5px}
  352. .imgcenter{ margin:5px auto 10px auto; display:block; text-align:center;}
  353.  
  354.  
  355.  
  356. /* =Content
  357. -------------------------------------------------------------- */
  358.  
  359. #content-left{width:650px; float:left;}
  360. #content-right{width:290px; float:left;}
  361. #maintext{padding:0px 20px 20px 0px;}
  362.  
  363. .largetext{font-size:18px; font-style:italic; line-height:24px}
  364.  
  365. .grey_box{background-color:#f5f5f5; padding:10px 20px 5px 20px; margin:15px 0px 20px 0px;}
  366. ul.team{margin:15px 0px 0px 0px; padding:0px; list-style-type:none;}
  367. ul.team li{margin-bottom:20px;}
  368. .tbold{font-weight:bold; font-size:14px;}
  369. ul.nolist li{background-image:none !important; padding:0px !important; margin:0px !important;}
  370.  
  371. #boxslideshow{margin:0px; position:relative;}
  372. #boxslideshow .cycle{ background-color:#FFFFFF;}
  373. #boxslideshow .cycle img{margin-bottom:5px;}
  374. #boxslideshow .cycle .tbold{font-size:14px; font-weight:bold;}
  375.  
  376. ul.checklist{list-style-type:none; padding:0px; margin:0px}
  377. ul.checklist li{list-style-type:none; padding:0px 0px 0px 20px; margin:0px; background-image:url(images/checklist.gif); background-repeat:no-repeat; background-position:0px 5px;}
  378. * html ul.checklist li{ padding:0px 0px 0px 30px !important;}/* ie 6 only */
  379.  
  380.  
  381. /*Portfolio*/
  382.  
  383. #gallery-category{padding:0px 0px 0px 0px; margin-bottom:10px; float:left; width:100%}
  384. #main-gallery{width:100%; margin-bottom:0px; float:left}
  385. #main-gallery h4{font-size:16px; line-height:14px; margin:10px 0px 5px 0px;}
  386. #main-gallery ul{list-style-type:none; margin:0px; padding:0px;}
  387. #main-gallery ul li{list-style-type:none; margin:0px; padding:0px 0px 10px 0px; height:220px !important; overflow:hidden; float:left; width:220px; margin-right:20px; background-image:none; line-height:20px;}
  388. #main-gallery ul li.nomargin{margin-right:0px;}
  389. #main-gallery ul li img{margin-bottom:5px; display:block}
  390. #main-gallery ul li a, #main-gallery ul li a:visited{color:#666;}
  391. .portfoliobg { width:220px; height:120px; float:left; background:url(images/hover-opacity.png) no-repeat top left; margin-bottom:10px}
  392. #main-gallery h2, #main-gallery h2 a, #main-gallery h2 a:visited{color:#2d84b6 ; font-size:12px; font-weight:bold; margin-bottom:0px;}
  393. #gallery-category h2{float:left;}
  394. ul#navcat{list-style-type:none; margin:0px; padding:0px 0px 0px 0px;}
  395. ul#navcat ul{margin:0px; padding:0px 0px 0px 0px; float:left; line-height:24px}
  396. ul#navcat li li{list-style-type:none; margin:0px; padding:5px 10px; float:left}
  397. ul#navcat li a, ul#navcat li a:visited{color:#656253;}
  398.  
  399.  
  400.  
  401. /* News */
  402. .box-news{ clear:both; width:605px;}
  403. .box-news h2, .box-news h2 a{ margin-bottom:0px !important; font-size:16px !important; color:#666; }
  404. .box-news img{ float:left; margin:8px 15px 0px 0px !important; width:72px; height:72px;}
  405. .box-news .news-txt{ float:left; width:510px;}
  406. .box-news .postdate{ text-align:left; color:#999999!important; font-size:11px;}
  407.  
  408. /* Blog */
  409.  
  410. .metadata{ font-size:11px; padding:0px 0px 0px 0px}
  411. .author a{ color:#656253!important;}
  412. .more-link{ display:block; padding:20px 0px 0px 0px;}
  413. a.more-link , a.more-link:visited{font-size:12px}
  414.  
  415.  
  416.  
  417.  
  418. #content{margin:20px 0px; background-image:url(images/bg-content.gif); background-repeat:repeat-y; width:940px}
  419.  
  420. #content_full{width:100%; margin:20px 0px}
  421.  
  422.  
  423. #content,
  424. #content input,
  425. #content textarea {
  426. color:#656253;
  427. font-size: 12px;
  428.  
  429. }
  430. #content input,
  431. #content textarea {
  432.  
  433. }
  434. #content p,
  435. #content ul,
  436. #content ol,
  437. #content dd,
  438. #content pre,
  439. #content hr {
  440. margin-bottom:20px;
  441. }
  442. #content ul ul,
  443. #content ol ol,
  444. #content ul ol,
  445. #content ol ul {
  446. margin-bottom:0;
  447. }
  448. #content pre,
  449. #content kbd,
  450. #content tt,
  451. #content var {
  452. font-size: 12px;
  453. }
  454. #content code {
  455. font-size: 12px;
  456. }
  457. #content dt,
  458. #content th {
  459. color: #000;
  460. }
  461. #content h1,
  462. #content h2,
  463. #content h3,
  464. #content h4,
  465. #content h5,
  466. #content h6 {
  467. margin: 0 0 12px 0;
  468. line-height: 1.5em;
  469. }
  470. #content table {
  471. border: 1px solid #e7e7e7;
  472. text-align: left;
  473. margin: 0 -1px 24px 0;
  474. width: 100%;
  475. }
  476. #content tr th,
  477. #content thead th {
  478. color: #888;
  479. font-size: 12px;
  480. font-weight: bold;
  481. line-height: 18px;
  482. padding: 9px 24px;
  483. }
  484. #content tr td {
  485. border-top: 1px solid #e7e7e7;
  486. padding: 6px 24px;
  487. }
  488. #content tr.odd td {
  489. background: #F2F7FC;
  490. }
  491.  
  492. .hentry {
  493. margin: 0 0 25px 0;
  494. padding:0px 0px 15px 0px;
  495. }
  496.  
  497. .post{
  498. margin: 0 0 25px 0;
  499. padding:0px 0px 15px 0px;
  500. background-image:url(images/dotted-horizontal.gif); background-repeat:repeat-x; background-position:bottom;
  501. }
  502.  
  503. .content-home .hentry{background-image:none!important;}
  504. .home .sticky {
  505. background: #F2F7FC;
  506. border-top: 4px solid #000;
  507. padding: 18px 20px;
  508. margin-left: -20px;
  509. margin-right: -20px;
  510. }
  511. .single .hentry {
  512. margin: 0 0 36px 0;
  513. }
  514. .page-title {
  515.  
  516. font-size: 14px;
  517. font-weight: bold;
  518. margin: 0 0 36px 0;
  519. }
  520. .page-title span {
  521. color: #333;
  522. font-size: 16px;
  523. font-style: italic;
  524. font-weight: normal;
  525. }
  526. .page-title a:link,
  527. .page-title a:visited {
  528. color:#888;
  529. text-decoration: none;
  530. }
  531. .page-title a:active,
  532. .page-title a:hover {
  533.  
  534. }
  535. #content .entry-title {
  536.  
  537. font-size:22px;
  538. line-height:26px;
  539. margin-bottom:12px;
  540. padding-bottom:0px;
  541. height:100%
  542. }
  543. .entry-title a:link,
  544. .entry-title a:visited {
  545.  
  546. text-decoration: none;
  547. }
  548. .entry-title a:active,
  549. .entry-title a:hover {
  550. text-decoration:underline;
  551. }
  552. .entry-meta {
  553.  
  554. font-size: 11px;
  555. margin-bottom:12px;
  556. }
  557. .entry-meta abbr,
  558. .entry-utility abbr {
  559. border: none;
  560. }
  561. .entry-meta abbr:hover,
  562. .entry-utility abbr:hover {
  563. border-bottom: 1px dotted #333;
  564. }
  565. .entry-content,
  566. .entry-summary {
  567. clear: both;
  568. padding: 0px 0 0 0;
  569. }
  570. #content .entry-summary p:last-child {
  571. margin-bottom: 12px;
  572. }
  573. .entry-content fieldset {
  574. border: 1px solid #E7E7E7;
  575. margin: 0 0 24px 0;
  576. padding: 24px;
  577. }
  578. .entry-content fieldset legend {
  579. background: #fff;
  580. color: #000;
  581. font-weight: bold;
  582. padding: 0 1px;
  583. }
  584. .entry-content input {
  585. margin: 0 0 12px 0;
  586. }
  587. .entry-content input.file,
  588. .entry-content input.button {
  589. margin-right: 24px;
  590. }
  591. .entry-content label {
  592. color: #888;
  593. font-size: 12px;
  594. }
  595. .entry-content select {
  596. margin: 0 0 24px 0;
  597. }
  598. .entry-content sup,
  599. .entry-content sub {
  600. font-size: 10px;
  601. }
  602.  
  603.  
  604. .page-link {
  605. color: #000;
  606. font-weight:bold;
  607. margin:0 0 22px 0;
  608. word-spacing:0.5em;
  609. }
  610. .page-link a:link,
  611. .page-link a:visited {
  612. background: #f1f1f1;
  613.  
  614. font-weight:normal;
  615. padding:0.5em 0.75em;
  616. text-decoration:none;
  617. }
  618. .home .sticky .page-link a {
  619. background: #f4f4f4;
  620. }
  621. .page-link a:active,
  622. .page-link a:hover {
  623.  
  624. }
  625. .page .edit-link {
  626. clear: both;
  627. display: block;
  628. }
  629. #entry-author-info {
  630. background: #f0f0f0;
  631. padding: 18px 20px;
  632. margin: 0px 0 28px 0px;
  633. overflow: hidden;
  634. float:left;
  635. font-size: 14px;
  636. line-height: 20px;
  637. }
  638. #entry-author-info #author-avatar {
  639. background: #fff;
  640. border: 1px solid #e7e7e7;
  641. float: left;
  642. margin: 0 -104px 0 0;
  643. padding: 11px;
  644. height: 60px;
  645. }
  646. #entry-author-info #author-description {
  647. float: left;
  648. padding: 0 0 0 104px;
  649. font-size:12px;
  650. }
  651. #entry-author-info h2 {
  652. color: #000;
  653. font-weight: bold;
  654. font-size: 100%;
  655. margin-bottom: 0;
  656. clear:both;
  657. }
  658. .entry-utility {
  659. font-size: 12px;
  660. line-height: 18px;
  661. clear: both;
  662. }
  663. .entry-meta a,
  664. .entry-utility a {
  665.  
  666. text-decoration:none
  667. }
  668. .entry-meta a:hover,
  669. .entry-utility a:hover {
  670.  
  671. }
  672. #content .video-player {
  673. padding: 0;
  674. }
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683. /* Gallery listing
  684. -------------------------------------------------------------- */
  685.  
  686. .category-gallery {
  687. margin-bottom: 48px;
  688. }
  689. .category-gallery h2 {
  690. margin-top: 10px;
  691. }
  692. .category-gallery .entry-meta {
  693. }
  694. .category-gallery .size-thumbnail img {
  695. border: 10px solid #f1f1f1;
  696. margin-bottom: 0;
  697. }
  698. .category-gallery .gallery-thumb {
  699. float: left;
  700. margin-right:20px;
  701. margin-top: -4px;
  702. }
  703. .home #content .category-gallery .entry-content p {
  704. display: inline;
  705. }
  706. .home #content .category-gallery .entry-utility {
  707. padding-top:4px;
  708. }
  709.  
  710.  
  711. /* Attachment pages
  712. -------------------------------------------------------------- */
  713.  
  714. .entry-content .attachment img {
  715. margin-bottom: 0;
  716. }
  717. .attachment .entry-content .entry-caption {
  718. font-size: 140%;
  719. margin-top: 24px;
  720. }
  721. .attachment .entry-content .nav-previous a:before {
  722. content: '\2190\00a0';
  723. }
  724. .attachment .entry-content .nav-next a:after {
  725. content: '\00a0\2192';
  726. }
  727.  
  728.  
  729.  
  730. /* Images
  731. -------------------------------------------------------------- */
  732.  
  733. #content img {
  734. margin: 0;
  735. max-width: 640px;
  736. }
  737. #content .attachment img {
  738. max-width: 900px;
  739. }
  740. #content .alignleft,
  741. #content img.alignleft {
  742. display: inline;
  743. float: left;
  744. margin-right: 24px;
  745. margin-top: 4px;
  746. }
  747. #content .alignright,
  748. #content img.alignright {
  749. display: inline;
  750. float: right;
  751. margin-left: 24px;
  752. margin-top: 4px;
  753. }
  754. #content .aligncenter,
  755. #content img.aligncenter {
  756. clear: both;
  757. display: block;
  758. margin-left: auto;
  759. margin-right: auto;
  760. }
  761.  
  762. #content .alignnone,
  763. #content img.alignnone {
  764. clear: both;
  765. display: block;
  766. margin-left: auto;
  767. margin-right: auto;
  768. padding:0px;
  769. }
  770.  
  771.  
  772. #content img.alignleft,
  773. #content img.alignright,
  774. #content img.aligncenter,
  775. #content img.alignnone {
  776. margin-bottom: 12px;
  777. }
  778. img.alignleft, img.alignright, img.aligncenter, img.alignnone {background-color:#fff; padding:0px;}
  779. #content .wp-caption {
  780. background: #f1f1f1;
  781. line-height: 18px;
  782. text-align: center;
  783. margin-bottom: 20px;
  784. padding: 4px;
  785. }
  786. #content .wp-caption img {
  787. margin: 5px 5px 0;
  788. }
  789. #content .wp-caption p.wp-caption-text {
  790. margin: 5px;
  791. color: #888;
  792. font-size: 12px;
  793. }
  794. #content .wp-smiley {
  795. margin:0;
  796. }
  797. #content .gallery {
  798. margin: auto;
  799. }
  800. #content .gallery .gallery-item {
  801. float: left;
  802. margin-top: 0;
  803. text-align: center;
  804. width: 33%;
  805. }
  806. #content .gallery img {
  807. border: 2px solid #cfcfcf;
  808. }
  809. #content .gallery .gallery-caption {
  810. color: #888;
  811. font-size: 12px;
  812. margin: 0 0 12px;
  813. }
  814. #content .gallery dl {
  815. margin: 0;
  816. }
  817. #content .gallery img {
  818. border: 10px solid #f1f1f1;
  819. }
  820. #content .gallery br+br {
  821. display: none;
  822. }
  823.  
  824.  
  825.  
  826. /* =Navigation
  827. -------------------------------------------------------------- */
  828.  
  829. .navigation {
  830. font-size: 12px;
  831. line-height: 18px;
  832. overflow: hidden;
  833. color: #656253;
  834. }
  835. .navigation a:link,
  836. .navigation a:visited {
  837. color: #656253;
  838. text-decoration: none;
  839. }
  840. .navigation a:active,
  841. .navigation a:hover {
  842. color: #656253;
  843. }
  844. .nav-previous {
  845. float: left;
  846. width: 50%;
  847. }
  848. .nav-next {
  849. float: right;
  850. width: 50%;
  851. text-align:right;
  852. }
  853. #nav-above {
  854. margin: 0 0 18px 0;
  855. }
  856. #nav-above {
  857. display: none;
  858. }
  859. .paged #nav-above,
  860. .single #nav-above {
  861. display: block;
  862. }
  863. #nav-below {
  864. margin: 0px 10px 0 0;
  865. clear:both;
  866. }
  867.  
  868. .navigation .nav-previous, .navigation .nav-next{width:18%;}
  869. .nav2 .nav-previous, .nav2 .nav-next{width:8% !important;}
  870. .navnews .nav-previous, .navnews .nav-next{width:12% !important;}
  871. .navigation .prev, .navigation .next{
  872. background-color:#fff;
  873. border:solid 1px #bebebe;
  874. padding:5px 10px;
  875.  
  876. display:block;
  877. text-align:center;
  878. text-transform:uppercase;
  879. font-size:14px;
  880. color:#656253;
  881. }
  882.  
  883. .navigation .prev:hover, .navigation .next:hover{background-color:#f4f4f4;}
  884. .meta-nav{vertical-align:top; line-height:16px}
  885.  
  886.  
  887. /* =Comments
  888. -------------------------------------------------------------- */
  889. #comments {
  890. clear: both;
  891. }
  892. #comments .navigation {
  893. padding: 0 0 18px 0;
  894. }
  895. h3#comments-title,
  896. h3#reply-title {
  897. color: #888;
  898. font-size: 20px;
  899. margin-bottom: 0;
  900. }
  901. h3#comments-title {
  902. padding: 24px 0;
  903. }
  904. .commentlist {
  905. list-style: none;
  906. margin: 0;
  907. }
  908. .commentlist li.comment {
  909. border: 1px solid #ddd;
  910.  
  911. margin: 0 0 24px 0;
  912. position:relative;
  913. padding:10px 10px 0px 66px;
  914. }
  915. .commentlist li:last-child {
  916.  
  917. margin-bottom:0;
  918. }
  919. #comments .comment-body ul,
  920. #comments .comment-body ol {
  921. margin-bottom: 18px;
  922. }
  923. #comments .comment-body p:last-child {
  924. margin-bottom: 6px;
  925. }
  926. #comments .comment-body blockquote p:last-child {
  927. margin-bottom: 24px;
  928. }
  929. .commentlist ol {
  930. list-style: decimal;
  931. }
  932. .commentlist .avatar {
  933. position: absolute;
  934. top: 10px;
  935. left: 10px;
  936.  
  937. }
  938. .comment-author {
  939. }
  940. .comment-author cite {
  941. color: #888;
  942. font-style: normal;
  943. font-weight: bold;
  944. }
  945. .comment-author .says {
  946. font-style: italic;
  947. }
  948. .comment-meta {
  949. font-size: 12px;
  950. margin: 0 0 18px 0;
  951. }
  952. .comment-meta a:link,
  953. .comment-meta a:visited {
  954.  
  955. text-decoration: none;
  956. }
  957. .comment-meta a:active,
  958. .comment-meta a:hover {
  959.  
  960. }
  961. .commentlist .even {
  962. background-color:transparent;
  963.  
  964. }
  965. .commentlist .bypostauthor {
  966. }
  967. .reply {
  968. font-size: 12px;
  969. padding: 0 0 24px 0;
  970. }
  971. .reply a,
  972. a.comment-edit-link {
  973.  
  974. }
  975. .reply a:hover,
  976. a.comment-edit-link:hover {
  977.  
  978. }
  979. .commentlist .children {
  980. list-style: none;
  981. margin: 0;
  982. }
  983. .commentlist .children li {
  984. border: none;
  985. margin: 0;
  986. }
  987. .nopassword,
  988. .nocomments {
  989. display: none;
  990. }
  991. #comments .pingback {
  992. margin-bottom: 18px;
  993. padding-bottom: 18px;
  994. border-bottom: 1px solid #e7e7e7;
  995. }
  996. .commentlist li.comment+li.pingback {
  997. margin-top: -6px;
  998. }
  999. #comments .pingback p {
  1000. color: #888;
  1001. font-size: 12px;
  1002. line-height: 18px;
  1003. display:block;
  1004. margin: 0;
  1005. }
  1006. #comments .pingback .url {
  1007. font-style: italic;
  1008. font-size: 13px;
  1009. }
  1010.  
  1011. .thread-odd{ background-color:#f8f8f8;}
  1012.  
  1013. /* Comments form */
  1014. input[type=submit] {
  1015. color: #333;
  1016. }
  1017. #respond {
  1018. margin: 24px 0;
  1019. border-top: 0px solid #e7e7e7;
  1020. overflow: hidden;
  1021. position: relative;
  1022. }
  1023. #respond p {
  1024. margin: 0;
  1025. }
  1026. #respond .comment-notes {
  1027. margin-bottom: 1em;
  1028. }
  1029. .form-allowed-tags {
  1030. line-height: 1em;
  1031. }
  1032. .children #respond {
  1033. margin: 0 48px 0 0;
  1034. }
  1035. h3#reply-title {
  1036. margin: 18px 0;
  1037. }
  1038. #comments-list #respond {
  1039. margin: 0 0 18px 0;
  1040. }
  1041. #comments-list ul #respond {
  1042. margin: 0;
  1043. }
  1044. #cancel-comment-reply-link {
  1045. font-size: 12px;
  1046. line-height: 18px;
  1047. font-weight: normal;
  1048. }
  1049. #respond .required {
  1050.  
  1051. font-weight:bold;
  1052. }
  1053. #respond label {
  1054. color: #888;
  1055. font-size: 12px;
  1056. }
  1057. #respond input {
  1058. margin:0 0 9px;
  1059. width:98%;
  1060. }
  1061. #respond textarea {
  1062. width:98%;
  1063. }
  1064. #respond .form-allowed-tags {
  1065. color: #888;
  1066. font-size: 12px;
  1067. line-height: 18px;
  1068. }
  1069. #respond .form-allowed-tags code {
  1070. font-size: 11px;
  1071. }
  1072. #respond .form-submit {
  1073. margin: 12px 0;
  1074. }
  1075. #respond .form-submit input {
  1076. width: auto;
  1077. font-size: 14px;
  1078. }
  1079.  
  1080.  
  1081. /* =Widget Areas
  1082. -------------------------------------------------------------- */
  1083. #sideright{padding:0px 0px 0px 30px}
  1084. #sideright h2{margin-bottom:8px;}
  1085. #sideright ul{list-style-type:none; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
  1086. #sideright ul ul li { background-image:url(images/arrowlist.gif); background-repeat:no-repeat; background-position:0px 11px; padding:5px 0px 5px 20px}
  1087.  
  1088. #sideright ul li a, #sideright ul li a:visited{color:#656253;}
  1089.  
  1090. .widget-container{ background-image:url(images/dotted-horizontal.gif); background-repeat:repeat-x; background-position:bottom; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
  1091. .box{ padding:0px 0px 15px 0px; margin:0px 0px 0px 0px;}
  1092.  
  1093. #sideright .current_page_parent a, #sideright .current-menu-item a, #sideright .current-menu-parent a{ border:0px; padding:0px;}
  1094.  
  1095. .sidebox{position:relative; margin-bottom:30px;}
  1096. .imgborder{border:solid 3px #cccccc;}
  1097.  
  1098.  
  1099.  
  1100. /*widgate ts recent post*/
  1101.  
  1102. #sideright ul.latestpost li{list-style-type:none; padding:5px 0px 10px 0px; margin:0px 0px 5px 0px; background-image:url(images/dotted-horizontal.gif);
  1103. background-repeat:repeat-x; background-position:bottom; line-height:20px}
  1104. .widget_ts_recent_posts{background-image:none!important; padding-bottom:0px; margin-bottom:0px;}
  1105.  
  1106. .smalltext{color:#999; font-size:11px;}
  1107.  
  1108. .sidebox ul.client li{margin:0px; padding:0px 5px 0px 0px; list-style-type:none; border:0px; float:left}
  1109. .sidebox ul.client li:hover{background-color:transparent;}
  1110. .text-styled{font-style:italic !important; font-size:12px; text-align:right; display:block; padding:10px 0px 0px 0px}
  1111. .text-styled a, .text-styled a:visited, .text-styled a:hover{text-decoration:none;}
  1112.  
  1113. /* widget ts requestquote */
  1114. #sideright .widget_ts_requestquote #bottombox{ background-color:transparent; padding:0px 0px 18px 0px; margin-bottom:0px; clear:left; width:260px!important;}
  1115. #sideright .col-l{float:none; width:260px!important;}
  1116. #sideright .col-r{float:none; padding:0px 0px 0px 0px; text-align:center!important;}
  1117.  
  1118.  
  1119. /*widget_ts_post_cycle*/
  1120.  
  1121. .widget_ts_post_cycle .box{padding-bottom:20px;}
  1122.  
  1123. /*requestquote portfolio*/
  1124. #bottombox{background-color:#e9e9e9; padding:20px 30px; margin-bottom:20px; clear:left; width:880px;}
  1125. #bottombox h2{ float:none;}
  1126. .col-l{float:left; width:700px}
  1127. .col-r{float:left; padding:40px 0px 0px 50px}
  1128.  
  1129.  
  1130. /* Widgate Before content */
  1131. div.widget-area.top{ margin:0px 0px 20px 0px; float:left; width:940px;}
  1132. div.widget-area.top h2{ float:left; }
  1133. div.widget-area.top ul{ margin:0px; padding:0px; line-height:normal; }
  1134. div.widget-area.top ul li{margin:0px; padding:0px; border:0px; background-image:none; line-height:normal; display:inline; }
  1135. div.widget-area.top ul ul li a{margin:0px; padding:7px 0px 0px 21px; border-bottom:0px; background-image:none; float:left; color:#626553; }
  1136. div.widget-area.top ul ul li:hover{margin:0px; padding:0px; border-bottom:0px; background-image:none; background-color:transparent; border:0px;}
  1137.  
  1138. div.widget-area.top ul ul li.current-menu-item a{ border:0px!important; padding:7px 0px 0px 21px!important; }
  1139. div.widget-area.top .widget_text h2{ float:none;}
  1140.  
  1141.  
  1142. /* Widgate After content */
  1143. div.widget-area.bottom{ margin:0px 0px 20px 0px; float:left; }
  1144. div.widget-area.bottom h2{ float:left; }
  1145. div.widget-area.bottom ul{ margin:0px; padding:0px; line-height:normal;}
  1146. div.widget-area.bottom ul li{margin: 0px; padding:0px; border-bottom:0px; background-image:none; line-height:normal; display:inline; }
  1147. div.widget-area.bottom ul ul li a{margin:0px; padding:7px 0px 0px 21px; border-bottom:0px; background-image:none; float:left; color:#626553; }
  1148. div.widget-area.bottom ul ul li:hover{margin:0px; padding:0px; border-bottom:0px; background-image:none; background-color:transparent; border:0px;}
  1149.  
  1150. div.widget-area.bottom .widget_text h2{ float:none;}
  1151. div.widget-area.bottom ul ul li.current-menu-item a{ border:0px!important; padding:7px 0px 0px 21px!important; }
  1152.  
  1153. .widget-area ul {
  1154. list-style: none;
  1155. margin-left: 0px;
  1156. }
  1157.  
  1158. .widget-area ul ul {
  1159. /*list-style: square;*/
  1160. margin:0px 0px 10px 0px !important
  1161.  
  1162. }
  1163.  
  1164. .widget-area ul ul li ul li {border:0px;}
  1165. .widget-area ul ul li ul li:hover { border:0px; }
  1166.  
  1167. .widget-area ul ul li ul {
  1168. /*list-style: square;*/
  1169. margin:0px 0px 0px 0px !important;
  1170.  
  1171. }
  1172.  
  1173.  
  1174. .widget_search #s { /* This keeps the search inputs in line */
  1175. width: 60%;
  1176. }
  1177. .widget_search label {
  1178. display:none;
  1179. }
  1180. .widget-container {
  1181. margin: 0 0 18px 0;
  1182.  
  1183. }
  1184.  
  1185. #widget-home .widget-container {
  1186. margin: 0 0 25px 0;
  1187. }
  1188.  
  1189.  
  1190. .widget-title {
  1191. color: #666;
  1192. font-size:20px;
  1193. margin-bottom:6px
  1194. }
  1195. #widget-home .widget-title {
  1196. margin-bottom:18px;
  1197. font-size:24px;
  1198. }
  1199.  
  1200. .widget-area a:link,
  1201. .widget-area a:visited {
  1202. text-decoration: none;
  1203. }
  1204. .widget-area a:active,
  1205. .widget-area a:hover {
  1206. text-decoration: underline;
  1207. }
  1208. .widget-area .entry-meta {
  1209. font-size: 11px;
  1210. }
  1211. #wp_tag_cloud div {
  1212. line-height: 1.6em;
  1213. }
  1214. #wp-calendar {
  1215. width:100%;
  1216. }
  1217.  
  1218. #today{ background-color:#d7ffd9!important}
  1219.  
  1220. #wp-calendar tr th,
  1221. #wp-calendar thead th {
  1222. color: #888;
  1223. font-size: 12px;
  1224. font-weight: bold;
  1225. line-height: 18px;
  1226. padding: 2px 2px;
  1227. }
  1228. #wp-calendar tr td {
  1229. border-top: 0px solid #e7e7e7;
  1230. padding: 2px 2px;
  1231. }
  1232.  
  1233.  
  1234. #wp-calendar caption {
  1235. font-weight: bold;
  1236. color: #222;
  1237. text-align: left;
  1238. font-size:14px;
  1239. padding-bottom: 4px;
  1240. }
  1241. #wp-calendar thead {
  1242. font-size:12px;
  1243. }
  1244. #wp-calendar thead th {
  1245. }
  1246. #wp-calendar tbody {
  1247. color: #aaa;
  1248. }
  1249. #wp-calendar tbody td {
  1250. padding: 3px 0 2px;
  1251. background: #f5f5f5;
  1252. border:1px solid #fff;
  1253. text-align: center;
  1254. }
  1255. #wp-calendar tbody .pad {
  1256. background: none;
  1257. }
  1258. #wp-calendar tfoot #next {
  1259. text-align: right;
  1260. }
  1261. .widget_rss a.rsswidget {
  1262. color: #000;
  1263. }
  1264. .widget_rss a.rsswidget:hover {
  1265.  
  1266. }
  1267. .widget_rss .widget-title img {
  1268. height: 11px;
  1269. width: 11px;
  1270. }
  1271.  
  1272. /* Main sidebars */
  1273. #primary {
  1274. }
  1275. #secondary {
  1276. }
  1277.  
  1278. /* Footer widget areas */
  1279. #footer-widget-area {
  1280. }
  1281.  
  1282.  
  1283.  
  1284. /* =Footer
  1285. -------------------------------------------------------------- */
  1286.  
  1287. #footer{padding:10px 0px 40px 0px; width:940px; clear:both; background-image:url(images/double-line.gif); background-repeat:repeat-x}
  1288. #footer-text{font-size:11px; color:#999689 }
  1289.  
  1290.  
  1291.  
  1292. /* Dropcaps */
  1293. .lettercap, .dropcap{
  1294. color:#656253;
  1295. display:block;
  1296. float:left;
  1297. font-size:40px;
  1298. line-height:40px;
  1299. margin:0 8px 0 0;}
  1300.  
  1301.  
  1302. .bk-right{ float:right; width:30%; margin-left:20px;}
  1303. .bk-left{ float:left; width:30%;}
  1304.  
  1305. /* Highlight */
  1306.  
  1307. .highlight1{padding:1px 4px;background-color:yellow;color:#111;}
  1308. .highlight2{padding:1px 4px;background-color:#111;color:#eee;}
  1309.  
  1310.  
  1311. /* column */
  1312. .one_half{ width:48%; }
  1313. .one_third{ width:30.66%; }
  1314. .one_fourth{width:22%; }
  1315. .one_half,.one_third,.one_fourth{ position:relative; margin-right:4%; float:left; }
  1316. .last{ margin-right:0 !important; clear:right; }
  1317.  
  1318.  
  1319. .two-col1{float:left; width:48%;}
  1320. .two-col2{float:left; width:48%; margin-left:4%}
  1321. .three-col1{float:left; width:30%;}
  1322. .three-col2{float:left; width:31%; margin-left:4%}
  1323. .three-col3{float:left; width:31%; margin-left:4%}
  1324. * html .three-col2{float:left; width:30%; margin-left:3%}
  1325. * html .three-col3{float:left; width:30%; margin-left:3%}
  1326.  
  1327.  
  1328. /* Tables */
  1329.  
  1330. table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #f2f2f2;margin-bottom:18px;}
  1331. table,td,th { text-align:center;}
  1332. th{padding:10px;color:#666;text-transform:uppercase;}
  1333. td{padding:10px;color:#888;}
  1334. tfoot td{border:0px;}
  1335. th,tr:hover{background-color:#f0f0f0;}
  1336. table {
  1337. border: 1px solid #e7e7e7;
  1338. text-align: left;
  1339. margin: 0 -1px 24px 0;
  1340. width: 100%;
  1341. }
  1342. tr th,
  1343. thead th {
  1344. color: #888;
  1345. font-size: 12px;
  1346. font-weight: bold;
  1347. line-height: 18px;
  1348. padding: 9px 24px;
  1349. }
  1350. tr td {
  1351. border-top: 1px solid #e7e7e7;
  1352. padding: 6px 24px;
  1353. }
  1354. tr.odd td {
  1355. background: #F2F7FC;
  1356. }
  1357.  
  1358.  
  1359.  
  1360. /* Widgate Testimonial*/
  1361. blockquote.quote{ font-size:12px!important; color:#6b6b6b; margin:10px 0px 0px 10px; padding:0px 0px 0px 30px; background:none; border:0px; background-image:url(images/quote.gif)!important; background-repeat:no-repeat; background-color:#fff; font-weight:bold; font-style:italic; }
  1362. .name-testi{ font-size:12px; line-height:normal; margin-left:10px; padding-top:0px; }
  1363. .name-testi .user{ }
  1364.  
  1365. /* Sortcode Testimonial*/
  1366. blockquote.code-testi{ margin:0px!important;}
  1367. .code-name-testi{ font-size:12px; line-height:normal; margin-left:10px; padding-top:10px; margin-bottom:15px;}
  1368. .code-name-testi .user{ font-weight:bold;}
  1369.  
  1370. .boxslideshow div.addthis_container{ display:none;}
  1371. .boxslideshow{ height:auto; color:#656253!important;}
  1372.  
  1373. .wdt-title, .wdt-title a{ font-weight:bold; font-size:14px; display:block; color:#656253!important;}
  1374.  
  1375. /*** Style Plugin ***/
  1376.  
  1377.  
  1378. /* Easy Contact Plugin Styling */
  1379. div.formcontainer{
  1380. clear: both;
  1381. overflow: hidden;
  1382. width: 100%;
  1383. }
  1384.  
  1385. div.formcontainer span.required {
  1386. color: #FF0000;
  1387. }
  1388. div.formcontainer p.error,
  1389. div.formcontainer p.important,
  1390. div.formcontainer p.information,
  1391. div.formcontainer p.success {
  1392. line-height: 250%;
  1393. width: 95%;
  1394. font-size:11px;
  1395. color:#ff0000;
  1396. }
  1397. div.formcontainer form.contact-form {
  1398. clear: both;
  1399. float: none;
  1400. }
  1401. div.formcontainer form.contact-form fieldset {
  1402. color: #777;
  1403. margin: 0.5em 0 1.5em 0;
  1404. }
  1405. div.formcontainer form.contact-form fieldset legend {
  1406. text-transform:capitalize;
  1407. }
  1408. div.formcontainer form.contact-form fieldset div.form-label {
  1409. display: block;
  1410. float:none;
  1411. line-height:150%;
  1412. margin: 0.5em 0 0 0;
  1413. padding:0;
  1414. text-align:left;
  1415. width:100%;
  1416. }
  1417. div.formcontainer form.contact-form fieldset div.form-label label,
  1418. div.formcontainer form.contact-form fieldset div.form-option label {
  1419. cursor: pointer;
  1420. line-height:100%;
  1421. }
  1422. div.formcontainer form.contact-form fieldset div.form-input,
  1423. div.formcontainer form.contact-form fieldset div.form-textarea {
  1424. display: block;
  1425. float:none;
  1426. margin: 0.2em 0 0 0;
  1427. }
  1428. div.formcontainer form.contact-form fieldset div.form-input input,
  1429. div.formcontainer form.contact-form fieldset div.form-textarea textarea {
  1430. border:solid 1px #c4c3ba;
  1431. }
  1432. div.formcontainer form.contact-form fieldset div.form-input input,
  1433. div.formcontainer form.contact-form fieldset div.form-textarea textarea {
  1434. padding: 0.3em;
  1435. }
  1436. div.formcontainer form.contact-form fieldset div.form-input input{ width:40%}
  1437. div.formcontainer form.contact-form fieldset div.form-textarea textarea {
  1438. overflow: auto;
  1439. width:70%;
  1440. }
  1441. div.formcontainer form.contact-form fieldset div.form-input input.error, div.formcontainer form.contact-form fieldset div.form-textarea textarea.error {
  1442. background-color: #FBF4E2;
  1443. }
  1444. div.formcontainer form.contact-form fieldset div.form-input input.optional {
  1445. margin-bottom: 0.2em;
  1446. }
  1447. div.formcontainer form.contact-form fieldset div.form-option,
  1448. div.formcontainer form.contact-form fieldset div.form-submit {
  1449. display: block;
  1450. float:none;
  1451. margin: 1em 0 0 0;
  1452. width:100%;
  1453. }
  1454. div.formcontainer form.contact-form fieldset div.form-submit input {
  1455. background-color:#000; border:solid 1px #363637; color:#fff !important; padding:0px 10px 2px 10px; width:120px; height: 28px; line-height:24px; margin-top:5px; cursor:pointer; font-family:Arial; text-transform:uppercase; font-size:11px;}
  1456. div.formcontainer fieldset { border:0px solid #ddd; padding:0px;}
  1457. div.formcontainer fieldset legend { padding:0px; font-weight:bold; padding:0px; color:#777; padding-left:1px }
  1458. * html div.formcontainer fieldset legend, *+html div.formcontainer legend{margin-left:-6px;}
  1459.  
  1460. /* breadcrumb */
  1461. #breadcrumbs{padding:0px 0px 20px 0px; clear:both}
  1462.  
  1463. /* WP125 STYLE */
  1464. /* Styles for one-column display */
  1465. #wp125{ clear:both}
  1466. #wp125adwrap_1c { width:100%;}
  1467. #wp125adwrap_1c .wp125ad { margin-bottom:10px; border:0px;}
  1468.  
  1469. /* Styles for two-column display */
  1470. #wp125adwrap_2c { width:100%;}
  1471. #wp125adwrap_2c .odd { width:125px; float:left !important; padding:0px 0px 0px 0px !important; border:0px !important; margin-right:6px;}
  1472. #wp125adwrap_2c .even{border:0px;}
  1473. * html #wp125adwrap_2c .odd, *+html #wp125adwrap_2c .odd{margin-bottom:6px;}/* ie only */
  1474. * html #wp125adwrap_2c .even, *+html #wp125adwrap_2c .even{margin-bottom:6px;}/* ie only */
  1475.  
  1476. /* flickr */
  1477. #flickr {}
  1478. #flickr img {
  1479. margin:4px 4px 0px 4px !important;
  1480. padding:1px;
  1481. border:1px solid #ccc;
  1482. width:70px;
  1483. height:70px;
  1484. }
  1485. .flickr_badge_image{ display:inline-block !important}
  1486. * html .flickr_badge_image, *+html .flickr_badge_image{display:inline !important}
  1487.  
  1488.  
  1489.  
  1490.  
  1491. /* WP-PageNavi plugin */
  1492. .wp-pagenavi{ }
  1493. .wp-pagenavi a {
  1494. text-decoration: none;
  1495. padding: 0px 5px;
  1496. margin: 0px;
  1497. border:solid 0px #f5f5f5!important;
  1498. color:#626553!important;
  1499. }
  1500.  
  1501. .wp-pagenavi span.pages{ border:0px !important;}
  1502. .wp-pagenavi a:hover, .wp-pagenavi span.current {
  1503. border:solid 0px #f5f5f5!important; font-weight:bold!important;
  1504. padding: 0px 5px;
  1505. margin: 0px;
  1506. }
  1507.  
  1508. .wp-pagenavi .extend {border:solid 0px #f5f5f5!important;}
Advertisement
Add Comment
Please, Sign In to add comment