Advertisement
Guest User

Untitled

a guest
Mar 16th, 2012
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.69 KB | None | 0 0
  1. /*
  2. Theme Name: Centita
  3. Theme URI: http://www.indonez.com/
  4. Description: Minimalist Business Wordpress Theme
  5. Author: Indonez
  6. Author URI: http://themeforest.net/user/indonez
  7. Version: 2.0
  8. */
  9.  
  10. /*----------------------------------------------------
  11. Centita - CSS File
  12. ------------------------------------------------------*/
  13.  
  14. /* Import CSS Reset File */
  15. @import url("css/reset.css");
  16.  
  17. /* Global
  18. ------------------------------------------------------*/
  19.  
  20.  
  21. body{
  22. font-family:Georgia, "Times New Roman", Times, serif;
  23. font-size:14px;
  24. background: #757474 url("images/gradient_background.jpg");
  25. background-repeat: repeat-x;
  26. }
  27.  
  28.  
  29. *{
  30. margin:0;
  31. padding:0;
  32. }
  33. *:focus{
  34. outline:none; /* removes ugly dotted border but may make template more unsuable, up to you if you want to keep it! */
  35. }
  36. .clr{clear:both}
  37. form{
  38. margin:0; padding:0;
  39. }
  40. hr{
  41. border:0;
  42. color:#dedede;
  43. background-color: #dedede;
  44. height: 1px;
  45. margin:10px 0px 6px 0px;
  46. padding:0px;
  47. }
  48.  
  49. /* Default Element Styles
  50. ------------------------------------------------------*/
  51. /* heading */
  52. h1, h2, h3, h4, h5{
  53. margin-bottom:15px;
  54. font-family:Georgia, "Times New Roman", Times, serif;
  55. font-weight:normal;
  56. color:#fffff;
  57.  
  58. }
  59. h1{
  60. font-size:36px;
  61. line-height:30px;
  62.  
  63. }
  64. h2{
  65. font-size:24px;
  66. line-height:28px;
  67. }
  68. h3{
  69. font-size:18px;
  70. line-height:20px;
  71. }
  72. h4{
  73. font-size:16px;
  74. line-height:18px;
  75. }
  76. h5{
  77. font-size:12px;
  78. margin:3px 0px;
  79. padding:0px;
  80. letter-spacing:1px;
  81. }
  82.  
  83.  
  84. /* links */
  85. a{
  86. color:#2F87AA;
  87. text-decoration:none;
  88. }
  89. a:visited{
  90. color:#2F87AA; text-decoration:none;
  91. }
  92. a:hover{
  93. color:#4c4c4c;
  94. }
  95. a img{
  96. border:none
  97. }
  98. .imgleft{
  99. float:left;
  100. padding:5px 12px 0px 0px;
  101. }
  102. .imgright{
  103. float:right;
  104. padding-left:12px;
  105. }
  106. /* lists, blockquotes and paragraphs */
  107. p, ul, ol, blockquote{
  108. font-size:12px;
  109. line-height:18px;
  110. margin-bottom:20px;
  111. color:#4c4c4c;
  112. }
  113. ul, ol{
  114. margin:10px 0 35px 40px;
  115. }
  116. li ol, li ul{
  117. font-size:1.0em;
  118. list-style:square;
  119. margin-bottom:0;
  120. margin-top:0;
  121. }
  122. li ol{
  123. list-style:decimal;
  124. }
  125. blockquote{
  126. font-style:italic;
  127. margin:0px;
  128. color:#4c4c4c;
  129. padding:0px 4px 0px 32px;
  130. background-position:0px 5px;
  131. background-repeat:no-repeat;
  132. }
  133.  
  134.  
  135. /* code */
  136. code{
  137. font-family:Georgia, "Times New Roman", Times, serif;
  138. letter-spacing:1px;
  139. margin:25px 0 25px 0px;
  140. display:block;
  141. font-size:0.9em;
  142. border-left:4px solid #dddddd;
  143. padding:15px 10px;
  144. }
  145. pre{
  146. clear: both;
  147. font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  148. background: url(images/pre_bg.gif) repeat;
  149. border: 1px solid #d3d3d3;
  150. padding: 18px 20px 15px 20px;
  151. line-height: 19px;
  152. overflow:auto;
  153. overflow-Y: hidden;
  154. color: #555;
  155. margin: 0 0 20px 0;
  156. }
  157.  
  158. /* Arrow List */
  159. .arrowlist {
  160. margin-bottom: 20px;
  161. margin-left: 5px;
  162. list-style: none;
  163. }
  164. .arrowlist li {
  165. font-size: 12px;
  166. margin: 0 0 5px 0;
  167. padding-bottom: 5px;
  168. padding-left: 20px;
  169. background: url(images/arrow.gif) 0 5px no-repeat;
  170. color: #4c4c4c;
  171.  
  172. }
  173. /* Check List */
  174. .checklist {
  175. margin-bottom: 20px;
  176. margin-left: 5px;
  177. list-style: none;
  178. }
  179. .checklist li {
  180. font-size: 12px;
  181. margin: 0 0 5px 0;
  182. padding-bottom: 5px;
  183. padding-left: 25px;
  184. background: url(images/tick.png) 0 0 no-repeat;
  185. color: #4c4c4c;
  186. border-bottom: 1px solid #dfdfdf;
  187. }
  188. /* Check List */
  189. .bulletlist {
  190. margin-bottom: 20px;
  191. margin-left: 5px;
  192. list-style: none;
  193. }
  194. .bulletlist li {
  195. font-size: 12px;
  196. margin: 0 0 5px 0;
  197. padding-bottom: 5px;
  198. padding-left: 20px;
  199. background: url(images/bullet.png) 0 5px no-repeat;
  200. color: #4c4c4c;
  201.  
  202. }
  203. /* Item List */
  204. .itemlist {
  205. margin-bottom: 20px;
  206. margin-left: 5px;
  207. list-style: none;
  208. }
  209. .itemlist li {
  210. font-size: 12px;
  211. margin: 0 0 5px 0;
  212. padding-bottom: 5px;
  213. padding-left: 20px;
  214. background: url(images/item.png) 0 5px no-repeat;
  215. color: #4c4c4c;
  216. border-bottom: 1px solid #dfdfdf;
  217. }
  218. /* Dropcap */
  219. .dropcap{
  220. background:transparent url(images/big-bullet.png) no-repeat scroll -1px -1px;
  221. color:#ffffff;
  222. float:left;
  223. font-size:24px;
  224. height:41px;
  225. line-height:30px;
  226. margin-bottom:-10px;
  227. margin-right:10px;
  228. padding-top:5px;
  229. text-align:center;
  230. width:41px;
  231. }
  232. /* Pullquotes */
  233.  
  234. .pullquote_right,.pullquote_left{
  235. color:#9F9F9F;
  236. float:right;
  237. font-size: 16px;
  238. letter-spacing:0px;
  239. margin-bottom:0;
  240. margin-top:10px;
  241. margin-left:20px;
  242. padding:0 10px;
  243. width:33%;
  244. font-style: italic;
  245. background: url(images/quote.png) top left no-repeat;
  246. font-family: Georgia, "Times New Roman", Times, serif;
  247. }
  248. .pullquote_left{
  249. border-left: none;
  250. float:left;
  251. margin-left:0px;
  252. margin-right:10px;
  253. }
  254.  
  255. .button_readmore {
  256. background: #ffffff;
  257. border: 1px solid #dadada;
  258. padding: 5px 10px 7px 10px;
  259. text-transform: uppercase;
  260. text-decoration: none;
  261. font-size: 11px;
  262. color: #555555;
  263. }
  264.  
  265. /* Custom Message Styling */
  266. .info {
  267. margin: 15px 0;
  268. font-size: 14px;
  269. color: #246EA7;
  270. padding: 15px 12px 15px 47px;
  271. background: #DFECF7 url(images/info.png) .5em .4em no-repeat;
  272. border: 1px solid #A7CEEC;
  273. -webkit-border-radius: 4px;
  274. -moz-border-radius: 4px;
  275.  
  276. }
  277. .error {
  278. margin: 15px 0;
  279. font-size: 14px;
  280. color: #C92036;
  281. padding: 15px 12px 15px 47px;
  282. background: #FAE1E1 url(images/error.png) .5em .4em no-repeat;
  283. border: 1px solid #EDA8A8;
  284. -webkit-border-radius: 4px;
  285. -moz-border-radius: 4px;
  286. border-radius: 4px;
  287. -moz-box-shadow:0 0 6px #aaaaaa;
  288. box-shadow:0 0 6px #aaaaaa;
  289. -webkit-box-shadow:0 0 6px #aaaaaa;
  290. }
  291. .warning {
  292. margin: 15px 0;
  293. font-size: 14px;
  294. color: #E08820;
  295. padding: 15px 12px 15px 47px;
  296. background: #FDF4D7 url(images/warning.png) .5em .4em no-repeat;
  297. border: 1px solid #E8C779;
  298. -webkit-border-radius: 4px;
  299. -moz-border-radius: 4px;
  300. border-radius: 4px;
  301. -moz-box-shadow:0 0 6px #aaaaaa;
  302. box-shadow:0 0 6px #aaaaaa;
  303. -webkit-box-shadow:0 0 6px #aaaaaa;
  304. }
  305. .success,
  306. .success-message{
  307. margin: 15px 0;
  308. font-size: 14px;
  309. color: #84AF22;
  310. padding: 15px 12px 15px 47px;
  311. background: #E6F2D2 url(images/ok.png) .5em .4em no-repeat;
  312. border: 1px solid #96C24A;
  313. -webkit-border-radius: 4px;
  314. -moz-border-radius: 4px;
  315. border-radius: 4px;
  316. -moz-box-shadow:0 0 6px #aaaaaa;
  317. box-shadow:0 0 6px #aaaaaa;
  318. -webkit-box-shadow:0 0 6px #aaaaaa;
  319. }
  320. /* Highlight Styles */
  321.  
  322. .highlight-yellow {padding:1px 4px;background-color:yellow;color:#111;}
  323. .highlight-dark{padding:1px 4px;background-color:#6a6a6a;color:#fff;}
  324. .highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}
  325. .highlight-green{padding:1px 4px;background-color:#A3CC29;color:#111;}
  326.  
  327. /* Front Page Slider
  328. ------------------------------------------------------*/
  329. #slider1 {
  330. width: 960px; /* important to be same as image width */
  331. height: 280px; /* important to be same as image height */
  332. position: relative; /* important */
  333. overflow: hidden; /* important */
  334.  
  335. }
  336.  
  337.  
  338.  
  339. }
  340. #slider1 ul {
  341. margin-bottom: 0;
  342. }
  343. #slider1 li {
  344. border: none;
  345. color: #dadada;
  346. margin: 0;
  347. padding-bottom: 5px;
  348. }
  349. #slider1Content {
  350. width: 960px; /* important to be same as image width or wider */
  351. position: absolute;
  352. top: 0;
  353. margin-left: 0;
  354. }
  355. .slider1Image {
  356. float: left;
  357. position: relative;
  358. display: none;
  359. }
  360. .slider1Image span {
  361. position: absolute;
  362. font-size:12px;
  363. padding:15px 20px;
  364. width: 960px;
  365. background-color: #000;
  366. filter: alpha(opacity=70);
  367. -moz-opacity: 0.7;
  368. -khtml-opacity: 0.7;
  369. opacity: 0.7;
  370. color: #fff;
  371. display: none;
  372. }
  373. .clear {
  374. clear: both;
  375. }
  376. .slider1Image span strong {
  377. font-size: 24px;
  378. }
  379. .slider1Image span.top strong,
  380. .slider1Image span.bottom strong{
  381. margin: 0;
  382. padding: 0;
  383. }
  384. span p {
  385. color: #fff;
  386. }
  387. span.top p,
  388. span.bottom p {
  389. margin-right:20px;
  390. }
  391. span.right {
  392. right: 0;
  393. bottom: 0;
  394. width: 272px !important;
  395. height: 260px;
  396. }
  397. span.top {
  398. top: 0;
  399. left: 0;
  400. height: 60px;
  401. }
  402. span.bottom {
  403. bottom: 0;
  404. left: 0;
  405. height: 70px;
  406. padding: 10px;
  407. }
  408. span.left {
  409. top: 0;
  410. left: 0;
  411. width: 272px !important;
  412. height: 260px;
  413. }
  414. ul {
  415. list-style-type: none;
  416. }
  417. a.more {
  418. display: inline-block;
  419. margin-top:10px;
  420. padding: 5px 10px;
  421. background: #2f87aa;
  422. color: #ffffff;
  423. }
  424.  
  425. #slider {
  426. margin-top: 20px;
  427. position:relative;
  428. width:960px; /* Change this to your images width */
  429. height:280px; /* Change this to your images height */
  430. background:url(images/loading.gif) no-repeat 50% 50%;
  431. }
  432. #slider img {
  433. position:absolute;
  434. top:0px;
  435. left:0px;
  436. display:none;
  437. }
  438. #slider a{
  439. border:0;
  440. display:block;
  441. }
  442.  
  443.  
  444.  
  445. /* Container
  446. ------------------------------------------------------*/
  447. #bottom_container{
  448. background: #454444;
  449. height: 100px;
  450. margin: 0 auto;
  451. padding:0px 0px 0px 0px;
  452. width: 990px;
  453. -moz-box-shadow: 0 0 5px #888;
  454. -webkit-box-shadow: 0 0 5px#888;
  455. box-shadow: 0 0 5px #888;
  456. }
  457.  
  458.  
  459.  
  460. /* Centercolumn
  461. ------------------------------------------------------*/
  462. #centercolumn{
  463. background: none repeat scroll 0 0 #FFFFFF;
  464. margin: 0 auto;
  465. padding:0px 15px 0px 15px;
  466. width: 960px;
  467. height:auto;
  468. -moz-box-shadow: 0 0 5px #888;
  469. -webkit-box-shadow: 0 0 5px#888;
  470. box-shadow: 0 0 5px #888;
  471.  
  472. }
  473.  
  474. /* Header */
  475.  
  476. *header{
  477. padding:0px 0px 0px 0px;
  478.  
  479. }
  480.  
  481.  
  482. #header-wrapper {
  483. width: 990px;
  484. margin: 0 auto;
  485. padding:0px 0px 0px 0px;
  486.  
  487. }
  488.  
  489.  
  490. #menu-wrapper {
  491. height: 46px;
  492. margin: 0 auto;
  493. width: 990px;
  494.  
  495. }
  496. #menu-container {
  497. height:44px;
  498. width: 990px;
  499. margin: 0;
  500. padding: 0;
  501.  
  502.  
  503. }
  504.  
  505. #logo{
  506. width:300px;
  507. padding:5px 0px 0px 0px;
  508. float:left;
  509. }
  510.  
  511.  
  512. #topmenu{
  513. width:955px;
  514. margin-left: auto;
  515. margin-right: auto;
  516. }
  517.  
  518. #portal {
  519. float: right;
  520. padding-top: 10px;
  521.  
  522. }
  523.  
  524. #social_container{
  525. float: right;
  526. padding:10px 0px 5px 250px;
  527. }
  528.  
  529. /* Seacrh styling */
  530. #search-box{
  531. padding:15px 0px 0px 0px;
  532.  
  533. }
  534. #search{
  535. float:right;
  536. width:auto;
  537. }
  538.  
  539. #s{
  540. font:12px Georgia, "Times New Roman", Times, serif;
  541. font-size:11px;
  542. color:#444444;
  543. padding:5px 30px 2px 3px;
  544. background color:eaeaea;
  545. border:1px solid #d9d9d9;
  546. width:210px;
  547. }
  548. #s:focus{
  549. border:1px solid #adacac;
  550. color:#adacac;
  551. }
  552. #search .go{
  553. position:absolute;
  554. margin:2px 0 0 -26px;
  555. background: url(images/search-icon.gif);
  556. height: 17px;
  557. width: 18px;
  558. cursor:pointer;
  559. border: none;
  560. color:#444444;
  561. }
  562. @media screen and (-webkit-min-device-pixel-ratio:0) {
  563. #search .go {
  564. position:absolute;
  565. margin:-19px 0 0 198px;
  566. background: url(images/search-icon.gif);
  567. height: 17px;
  568. width: 18px;
  569. cursor:pointer;
  570. border: none;
  571. }
  572. }
  573.  
  574.  
  575. span.descmenu{
  576. font-size:11px;
  577. padding:0px 0px;
  578. color:#989797;
  579. text-transform:lowercase;
  580. }
  581.  
  582. }
  583. }
  584.  
  585. /* Content
  586. ------------------------------------------------------*/
  587. #content{
  588. width:960;
  589.  
  590. }
  591.  
  592. #maincontent{
  593. padding:10px 0px 30px 0px;
  594. background: #fffff;
  595. overflow: hidden;
  596.  
  597. }
  598. .h-line {
  599. padding:4px 0px;
  600. }
  601.  
  602. /* main */
  603. #main{
  604. width:610px;
  605. float:left;
  606. }
  607.  
  608. #maintext{
  609. padding:0px 0px 20px 0px;
  610.  
  611.  
  612. }
  613. #maintext h2{
  614. margin:0px;
  615.  
  616. }
  617. #maintext h1,
  618. #fullwidth h1 {
  619. color:#2f87aa;
  620. font-size: 25px;
  621. }
  622. #maintext_portfolio{
  623. padding:0px 0px 0px 0px
  624.  
  625. }
  626. .box-main{
  627. width:290px;
  628. float:left;
  629. padding:28px 0px 0px 0px;
  630. margin-bottom: 20px;
  631. }
  632.  
  633. #maintext table.data {
  634. border-width: 1px;
  635. border-left:1px solid #d9d9d9;
  636. border-right:1px solid #d9d9d9;
  637. border-bottom:1px solid #d9d9d9;border-color: #dcdcdc;
  638. border-collapse: separate;
  639. background-color: white;
  640. }
  641.  
  642. #maintext table.data th {
  643. border-width: 1px;
  644. padding: 1px;
  645. border-style: solid;
  646. border-color: #dcdcdc;
  647. background-color: white;
  648. -moz-border-radius: ;
  649. }
  650.  
  651. #maintext table.data td {
  652. border-width: 1px;
  653. padding: 1px;
  654. border-style: solid;
  655. border-color: #dcdcdc;
  656. background-color: white;
  657. -moz-border-radius: ;
  658. }
  659.  
  660. .spacer{
  661. width:30px;
  662. float:left;
  663. display:block;
  664. height:100%;
  665. }
  666. .icon {
  667. width:77px;
  668. height:120px;
  669. float:left;
  670. margin: 0 10px 0 5px;
  671. }
  672. .box-main span.read-more {
  673. margin-right: 10px;
  674. }
  675.  
  676.  
  677. /* side */
  678. #side{
  679. width:312px;
  680. margin:8px 0px 0px 38px;
  681. float:left;
  682.  
  683.  
  684. }
  685.  
  686. .home_sidebox {
  687. padding:10px 18px 5px 18px;
  688. margin-bottom:14px;
  689. border-left:1px solid #d9d9d9;
  690. border-right:1px solid #d9d9d9;
  691. border-bottom:1px solid #d9d9d9;
  692. }
  693.  
  694.  
  695. .home_sidebox-top{
  696. background-image:url(images/top-border-side.gif);
  697. background-repeat:no-repeat;
  698. background-position:top;
  699. height:4px;
  700.  
  701. }
  702. .sidebox{
  703. padding:10px 18px 5px 18px;
  704. margin-bottom:14px;
  705. border-left:1px solid #d9d9d9;
  706. border-right:1px solid #d9d9d9;
  707. border-bottom:1px solid #d9d9d9;
  708. background-color: #ececec;
  709.  
  710.  
  711. }
  712. .county_sidebox{
  713. padding:10px 18px 5px 18px;
  714. margin-bottom:14px;
  715. border-left:1px solid #d9d9d9;
  716. border-right:1px solid #d9d9d9;
  717. border-bottom:1px solid #d9d9d9;
  718. -moz-border-radius: 0px 0px 10px 10px;
  719. background-color: #E6E6DC;
  720. }
  721.  
  722. .sidebox-top{
  723. background-image:url(images/top-border-side.gif);
  724. background-repeat:no-repeat;
  725. background-position:top;
  726. height:4px;
  727. }
  728. #latest-news{
  729. padding:10px 18px 5px 18px;
  730. margin-bottom:14px;
  731. border-left:1px solid #444444;
  732. border-right:1px solid #44444;
  733. border-bottom:1px solid #44444;
  734. }
  735.  
  736.  
  737.  
  738. /* scroll widget */
  739. .scroll,
  740. #maintext .scroll {
  741. position:relative;
  742. min-height:137px;
  743. border:1px solid #d9d9d9;
  744. margin:0 0 20px 0;
  745. background:#fff;
  746. width: auto;
  747. }
  748. .scroll ul,
  749. #maintext .scroll ul {
  750. position:relative;
  751. width:276px;
  752. height:78px;
  753. margin:0px;
  754. list-style:none;
  755. }
  756. #maintext .scroll ul {
  757. height:100%;
  758. }
  759. .scroll ul li,
  760. #maintext .scroll ul li {
  761. width:276px;
  762. height:78px;
  763. margin:0;
  764. line-height:18px;
  765. }
  766. #maintext .scroll ul li {
  767. background: none;
  768. margin: 0;
  769. padding: 0;
  770. width:246px;
  771. height:108px;
  772. }
  773. .scroll ul li span,
  774. #maintext .scroll ul li span{
  775. display:block;
  776. margin:0 0 .4em;
  777. }
  778. .scroll ol,
  779. #maintext .scroll ol{
  780. height:22px;
  781. position:absolute;
  782. top:0;
  783. right:15px;
  784. list-style:none;
  785. }
  786. .scroll ol li,
  787. #maintext .scroll ol li{
  788. float:left;
  789. }
  790. .scroll ol a,#maintext .scroll ol a {
  791. display:block;
  792. width:11px;
  793. height:22px;
  794. margin:0 1px;
  795. padding:0 2px;
  796. text-indent:-9999px;
  797. background-repeat:no-repeat;
  798. background-position:50% 0;
  799. }
  800. .scroll ol li.previous a,#maintext.scroll ol li.previous a{background-image:url("images/icon-arrow-down.gif");}
  801. .scroll ol li.next a,#maintext .scroll ol li.next a {background-image:url("images/icon-arrow-up.gif");}
  802. .scroll ol li a:hover,#maintext .scroll ol li a:hover {background-position:50% 100%; }
  803.  
  804.  
  805.  
  806. /* Footer
  807. ------------------------------------------------------*/
  808. #footer{
  809. width:960px;
  810. height: auto;
  811. margin:0px auto;
  812. color:#454444; !important
  813. }
  814. #footer a, #footer a:visited{
  815. color:#ffffff;
  816. text-decoration:none;
  817. }
  818. #foot a:hover{
  819. text-decoration:underline;
  820. color: #4ba7cc;;
  821. }
  822.  
  823.  
  824. #mailinglist-foot{
  825. margin:0px 0px 0px 0px;
  826. padding:20px 0px 0px 0px;
  827. float:left;
  828. color:#ffffff;
  829. line-height: 125%;
  830.  
  831. }
  832.  
  833. #mailinglist-foot a:hover{
  834. text-decoration:none;
  835. color: #4ba7cc;
  836. }
  837.  
  838. #copyright-foot{
  839. margin:0px 0px 0px 0px;
  840. padding:10px 0px 0px 0px;
  841. float:right;
  842. color:#ffffff;
  843. line-height: 125%;
  844. }
  845.  
  846. #copyright-foot a:hover{
  847. text-decoration:none;
  848. color: #4ba7cc;
  849. }
  850.  
  851. #footer .section_title {
  852. color: #169fe2;
  853. font-size: 18px;
  854. margin-bottom: 2px;
  855. text-transform: uppercase;
  856. }
  857.  
  858. #site_sponsor {
  859. margin:0px 0px 0px 0px;
  860. padding:20px 0px 0px 120px;
  861. float:left;
  862. color:#fffff;
  863. }
  864.  
  865.  
  866. /* About
  867. ------------------------------------------------------*/
  868. .sidebox p {
  869. margin-bottom:10px;
  870. }
  871. ul.about-list,.widgets ul {
  872. margin:0px;
  873. padding:0px 0px 0px 0px;
  874. list-style-type:none;
  875. color:#bdbdbd;
  876. }
  877. ul.about-list li,
  878. .widgets li{
  879. background-image:url(images/arrow.gif);
  880. background-position:0px 6px;
  881. background-repeat:no-repeat;
  882. padding:0px 0px 10px 22px;
  883. line-height:18px;
  884. }
  885. ul.about-list li a,
  886. ul.about-list li a:visited,
  887. .widgets li a,
  888. .widgets li a:visited{
  889. color:#4c4c4c;
  890. text-decoration:none;
  891. }
  892. ul.about-list li a:hover,
  893. .widgets li a:hover{
  894. color:#2f87aa;
  895. }
  896.  
  897.  
  898. /* Blog
  899. ------------------------------------------------------*/
  900. .blog-post h3 {
  901. color:#ffffff;
  902. margin-bottom:0px
  903. ;}
  904. .blog-post {
  905. padding-bottom:5px;
  906. margin-bottom:5px;
  907. padding-top: 10px;
  908. }
  909. .blog-posted{
  910. padding-top:5px;
  911. margin-bottom:20px;
  912. height:20px;
  913. font-size:11px;
  914. color:#adacac;
  915. border-bottom:1px solid #d9d9d9;
  916. }
  917. #recentPostList{
  918. width:270px;
  919. float:left;
  920. margin-left:30px;
  921. }
  922. #related-post-title{
  923. padding:3px 0px 4px 0px;
  924. height:20px;
  925. font-weight:bold;
  926. color:#2f87aa;
  927. border-bottom:1px solid #d9d9d9;
  928. border-top:1px solid #d9d9d9;
  929. }
  930. .related-comment-title{
  931. padding:3px 0px 4px 0px;
  932. margin-bottom:5px;
  933. height:20px;
  934. font-weight:bold;
  935. color:#2f87aa;
  936. border-bottom:1px solid #d9d9d9;
  937. border-top:1px solid #d9d9d9;
  938. }
  939. .related-item-wrapper{
  940. font-size:11px;
  941. height:105px;
  942. width:270px;
  943. padding:0px 9px 0px 0px;
  944. float:left;
  945. color:#adacac;
  946. cursor:pointer;
  947. }
  948. .related-item-wrapper:hover{
  949. background-color:#f8f8f8;
  950. }
  951. .related-item-wrapper h4{
  952. color:#2f87aa;
  953. }
  954. .related-item-wrapper img{
  955. width:65px;
  956. height:65px;
  957. }
  958. .related-spacer{
  959. width:8px;
  960. float:left;
  961. }
  962. .posted-detail{
  963. float:left;
  964. }
  965. .read-more{
  966. float:right;
  967. }
  968.  
  969. #commentFormArea {
  970. width:310px;
  971. color:#6b6b6b;
  972. float:left;
  973. }
  974. .input-comment{
  975. background-color: #ffffff;
  976. border:1px solid #d9d9d9;
  977. width:213px;
  978. padding:5px 5px 5px 5px;
  979. margin:0px;
  980. color:#6b6b6b;
  981. }
  982. .input-submit-comment {
  983. background-image:url(images/but-send.gif); si
  984. background-repeat:no-repeat;
  985. padding:0px;
  986. margin:0px;
  987. border:0px;
  988. width:73px;
  989. height:21px;
  990. cursor:pointer;
  991. float:right;
  992. }
  993. .textarea-comment {
  994. background-color: #ffffff;
  995. border:1px solid #d9d9d9;
  996. width:213px;
  997. padding:5px 5px 5px 5px;
  998. margin:0px;
  999. color:#6b6b6b;
  1000. }
  1001. fieldset {
  1002. border:0;
  1003. margin:0;
  1004. padding:0;
  1005. }
  1006. label {
  1007. padding-right:15px;
  1008. float:left;
  1009. width:70px;
  1010. }
  1011. input.text{
  1012. width:290px;
  1013. font:12px/12px 'courier new',courier,monospace;
  1014. color:#333;
  1015. padding:3px;
  1016. margin:1px 0;
  1017. }
  1018. .commonPageListControlBar{
  1019. height: 30px;
  1020. background-color: #fff;
  1021. margin-top:30px;
  1022. text-align: left;
  1023. }
  1024. .commonPageListBtn{
  1025. border: 1px solid #d9d9d9;
  1026. background-color:transparent;
  1027. color:#000;
  1028. font: normal 11px/28px Verdana;
  1029. padding: 6px;
  1030. cursor: pointer;
  1031. }
  1032. .commonPageListControlBar a,
  1033. .commonPageListControlBar a:visited{
  1034. color:#414141;
  1035. }
  1036. .commonPageListBtn:hover{
  1037. text-decoration: underline;
  1038. }
  1039. .commonPageListBtnSelected{
  1040. border: 1px solid #E6E6DC;
  1041. background-color: #E6E6DC;
  1042. color:#414141;
  1043. font: normal 11px/28px Verdana;
  1044. padding: 6px;
  1045. cursor:default;
  1046. }
  1047.  
  1048.  
  1049. /* Content
  1050. ------------------------------------------------------*/
  1051. #content h4{
  1052. margin-bottom:8px;
  1053. }
  1054. #main_text{
  1055. padding:20px 0px 0px 0px;
  1056. }
  1057.  
  1058.  
  1059. /* Sidebar
  1060. ------------------------------------------------------*/
  1061. #newsletter fieldset {
  1062. margin:0px;
  1063. padding-bottom:20px;
  1064. border:0px;
  1065. }
  1066. .but {
  1067. vertical-align:middle;
  1068. padding-left:2px;
  1069. }
  1070. .inputbox01 {
  1071. font-family:Georgia, "Times New Roman", Times, serif;
  1072. font-size:11px;
  1073. width:180px;
  1074. border:1px solid #d9d9d9;
  1075. vertical-align:top;
  1076. padding:3px 4px 2px 3px;
  1077. color:#c8c9be;
  1078. }
  1079. .inputbox01:focus{
  1080. border:1px solid #adacac;
  1081. color:#adacac;
  1082. }
  1083. #testimonials{
  1084. padding:10px 18px 15px 18px;
  1085. margin-bottom:14px;
  1086. border-left:1px solid #d9d9d9;
  1087. border-right:1px solid #d9d9d9;
  1088. border-bottom:1px solid #d9d9d9;
  1089. -moz-border-radius: 0px 0px 10px 10px;
  1090.  
  1091. }
  1092. .scroll ul{
  1093. position:relative;
  1094. width:276px;
  1095. height:132px;
  1096. margin:0px;
  1097. list-style:none;
  1098.  
  1099. }
  1100. .scroll ul li{
  1101. width:276px;
  1102. height:132px;
  1103. margin:0;
  1104. line-height:18px;
  1105.  
  1106. }
  1107. #maintext .box-main #testimonials {
  1108. padding:10px 18px 15px 18px;
  1109. font-weight: bold;
  1110. }
  1111. #maintext .box-main .scroll ul{
  1112. height:142px;
  1113. }
  1114. #maintext .box-main .scroll ul li{
  1115. height:142px;
  1116. }
  1117. #maintext #testimonial_list {}
  1118. #maintext #testimonial_list li {
  1119. background: none;
  1120. margin: 0 0 30px 0;
  1121. padding: 0;
  1122. }
  1123. #maintext #testimonial_list li p {
  1124. margin: 10px;
  1125. }
  1126.  
  1127. /* Portfolio Category Filter */
  1128. #filter {
  1129. display: block;
  1130. text-transform: uppercase;
  1131. text-decoration: none;
  1132. font: normal 11px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  1133. margin: 5px 0;
  1134. }
  1135. #filter ul {
  1136. margin: 10px 10px 25px 10px;
  1137. padding: 0;
  1138. }
  1139. ul#filter {
  1140. margin: 10px 0 25px 0;
  1141. padding: 0 0 20px 0;
  1142. }
  1143. #filter li {
  1144. display: inline;
  1145. color: #a1a2a2;
  1146. font-weight: bold;
  1147. margin-right: 5px;
  1148. }
  1149. #filter li a {
  1150. margin-right: 2px;
  1151. padding: 5px 8px;
  1152. border: 1px solid #dadada;
  1153. color: #a1a2a2;
  1154. text-decoration: none;
  1155. }
  1156. #filter li a:hover,
  1157. #filter li a.current,
  1158. #filter li.current a,
  1159. #filter li.current-cat a {
  1160. background-color: #e0e0e0;
  1161. color: #8a8a8a;
  1162. border: 1px solid #dadada;
  1163. text-decoration: none;
  1164. }
  1165.  
  1166. /* Portfolio
  1167. ------------------------------------------------------*/
  1168. #main-portfolio{
  1169. width:960px;
  1170. float:left;
  1171. }
  1172. .box-pf-top{
  1173. width:220px;
  1174. float:left;
  1175. margin:0px 18px 38px 0px;
  1176. }
  1177. .box-pf-bottom{
  1178. width:220px;
  1179. float:left;
  1180. margin:0px 26px 18px 0px;
  1181. }
  1182. .box-pf-top-last{
  1183. width:220px;
  1184. float:left;
  1185. margin-bottom:38px;
  1186. }
  1187. .box-pf-bottom-last{
  1188. width:220px;
  1189. float:left;
  1190. margin-bottom:18px;
  1191. }
  1192. .quote{
  1193. padding-top:18px;
  1194. }
  1195. .quote h2{
  1196. color:#2f87aa;
  1197. padding-bottom:10px;
  1198. }
  1199. .detail{
  1200. font-weight:bold;
  1201. margin-bottom:0px;
  1202. }
  1203. #desc-project1,
  1204. #desc-project2,
  1205. #desc-project3,
  1206. #desc-project4,
  1207. #desc-project5,
  1208. #desc-project6,
  1209. #desc-project7,
  1210. #desc-project8{
  1211. display:none;
  1212. }
  1213. .pf-boximg {
  1214. float: left;
  1215. width:620px;
  1216. }
  1217. .pf-boxdesc {
  1218. float: left;
  1219. width:280px;
  1220. margin-left: 10px;
  1221. }
  1222.  
  1223. /* Contact
  1224. ------------------------------------------------------*/
  1225. #maincontactform {
  1226. margin: 10px 0px 20px 0px;
  1227. }
  1228. #maincontactform label {
  1229. font-size: 12px;
  1230. color: #9b9b9b;
  1231. width: 100px;
  1232. float: left;
  1233. font-weight: normal;
  1234. clear: both;
  1235. }
  1236. .textfield {
  1237. float: left;
  1238. font-family:Arial, Helvetica, sans-serif;
  1239. font-size:12px;
  1240. margin-bottom: 10px;
  1241. padding: 3px;
  1242. color: #8a8a8a;
  1243. width: 400px;
  1244. height: 22px;
  1245. background-color:#ffffff;
  1246. border:1px solid #dcdcdc;
  1247. clear: both;
  1248. }
  1249. .textarea {
  1250. clear: both;
  1251. font-family:Arial, Helvetica, sans-serif;
  1252. font-size:12px;
  1253. float: left;
  1254. margin: 0;
  1255. padding: 3px;
  1256. color: #8a8a8a;
  1257. width: 400px;
  1258. height: 106px;
  1259. background-color:#ffffff;
  1260. border:1px solid #dcdcdc;
  1261. overflow: hidden
  1262. }
  1263. .buttoncontact {
  1264. clear:both;
  1265. float:right;
  1266. width:101px;
  1267. height:25px;
  1268. border: none;
  1269. background: url(images/send-button.gif) no-repeat;
  1270. cursor:pointer;
  1271. margin:10px 262px 0px 0px;
  1272. }
  1273. #emailSuccess{
  1274. display: block;
  1275. border:1px solid #91E691;
  1276. background-color:#E0FFE0;
  1277. color:#007500;
  1278. text-align:center;
  1279. padding:7px 30px;
  1280. display: none;
  1281. }
  1282. .require {
  1283. float: left;
  1284. display: inline;
  1285. color: #f00;
  1286. font-weight: bold;
  1287. margin-left: 5px;
  1288. }
  1289. .loading {
  1290. margin-top: 15px;
  1291. float: left;
  1292. background: url(images/loading.gif) top left no-repeat;
  1293. padding-left: 32px;
  1294. font-size: 1.2em;
  1295. color: #9b9b9b;
  1296. margin-left: 10px;
  1297. }
  1298. #contactmap {
  1299. width: 274px;
  1300. height: 225px;
  1301. margin-bottom: 10px;
  1302. }
  1303. .input-submit {
  1304. background-image:url(images/but-send.gif);
  1305. background-repeat:no-repeat;
  1306. padding:0px;
  1307. border:0px;
  1308. width:73px;
  1309. height:21px;
  1310. cursor:pointer;
  1311. float:right;
  1312. margin-top:10px;
  1313. margin-right:200px;
  1314. }
  1315.  
  1316. #address{
  1317. padding-bottom:15px;
  1318. }
  1319. #address ul{
  1320. margin:0px;
  1321. padding:0px 0px 0px 0px;
  1322. }
  1323. #address ul li{
  1324. list-style-type:none;
  1325. padding:5px 31px;
  1326. color:#444444;
  1327. }
  1328. #address ul li a,
  1329. #contact ul li a:visited{
  1330. color:#444444;
  1331. text-decoration:none;
  1332. }
  1333. #address ul li.mail{
  1334. background-image:url(images/icon-mail.jpg);
  1335. background-repeat:no-repeat;
  1336. background-position:0 5px;
  1337. }
  1338. #address ul li.phone{
  1339. background-image:url(images/icon-phone.jpg);
  1340. background-repeat:no-repeat;
  1341. background-position:0 5px;
  1342. }
  1343. #address ul li.address{
  1344. background-image:url(images/icon-globe.jpg);
  1345. background-repeat:no-repeat;
  1346. background-position:0px 5px;
  1347. }
  1348.  
  1349. /* Image and Captions */
  1350.  
  1351. img.alignright {
  1352. float:right;
  1353. padding-left:12px;
  1354. }
  1355. img.alignleft {
  1356. float:left;
  1357. padding:5px 12px 0px 0px;
  1358. display: inline;
  1359. }
  1360. img.aligncenter {
  1361. display:block;
  1362. margin-left:auto;
  1363. margin-right:auto;
  1364. margin-bottom: 10px;
  1365. }
  1366. .alignright {
  1367. float:right;
  1368. }
  1369. .alignleft {
  1370. float:left;
  1371. }
  1372. .wp-caption {
  1373. border:1px solid #ddd;
  1374. text-align:center;
  1375. background-color:#f3f3f3;
  1376. padding-top:4px;
  1377. margin:10px;
  1378. }
  1379. .wp-caption img {
  1380. border:0 none;
  1381. margin:0;
  1382. padding:0;
  1383. }
  1384. .wp-caption p.wp-caption-text {
  1385. font-size:11px;
  1386. line-height:17px;
  1387. margin:0;
  1388. padding:0 4px 5px;
  1389. }
  1390. .aligncenter,div.aligncenter {
  1391. display:block;
  1392. margin-left:auto;
  1393. margin-right:auto;
  1394. }
  1395. /* Image and Caption End */
  1396.  
  1397. /* comment */
  1398. h1#titlecomment {
  1399. border-top: 1px solid #d2d2d2;
  1400. border-bottom: 1px solid #d2d2d2;
  1401. padding: 5px 0;
  1402. margin: 20px 0 0 0;
  1403. }
  1404. #listcomment {
  1405. padding: 0;
  1406. margin: 0;
  1407. width: auto;
  1408. }
  1409. ul#listcomment {
  1410. margin: 0;
  1411. padding: 0;
  1412. list-style: none;
  1413. }
  1414. ul#listcomment li {
  1415. padding: 11px 0;
  1416. margin: 0;
  1417. width: auto;
  1418. background: none;
  1419. border-bottom: 1px solid #d2d2d2;
  1420. }
  1421. .titlecomment {
  1422. width: auto;
  1423. }
  1424. .titlecomment img {
  1425. float: left;
  1426. padding: 3px;
  1427. border: 1px solid #d9d9d9;
  1428. margin: 0 10px 0 0;
  1429. }
  1430. .titlecomment h3 {
  1431. font-size: 1.4em;
  1432. color: #333;
  1433. padding: 7px 0 0 0;
  1434. margin: 0;
  1435. }
  1436. .datecomment {
  1437. font-size: 0.9em;
  1438. color: #858585;
  1439. }
  1440. #listcomment li p {
  1441. font-size: 1.0em;
  1442. padding: 10px 0 0 0;
  1443. }
  1444.  
  1445. /*------- WP Pagenavi ------- */
  1446. #maintext .wp-pagenavi #E6E6DC;
  1447. #maintext .wp-pagenavi a, #main .wp-pagenavi a:link {
  1448. border: 1px solid #d9d9d9;
  1449. background-color:transparent;
  1450. color:#242424;
  1451. font: normal 11px/28px Verdana;
  1452. padding: 6px;
  1453. cursor: pointer;
  1454. }
  1455. #maintext .wp-pagenavi a:visited {
  1456. border: 1px solid #d9d9d9;
  1457. background-color:transparent;
  1458. color:#242424;
  1459. font: normal 11px/28px Verdana;
  1460. padding: 6px;
  1461. cursor: pointer;
  1462.  
  1463. }
  1464. #maintext .wp-pagenavi a:hover {
  1465. border: 1px solid #E6E6DC;
  1466. background-color: #E6E6DC;
  1467. color:#414141;
  1468. font: normal 11px/28px Verdana;
  1469. padding: 6px;
  1470. cursor: pointer;
  1471. }
  1472. #maintext .wp-pagenavi a:active {
  1473. border: 1px solid #E6E6DC;
  1474. background-color: #E6E6DC;
  1475. color:#414141;
  1476. font: normal 11px/28px Verdana;
  1477. padding: 6px;
  1478. cursor:default;
  1479. }
  1480. #maintext .wp-pagenavi span.pages {
  1481. border: 1px solid #d9d9d9;
  1482. background-color:transparent;
  1483. color:#242424;
  1484. font: normal 11px/28px Verdana;
  1485. padding: 6px;
  1486. cursor: pointer;
  1487. }
  1488. #maintext .wp-pagenavi span.current {
  1489. border: 1px solid #E6E6DC;
  1490. background-color: #E6E6DC;
  1491. color:#414141;
  1492. font: normal 11px/28px Verdana;
  1493. padding: 6px;
  1494. }
  1495. #maintext .wp-pagenavi span.extend {
  1496. border: 1px solid #d9d9d9;
  1497. background-color:transparent;
  1498. color:#242424;
  1499. font: normal 11px/28px Verdana;
  1500. padding: 6px;
  1501. cursor: pointer;
  1502. }
  1503. /*------- WP Pagenavi End ------- */
  1504.  
  1505. /*------- Traditional Navigation -----*/
  1506. .navigation {
  1507. margin-top: 10px;
  1508. }
  1509. .navigation a {
  1510. padding: 4px 8px;
  1511. margin: 2px;
  1512. text-decoration: none;
  1513. border: 1px solid #d9d9d9;
  1514. color: #676767;
  1515. background-color: #FFFFFF;
  1516. }
  1517. /*------- Traditional Navigation End -----*/
  1518.  
  1519. /* Front Tabs */
  1520. .tabs-wrapper {
  1521. margin: 15px 10px;
  1522. }
  1523. ul.tabs {
  1524. margin:0px 0px 0px 1px;
  1525. padding: 0;
  1526. float: left;
  1527. list-style: none;
  1528. height: 31px;
  1529. border-bottom: 1px solid #dbdbdb;
  1530. border-left:none;
  1531. -webkit-border-top-left-radius: 5px;
  1532. -webkit-border-top-right-radius: 5px;
  1533. -moz-border-radius-topleft: 5px;
  1534. -moz-border-radius-topright: 5px;
  1535. border-top-left-radius: 5px;
  1536. border-top-right-radius: 5px;
  1537. width: auto;
  1538. float:left;
  1539. }
  1540. ul.tabs li {
  1541. float: left;
  1542. margin: 0;
  1543. padding: 0;
  1544. height: 31px;
  1545. line-height: 31px;
  1546. border-top: 1px solid #dbdbdb;
  1547. border-left: 1px solid #dbdbdb;
  1548. border-right: 1px solid #dbdbdb;
  1549. -webkit-border-top-left-radius: 5px;
  1550. -webkit-border-top-right-radius: 5px;
  1551. -moz-border-radius-topleft: 5px;
  1552. -moz-border-radius-topright: 5px;
  1553. border-top-left-radius: 5px;
  1554. border-top-right-radius: 5px;
  1555. margin:0px 0px -1px -1px;
  1556. background-image:url(images/bg-dropdown.jpg);
  1557. background-repeat:repeat-x;
  1558. overflow: hidden;
  1559. position: relative;
  1560. }
  1561. ul.tabs li a {
  1562. text-decoration: none;
  1563. color: #7d7b7b;
  1564. display: block;
  1565. font-size: 14px;
  1566. padding: 1px 26px;
  1567. outline: none;
  1568. }
  1569. ul.tabs li a:hover {
  1570. background-image:url(images/bg-dropdown.jpg);
  1571. background-repeat:repeat-x;
  1572. -webkit-border-top-left-radius: 5px;
  1573. -webkit-border-top-right-radius: 5px;
  1574. -moz-border-radius-topleft: 5px;
  1575. -moz-border-radius-topright: 5px;
  1576. border-top-left-radius: 5px;
  1577. border-top-right-radius: 5px;
  1578. }
  1579. html ul.tabs li.current, html ul.tabs li.current a:hover {
  1580. background: #fff;
  1581. border-bottom: 1px solid #fff;
  1582. padding-bottom: 1px;
  1583. }
  1584. .tab_container,
  1585. .panes {
  1586. border: 1px solid #dbdbdb;
  1587. border-top: none;
  1588. clear: both;
  1589. float: left;
  1590. width: auto;
  1591. background: #fff;
  1592. width: 100%;
  1593. padding-bottom: 10px;
  1594. font-size: 12px;
  1595. color: #666666;
  1596. }
  1597. .tab_content,
  1598. .pane {
  1599. padding: 18px 20px 8px 20px;
  1600. border-top: 1px solid #dbdbdb;
  1601. }
  1602. .tab_content p {
  1603. font-size: 12px;
  1604. padding-top: 5px;
  1605. color: inherit;
  1606. }
  1607. .tab_content img {
  1608. float: left;
  1609. margin: 0 18px 18px 0;
  1610. padding: 0px 5px 0px 5px;
  1611. }
  1612.  
  1613. /* ----------------------- FAQ PAGE -----------------------*/
  1614. .toggle_wrapper {
  1615. margin-bottom: 30px;
  1616. }
  1617. .toggle {
  1618. margin-bottom: 5px;
  1619. }
  1620. .toggle_title {
  1621. margin:0;
  1622. line-height:18px;
  1623. cursor:pointer;
  1624. border-bottom:1px solid #e4e4e4;
  1625. padding:1px 0px 9px 0px;
  1626. clear:both;
  1627. color: #2F87AA;
  1628. }
  1629. .toggle_active {
  1630.  
  1631. }
  1632. .toggle_content {
  1633. display:none;
  1634. border: 1px dotted #E6E6DC;
  1635. background-color:#eeeeee;
  1636. margin:-5px 0px 10px 0px;
  1637. padding:11px 13px 1px 13px;
  1638. }
  1639.  
  1640. .sticky {}
  1641. .gallery-caption {}
  1642. .bypostauthor {}
  1643.  
  1644.  
  1645. #news_container{
  1646. width: 500px;
  1647. padding: 150px 500px 0px 0px;
  1648.  
  1649.  
  1650. }
  1651.  
  1652. #widget categoryposts-3 {
  1653. }
  1654.  
  1655. .post-title {
  1656. text-align: center;
  1657. font-weight: bold;
  1658. margin: 0px;
  1659.  
  1660. }
  1661. .post-date {
  1662. text-align: left;
  1663. font-style: italic;
  1664. margin: 0px;
  1665. padding: 0px;
  1666. }
  1667. .cat-post-item {
  1668. text-align: left;
  1669. border-bottom: 1px dotted #e4e4e4;
  1670.  
  1671. }
  1672.  
  1673. .img { float:left; margin:5px 10px 5px 0; }
  1674. .li:after { content:'.';height:0px;visibility:hidden;display:block;clear:both; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement