Advertisement
Guest User

css

a guest
May 7th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.41 KB | None | 0 0
  1. /*
  2. Theme Name: Boldy
  3. Author: Site5.com
  4. Author URI: http://gk.site5.com/t/237
  5. Description: Check <a href="http://wordpress.site5.net/boldy/doc/">Boldy Documentation</a> in case you need directions</a>.
  6. */
  7.  
  8. /* MAIN STYLES
  9. -------------------------------------------*/
  10. * { margin: 0; padding: 0; }
  11.  
  12. body,html {
  13. font-weight:normal;
  14. font-family:Arial, Helvetica, sans-serif;
  15. font-size:13px;
  16. color:#333;
  17. background:url(images/bk_body.jpg);
  18. line-height:135%;
  19. }
  20.  
  21. ul {
  22. list-style:none;
  23. }
  24.  
  25. a {
  26. text-decoration:none;
  27. color:#1FA2E1;
  28. }
  29.  
  30. a:hover {
  31. text-decoration:underline;
  32. }
  33.  
  34. a:focus {
  35. outline:none;
  36. }
  37.  
  38. p {
  39. margin:0 0 1.5em;
  40. }
  41.  
  42.  
  43.  
  44. h1, h2, h3 {
  45. font-size:32px;
  46. letter-spacing:-1px;
  47. line-height:100%;
  48. padding-bottom:15px;
  49. }
  50.  
  51. h1 {
  52. font-weight:normal;
  53. }
  54.  
  55. h1 a:hover {
  56. text-decoration:none;
  57. color:#333;
  58. }
  59.  
  60. h2 {
  61. font-size:20px;
  62. padding-top:10px;
  63. font-weight:normal;
  64. }
  65.  
  66. h3 {
  67. font-size:18px;
  68. padding-top:10px;
  69. }
  70.  
  71. /* LAYOUT STRUCTURE
  72. --------------------------------------------------*/
  73. body#home #mainWrapper {
  74. background:url(images/bk_main_wrapper_home.png) 0 0 repeat-x;
  75. }
  76.  
  77. #mainWrapper {
  78. background:url(images/bk_main_wrapper.png) 0 0 repeat-x;
  79. }
  80. #wrapper {
  81. margin:0 auto;
  82. width:960px;
  83. }
  84.  
  85. #header {
  86. height:190px;
  87. position:relative;
  88. background:url(images/bk_header.png) 0 0 no-repeat;
  89. }
  90.  
  91. #content {
  92. padding-bottom:20px;
  93. overflow:hidden;
  94. background:url(images/bk_vertline.jpg) 695px 0 repeat-y;
  95. margin-top:35px;
  96. }
  97.  
  98. body#home #content{
  99. margin-top:20px;
  100. }
  101.  
  102. body#home #content, body#portfolio #content {
  103. background:none;
  104.  
  105. }
  106.  
  107. #content #colLeft {
  108. float:left;
  109. width:670px;
  110. margin-right:50px;
  111. padding-top:10px;
  112. }
  113.  
  114. #content #colRight {
  115. float:left;
  116. width:240px;
  117.  
  118. }
  119.  
  120. #footer {
  121. background:url(images/bk_horiz_line.jpg) 0 0 repeat-x;
  122. margin:10px 0 0;
  123. color:#666;
  124. position:relative;
  125. padding-top:3px;
  126. font-size:12px;
  127. }
  128.  
  129. #footerActionsInner{
  130. width:960px;
  131. margin:0 auto;
  132. padding:32px 0 0;
  133. overflow:hidden;
  134. }
  135.  
  136. #footerWidgets {
  137. background:#000 url(images/bk_footer_widgets.png) 0 0 repeat-x;
  138. padding-top:32px;
  139.  
  140. }
  141.  
  142. #footerWidgetsInner {
  143. width:960px;
  144. margin:0 auto;
  145. padding:20px 0 35px;
  146. overflow:hidden;
  147. }
  148.  
  149. /* HEADER ELEMENTS
  150. -----------------------------------*/
  151.  
  152. /* -- logo --*/
  153. #logo {
  154. position:absolute;
  155. top:131px;
  156. left:0;
  157. }
  158.  
  159. #logo a img{
  160. border:none;
  161. vertical-align:middle;
  162. }
  163.  
  164. #mainMenu {
  165. position:absolute;
  166. left:-18px;
  167. top:0;
  168. }
  169.  
  170. #mainMenu ul li{
  171. float:left;
  172. }
  173.  
  174. #mainMenu ul li a {
  175. display:block;
  176. height:49px;
  177. color:#ccc;
  178. padding:36px 18px 0;
  179. font-size:15px;
  180. background:url(images/bk_mainmenu.png) 0 -78px no-repeat;
  181. }
  182.  
  183. #mainMenu ul li a span {
  184. font-size:10px;
  185. color:#999;
  186. line-height:120%;
  187. line-width:150px;
  188.  
  189.  
  190. }
  191.  
  192. #mainMenu ul li a:hover {
  193. text-decoration:none;
  194. background:url(images/bk_mainmenu.png) 0 0 repeat-x;
  195. color:#96DDFC;
  196.  
  197. }
  198.  
  199.  
  200. #mainMenu ul li ul li a:hover{
  201. background:#132325;
  202.  
  203. }
  204.  
  205.  
  206. /* top social links */
  207.  
  208. #topSocial {
  209. position:absolute;
  210. right:0;
  211. top:131px;
  212. }
  213.  
  214. #topSocial ul li {
  215. float:left;
  216. padding:0 5px;
  217. width:50px;
  218. }
  219.  
  220. #topSocial ul li a {
  221. display:block;
  222. height:47px;
  223. width:47px;
  224. background:url(images/bk_topsocial.png) 0 0 no-repeat;
  225. }
  226.  
  227. #topSocial ul li a img {
  228. border:none;
  229. margin-top:9px;
  230. margin-left:8px;
  231. }
  232.  
  233. #topSocial ul li a:hover {
  234. /*background:url(images/bk_topsocial_hover.png) 0 0 no-repeat;*/
  235. background:none;
  236. }
  237.  
  238. /* Top Search */
  239.  
  240. #topSearch {
  241. position:absolute;
  242. right:5px;
  243. top:25px;
  244. }
  245.  
  246. /* CONTENT ELEMENTS
  247. -------------------------------------------*/
  248.  
  249. .alignleft {
  250. float:left;
  251. margin:5px 15px 5px 0;
  252. }
  253.  
  254. .alignright {
  255. float:right;
  256. margin:5px 0 5px 15px;
  257. }
  258.  
  259. /* homeboxes */
  260.  
  261. #homeBoxes {
  262. overflow:hidden;
  263. }
  264.  
  265. #homeBoxes .homeBox {
  266. width:940px;
  267. float:left;
  268. margin-right:40px;
  269. background:url(images/bk_dotted_thick.png) 0 0 repeat-x;
  270. }
  271.  
  272. #homeBoxes .homeBox img {
  273. border:6px solid #E2E2E2;
  274. background:#fff;
  275. padding:1px;
  276. }
  277.  
  278. #homeBoxes .homeBox img:hover {
  279. border-color:#F9F9F9;
  280. }
  281.  
  282.  
  283. #homeBoxes .last{
  284. margin-right:0;
  285. }
  286.  
  287. #homeBoxes .homeBox h2 {
  288. padding:10px 0 15px;
  289. color:#333;
  290. font-weight:normal;
  291. font-size:24px;
  292. }
  293.  
  294. .more-link {
  295. padding:20px 0 0 0;
  296. }
  297.  
  298. /* home blurb */
  299.  
  300. #blurb {
  301. -moz-border-radius:8px;
  302. -webkit-border-radius:8px;
  303. border-top:1px solid #BDBDBD;
  304. border-left:1px solid #BDBDBD;
  305. border-bottom:1px solid #fff;
  306. border-right:1px solid #fff;
  307. padding:15px 20px 25px;
  308. text-shadow:1px 1px #fff;
  309. background:url(images/bk_blurb.jpg) 0 100% repeat-x;
  310. font-size:18px;
  311. line-height:130%;
  312. margin-bottom:25px;
  313. }
  314.  
  315. #blurb p {
  316. margin:0;
  317. }
  318.  
  319. #blurb img {
  320. float:right;
  321. border:none;
  322. margin-top:5px;
  323. }
  324.  
  325. #archive-title {
  326. padding:5px 0 7px 25px;
  327. margin:0 0 15px;
  328. display:block;
  329. background:url(images/ico_archive.png) 2px 50% no-repeat;
  330. border-bottom:1px solid #ddd;
  331. }
  332.  
  333. #content #colLeft img {
  334. border-top:1px solid #BBB;
  335. border-left:1px solid #BBB;
  336. border-bottom:1px solid #fff;
  337. border-right:1px solid #fff;
  338. }
  339.  
  340. /* BLOG ITEMS */
  341.  
  342. .postItem {
  343. margin:0 0 30px;
  344. padding:0 0 15px;
  345. border-bottom:1px dotted #bbb;
  346. overflow:hidden;
  347. }
  348.  
  349. .postItem .meta {
  350. font-size:11px;
  351. color:#666;
  352. text-shadow:1px 1px #fff;
  353. margin-top:-12px;
  354. margin-bottom:18px;
  355. }
  356.  
  357. .postTags {
  358. font-size:13px;
  359. background:url(images/ico_tag.png) 0 50% no-repeat;
  360. padding-left:24px;
  361. margin:25px 0 0;
  362. }
  363.  
  364. blockquote {
  365. padding-left:80px;
  366. margin:20px 0 15px 0;
  367. padding-top:20px;
  368. font-family:Georgia, "Times New Roman", Times, serif;
  369. font-style:italic;
  370. background:url(images/bk_blockquote.png) 0 15px no-repeat;
  371. border-top:1px dotted #ddd;
  372. border-bottom:1px dotted #ddd;
  373. }
  374.  
  375. #content #colLeft ul li, #content #colLeft ol li {
  376. padding:5px 0 5px 25px;
  377. background:url(images/bullet_list.png) 0 8px no-repeat;
  378. }
  379.  
  380. #content #colLeft ul {
  381. margin:0 0 15px 15px;
  382. }
  383.  
  384. #content #colLeft ol li {
  385. background:none;
  386. padding-left:0;
  387. }
  388.  
  389. #content #colLeft ol {
  390. margin:0 0 15px 35px;
  391. }
  392.  
  393. #shareLinks {
  394. height:30px;
  395. background:url(images/bk_social.jpg) 0 0 repeat-x;
  396. font-size:12px;
  397. line-height:32px;
  398. padding:0 10px;
  399. -moz-border-radius:8px;
  400. -webkit-border-radius:8px;
  401. border:1px solid #008FF5;
  402. /*border-left:1px solid #008FF5;
  403. border-bottom:1px solid #fff;
  404. border-right:1px solid #fff;*/
  405. margin:20px 0;
  406. width:130px;
  407. }
  408.  
  409. #shareLinks a {
  410. color:#fff;
  411. }
  412.  
  413. #shareLinks #icons {
  414. display:none;
  415. padding-left:15px;
  416. }
  417.  
  418. #shareLinks #icons a {
  419. margin:0 10px;
  420. font-weight:bold;
  421. text-transform:uppercase;
  422. }
  423.  
  424.  
  425. /* PAGINATION */
  426.  
  427. .emm-paginate {padding:10px 0; overflow:hidden; clear:both;}
  428. .emm-paginate a {background:url(images/bk_pagenavi.jpg) 0 100% repeat-x; border:1px solid #ddd; color:#666; margin-right:5px; padding:4px 8px; text-align:center; text-decoration:none;}
  429. .emm-paginate .emm-title {color:#555; margin-right:4px;}
  430. .emm-paginate .emm-gap {color:#999; margin-right:4px;}
  431. .emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {color:#fff; background:#18AEF5; border:1px solid #0A95D8; margin-right:5px; padding:4px 8px;}
  432. .emm-paginate .emm-page {}
  433. .emm-paginate .emm-prev, .emm-paginate .emm-next {}
  434.  
  435.  
  436. /* SLIDER
  437. ---------------------------------------*/
  438.  
  439. #slider {
  440. position:relative;
  441. background:url(images/loading.gif) no-repeat 50% 40%;
  442. height:370px;
  443. }
  444. #slider img {
  445. position:absolute;
  446. top:0px;
  447. left:0px;
  448. display:none;
  449. z-index:1;
  450. }
  451.  
  452. /* PORTFOLIO PAGE
  453. ---------------------------------------*/
  454.  
  455. .portfolioCategs {
  456. margin-top:5px;
  457. float:right;
  458. margin-top:-47px;
  459. }
  460.  
  461. .portfolioCategs li {
  462. float:left;
  463. margin-right:5px;
  464. }
  465.  
  466. .portfolioCategs li a{
  467. -moz-border-radius:4px;
  468. -webkit-border-radius:4px;
  469. border-top:1px solid #ddd;
  470. border-left:1px solid #ddd;
  471. border-bottom:1px solid #fefefe;
  472. border-right:1px solid #fefefe;
  473. padding:6px 12px;
  474. text-shadow:1px 1px #fff;
  475. background:url(images/bk_blurb.jpg) 0 100% repeat-x;
  476. font-weight:bold;
  477. display:block;
  478.  
  479. }
  480.  
  481. .gallery {
  482. margin-top:10px;
  483. padding-left:22px;
  484. margin-left:-22px;
  485. margin-bottom:20px;
  486. width:982px;
  487. }
  488.  
  489. .gallery .portfolioItem {
  490. float:left;
  491. width:300px;
  492. margin-right:25px;
  493. overflow:hidden;
  494. margin-bottom:10px;
  495. }
  496.  
  497.  
  498. .gallery .portfolioItem img {
  499. border:none;
  500. }
  501.  
  502.  
  503.  
  504. /* COLRIGHT ELEMENTS
  505. -------------------------------------*/
  506.  
  507. .rightBox {
  508. margin-bottom:17px;
  509. }
  510.  
  511. .rightBox h2 {
  512. padding:10px 0;
  513. }
  514.  
  515. .rightBox ul li{
  516. padding:6px 0;
  517. border-bottom:1px solid #ddd;
  518. }
  519.  
  520. .rightBox ul {
  521. border-top:1px solid #ddd;
  522. }
  523.  
  524. /* COMMENTS
  525. -----------------------------------*/
  526.  
  527.  
  528. #content #colLeft ul.commentlist {
  529. list-style:none;
  530. list-style-position:outside;
  531. display:block;
  532. margin:0 0 20px;
  533. border-top:3px solid #D2D8DB;
  534. border-bottom:4px solid #D2D8DB;
  535. padding:0;
  536. padding-bottom:10px;
  537. }
  538.  
  539. #content #colLeft ul.commentlist ul {
  540. list-style-type:none;
  541. list-style-position:outside;
  542. margin:0;
  543. }
  544.  
  545. #content #colLeft ul.commentlist li {
  546. padding:20px 0 10px 50px;
  547. position:relative;
  548. margin-top:0;
  549. background:url(images/bk_horiz_line.jpg) 0 0 repeat-x;
  550. }
  551.  
  552. #content #colLeft ul.commentlist li img {
  553. border:none;
  554. }
  555.  
  556. #content #colLeft ul.commentlist li p{
  557. font-size:13px;
  558. margin:10px 0;
  559. }
  560.  
  561. #content #colLeft ul.commentlist li .comment-meta, #content #colLeft ul.commentlist li .text {
  562. margin-left:20px;
  563. }
  564.  
  565. #content #colLeft ul.commentlist li .comment-meta span {
  566. font-size:11px;
  567. color:#999;
  568. }
  569.  
  570. #content #colLeft ul.commentlist li .comment-meta {
  571. font-size:16px;
  572. }
  573.  
  574.  
  575. #content #colLeft ul.commentlist li .gravatar {
  576. position:absolute;
  577. width:50px;
  578. height:50px;
  579. top:20px;
  580. left:0;
  581. }
  582.  
  583. #content #colLeft ul.commentlist li .gravatar .gravatar_mask {
  584. position:absolute;
  585. left:0;
  586. top:0;
  587. background:url(images/bk_gravatar_mask.png) 0 0 no-repeat;
  588. width:50px;
  589. height:50px;
  590. }
  591.  
  592. #content #colLeft ul.commentlist .reply {
  593. position:absolute;
  594. right:0;
  595. top:25px;
  596. width:46px;
  597. height:21px;
  598. text-align:center;
  599. font-size:12px;
  600. }
  601.  
  602. #content #colLeft ul.commentlist .reply a {
  603. display:block;
  604. width:46px;
  605. height:21px;
  606. font-style:italic;
  607. }
  608.  
  609. #content #colLeft ul.commentlist .reply a:hover {
  610. text-decoration:none;
  611. color:#333;
  612. }
  613.  
  614.  
  615. #content #colLeft ul.commentlist li .children li {
  616. margin-top:15px;
  617. padding-top:25px;
  618. border-bottom:none;
  619. overflow:hidden;
  620. padding-bottom:5px;
  621. }
  622.  
  623. #content #colLeft ul.commentlist li .children li .gravatar {
  624. top:20px;
  625. }
  626.  
  627. #content #colLeft ul.commentlist li .children li .reply {
  628. top:30px;
  629. }
  630.  
  631. /* FOOTER ELEMENTS
  632. -------------------------------------------*/
  633.  
  634. #twitter #twitter_update_list li {
  635. list-style-type:none;
  636. line-height:140%;
  637. }
  638.  
  639. #showHide {
  640. display:block;
  641. position:absolute;
  642. width:48px;
  643. height:16px;
  644. right:4px;
  645. top:-5px;
  646. background:url(images/but_show_hide.png) 0 0 no-repeat;
  647. text-indent:-9999px;
  648. }
  649.  
  650. #footerActionsInner #twitter {
  651. float:left;
  652. overflow:hidden;
  653. width:315px;
  654. background:url(images/twitter_ill.png) 0 0 no-repeat;
  655. padding-left:85px;
  656. position:relative;
  657. }
  658.  
  659. #footerActionsInner #twitter #latest {
  660. width:293px;
  661. }
  662.  
  663. #footerActionsInner #twitter #latest #tweet {
  664. background:url(images/bk_latest_tweet.png) 0 0 no-repeat;
  665. padding:10px 10px 0 20px;
  666. font-size:12px;
  667. font-family:Georgia, "Times New Roman", Times, serif;
  668. font-style:italic;
  669. line-height:125%;
  670. height:65px;
  671.  
  672. }
  673.  
  674. #footerActionsInner #twitter #latest #tweetBottom{
  675. height:26px;
  676. background:url(images/bl_latesttweet_bottom.png) 0 0 no-repeat;
  677. }
  678.  
  679. #footerActionsInner #twitter a.action {
  680. position:absolute;
  681. display:block;
  682. width:81px;
  683. height:23px;
  684. background:url(images/but_actions.png) 0 0 no-repeat;
  685. text-align:center;
  686. font-size:12px;
  687. color:#fff;
  688. padding-top:2px;
  689. }
  690.  
  691. #footerActionsInner #twitter a.action:hover {
  692. background:url(images/but_actions.png) 0 -25px no-repeat;
  693. }
  694.  
  695. #footerActionsInner #twitter a.action {
  696. left:0;
  697. top:76px;
  698. }
  699.  
  700. #footerActionsInner #quickContact {
  701. float:right;
  702. overflow:hidden;
  703. width:435px;
  704. background:url(images/quick_contact_ill.png) 0 0 no-repeat;
  705. padding-left:85px;
  706. position:relative;
  707. margin-left:30px;
  708. }
  709.  
  710. #footerActionsInner #quickContact .leftSide {
  711. float:left;
  712. width:155px;
  713. overflow:hidden;
  714. }
  715.  
  716. #footerActionsInner #quickContact .rightSide {
  717. float:left;
  718. width:268px;
  719. overflow:hidden;
  720. margin-left:10px;
  721. }
  722.  
  723. /* Footer Widgets */
  724.  
  725. #footerWidgetsInner .boxFooter {
  726. float:left;
  727. width:210px;
  728. padding-right:30px;
  729. overflow:hidden;
  730. margin-bottom:40px;
  731. }
  732.  
  733.  
  734. #footerWidgetsInner h2 {
  735. font-size:20px;
  736. border-bottom:1px solid #292929;
  737. padding:7px 0 12px;
  738. margin-bottom:2px;
  739. color:#ccc;
  740. }
  741.  
  742. #footerWidgetsInner .boxFooter ul li {
  743. padding:7px 0;
  744. border-bottom:1px solid #292929;
  745. color:#986123;
  746. font-size:10px;
  747. font-style:italic;
  748. }
  749.  
  750. #footerWidgetsInner .boxFooter ul li a {
  751. text-decoration:none;
  752. color:#515151;
  753. font-size:13px;
  754. font-style:normal;
  755. }
  756.  
  757. #footerWidgetsInner .boxFooter ul li a:hover {
  758. color:#ccc;
  759. }
  760.  
  761. /* Copyright */
  762.  
  763. #footerWidgetsInner #copyright {
  764. clear:both;
  765. border-top:4px solid #090E0F;
  766. padding-top:25px;
  767. margin-top:15px;
  768. position:relative;
  769. }
  770.  
  771. #site5bottom {
  772. position:absolute;
  773. right:0;
  774. top:17px;
  775. }
  776.  
  777. #site5bottom img {
  778. border:none;
  779. }
  780.  
  781. #site5bottom a {
  782. display:block;
  783. /*width:344px;
  784. height:26px;
  785. background:url(images/site5bottom.png) 100% 0 no-repeat;
  786. text-indent:-9999px;*/
  787. }
  788.  
  789.  
  790. /* FORMS
  791. ------------------------------------*/
  792.  
  793. /* Quick Contact Form */
  794.  
  795. #quickContact form input[type="text"], #quickContact form textarea{
  796. width:138px;
  797. margin-bottom:5px;
  798. -moz-border-radius:6px;
  799. -webkit-border-radius:6px;
  800. border-top:1px solid #BDBDBD;
  801. border-left:1px solid #BDBDBD;
  802. border-bottom:1px solid #fff;
  803. border-right:1px solid #fff;
  804. background:url(images/bk_blurb.jpg) 0 100% repeat-x;
  805. padding:7px;
  806. color:#666;
  807. font-size:12px;
  808. font-family:Arial, Helvetica, sans-serif;
  809. }
  810.  
  811. #quickContact form textarea {
  812. width:250px;
  813. height:90px;
  814. padding-top:5px;
  815. }
  816.  
  817. #quickContact form input[type="submit"] {
  818. display:block;
  819. float:right;
  820. width:81px;
  821. height:24px;
  822. background:url(images/but_actions.png) 0 0 no-repeat;
  823. text-align:center;
  824. font-size:12px;
  825. color:#fff;
  826. padding-top:0px;
  827. border:none;
  828. line-height:80%;
  829. margin-top:3px;
  830.  
  831. }
  832.  
  833. /* Top Search */
  834.  
  835. #topSearch input[type="text"] {
  836. -moz-border-radius:4px;
  837. -webkit-border-radius:4px;
  838. width:100px;
  839. background:url(images/bk_top_search.png) 0 0 repeat-x;
  840. padding:9px 10px 10px;
  841. border:1px solid #2E4849;
  842. color:#A8A8A8;
  843. font-style:italic;
  844. margin-right:10px;
  845. position:relative;
  846. }
  847.  
  848. #topSearch input[type="submit"] {
  849. position:absolute;
  850. right:0;
  851. z-index:100;
  852. width:43px;
  853. height:44px;
  854. background:url(images/but_search.png) 0 0 no-repeat;
  855. border:none;
  856. cursor:pointer;
  857. }
  858.  
  859. /* COMMENTS F0RM */
  860.  
  861. #commentform p {
  862. margin:0;
  863. }
  864.  
  865. #commentform label {
  866. display:block;
  867. padding:5px 0;
  868. }
  869.  
  870. #commentform input, #commentform textarea {
  871. border:1px solid #ddd;
  872. padding:8px;
  873. width:300px;
  874. margin-bottom:10px;
  875. -moz-border-radius:4px;
  876. -webkit-border-radius:4px;
  877. }
  878.  
  879. #commentform input:focus, #commentform textarea:focus {
  880. border:1px solid #0099FF;
  881. }
  882.  
  883.  
  884. #commentform textarea {
  885. width:560px;
  886. font-family:Arial, Helvetica, sans-serif;
  887. font-size:13px;
  888. }
  889.  
  890. #commentform input[type="submit"]{
  891. border:none;
  892. width:151px;
  893. height:32px;
  894. margin-top:10px;
  895. cursor:pointer;
  896. background:url(images/but_form.jpg) 0 100% repeat-x;
  897. color:#FFF;
  898. font-size:12px;
  899. padding:0;
  900. }
  901.  
  902. /* Contact Form */
  903.  
  904. #contact label {
  905. display:block;
  906. padding:5px 0;
  907. }
  908.  
  909. #contact input, #contact textarea {
  910. border:1px solid #ddd;
  911. padding:8px;
  912. width:300px;
  913. margin-bottom:10px;
  914. -moz-border-radius:4px;
  915. -webkit-border-radius:4px;
  916. }
  917.  
  918.  
  919. #contact textarea {
  920. width:560px;
  921. font-family:Arial, Helvetica, sans-serif;
  922. font-size:13px;
  923. }
  924.  
  925. #contact input[type="submit"]{
  926. border:none;
  927. width:151px;
  928. height:32px;
  929. margin-top:10px;
  930. cursor:pointer;
  931. background:url(images/but_form.jpg) 0 100% repeat-x;
  932. color:#FFF;
  933. font-size:12px;
  934. padding:0;
  935. }
  936.  
  937. .errormsg, .successmsg{
  938. background:#FEF4F1;
  939. border:1px solid #F7A68A;
  940. color:#DA4310;
  941. padding:10px;
  942. -moz-border-radius:4px;
  943. -webkit-border-radius:4px;
  944. }
  945.  
  946. .successmsg {
  947. background:#F5FAF1;
  948. border:1px solid #C2E1AA;
  949. color:#8FA943;
  950. -moz-border-radius:4px;
  951. -webkit-border-radius:4px;
  952. }
  953.  
  954. ?#header{z-index:1001 !important;}
  955. #content{z-index:100 !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement