Advertisement
Guest User

screen for aphrodite

a guest
Mar 4th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.13 KB | None | 0 0
  1.  
  2. html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .search_box p {
  3. border: 0 none;
  4. font-family: inherit;
  5. font-size: 100%;
  6. font-style: inherit;
  7. font-weight: inherit;
  8. margin: 0;
  9. padding: 0;
  10. vertical-align: baseline;
  11. }
  12. body {
  13. line-height: 1.5;
  14. }
  15. blockquote:before, blockquote:after, q:before, q:after {
  16. content: "";
  17. }
  18. blockquote, q {
  19. quotes: "" "";
  20. }
  21. a img {
  22. border: medium none;
  23. }
  24. p {
  25. padding-bottom: 2.5em;
  26. padding-top: 0em;
  27. }
  28. body {
  29. background: none repeat scroll 0 0 #FFFFFF;
  30. color: #777777;
  31. font-family: 'PT Sans', sans-serif;
  32. font-size: 14px;
  33. margin: 0;
  34. overflow-x: hidden;
  35. padding: 0;
  36. }
  37. a {
  38. color: #8AB2BA;
  39. text-decoration: none;
  40. }
  41. a:hover {
  42. color: #183243;
  43. text-decoration: none;
  44. }
  45. a:active {
  46. color: #183243;
  47. text-decoration: none;
  48. }
  49. #footer a {
  50. color: #FFFFFF;
  51. }
  52. img.alignright, div.alignright {
  53. float: right;
  54. margin: 0 0 1em 1em;
  55. }
  56. img.alignleft, div.alignleft {
  57. float: left;
  58. margin: 0 1em 1em 0;
  59. }
  60. img.aligncenter, div.aligncenter {
  61. display: block;
  62. margin-left: auto;
  63. margin-right: auto;
  64. }
  65. a img.alignright {
  66. float: right;
  67. margin: 0 0 0.5em 1em;
  68. }
  69. a img.alignleft {
  70. float: left;
  71. margin: 0 1em 1em 0;
  72. }
  73. a img.aligncenter {
  74. display: block;
  75. margin-left: auto;
  76. margin-right: auto;
  77. }
  78. hr {
  79. -moz-border-bottom-colors: none;
  80. -moz-border-left-colors: none;
  81. -moz-border-right-colors: none;
  82. -moz-border-top-colors: none;
  83. background: none repeat scroll 0 0 transparent;
  84. border-color: -moz-use-text-color -moz-use-text-color #F5F5F5;
  85. border-image: none;
  86. border-style: none none solid;
  87. border-width: 0 0 1px;
  88. clear: both;
  89. display: block;
  90. margin: 0 0 10px;
  91. }
  92. div.divider {
  93. background: none repeat scroll 0 0 #F5F5F5;
  94. height: 5px;
  95. margin-bottom: 5px;
  96. width: 100%;
  97. }
  98. #wrapper {
  99. margin: auto;
  100. width: 960px;
  101. }
  102. #footer {
  103. background: none repeat scroll 0 0 #8AB2BA;
  104. border: 0 none;
  105. color: #E5E5E5;
  106. margin: 20px auto auto;
  107. padding: 20px 0;
  108. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  109. width: 100%;
  110. }
  111. #footer ul.sidebar_widget {
  112. width: 960px;
  113. }
  114. #copyright {display:none;
  115. margin-top:12px;
  116. margin-left:20px;
  117. }
  118. .copyright_wrapper
  119. {
  120. width:960px;
  121. margin:auto;
  122. }
  123.  
  124. .copyright_wrapper .left_wrapper
  125. {
  126. float:left;
  127. width:540px;
  128. margin:25px 0 15px 0;
  129. }
  130.  
  131. .copyright_wrapper .right_wrapper
  132. {
  133. float:right;
  134. width:300px;
  135. text-align:right;
  136. margin:25px 0 15px 0;
  137. }
  138. .top_info {
  139. color: #FFFFFF;
  140. float: left;
  141. font-size: 11px;
  142. margin-top: 1px;
  143. padding: 5px 10px;
  144. }
  145. .top_info a {
  146. background: none repeat scroll 0 0 transparent;
  147. color: #FFFFFF;
  148. margin: 0 3px;
  149. padding: 2px 6px;
  150. }
  151. .top_info a:hover {
  152. background: none repeat scroll 0 0 transparent;
  153. color: #F55D2D;
  154. }
  155. pre, code, tt {
  156. background: url("../images/pre_bg.png") repeat scroll 0 0 transparent;
  157. border: 1px solid #EBEBEB;
  158. color: #888888;
  159. display: block;
  160. font: 12px/19px 'andale mono','lucida console',monospace;
  161. overflow: auto;
  162. padding: 20px;
  163. word-wrap: break-word;
  164. }
  165. input[type="text"], input[type="password"], select, textarea {
  166. border: medium none;
  167. box-shadow: 0 0 2px #AAAAAA, 0 -3px 0 #F5F5F5 inset;
  168. color: #999999;
  169. float: left;
  170. font-size: 13px;
  171. line-height: 1;
  172. margin: 0 5px 0 0;
  173. outline: medium none;
  174. padding: 10px 10px 8px;
  175. text-align: left;
  176. width: 67%;
  177. }
  178. input.blur[type="text"], textarea.blur {
  179. color: #999999;
  180. font-style: italic;
  181. }
  182. #footer input[type="text"], #footer textarea {
  183. background: none repeat scroll 0 0 #333333;
  184. border: 1px solid #444444;
  185. font-size: 11px;
  186. }
  187. #footer input.blur[type="text"], #footer textarea.blur {
  188. color: #666666;
  189. }
  190. label {
  191. font-weight: normal;
  192. }
  193. #contact_form label, #commentform label {
  194. float: left;
  195. margin-bottom: 25px;
  196. margin-left: 10px;
  197. margin-top: 6px;
  198. }
  199. #contact_form label.error, #commentform label.error {
  200. color: #AC1C20;
  201. float: left;
  202. margin-bottom: 0;
  203. margin-top: 6px;
  204. }
  205. #contact_form input, #contact_form textarea, #commentform input, #commentform textarea {
  206. float: left;
  207. margin-bottom: 15px;
  208. }
  209. input[type="submit"], input[type="button"], a.button {
  210. background: url("../images/btn_bg.png") repeat-x scroll center top #F9B601;
  211. border: 1px solid #E0A401;
  212. color: #FFFFFF;
  213. cursor: pointer;
  214. display: inline-block;
  215. font: bold 12px Arial,sans-serif;
  216. margin-right: 5px;
  217. outline: medium none;
  218. padding: 0.65em 2em;
  219. text-align: center;
  220. text-decoration: none;
  221. text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
  222. }
  223. #footer input[type="submit"], #footer input[type="button"] {
  224. font-size: 11px;
  225. }
  226. a.comment-reply-link {
  227. float: right;
  228. font-size: 10px;
  229. margin-top: 10px;
  230. }
  231. a.button {
  232. padding-top: 8px;
  233. }
  234. input[type="submit"]:hover, input[type="button"]:hover, a.button:hover {
  235. }
  236. input.medium[type="submit"], input.medium[type="button"], a.button.medium {
  237. }
  238. input.large[type="submit"], input.large[type="button"], a.button.large {
  239. }
  240. input[type="submit"]:active, input[type="button"]:active, a.button:active {
  241. background: url("../images/btn_bg.png") repeat-x scroll center bottom #FEBD4B;
  242. left: 1px;
  243. position: relative;
  244. top: 1px;
  245. }
  246. .slider_desc a.button.large {
  247. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  248. float: right;
  249. margin-right: 60px;
  250. margin-top: -25px;
  251. }
  252. input.left[type="submit"], input.left[type="button"], a.button.left {
  253. float: left;
  254. }
  255. input.right[type="submit"], input.right[type="button"], a.button.right {
  256. float: right;
  257. }
  258. input.center[type="submit"], input.center[type="button"], a.button.center {
  259. margin: auto;
  260. }
  261. #cancel-comment-reply-link {
  262. display: block;
  263. float: left;
  264. font-size: 11px;
  265. margin: 10px 0 0 15px;
  266. }
  267. h1 {
  268. font-size: 46px;
  269. letter-spacing: -2px;
  270. line-height: 46px;
  271. }
  272. h2 {
  273. font-size: 30px;
  274. letter-spacing: -1px;
  275. line-height: 30px;
  276. }
  277. h3 {
  278. font-size: 26px;
  279. }
  280. h4 {
  281. font-size: 24px;
  282. }
  283. h5 {
  284. font-size: 18px;
  285. }
  286. h6 {
  287. font-size: 14px;
  288. }
  289. .margintop10 {
  290. margin-top: 10px;
  291. }
  292. h1, h2, h3, h4, h5, h6 {
  293. color: #183243;
  294. font-family: 'PT Sans', sans-serif;
  295. font-weight: 700;
  296. }
  297. .clear {
  298. clear: both;
  299. }
  300. img.mid_align {
  301. border: 0 none;
  302. margin-right: 5px;
  303. vertical-align: middle;
  304. }
  305. img.frame {
  306. }
  307. .frame_left {
  308. background: none repeat scroll 0 0 #F9F9F9;
  309. border: 1px solid #CCCCCC;
  310. box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  311. float: left;
  312. margin: 0 20px 10px 0;
  313. padding: 8px;
  314. text-align: center;
  315. }
  316. .frame_left .caption, .frame_right .caption, .frame_center .caption {
  317. display: block;
  318. font-weight: bold;
  319. margin: 7px 0 2px;
  320. }
  321. .frame_right {
  322. background: none repeat scroll 0 0 #F9F9F9;
  323. border: 1px solid #CCCCCC;
  324. box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  325. float: right;
  326. margin: 0 0 10px 20px;
  327. padding: 8px;
  328. text-align: center;
  329. }
  330. .frame_center {
  331. background: none repeat scroll 0 0 #F9F9F9;
  332. border: 1px solid #CCCCCC;
  333. box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  334. clear: both;
  335. display: table;
  336. margin: 20px auto;
  337. padding: 8px;
  338. text-align: center;
  339. }
  340. iframe, .video_frame, .img_shadow {
  341. box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  342. }
  343. .dropcap1 {
  344. background: none repeat scroll 0 0 #183243;
  345. border-radius: 50px 50px 50px 50px;
  346. color: #FFFFFF;
  347. display: block;
  348. float: left;
  349. font-size: 24px;
  350. height: 40px;
  351. line-height: 42px;
  352. margin: 0 8px 0 0;
  353. text-align: center;
  354. width: 40px;
  355. }
  356. blockquote {
  357. border-left: 2px solid #DDDDDD;
  358. color: #999999;
  359. font-family: Georgia,"Times New Roman",Times,serif;
  360. font-size: 16px;
  361. font-style: oblique;
  362. margin: 10px 0 10px 20px;
  363. min-height: 50px;
  364. padding: 20px;
  365. width: 90%;
  366. }
  367. blockquote h2 {
  368. font-family: Georgia,Times,serif;
  369. font-size: 22px;
  370. font-style: italic;
  371. font-weight: normal;
  372. text-transform: none;
  373. }
  374. blockquote h3 {
  375. font-size: 20px;
  376. font-weight: normal;
  377. }
  378. #respond {
  379. float: left;
  380. margin: 0 0 30px;
  381. width: 100%;
  382. }
  383. .comment_wrapper #respond {
  384. background: none repeat scroll 0 0 #F9F9F9;
  385. margin: -10px 0 50px 35px;
  386. padding: 0 20px 20px;
  387. width: 87%;
  388. }
  389. .comment_wrapper ul.children #respond {
  390. background: none repeat scroll 0 0 #F9F9F9;
  391. margin: 20px 0 20px 40px;
  392. padding: 0 20px 20px;
  393. width: 72%;
  394. }
  395. .space {
  396. margin-bottom: 10px;
  397. }
  398. #top_wrapper {
  399. background: none repeat scroll 0 0 #8AB2BA;
  400. height: 50px;
  401. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  402. width: 100%;
  403. }
  404. .social_wrapper {
  405. margin: auto auto 30px;
  406. padding-top: 10px;
  407. width: 960px;
  408. }
  409. #footer .social_wrapper {
  410. float: right;
  411. margin-right: 30px;
  412. margin-top: 5px;
  413. position: static;
  414. }
  415. .social_wrapper ul {
  416. float: right;
  417. list-style: none outside none;
  418. }
  419. .social_wrapper ul li {
  420. float: right;
  421. margin-left: 3px;
  422. }
  423. .social_wrapper ul li a {
  424. display: block;
  425. }
  426. .social_wrapper ul li img {
  427. height: 28px;
  428. }
  429. #footer .social_wrapper ul li img {
  430. height: auto;
  431. }
  432. #top_bar {
  433. margin: 1px -25px auto;
  434. width: 960px;
  435. }
  436. #header_wrapper {
  437. margin: -12px 0;
  438. width: 100%;
  439. }
  440. .logo {
  441. float: left;
  442. margin: 1px 1px 1px 0;
  443. }
  444. .logo_tagline {
  445. color: #CCCCCC;
  446. float: left;
  447. font-size: 11px;
  448. font-weight: 300;
  449. margin: 29px 25px 8px 0;
  450. }
  451. .search_box input[type="text"] {
  452. background: none repeat scroll 0 0 transparent;
  453. border: 0 none;
  454. margin: 1px 5px 0;
  455. width: 140px;
  456. }
  457. .search_box img {
  458. left: -7px;
  459. position: relative;
  460. top: 3px;
  461. }
  462. #menu_wrapper {
  463. padding: 0;
  464. }
  465. #menu_border_wrapper {
  466. float: right;
  467. margin-top: -5px;
  468. }
  469. #menu_wrapper .nav ul, #menu_wrapper div .nav {
  470. display: block;
  471. float: right;
  472. font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  473. height: 53px;
  474. list-style: none outside none;
  475. margin: 0;
  476. padding: 0;
  477. position: relative;
  478. z-index: 1000;
  479. }
  480. #menu_wrapper .nav ul li, #menu_wrapper div .nav li {
  481. display: block;
  482. float: left;
  483. margin: 0;
  484. padding: 45px 9px 20px;
  485. }
  486. #menu_wrapper .nav ul li ul li, #menu_wrapper div .nav li ul li {
  487. clear: both;
  488. margin: 0;
  489. padding: 0;
  490. width: 200px;
  491. }
  492. #menu_wrapper .nav ul li:last-child, #menu_wrapper div .nav li:last-child {
  493. padding-right: 0;
  494. }
  495. #menu_wrapper .nav ul li a, #menu_wrapper div .nav li a {
  496. color: #888888;
  497. display: inline-block;
  498. font-weight: 600;
  499. margin: 2px 0 0;
  500. padding: 0;
  501. }
  502. #menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover {
  503. background: none repeat scroll 0 0 transparent;
  504. color: #183243;
  505. }
  506. #menu_wrapper div .nav li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent a, #menu_wrapper div .nav li.current-menu-ancestor > a {
  507. color: #183243;
  508. }
  509. #menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul {
  510. background: none repeat scroll 0 0 #FFFFFF;
  511. border-top: 2px solid #8AB2BA;
  512. box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  513. display: none;
  514. font-size: 12px;
  515. height: auto;
  516. list-style: none outside none;
  517. margin: 0 0 0 0px;
  518. padding: 0;
  519. position: absolute;
  520. text-transform: none;
  521. top: 70px;
  522. width: 210px;
  523. z-index: 1000;
  524. }
  525. #menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul li ul {
  526. display: none;
  527. left: 220px;
  528. margin-top: 9px;
  529. opacity: 1;
  530. position: absolute;
  531. top: 0;
  532. z-index: 99999;
  533. }
  534. #menu_wrapper .nav ul li:hover ul, #menu_wrapper div .nav li:hover ul {
  535. display: block;
  536. }
  537. #menu_wrapper .nav ul li ul li a.hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper div .nav li ul li a.hover, #menu_wrapper div .nav li ul li a:hover {
  538. background: none repeat scroll 0 0 transparent;
  539. }
  540. #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a, #menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper div .nav li ul li.current-menu-parent a {
  541. background: none repeat scroll 0 0 transparent;
  542. color: #888888;
  543. display: block;
  544. font-weight: normal;
  545. height: auto;
  546. padding: 8px 10px;
  547. }
  548. #menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a {
  549. border-bottom: 1px solid #EFEFEF;
  550. display: block;
  551. font-weight: 400;
  552. margin-left: 10px;
  553. width: 170px;
  554. }
  555. #menu_wrapper .nav ul li ul li:last-child a, #menu_wrapper div .nav li ul li:last-child a {
  556. border: 0 none;
  557. }
  558. #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li.current-menu-item ul li a:hover, #menu_wrapper div .nav li.current-menu-parent ul li a:hover {
  559. color: #183243;
  560. }
  561. #content_wrapper ul {
  562. margin-left: 20px;
  563. }
  564. #content_wrapper ul.slides {
  565. margin-bottom: 15px;
  566. margin-left: 0;
  567. }
  568. #content_wrapper ul.home_portfolio {
  569. margin-left: 0;
  570. }
  571. #content_wrapper {
  572. margin: 20px auto auto;
  573. padding-bottom: 30px;
  574. position: relative;
  575. width: 100%;
  576. }
  577. body.home #content_wrapper {
  578. margin-top: 10px;
  579. padding-bottom: 0;
  580. padding-top: 0;
  581. }
  582. body.home[title="page"] #content_wrapper {
  583. padding-top: 0;
  584. }
  585. #content_shadow_bottom {
  586. height: 48px;
  587. }
  588. #content_wrapper .inner {
  589. margin-top: 10px;
  590. }
  591. body.home #content_wrapper .inner {
  592. margin-top: 0;
  593. }
  594. .wrapper_shadow {
  595. background: url("../images/wrapper_shadow.png") no-repeat scroll 0 0 transparent;
  596. height: 51px;
  597. left: -20px;
  598. margin: auto;
  599. position: relative;
  600. width: 960px;
  601. }
  602. .slider_border {
  603. background: none repeat scroll 0 0 #FFFFFF;
  604. height: 350px;
  605. margin: 15px auto auto;
  606. padding: 10px 0 0;
  607. width: 960px;
  608. }
  609. .page_caption {
  610. margin: auto auto -25px;
  611. }
  612. .page_caption p {
  613. display: block;
  614. float: left;
  615. margin: 13px 0 0;
  616. }
  617. #content_wrapper .inner .inner_wrapper {
  618. margin: auto;
  619. padding: 0;
  620. width: 100%;
  621. }
  622. #content_wrapper .inner .inner_wrapper.portfolio {
  623. left: -10px;
  624. padding: 10px 0 0;
  625. position: relative;
  626. }
  627. #content_wrapper .inner .inner_wrapper .sidebar_content {
  628. float: left;
  629. padding: 0;
  630. width: 670px;
  631. }
  632. #content_wrapper .inner .inner_wrapper .sidebar_content.portfolio_r {
  633. width: 680px;
  634. }
  635. #content_wrapper .inner .inner_wrapper .sidebar_content img {
  636. max-width: 670px;
  637. }
  638. #content_wrapper .inner .inner_wrapper .sidebar_content.left_blog_content {
  639. margin-left: 10px;
  640. margin-top: -5px;
  641. }
  642. #content_wrapper .inner .inner_wrapper .sidebar_content.mini {
  643. width: 490px;
  644. }
  645. #content_wrapper .inner .inner_wrapper .sidebar_content.mini.second_one {
  646. width: 490px;
  647. }
  648. #content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar {
  649. float: right;
  650. margin-left: 0;
  651. margin-right: 5px;
  652. width: 670px;
  653. }
  654. #content_wrapper .inner .inner_wrapper .sidebar_content.left_sidebar img {
  655. max-width: 650px;
  656. }
  657. #content_wrapper .inner .inner_wrapper .sidebar_wrapper {
  658. float: right;
  659. padding-left: 15px;
  660. width: 260px;
  661. }
  662. #content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar {
  663. float: right;
  664. width: 100%;
  665. }
  666. #content_wrapper .inner .inner_wrapper .sidebar_wrapper.left_sidebar {
  667. border-left: 0 none;
  668. float: left;
  669. margin: 0 15px 0 0;
  670. padding-left: 0;
  671. padding-right: 15px;
  672. width: 250px;
  673. }
  674. #content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar.left_sidebar {
  675. float: left;
  676. min-height: 150px;
  677. width: 100%;
  678. }
  679. #content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar_bottom.left_sidebar {
  680. }
  681. #content_wrapper .inner .inner_wrapper .sidebar_wrapper .sidebar .content {
  682. margin: 0 10px 0 0;
  683. width: 100%;
  684. }
  685. #content_wrapper .inner .inner_wrapper .sidebar_wrapper.left_sidebar .sidebar .content {
  686. margin: 0;
  687. width: 100%;
  688. }
  689. #content_wrapper .sidebar .content .posts.blog, .posts.blog {
  690. list-style: none outside none;
  691. margin-left: 0;
  692. margin-top: 0;
  693. }
  694. .posts.blog li {
  695. margin-bottom: 45px;
  696. }
  697. #content_wrapper .sidebar .content .posts.blog li, #content_wrapper .posts.blog li {
  698. background: none repeat scroll 0 0 transparent;
  699. border: 0 none;
  700. clear: both;
  701. color: #999999;
  702. line-height: 1.5em;
  703. padding-bottom: 15px;
  704. padding-left: 0;
  705. padding-top: 10px;
  706. }
  707. #content_wrapper .sidebar .content .posts.blog li:last-child, #content_wrapper .posts.blog li:last-child, #footer .sidebar_widget li ul.posts.blog li:last-child {
  708. margin-bottom: 0;
  709. }
  710. .sidebar_widget {
  711. width: 100%;
  712. }
  713. .sidebar_widget li ul {
  714. list-style: none outside none;
  715. }
  716. .sidebar_widget li {
  717. background: none repeat scroll 0 0 #F9F9F9;
  718. border-bottom: 1px solid #CCCCCC;
  719. margin: 0 0 35px;
  720. padding: 15px 20px 10px;
  721. }
  722. .sidebar_widget li.widget.widget_search {
  723. background: none repeat scroll 0 0 transparent;
  724. border: 0 none;
  725. padding: 15px 0 10px;
  726. }
  727. #content_wrapper .sidebar .content .sidebar_widget li.Custom_Portfolios {
  728. padding-bottom: 0;
  729. }
  730. #content_wrapper .sidebar .content .sidebar_widget li.Custom_Portfolios ul li, #content_wrapper .sidebar .content .sidebar_widget li.Custom_Portfolios ul li .portfolio_desc {
  731. border-bottom: 0 none;
  732. }
  733. #content_wrapper .sidebar .content .sidebar_widget li.Custom_Portfolios .flex-control-nav li {
  734. border-bottom: 0 none;
  735. padding: 0;
  736. }
  737. .sidebar_widget li.widget.widget_search form#searchform {
  738. margin-bottom: 35px;
  739. }
  740. .sidebar_widget li.Custom_Facebook_Page {
  741. padding-bottom: 20px;
  742. }
  743. .sidebar_widget li.Custom_Flickr {
  744. padding-bottom: 15px;
  745. }
  746. .sidebar_widget li ul li {
  747. margin: 0 0 10px;
  748. padding: 0 0 10px;
  749. }
  750. #footer .sidebar_widget li ul.flickr li:first-child {
  751. padding-top: 0;
  752. }
  753. #footer .sidebar_widget li ul.flickr li {
  754. border-bottom: 0 none;
  755. }
  756. #content_wrapper .sidebar .content .posts.blog li img, #content_wrapper .posts.blog li img {
  757. border: 1px solid #EBEBEB;
  758. box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  759. float: left;
  760. margin: 0 10px 2px 0;
  761. padding: 3px;
  762. width: 60px;
  763. }
  764. .post_img {
  765. box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  766. }
  767. #content_wrapper .sidebar .content .sidebar_widget, .sidebar_widget {
  768. list-style: none outside none;
  769. margin-left: 0;
  770. }
  771. #content_wrapper .sidebar .content .sidebar_widget li ul {
  772. list-style: none outside none;
  773. margin: 0;
  774. }
  775. #content_wrapper .sidebar .content .sidebar_widget li ul li ul.sub-menu {
  776. margin-left: 10px;
  777. }
  778. #content_wrapper .sidebar .content .sidebar_widget li ul li {
  779. border-bottom: 1px solid #EBEBEB;
  780. margin: 0;
  781. padding: 3px 0 5px;
  782. }
  783. #content_wrapper .sidebar .content .sidebar_widget li ul li:last-child {
  784. border-bottom: 0 none;
  785. }
  786. #content_wrapper .sidebar .content .sidebar_widget li ul li:first-child {
  787. background-position: 0 1.3em;
  788. padding-top: 10px;
  789. }
  790. #content_wrapper .sidebar .content .sidebar_widget li ul.twitter, #footer .sidebar_widget li ul.twitter, ul.twitter {
  791. background: none repeat scroll 0 0 #FFFFFF;
  792. border: 1px solid #E1E1E1;
  793. box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  794. list-style: none outside none;
  795. margin: 15px 0 0;
  796. padding: 0 0 3px;
  797. width: 100%;
  798. }
  799. #footer .sidebar_widget li ul.twitter a {
  800. color: #444444;
  801. }
  802. .testimonial_wrapper {
  803. background: url("../images/quote_bg.png") no-repeat scroll 0 5px #FFFFFF;
  804. border: 1px solid #E1E1E1;
  805. box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  806. font-family: Georgia,"Times New Roman",Times,serif;
  807. font-style: italic;
  808. margin-top: 15px;
  809. padding: 10px 10px 10px 49px;
  810. }
  811. #footer .testimonial_wrapper {
  812. margin-top: 20px;
  813. }
  814. #footer .sidebar_widget li ul.twitter, ul.twitter {
  815. float: none;
  816. margin-top: 15px;
  817. }
  818. #footer .sidebar_widget li ul.twitter li:last-child {
  819. border-bottom: 0 none;
  820. padding-bottom: 0;
  821. }
  822. #content_wrapper .sidebar .content .sidebar_widget li ul.twitter li, #footer .sidebar_widget li ul.twitter li, ul.twitter li {
  823. background: none repeat scroll 0 0 transparent;
  824. padding: 5px 10px;
  825. }
  826. .twitter_arrow, .testimonial_arrow {
  827. background: url("../images/twitter_arrow.png") no-repeat scroll 0 0 transparent;
  828. height: 10px;
  829. margin-left: 10px;
  830. margin-top: -1px;
  831. width: 18px;
  832. }
  833. .twitter_username, .testimonial_name {
  834. margin-bottom: 10px;
  835. margin-left: 10px;
  836. margin-top: 5px;
  837. }
  838. #content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:first-child, #footer .sidebar_widget li ul.twitter li:first-child, ul.twitter li:first-child {
  839. background-position: 0 1.3em;
  840. padding-top: 10px;
  841. }
  842. #content_wrapper .sidebar .content .sidebar_widget li ul.social_media, #footer .sidebar_widget li ul.social_media {
  843. clear: both;
  844. display: block;
  845. float: left;
  846. list-style: none outside none;
  847. margin: 5px 0 15px -9px;
  848. }
  849. #footer .sidebar_widget li ul.social_media {
  850. margin: 5px 0 15px;
  851. }
  852. #content_wrapper .sidebar .content .sidebar_widget li ul.social_media li {
  853. display: block;
  854. float: left;
  855. margin: 0;
  856. }
  857. #footer .sidebar_widget li ul.social_media li {
  858. display: block;
  859. float: left;
  860. margin: 0 5px 0 0;
  861. }
  862. #content_wrapper ul.posts.blog {
  863. list-style: none outside none;
  864. margin: 7px 0 0;
  865. }
  866. #content_wrapper .sidebar .content .sidebar_widget li ul li {
  867. margin: 0 0 5px;
  868. }
  869. #content_wrapper .sidebar .content .sidebar_widget li .widgettitle, h2.widgettitle, #footer ul li.widget .widgettitle {
  870. border-bottom: 3px solid #E5E5E5;
  871. display: block;
  872. font-size: 20px;
  873. font-weight: bold;
  874. letter-spacing: 0;
  875. line-height: 43px;
  876. margin: 0 0 5px;
  877. text-transform: none;
  878. }
  879. #footer h2.widgettitle span {
  880. background: none repeat scroll 0 0 transparent;
  881. }
  882. .one_third h2.widgettitle {
  883. font-size: 16px;
  884. }
  885. .widget_tag_cloud div {
  886. margin: 15px 0 10px;
  887. }
  888. .widget_tag_cloud div a, .meta-tags a {
  889. background: none repeat scroll 0 0 #FFFFFF;
  890. border: 1px solid #DDDDDD;
  891. border-radius: 3px 3px 3px 3px;
  892. color: #666666;
  893. display: inline;
  894. font-size: 12px;
  895. line-height: 3.3em;
  896. margin: 7px 5px 7px 0;
  897. padding: 6px 8px 6px 6px;
  898. }
  899. .post_wrapper {
  900. float: left;
  901. margin: 0 0 20px;
  902. width: 570px;
  903. }
  904. .post_wrapper.fullwidth {
  905. width: 865px;
  906. }
  907. .post_wrapper_left {
  908. float: left;
  909. margin: 0 30px 0 0;
  910. width: 200px;
  911. }
  912. .post_wrapper_left_full {
  913. float: left;
  914. margin: 0 30px 0 0;
  915. width: 300px;
  916. }
  917. .post_wrapper_right {
  918. float: right;
  919. width: 350px;
  920. }
  921. .post_wrapper_right_full {
  922. float: right;
  923. width: 600px;
  924. }
  925. .post_social {
  926. margin-top: 20px;
  927. }
  928. iframe.twitter-count-none {
  929. margin-right: 14px;
  930. }
  931. .post_social.portfolio {
  932. float: left;
  933. padding-bottom: 20px;
  934. }
  935. .post_header {
  936. float: left;
  937. margin: 0 0 15px;
  938. width: 100%;
  939. }
  940. .post_header h3 {
  941. font-size: 26px;
  942. letter-spacing: -1px;
  943. text-transform: none;
  944. }
  945. .post_header h3 a {
  946. color: #183243;
  947. margin-bottom: 0;
  948. margin-top: 0;
  949. }
  950. .post_header .post_detail, .recent_post_detail, .post_detail {
  951. float: left;
  952. font-size: 10px;
  953. padding: 0;
  954. width: 76%;
  955. }
  956. .post_detail {
  957. margin-top: 20px;
  958. text-align: center;
  959. }
  960. .post_img img.frame {
  961. position: relative;
  962. top: 15px;
  963. }
  964. .post_excerpt {
  965. float: left;
  966. margin: 15px 0 0;
  967. width: 100%;
  968. }
  969. .post_excerpt.mini {
  970. float: left;
  971. width: 390px;
  972. }
  973. .post_excerpt p:first-child, .sidebar_content p:first-child {
  974. margin: 0;
  975. }
  976. .post_header .post_comment {
  977. background: url("../images/bt_g.png") repeat-x scroll center top #CCCCCC;
  978. border: 1px solid #EBEBEB;
  979. border-radius: 5px 5px 5px 5px;
  980. box-shadow: 0 1px 3px #EBEBEB;
  981. float: right;
  982. font-size: 11px;
  983. margin: 10px 0 0;
  984. padding: 5px 15px;
  985. text-align: left;
  986. }
  987. .comment .left img.avatar {
  988. border: 1px solid #CCCCCC;
  989. box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  990. padding: 3px;
  991. width: 50px;
  992. }
  993. .comment {
  994. float: left;
  995. margin-bottom: 20px;
  996. margin-left: -25px;
  997. padding-bottom: 20px;
  998. width: 680px;
  999. }
  1000. .comment .left {
  1001. float: left;
  1002. margin-top: 10px;
  1003. width: 60px;
  1004. }
  1005. .comment_arrow {
  1006. background: url("../images/comment_arrow.png") no-repeat scroll 0 0 transparent;
  1007. display: none;
  1008. float: left;
  1009. height: 10px;
  1010. left: 5px;
  1011. margin-top: 20px;
  1012. position: relative;
  1013. width: 14px;
  1014. }
  1015. .comment .right {
  1016. background: none repeat scroll 0 0 #FFFFFF;
  1017. border-bottom: 5px solid #F9F9F9;
  1018. float: left;
  1019. margin-top: -2px;
  1020. padding: 20px 15px;
  1021. width: 86%;
  1022. }
  1023. ul.children div.comment .right {
  1024. width: 73%;
  1025. }
  1026. .comment .right p {
  1027. margin: 0;
  1028. padding: 0;
  1029. }
  1030. #content_wrapper ul.children {
  1031. float: left;
  1032. list-style: none outside none;
  1033. margin: -40px 0 0 74px;
  1034. padding: 5px 20px 2px 0;
  1035. width: 106%;
  1036. }
  1037. #content_wrapper ul.children ul.children {
  1038. margin-top: -10px;
  1039. padding-bottom: 0;
  1040. width: 83.5%;
  1041. }
  1042. .comment_wrapper {
  1043. float: left;
  1044. margin-left: 25px;
  1045. }
  1046. .comment_date {
  1047. background: none repeat scroll 0 0 #EBEBEB;
  1048. float: left;
  1049. font-size: 10px;
  1050. margin: 0 0 0 10px;
  1051. padding: 3px 5px;
  1052. }
  1053. ul.children .comment {
  1054. float: left;
  1055. margin: 0 0 0 -23px;
  1056. padding: 20px 0 10px;
  1057. width: 100%;
  1058. }
  1059. ul.children ul.children .comment {
  1060. margin-left: -22px;
  1061. }
  1062. ul.children .comment:last-child {
  1063. padding-bottom: 15px;
  1064. padding-top: 0;
  1065. }
  1066. ul.children .comment:first-child {
  1067. padding-top: 10px;
  1068. }
  1069. .cufon.space {
  1070. margin-bottom: 15px;
  1071. }
  1072. .one_third {
  1073. float: left;
  1074. margin-right: 3%;
  1075. width: 31%;
  1076. }
  1077. .one_third.last {
  1078. float: right;
  1079. margin-right: 0;
  1080. width: 32%;
  1081. }
  1082. #portfolio_filter_wrapper.three_columns > div {
  1083. float: left;
  1084. margin-right: 2.5%;
  1085. padding-bottom: 2.5%;
  1086. width: 30%;
  1087. }
  1088. .two_third {
  1089. float: left;
  1090. margin-right: 3%;
  1091. width: 64%;
  1092. }
  1093. .two_third.last {
  1094. margin-right: 0;
  1095. }
  1096. .two_third.portfolio1 {
  1097. height: 290px;
  1098. margin-bottom: 10px;
  1099. margin-top: 10px;
  1100. overflow: hidden;
  1101. position: relative;
  1102. }
  1103. .two_third.portfolio1 img.frame {
  1104. position: relative;
  1105. top: 20px;
  1106. }
  1107. .one_half {
  1108. float: left;
  1109. width: 47%;
  1110. }
  1111. .one_half.last {
  1112. left: 5%;
  1113. position: relative;
  1114. }
  1115. #portfolio_filter_wrapper.two_columns > div {
  1116. float: left;
  1117. margin-right: 2.5%;
  1118. padding-bottom: 2.5%;
  1119. width: 47%;
  1120. }
  1121. .one_half .portfolio_image {
  1122. height: 330px;
  1123. overflow: hidden;
  1124. width: 100%;
  1125. }
  1126. .portfolio_image img {
  1127. width: 183px;
  1128. }
  1129. .one_half .portfolio_image img.frame {
  1130. position: relative;
  1131. top: 21px;
  1132. }
  1133. .img_shadow_360 {
  1134. background: url("../images/img_shadow_360.png") no-repeat scroll 22px bottom transparent;
  1135. float: left;
  1136. }
  1137. .one_third .portfolio_image {
  1138. height: 218px;
  1139. overflow: hidden;
  1140. width: 100%;
  1141. }
  1142. .one_third .portfolio_image img.frame {
  1143. position: relative;
  1144. top: 20px;
  1145. }
  1146. .img_shadow_220 {
  1147. background: url("../images/img_shadow_220.png") no-repeat scroll 18px bottom transparent;
  1148. float: left;
  1149. }
  1150. .one_third .portfolio_desc h2 {
  1151. font-size: 20px;
  1152. }
  1153. .portfolio_desc {
  1154. background: none repeat scroll 0 0 #F9F9F9;
  1155. border-bottom: 1px solid #CCCCCC;
  1156. color: #999999;
  1157. font-family: Georgia,"Times New Roman",Times,serif;
  1158. font-size: 11px;
  1159. font-style: italic;
  1160. padding: 2em 0;
  1161. text-align: center;
  1162. }
  1163. .portfolio_desc:hover, .portfolio_desc.hover {
  1164. background: none repeat scroll 0 0 #FFFFFF;
  1165. border-bottom: 1px solid #8AB2BA;
  1166. }
  1167. .portfolio_desc:hover h6, .portfolio_desc.hover h6, .portfolio_desc:hover h5, .portfolio_desc.hover h5, .portfolio_desc:hover h4, .portfolio_desc.hover h4, .portfolio_desc:hover h3, .portfolio_desc.hover h3, .portfolio_desc:hover h2, .portfolio_desc.hover h2 {
  1168. color: #183243;
  1169. }
  1170. .portfolio_desc h6 a, .posts.blog h6 a, .portfolio_desc h5 a, .posts.blog h5 a, .portfolio_desc h6, .portfolio_desc h5 {
  1171. font-style: normal;
  1172. text-transform: none;
  1173. }
  1174. .portfolio_desc_200 {
  1175. width: 220px;
  1176. }
  1177. .portfolio_desc_642 {
  1178. width: 920px;
  1179. }
  1180. .portfolio_desc_460 {
  1181. width: 460px;
  1182. }
  1183. .portfolio_desc_195 {
  1184. margin-bottom: 30px;
  1185. width: 195px;
  1186. }
  1187. #content_wrapper .sidebar .content .sidebar_widget li .portfolio_desc h6 a, #content_wrapper .sidebar .content .sidebar_widget li .posts.blog h6 a {
  1188. background: none repeat scroll 0 0 transparent;
  1189. color: #000000;
  1190. font-size: 13px;
  1191. font-weight: bold;
  1192. letter-spacing: 0;
  1193. margin: 0;
  1194. padding: 0;
  1195. position: relative;
  1196. width: auto;
  1197. }
  1198. .posts.blog h6 {
  1199. margin: 10px 0;
  1200. }
  1201. .one_fourth {
  1202. float: left;
  1203. margin-bottom: 2%;
  1204. margin-right: 3%;
  1205. width: 22.5%;
  1206. }
  1207. #portfolio_filter_wrapper > div {
  1208. float: left;
  1209. margin-right: 2.5%;
  1210. padding-bottom: 2.5%;
  1211. width: 22%;
  1212. }
  1213. .one_fourth.css_shadow {
  1214. }
  1215. .one_fourth.last {
  1216. margin-right: 0;
  1217. width: 23%;
  1218. }
  1219. .one_fourth .portfolio_image {
  1220. height: 155px;
  1221. overflow: hidden;
  1222. width: 100%;
  1223. }
  1224. .one_fourth .portfolio_image img.frame {
  1225. position: relative;
  1226. top: 10px;
  1227. }
  1228. .img_shadow_160 {
  1229. background: url("../images/img_shadow_160.png") no-repeat scroll 15px bottom transparent;
  1230. float: left;
  1231. }
  1232. .one_fifth {
  1233. float: left;
  1234. margin-bottom: 2%;
  1235. margin-right: 6%;
  1236. width: 14%;
  1237. }
  1238. .one_fifth.last {
  1239. margin-right: 0;
  1240. }
  1241. .one_sixth {
  1242. float: left;
  1243. margin-bottom: 2%;
  1244. margin-right: 6%;
  1245. width: 11%;
  1246. }
  1247. .one_sixth.last {
  1248. margin-right: 0;
  1249. }
  1250. .one_sixth_img {
  1251. background: none repeat scroll 0 0 #FFFFFF;
  1252. border: 10px solid #FFFFFF;
  1253. display: block;
  1254. float: left;
  1255. height: 235px;
  1256. overflow: hidden;
  1257. width: 162px;
  1258. }
  1259. .one_third_img {
  1260. background: none repeat scroll 0 0 #FFFFFF;
  1261. border: 8px solid #FFFFFF;
  1262. box-shadow: 0 1px 3px #CCCCCC;
  1263. display: block;
  1264. float: left;
  1265. height: 160px;
  1266. overflow: hidden;
  1267. width: 250px;
  1268. }
  1269. .one_fourth_img, .one_fourth_detail_img {
  1270. display: block;
  1271. float: left;
  1272. height: 230px;
  1273. overflow: hidden;
  1274. width: 265px;
  1275. }
  1276. .one_fourth_normal {
  1277. background: none repeat scroll 0 0 #FFFFFF;
  1278. border: 8px solid #FFFFFF;
  1279. box-shadow: 0 1px 3px #CCCCCC;
  1280. display: block;
  1281. float: left;
  1282. height: 120px;
  1283. overflow: hidden;
  1284. width: 190px;
  1285. }
  1286. .one_sixth_img:hover img {
  1287. border: 10px solid #FFFFFF;
  1288. box-shadow: 0 2px 20px #CCCCCC;
  1289. margin-left: -75px;
  1290. margin-top: -65px;
  1291. position: absolute;
  1292. z-index: 999;
  1293. }
  1294. .one_fourth_img:hover img {
  1295. box-shadow: 0 2px 20px #555555;
  1296. margin-left: -60px;
  1297. margin-top: -60px;
  1298. position: absolute;
  1299. z-index: 999;
  1300. }
  1301. .one_fourth_detail_img:hover img {
  1302. display: none;
  1303. }
  1304. .one_fourth_detail_div {
  1305. background: url("../images/body_bg.gif") repeat scroll 0 0 #F9F9F9;
  1306. box-shadow: 0 2px 20px #CCCCCC;
  1307. color: #666666;
  1308. display: none;
  1309. height: 260px;
  1310. margin-left: -40px;
  1311. margin-top: -40px;
  1312. padding: 20px;
  1313. position: absolute;
  1314. width: 260px;
  1315. z-index: 999;
  1316. }
  1317. .one_fourth_detail_img:hover .one_fourth_detail_div {
  1318. display: block;
  1319. }
  1320. .portfolio4_hover {
  1321. background: none repeat scroll 0 0 transparent;
  1322. cursor: pointer;
  1323. display: block;
  1324. height: 133px;
  1325. left: 6px;
  1326. position: relative;
  1327. text-align: center;
  1328. top: -133px;
  1329. width: 180px;
  1330. z-index: 999;
  1331. }
  1332. .portfolio4_hover img {
  1333. margin: 25px 0 0;
  1334. width: 60px;
  1335. }
  1336. .blog_grid_desc {
  1337. padding: 15px 0 15px 5px;
  1338. }
  1339. #searchform label {
  1340. display: none;
  1341. }
  1342. #searchform {
  1343. margin: 0;
  1344. }
  1345. #searchform input[type="text"] {
  1346. margin: 0 0 5px;
  1347. width: 90%;
  1348. }
  1349. #searchform input[type="submit"] {
  1350. display: none;
  1351. }
  1352. .portfolio_image {
  1353. display: block;
  1354. }
  1355. .related_posts {
  1356. float: left;
  1357. padding-bottom: 5px;
  1358. padding-top: 5px;
  1359. width: 100%;
  1360. }
  1361. table {
  1362. border: 1px solid #EBEBEB;
  1363. box-shadow: 0 1px 3px #EBEBEB;
  1364. }
  1365. #content_wrapper table thead tr th {
  1366. text-shadow: 0 0 0 #FFFFFF;
  1367. }
  1368. table tr {
  1369. background: none repeat scroll 0 0 #FFFFFF;
  1370. }
  1371. table tr td, table tr th {
  1372. border-bottom: 1px solid #EBEBEB;
  1373. }
  1374. table tr th {
  1375. background: none repeat scroll 0 0 #F0F0F0;
  1376. font-weight: bold;
  1377. text-align: left;
  1378. text-shadow: 0 1px 1px #FFFFFF;
  1379. }
  1380. table tr th, table tr td {
  1381. padding: 7px 15px;
  1382. }
  1383. #wp-calendar tr th, #wp-calendar tr td {
  1384. padding: 3px 7px;
  1385. }
  1386. #wp-calendar caption {
  1387. display: none;
  1388. }
  1389. #wp-calendar {
  1390. margin: 20px 0;
  1391. }
  1392. .pagination {
  1393. float: left;
  1394. margin: 20px 0 30px;
  1395. padding-top: 10px;
  1396. width: 100%;
  1397. }
  1398. .pagination p a:first-child {
  1399. float: left;
  1400. }
  1401. .pagination p a:last-child {
  1402. float: right;
  1403. }
  1404. .pp_list ul {
  1405. margin-top: 15px;
  1406. }
  1407. .pp_list ul li {
  1408. margin: 5px 0 0;
  1409. padding-bottom: 5px;
  1410. padding-left: 22px;
  1411. }
  1412. .accordion {
  1413. border: 1px solid #EBEBEB;
  1414. box-shadow: 0 1px 3px #EBEBEB;
  1415. }
  1416. .accordion h3, .accordion div {
  1417. background: none repeat scroll 0 0 transparent;
  1418. border: 0 none;
  1419. }
  1420. .pp_accordion, .pp_accordion_close {
  1421. margin: 0 0 10px;
  1422. }
  1423. .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  1424. border: 1px solid #EBEBEB;
  1425. }
  1426. .ui-corner-all, .ui-corner-top, .ui-corner-bottom {
  1427. border-radius: 0 0 0 0;
  1428. }
  1429. .ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-widget-content {
  1430. border: 0 none;
  1431. }
  1432. .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  1433. background: none repeat scroll 0 0 transparent;
  1434. }
  1435. .ui-accordion .ui-accordion-header {
  1436. display: block;
  1437. font-weight: normal;
  1438. position: relative;
  1439. }
  1440. .pp_accordion {
  1441. }
  1442. .accordion div {
  1443. border-top: 1px solid #EBEBEB;
  1444. }
  1445. .accordion h3 {
  1446. padding: 5px 0 5px 8px;
  1447. }
  1448. .ui-accordion .ui-accordion-header .ui-icon {
  1449. left: 10px;
  1450. }
  1451. .ui-tabs-panel {
  1452. margin-top: 10px;
  1453. }
  1454. .ui-widget-header {
  1455. border-bottom: 1px solid #EBEBEB;
  1456. }
  1457. .tabs .ui-state-default {
  1458. background: none repeat scroll 0 0 transparent;
  1459. border: 0 none;
  1460. }
  1461. .tabs .ui-state-default a {
  1462. color: #999999;
  1463. }
  1464. .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  1465. background: none repeat scroll 0 0 #EBEBEB;
  1466. }
  1467. .ui-tabs .ui-tabs-nav li a {
  1468. font-size: 12px;
  1469. padding: 8px 30px 7px;
  1470. }
  1471. .tabs .ui-state-active {
  1472. background: none repeat scroll 0 0 #FFFFFF;
  1473. display: block;
  1474. font-weight: bold;
  1475. text-shadow: 0 1px 1px #FFFFFF;
  1476. }
  1477. .tabs .ui-widget-header {
  1478. border: 0 none;
  1479. }
  1480. .tabs .ui-tabs-panel {
  1481. background: none repeat scroll 0 0 #FFFFFF;
  1482. border-radius: 0 0 0 0;
  1483. border-top: 3px solid #EBEBEB;
  1484. margin: 0;
  1485. padding-top: 0;
  1486. }
  1487. .tabs .ui-state-active a {
  1488. color: #666666;
  1489. font-weight: bold;
  1490. }
  1491. .ui-tabs li:first-child {
  1492. margin-left: -2px;
  1493. }
  1494. .pricing_box {
  1495. border: 1px solid #EBEBEB;
  1496. float: left;
  1497. margin-top: 2%;
  1498. padding: 0 0 10px;
  1499. text-align: center;
  1500. }
  1501. .pricing_box .header {
  1502. border-bottom: 1px solid #EBEBEB;
  1503. font-weight: bold;
  1504. margin: 0 0 20px;
  1505. }
  1506. .pricing_box .header {
  1507. background: none repeat scroll 0 0 #F9F9F9;
  1508. height: 42px;
  1509. text-align: center;
  1510. width: 100%;
  1511. }
  1512. .pricing_box .header span {
  1513. font-size: 14px;
  1514. padding-bottom: 7px;
  1515. position: relative;
  1516. top: 10px;
  1517. }
  1518. .pricing_box.large .header span {
  1519. font-size: 14px;
  1520. top: 15px;
  1521. }
  1522. .pricing_box h2 {
  1523. font-size: 44px;
  1524. padding-top: 5px;
  1525. }
  1526. #content_wrapper .pricing_box ul {
  1527. list-style-image: url("../images/icon_check.png");
  1528. margin: 10px 10% 25px 20%;
  1529. text-align: left;
  1530. }
  1531. #content_wrapper .pricing_box ul {
  1532. list-style: none outside none;
  1533. margin: 10px auto 35px;
  1534. width: 80%;
  1535. }
  1536. #content_wrapper .pricing_box ul li {
  1537. border-bottom: 1px solid #EBEBEB;
  1538. padding: 10px 0;
  1539. text-align: center;
  1540. }
  1541. .pricing_box.large {
  1542. box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  1543. margin-top: -0.5%;
  1544. padding-bottom: 25px;
  1545. }
  1546. .pricing_box.large .header {
  1547. background: none repeat scroll 0 0 #8AB2BA;
  1548. color: #FFFFFF;
  1549. height: 51px;
  1550. }
  1551. .pricing_box.three {
  1552. width: 32.5%;
  1553. }
  1554. .pricing_box.four {
  1555. font-size: 1em;
  1556. width: 24.5%;
  1557. }
  1558. .pricing_box.four h2 {
  1559. font-size: 3em;
  1560. }
  1561. .pricing_box.five {
  1562. font-size: 0.9em;
  1563. width: 19.5%;
  1564. }
  1565. .pricing_box.five h2 {
  1566. font-size: 1.9em;
  1567. }
  1568. .pricing_box.five.large {
  1569. margin-top: -2.5%;
  1570. }
  1571. .pricing_box.five .header span {
  1572. font-size: 1.3em;
  1573. top: 11px;
  1574. }
  1575. .pricing_box.five.large .header span {
  1576. font-size: 1.5em;
  1577. top: 13px;
  1578. }
  1579. .one_third .service_thumb {
  1580. float: left;
  1581. margin: 0 20px 0 0;
  1582. width: 50px;
  1583. }
  1584. .one_third .service_thumb img {
  1585. width: 50px;
  1586. }
  1587. .one_third .service_box {
  1588. float: left;
  1589. width: 180px;
  1590. }
  1591. .one_third .service_box p {
  1592. margin-top: 15px;
  1593. }
  1594. #footer ul {
  1595. display: block;
  1596. font-weight: normal;
  1597. list-style: none outside none;
  1598. margin: auto;
  1599. padding: 10px 0 30px;
  1600. text-align: left;
  1601. width: 900px;
  1602. }
  1603. #footer textarea {
  1604. height: 100px;
  1605. }
  1606. #footer h6 {
  1607. font-size: 13px;
  1608. font-weight: bold;
  1609. }
  1610. #footer ul li.widget {
  1611. background: none repeat scroll 0 0 transparent;
  1612. border: 0 none;
  1613. float: left;
  1614. margin-bottom: 0;
  1615. margin-right: 4%;
  1616. padding: 0;
  1617. width: 22%;
  1618. }
  1619. #footer ul li.widget.last {
  1620. float: right;
  1621. margin-right: 15px;
  1622. width: 20%;
  1623. }
  1624. #footer ul.three li.widget {
  1625. float: left;
  1626. margin-right: 3%;
  1627. width: 31%;
  1628. }
  1629. #footer ul.three li.widget.last {
  1630. float: right;
  1631. margin-right: 0;
  1632. width: 31%;
  1633. }
  1634. #footer ul.two li.widget {
  1635. float: left;
  1636. margin-right: 4%;
  1637. width: 48%;
  1638. }
  1639. #footer ul.two li.widget.last {
  1640. float: right;
  1641. margin-right: 0;
  1642. width: 48%;
  1643. }
  1644. #footer ul.one li.widget {
  1645. float: left;
  1646. margin-right: 0;
  1647. width: 100%;
  1648. }
  1649. #footer ul li.widget .widgettitle {
  1650. border-bottom: 3px solid #E5E5E5;
  1651. color: #FFFFFF;
  1652. }
  1653. #footer ul li.widget .widgettitle span {
  1654. padding-right: 10px;
  1655. }
  1656. #footer ul li.widget ul {
  1657. float: left;
  1658. padding-top: 15px;
  1659. width: 100%;
  1660. }
  1661. div.textwidget {
  1662. padding-top: 0;
  1663. }
  1664. #footer ul li.widget ul li {
  1665. background: none repeat scroll 0 0 transparent;
  1666. border: 0 none;
  1667. margin: 0 0 10px;
  1668. }
  1669. #footer .posts.blog li img {
  1670. float: left;
  1671. margin: 0 10px 2px 0;
  1672. width: 40px;
  1673. }
  1674. #content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr {
  1675. clear: both;
  1676. display: block;
  1677. float: left;
  1678. list-style: none outside none;
  1679. margin: 15px 0 0;
  1680. width: 110%;
  1681. }
  1682. ul.flickr li {
  1683. float: left;
  1684. margin: 0 5px 5px 0;
  1685. }
  1686. #footer .sidebar_widget li ul.flickr {
  1687. clear: both;
  1688. display: block;
  1689. float: left;
  1690. list-style: none outside none;
  1691. margin: 0 0 30px;
  1692. width: 110%;
  1693. }
  1694. #content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .sidebar .content .sidebar_widget li ul.flickr li a, ul.flickr li a {
  1695. background-image: none;
  1696. border: 0 none;
  1697. display: block;
  1698. float: left;
  1699. margin: 0 6px 3px 0;
  1700. padding-left: 0;
  1701. padding-top: 0;
  1702. }
  1703. #footer .sidebar_widget li ul.flickr li, #footer .sidebar_widget li ul.flickr li a {
  1704. display: block;
  1705. float: left;
  1706. margin: 2px 5px 0 0;
  1707. }
  1708. #content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img, ul.flickr li img {
  1709. border: 1px solid #CCCCCC;
  1710. box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  1711. padding: 3px;
  1712. position: relative;
  1713. width: 55px;
  1714. }
  1715. #footer .sidebar_widget li ul.flickr li img {
  1716. border: 0 none;
  1717. padding: 0;
  1718. width: 57px;
  1719. }
  1720. #slider_wrapper {
  1721. background: url("../images/ajax-loader.gif") no-repeat scroll 50% 42% transparent;
  1722. height: 97px;
  1723. margin: auto;
  1724. overflow: visible;
  1725. position: relative;
  1726. text-align: center;
  1727. width: 960px;
  1728. z-index: 9;
  1729. }
  1730. #slider_wrapper.small {
  1731. float: right;
  1732. height: 420px;
  1733. margin-top: 10px;
  1734. width: 700px;
  1735. }
  1736. #slider_wrapper.small.macbook {
  1737. background: url("../images/macbook_frame.png") no-repeat scroll 0 0 transparent;
  1738. float: right;
  1739. height: 402px;
  1740. left: 10px;
  1741. margin-bottom: 20px;
  1742. width: 758px;
  1743. }
  1744. #slider_header {
  1745. float: left;
  1746. margin-top: 30px;
  1747. width: 230px;
  1748. }
  1749. #slider_header.macbook {
  1750. margin-top: 50px;
  1751. width: 200px;
  1752. }
  1753. a.classic {
  1754. font-family: Georgia,"Times New Roman",Times,serif;
  1755. font-style: oblique;
  1756. }
  1757. .styled_box_title {
  1758. background: -moz-linear-gradient(center top , #F8F8F8, #EEEEEE) repeat scroll 0 0 transparent;
  1759. border: 1px solid #CCCCCC;
  1760. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  1761. color: #666666;
  1762. display: inline-block;
  1763. font: bold 13px/100% Arial,Helvetica,sans-serif;
  1764. outline: medium none;
  1765. padding: 1em;
  1766. text-decoration: none;
  1767. text-shadow: 0 0 0 transparent;
  1768. width: 95%;
  1769. }
  1770. .styled_box_content {
  1771. -moz-border-bottom-colors: none;
  1772. -moz-border-left-colors: none;
  1773. -moz-border-right-colors: none;
  1774. -moz-border-top-colors: none;
  1775. background: none repeat scroll 0 0 #FFFFFF;
  1776. border-color: -moz-use-text-color #CCCCCC #CCCCCC;
  1777. border-image: none;
  1778. border-right: 1px solid #CCCCCC;
  1779. border-style: none solid solid;
  1780. border-width: 0 1px 1px;
  1781. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  1782. color: #999999;
  1783. font: 13px/1.3em Arial,Helvetica,sans-serif;
  1784. padding: 1em;
  1785. width: 95%;
  1786. }
  1787. .breadcrumbs {
  1788. border-bottom: 1px solid #EBEBEB;
  1789. font-size: 11px;
  1790. margin-top: -10px;
  1791. width: 100%;
  1792. }
  1793. .breadcrumbs .inner {
  1794. margin: auto;
  1795. padding: 10px 0;
  1796. width: 895px;
  1797. }
  1798. .small_author {
  1799. color: #CCCCCC;
  1800. font-size: 14px;
  1801. }
  1802. .portfolio3_shadow {
  1803. background: url("../images/portfolio3_shadow.png") no-repeat scroll 0 0 transparent;
  1804. height: 160px;
  1805. margin-top: -12px;
  1806. width: 216px;
  1807. }
  1808. .portfolio3_shadow img {
  1809. border: 0 none;
  1810. margin-top: 12px;
  1811. }
  1812. .portfolio195_shadow {
  1813. height: 130px;
  1814. width: 195px;
  1815. }
  1816. .portfolio195_overlay {
  1817. background: none repeat scroll 0 0 #FFFFFF;
  1818. height: 130px;
  1819. margin-top: -135px;
  1820. opacity: 0;
  1821. position: relative;
  1822. text-align: center;
  1823. width: 195px;
  1824. }
  1825. .portfolio195_overlay img {
  1826. left: 0;
  1827. position: relative;
  1828. top: 36%;
  1829. }
  1830. .portfolio200_shadow {
  1831. background: url("../images/ajax-loader.gif") no-repeat scroll 50% 42% transparent;
  1832. height: 140px;
  1833. margin-top: 0;
  1834. overflow: hidden;
  1835. text-align: center;
  1836. width: 220px;
  1837. }
  1838. .portfolio200_overlay {
  1839. background: none repeat scroll 0 0 #FFFFFF;
  1840. height: 143px;
  1841. margin-top: -148px;
  1842. opacity: 0;
  1843. position: relative;
  1844. text-align: center;
  1845. width: 220px;
  1846. }
  1847. .portfolio200_overlay img {
  1848. position: relative;
  1849. top: 38%;
  1850. }
  1851. .portfolio200_shadow img {
  1852. border: 0 none;
  1853. margin-top: 0;
  1854. }
  1855. .portfolio305_shadow {
  1856. background: url("../images/ajax-loader.gif") no-repeat scroll 50% 42% transparent;
  1857. height: 200px;
  1858. margin-top: 0;
  1859. overflow: hidden;
  1860. width: 305px;
  1861. }
  1862. .portfolio305_overlay {
  1863. background: none repeat scroll 0 0 #FFFFFF;
  1864. height: 200px;
  1865. margin-top: -205px;
  1866. opacity: 0;
  1867. position: relative;
  1868. text-align: center;
  1869. width: 305px;
  1870. }
  1871. .portfolio305_overlay img {
  1872. left: 0;
  1873. position: relative;
  1874. top: 40%;
  1875. }
  1876. .portfolio305_shadow img {
  1877. border: 0 none;
  1878. margin-top: 0;
  1879. }
  1880. .portfolio_desc_305 {
  1881. width: 305px;
  1882. }
  1883. .portfolio460_shadow {
  1884. background: url("../images/ajax-loader.gif") no-repeat scroll 50% 42% transparent;
  1885. height: 300px;
  1886. margin-top: 0;
  1887. overflow: hidden;
  1888. width: 460px;
  1889. }
  1890. .portfolio460_overlay {
  1891. background: none repeat scroll 0 0 #FFFFFF;
  1892. height: 300px;
  1893. margin-top: -305px;
  1894. opacity: 0;
  1895. position: relative;
  1896. text-align: center;
  1897. width: 460px;
  1898. }
  1899. .portfolio460_overlay img {
  1900. left: 0;
  1901. position: relative;
  1902. top: 41%;
  1903. }
  1904. .portfolio460_shadow img {
  1905. border: 0 none;
  1906. margin-top: 0;
  1907. }
  1908. .portfolio642_shadow {
  1909. height: 424px;
  1910. margin-top: 0;
  1911. overflow: hidden;
  1912. text-align: center;
  1913. width: 920px;
  1914. }
  1915. .portfolio642_shadow img {
  1916. border: 0 none;
  1917. margin-top: 0;
  1918. }
  1919. .portfolio642_overlay {
  1920. background: url("../images/portfolio_overlay_pattern.png") repeat scroll 0 0 #272625;
  1921. height: 400px;
  1922. margin-top: -405px;
  1923. opacity: 0;
  1924. position: relative;
  1925. width: 920px;
  1926. }
  1927. .portfolio642_overlay img {
  1928. left: -100%;
  1929. position: relative;
  1930. top: 46%;
  1931. }
  1932. .portfolio480_shadow {
  1933. height: 322px;
  1934. margin-top: 0;
  1935. width: 480px;
  1936. }
  1937. .portfolio480_shadow img {
  1938. border: 0 none;
  1939. margin-top: 0;
  1940. }
  1941. .portfolio480_overlay {
  1942. background: url("../images/portfolio_overlay_pattern.png") repeat scroll 0 0 #272625;
  1943. height: 306px;
  1944. margin-top: -311px;
  1945. opacity: 0;
  1946. position: relative;
  1947. width: 480px;
  1948. }
  1949. .portfolio480_overlay img {
  1950. left: 48%;
  1951. position: relative;
  1952. top: 47%;
  1953. }
  1954. .portfolio220_shadow {
  1955. height: 143px;
  1956. margin-top: 0;
  1957. width: 220px;
  1958. }
  1959. .portfolio220_overlay {
  1960. background: url("../images/portfolio_overlay_pattern.png") repeat scroll 0 0 #272625;
  1961. height: 143px;
  1962. margin-top: -148px;
  1963. opacity: 0;
  1964. position: relative;
  1965. width: 220px;
  1966. }
  1967. .portfolio220_overlay img {
  1968. left: 46%;
  1969. position: relative;
  1970. top: 43%;
  1971. }
  1972. .portfolio220_shadow img {
  1973. border: 0 none;
  1974. margin-top: 0;
  1975. }
  1976. .home_portfolio {
  1977. background: none repeat scroll 0 0 transparent;
  1978. float: left;
  1979. text-align: center;
  1980. width: 100%;
  1981. }
  1982. .home_portfolio.three_fourth {
  1983. float: right;
  1984. margin-bottom: 50px;
  1985. width: 74%;
  1986. }
  1987. .home_portfolio h5 {
  1988. font-size: 22px;
  1989. margin-top: 5px;
  1990. text-align: left;
  1991. width: 100%;
  1992. }
  1993. .portfolio_desc p {
  1994. margin: 0;
  1995. padding: 0;
  1996. }
  1997. .home_portfolio img.frame {
  1998. background: none repeat scroll 0 0 #EBEBEB;
  1999. border: 1px solid #CCCCCC;
  2000. box-shadow: 0 0 0 #000000;
  2001. padding: 4px;
  2002. position: relative;
  2003. }
  2004. .home_portfolio .below_shadow {
  2005. background: url("../images/portfolio_shadow.png") no-repeat scroll 20px 132px transparent;
  2006. height: 150px;
  2007. }
  2008. .standard_wrapper {
  2009. margin: auto;
  2010. width: 100%;
  2011. }
  2012. .standard_wrapper.fullwidth {
  2013. margin-top: 30px;
  2014. }
  2015. .top_shadow, #content_wrapper.top_shadow {
  2016. background: url("../images/top_shadow.png") repeat-x scroll center top transparent;
  2017. height: 50px;
  2018. }
  2019. .bottom_shadow, #content_wrapper.bottom_shadow {
  2020. background: url("../images/bottom_shadow.png") repeat-x scroll center top transparent;
  2021. height: 50px;
  2022. }
  2023. #content_wrapper.top_shadow {
  2024. padding-bottom: 0;
  2025. }
  2026. #content_wrapper.top_shadow .inner_wrapper {
  2027. padding-top: 20px;
  2028. }
  2029. .portfolio_image {
  2030. position: relative;
  2031. }
  2032. .highlight_yellow {
  2033. background: none repeat scroll 0 0 #FFFF99;
  2034. }
  2035. .highlight_black {
  2036. background: none repeat scroll 0 0 #000000;
  2037. color: #FFFFFF;
  2038. }
  2039. .quote_text {
  2040. color: #959595;
  2041. font-family: Georgia,Times,serif;
  2042. font-size: 22px;
  2043. font-style: italic;
  2044. font-weight: normal;
  2045. }
  2046. .tipsy {
  2047. background-image: url("../images/tipsy.gif");
  2048. background-repeat: no-repeat;
  2049. font-size: 11px;
  2050. padding: 5px;
  2051. }
  2052. .tipsy-inner {
  2053. background-color: black;
  2054. color: white;
  2055. max-width: 200px;
  2056. padding: 5px 8px 4px;
  2057. text-align: center;
  2058. }
  2059. .tipsy-inner {
  2060. }
  2061. .tipsy-north {
  2062. background-position: center top;
  2063. }
  2064. .tipsy-south {
  2065. background-position: center bottom;
  2066. }
  2067. .tipsy-east {
  2068. background-position: right center;
  2069. }
  2070. .tipsy-west {
  2071. background-position: left center;
  2072. }
  2073. .portfolio_title {
  2074. display: block;
  2075. }
  2076. .post_info {
  2077. color: #B1B1B1;
  2078. font-family: Georgia,Times,serif;
  2079. font-style: italic;
  2080. word-spacing: 2px;
  2081. }
  2082. .img_fade {
  2083. opacity: 0.5;
  2084. }
  2085. .img_fade.left {
  2086. float: left;
  2087. opacity: 0.5;
  2088. }
  2089. .img_nofade {
  2090. }
  2091. .tipsy {
  2092. display: block;
  2093. float: left;
  2094. }
  2095. .slide_video_wrapper {
  2096. box-shadow: 3px 0 20px #000000;
  2097. margin: 10px auto auto;
  2098. width: 900px;
  2099. }
  2100. #map_contact {
  2101. height: 350px;
  2102. margin: auto;
  2103. width: 100%;
  2104. }
  2105. .nivo_border {
  2106. background: none repeat scroll 0 0 #000000;
  2107. }
  2108. .ui-accordion .ui-accordion-header a {
  2109. color: #666666;
  2110. font-size: 14px;
  2111. letter-spacing: 0;
  2112. margin: 5px 0 5px 10px;
  2113. text-transform: none;
  2114. }
  2115. .ui-accordion .ui-accordion-content {
  2116. border-left: 3px solid #EBEBEB;
  2117. margin-left: 6px;
  2118. padding-left: 25px;
  2119. }
  2120. .ui-state-default .ui-icon {
  2121. background: url("../images/icon_plus.png") no-repeat scroll 0 0 transparent;
  2122. }
  2123. .ui-state-active .ui-icon {
  2124. background: url("../images/icon_minus.png") no-repeat scroll 0 0 transparent;
  2125. }
  2126. .ui-accordion .ui-accordion-header .ui-icon {
  2127. left: 0;
  2128. }
  2129. body.home .sidebar_content .one_fourth_normal img, body.home .sidebar_content .one_fourth_normal {
  2130. height: 80px;
  2131. width: 130px;
  2132. }
  2133. body.home .sidebar_content .one_third_img img, body.home .sidebar_content .one_third_img {
  2134. height: 110px;
  2135. width: 180px;
  2136. }
  2137. #content_wrapper ul.filter {
  2138. display: block;
  2139. font-weight: bold;
  2140. list-style: none outside none;
  2141. margin: 0 0 10px;
  2142. padding: 0;
  2143. }
  2144. .filter li {
  2145. border-left: 1px solid #CCCCCC;
  2146. display: inline;
  2147. margin: 0 10px 0 0;
  2148. padding-left: 10px;
  2149. }
  2150. .filter li:first-child {
  2151. border-left: 0 none;
  2152. margin: 0;
  2153. padding-left: 0;
  2154. padding-right: 10px;
  2155. }
  2156. .filter li a.active {
  2157. color: #183243;
  2158. }
  2159. .gallery-caption {
  2160. font-weight: bold;
  2161. }
  2162. strong.line {
  2163. border-bottom: 1px solid #EBEBEB;
  2164. display: block;
  2165. margin: 0;
  2166. padding: 0 0 10px;
  2167. }
  2168. #galleria_slide .galleria-container {
  2169. margin: auto;
  2170. }
  2171. .galleria-container {
  2172. background: none repeat scroll 0 0 #FFFFFF;
  2173. border: 1px solid #E1E1E1;
  2174. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  2175. }
  2176. .post_info_wrapper {
  2177. float: left;
  2178. margin-right: 5px;
  2179. width: 90px;
  2180. }
  2181. .post_date {
  2182. background: none repeat scroll 0 0 #8AB2BA;
  2183. border-radius: 50px 50px 50px 50px;
  2184. color: #FFFFFF;
  2185. float: left;
  2186. font-weight: bold;
  2187. padding: 10px 20px;
  2188. text-transform: uppercase;
  2189. }
  2190. .post_date .month {
  2191. font-size: 14px;
  2192. margin-top: 7px;
  2193. text-align: center;
  2194. width: 100%;
  2195. }
  2196. .post_date .year {
  2197. font-size: 14px;
  2198. margin-top: -15px;
  2199. text-align: center;
  2200. width: 100%;
  2201. }
  2202. .post_date .date {
  2203. font-size: 18px;
  2204. margin-top: -7px;
  2205. text-align: center;
  2206. width: 100%;
  2207. }
  2208. .post_date .comments {
  2209. color: #666666;
  2210. font-size: 11px;
  2211. font-weight: normal;
  2212. margin-top: 11px;
  2213. text-align: center;
  2214. text-shadow: 0 0 0;
  2215. width: 100%;
  2216. }
  2217. .middle {
  2218. vertical-align: -30%;
  2219. }
  2220. .map_shadow {
  2221. box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  2222. height: 350px;
  2223. margin-bottom: 40px;
  2224. width: 100%;
  2225. }
  2226. .map_shortcode_wrapper {
  2227. border: 1px solid #CCCCCC;
  2228. box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  2229. }
  2230. .tagline {
  2231. background: url("../images/tagline_bg.png") no-repeat scroll center center transparent;
  2232. float: left;
  2233. margin-bottom: 30px;
  2234. margin-left: -20px;
  2235. margin-top: 10px;
  2236. text-align: center;
  2237. width: 960px;
  2238. }
  2239. h2.header_line {
  2240. background: url("../images/line_horiz.gif") repeat-x scroll 0 20px transparent;
  2241. display: block;
  2242. font-size: 13px;
  2243. height: 43px;
  2244. letter-spacing: 0;
  2245. line-height: 43px;
  2246. margin: 0 0 20px;
  2247. text-transform: none;
  2248. }
  2249. .tagline_desc {
  2250. margin: 10px auto auto;
  2251. width: 60%;
  2252. }
  2253. h2.header_line span {
  2254. background: none repeat scroll 0 0 white;
  2255. padding-right: 15px;
  2256. text-transform: uppercase;
  2257. }
  2258. .caption_header h1 {
  2259. font-size: 72px;
  2260. letter-spacing: -4px;
  2261. text-transform: none;
  2262. }
  2263. h6.portfolio_header {
  2264. font-size: 14px;
  2265. font-style: normal;
  2266. font-weight: bold;
  2267. text-transform: none;
  2268. }
  2269. #commentform {
  2270. margin-top: 25px;
  2271. }
  2272. #option_btn {
  2273. cursor: pointer;
  2274. left: 0;
  2275. position: fixed;
  2276. top: 80px;
  2277. z-index: 999999;
  2278. }
  2279. #option_wrapper {
  2280. -moz-border-bottom-colors: none;
  2281. -moz-border-left-colors: none;
  2282. -moz-border-right-colors: none;
  2283. -moz-border-top-colors: none;
  2284. background: url("../images/option_bg.png") repeat-x scroll 0 0 #FFFFFF;
  2285. border-color: #E1E1E1 #E1E1E1 rgba(150, 150, 150, 0.2);
  2286. border-image: none;
  2287. border-style: solid;
  2288. border-width: 1px;
  2289. box-shadow: 4px 4px 0 0 rgba(150, 150, 150, 0.1);
  2290. color: #666666;
  2291. font-size: 11px;
  2292. left: -245px;
  2293. padding: 19px 0 23px;
  2294. position: fixed;
  2295. top: 60px;
  2296. width: 240px;
  2297. z-index: 9999999;
  2298. }
  2299. #option_wrapper a {
  2300. font-weight: bold;
  2301. }
  2302. #option_wrapper .inner {
  2303. margin: auto;
  2304. width: 80%;
  2305. }
  2306. .colorpicker_preview {
  2307. height: 30px;
  2308. margin: 5px 0 0;
  2309. width: 100%;
  2310. }
  2311. #option_wrapper select {
  2312. width: 195px;
  2313. }
  2314. .option_menu_style {
  2315. float: left;
  2316. width: 100%;
  2317. }
  2318. .option_menu {
  2319. float: left;
  2320. margin-bottom: 5px;
  2321. width: 96px;
  2322. }
  2323. .option_menu img {
  2324. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  2325. width: 90px;
  2326. }
  2327. #preview {
  2328. background: none repeat scroll 0 0 #272625;
  2329. display: none;
  2330. left: 114px;
  2331. padding: 5px 5px 2px;
  2332. position: absolute;
  2333. top: 107px;
  2334. z-index: 999999;
  2335. }
  2336. #preview img {
  2337. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  2338. z-index: 9999999;
  2339. }
  2340. .one_third.skin {
  2341. margin-top: 30px;
  2342. text-align: center;
  2343. }
  2344. .skin_img img {
  2345. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  2346. }
  2347. #menu_border_wrapper select {
  2348. -moz-border-bottom-colors: none;
  2349. -moz-border-left-colors: none;
  2350. -moz-border-right-colors: none;
  2351. -moz-border-top-colors: none;
  2352. background: none repeat scroll 0 0 #000000;
  2353. border-color: #666666 -moz-use-text-color;
  2354. border-image: none;
  2355. border-style: solid none;
  2356. border-width: 1px 0;
  2357. color: #FFFFFF;
  2358. display: none;
  2359. font-size: 12px;
  2360. margin: 0;
  2361. overflow: hidden;
  2362. padding-bottom: 10px;
  2363. padding-top: 10px;
  2364. text-overflow: ellipsis;
  2365. white-space: nowrap;
  2366. }
  2367. #widget_contact_form {
  2368. margin-top: 15px;
  2369. }
  2370. #captcha-wrap {
  2371. background: none repeat scroll 0 0 #870500;
  2372. border: 1px solid #870500;
  2373. border-radius: 10px 10px 10px 10px;
  2374. float: left;
  2375. height: 107px;
  2376. margin-top: 3px;
  2377. padding: 3px;
  2378. text-align: left;
  2379. width: 270px;
  2380. }
  2381. #captcha-wrap .captcha-box {
  2382. background: none repeat scroll 0 0 #FFFFFF;
  2383. border: 1px solid #FFFFFF;
  2384. border-radius: 7px 7px 7px 7px;
  2385. text-align: center;
  2386. }
  2387. #captcha-wrap .text-box {
  2388. background: none repeat scroll 0 0 #FFDC73;
  2389. border: 1px solid #FFDC73;
  2390. border-radius: 7px 7px 7px 7px;
  2391. float: left;
  2392. height: 43px;
  2393. margin: 4px;
  2394. text-align: center;
  2395. width: 140px;
  2396. }
  2397. #captcha-wrap .text-box input {
  2398. background-color: white;
  2399. border: 2px inset;
  2400. cursor: auto;
  2401. float: none;
  2402. margin-top: -2px;
  2403. padding: 1px;
  2404. width: 120px;
  2405. }
  2406. #captcha-wrap .text-box label {
  2407. color: #000000;
  2408. font-family: helvetica,sans-serif;
  2409. font-size: 11px;
  2410. font-weight: normal;
  2411. margin: 0;
  2412. padding-bottom: 3px;
  2413. padding-top: 3px;
  2414. width: 140px;
  2415. }
  2416. #captcha-wrap .captcha-action {
  2417. background: url("../images/logos.jpg") no-repeat scroll right top transparent;
  2418. float: right;
  2419. height: 44px;
  2420. margin-top: 3px;
  2421. width: 117px;
  2422. }
  2423. #captcha-wrap img#captcha-refresh {
  2424. border: 1px solid #333333;
  2425. cursor: pointer;
  2426. margin-right: 6px;
  2427. margin-top: 9px;
  2428. }
  2429. .img_shadow {
  2430. box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2);
  2431. }
  2432. .isotope, .isotope .isotope-item {
  2433. -moz-transition-duration: 0.8s;
  2434. }
  2435. .isotope {
  2436. -moz-transition-property: height, width;
  2437. }
  2438. .isotope .isotope-item {
  2439. -moz-transition-property: -moz-transform, opacity;
  2440. }
  2441. .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  2442. -moz-transition-duration: 0s;
  2443. }
  2444. .portfolio_single_img {
  2445. margin-top: 30px;
  2446. }
  2447. .porftolio_widget_wrapper {
  2448. margin-top: 15px;
  2449. }
  2450. #portfolio_filter_wrapper {
  2451. width: 1000px;
  2452. }
  2453. .page-template-portfolio-2-filter-php #portfolio_filter_wrapper {
  2454. width: 990px;
  2455. }
  2456. .page-template-portfolio-4-filter-php #portfolio_filter_wrapper {
  2457. width: 995px;
  2458. }
  2459. .portfolio1_wrapper {
  2460. margin-top: 40px;
  2461. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement