Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter saumil23

    (@saumil23)

    Kindly let me know if you need more information. I thought sharing the complete code of styles.css was the best option

    Thread Starter saumil23

    (@saumil23)

    Thanks for your reply. Here is the complete code from styles.css. Can you suggest where should I make this change?

    .contact-us-entry p{
    font-size: 16px!important;
    }
    a.text-link{
    font-weight: 100!important;
    font-family: “Prenton”!important;
    color: inherit!important;
    }
    .mblockicon a{
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    }

    hr{
    border: 0;
    height: 2px;
    background: #f1f1f1;
    }

    aside.page{
    width: 150px;
    float: left;
    margin: 0 30px 0 0;
    }
    aside.page ul{
    border-top: 1px solid #f1f1f1;
    }
    aside.page ul li{
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    overflow: visible;
    }
    aside.page ul li a{
    font-size: 16px;
    }

    aside.page ul li .arrow{
    display: none;
    position: absolute;
    top: 0;
    width: 15px;
    left: -20px;
    height: 100%;
    background: url(‘https://krohmerdesign.com/client/um/wvf/wp-content/themes/catalyst/images/menu-arrow.gif’) no-repeat center center;
    }

    .info b{
    color: #000;
    font-weight: 500;
    }

    .portfolio-list .profile{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
    float: left;
    width: 100%;
    clear: both;
    font-size: 16px;
    }
    .portfolio-list .profile:last-child{
    border-bottom: 1px solid #fff;
    }
    .portfolio-list .profile .info {
    float: left;
    width: 675px;
    }
    .portfolio-list .profile .info h3{
    font-size: 16px;
    color: #000;
    }
    .portfolio-list .profile .info ul{
    font-weight: 100;
    margin-bottom: 1em;
    }
    .portfolio-list .profile .info p{
    margin-bottom: 0;
    }

    .portfolio-list .profile .content {
    float: left;
    width: 675px;
    }
    .portfolio-list .profile .content h3{
    font-size: 16px;
    color: #000;
    }
    .portfolio-list .profile .content ul{
    font-weight: 100;
    margin-bottom: 1em;
    }
    .portfolio-list .profile .content p{
    margin-bottom: 1em;
    }

    .portfolio-list .profile .featured-image{
    width: 250px;
    float: left;
    }
    .portfolio-list .profile a.linkedin{
    float: right; width: 28px; height: 28px; margin: 3px 60px 0 0;
    background: url(images/linkedin.png) no-repeat;
    background-size: 28px auto;
    display: block;
    }
    .portfolio-list .profile .featured-image img{
    float: left;
    margin: 0 40px;
    max-width: 150px;
    }

    .portfolio-list .alum{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
    float: left;
    width: 100%;
    clear: both;
    font-size: 16px;
    }
    .portfolio-list .alum:last-child{
    border-bottom: 1px solid #fff;
    }
    .portfolio-list .alum .info {
    float: left;
    }
    .portfolio-list .alum .info h3{
    font-size: 16px;
    color: #000;
    }
    .portfolio-list .alum .info ul{
    font-weight: 100;
    margin-bottom: 1em;
    }
    .portfolio-list .alum .info p{
    margin-bottom: 0;
    }

    .read-more a, .read-less a{
    font-weight: 400;
    }
    .read-more a:hover, .read-less a:hover{
    color: #f6c523;
    text-decoration: none;
    }
    .investment-criteria{
    width: 775px;
    float: left;
    }

    .investment-criteria h1{
    text-align: left!important;
    }

    .investment-criteria blockquote{
    font-size: 21px;
    text-align: center;
    width: 80%;
    float: left;
    line-height: 28px;
    font-style: italic;
    font-family: “Lexia”;
    font-weight: 100!important;

    }
    .investment-criteria blockquote .source{
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
    color: #152d54;
    clear: both;
    float: left;
    width: 100%;
    font-style: normal;

    }

    #lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
    }

    .investment-criteria .quote{
    margin-top: 30px;
    width: 100%;
    float: left;
    clear: both;
    border-top: 1px solid #f1f1f1;
    margin-top: 60px;
    padding-top: 30px;
    }
    .investment-criteria .quote figure{
    float: left;
    width: 10%;
    margin: 0;
    }

    .investment-criteria h1{
    color: #1c2a44;
    text-align: center;
    width: 100%;
    font-weight: 300;
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    }

    .investment-criteria .criteria {
    float: left;
    width: 370px;
    height: 300px;
    background: #f1f1f1;
    overflow: hidden;
    color: #ccc;
    position: relative;
    }
    .investment-criteria #stage-1{
    margin: 0 30px 30px 0;
    background: url(images/investment-criteria/stage.jpg) no-repeat;

    }
    .investment-criteria #stage-1 h2{
    margin: 125px auto;
    }

    .investment-criteria #stage-2{
    background: url(images/investment-criteria/investment.jpg) no-repeat;
    }
    .investment-criteria #stage-2 h2{
    margin: 100px auto;
    }
    .investment-criteria #stage-3{
    background: url(images/investment-criteria/management.jpg) no-repeat;
    }
    .investment-criteria #stage-3 h2{
    margin: 125px auto;
    }
    .investment-criteria #stage-4{
    background: url(images/investment-criteria/other-matters.jpg) no-repeat;
    margin: 0 0 0 30px ;

    }
    .investment-criteria #stage-4 h2{
    margin: 100px auto;
    }

    .investment-criteria .criteria h2{
    font-size: 42px;
    color: #1c2a43;
    width: 70%;
    text-align: center;
    line-height: 45px;
    }
    .investment-criteria .criteria .reveal h3{
    margin-top: 0;
    float: left;
    color: #fecf05;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left;
    }
    .investment-criteria .criteria p{
    font-size: 14px;
    line-height: 22px;
    }
    .investment-criteria .criteria .reveal{
    float: left;
    width: 320px;
    height: 250px;;
    background: #1c2a44;
    padding: 25px;
    overflow: hidden;
    display: none;
    position:absolute;
    top: 0;
    left: 0;
    }

    .collapsed{
    display: none;
    }
    .expanded{
    display: block!important;
    padding-top: 15px;
    }
    .more{
    font-weight: 400;
    color: #000;
    padding-top: 15px;
    float: left;
    cursor: pointer;
    }
    .less:hover, .more:hover{
    color: #fecf05;
    }

    .less{
    display: none;
    font-weight: 400;
    color: #000;
    padding-top: 15px;
    float: left;
    cursor: pointer;
    }

    h3 {
    color: #000;
    }
    .investment-list li.investment{
    margin-bottom: 40px!important;
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
    float: left;
    width: 100%;
    clear: both;
    }
    li.investment:last-child{
    border-bottom: 1px solid #fff;
    }
    .investment-info {
    float: left;
    width: 675px;
    }
    investment-info .visible{
    display: block;
    float: left;
    }

    .company-container{
    width: 250px;
    float: left;
    }
    .company-container img{
    width: 150px;
    height: auto;
    }

    .logobar{
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    min-height: 175px;
    }
    .logobar h2 span{
    border-left: 0;
    }
    .logobar a{
    margin: 0 20px;
    }
    .logobar li{
    float: left;
    display: block;
    margin-bottom: 30px;
    }
    .logobar .row-1{
    margin-bottom: 30px;
    margin-top: 15px;

    }
    .logobar .wsj{
    padding-top: 10px;
    }
    .logobar .techcrunch{
    margin-top: 4px;
    margin-left: 30px;
    }
    .logobar .mlive{
    margin-top: -10px;
    }
    .logobar .usatoday{
    margin-top: -8px;
    }
    .logobar .venture{
    margin-top: -12px;
    }

    .large-twitter{
    background: url(‘images/logos/twitter.png’) no-repeat center right;
    width: 240px;
    float: left;
    height: 140px;
    margin-right: 40px;
    }
    .twitter-callout .feed{
    width: 550px;
    float: left;
    }
    .twitter-callout{
    width: 100%;
    float: left;
    padding: 60px 0;

    }
    .twitter-callout p{
    font-size: 18px;

    }
    .twitter-callout .rtw_meta {
    font-size: 11px;
    margin-top: 12px;

    }
    .twitter-callout .widgettitle{
    list-style: none;
    font-size: 35px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 300;
    }

    li.widget{
    list-style: none!important;
    }

    .main-video-block{
    width: 100%;
    padding: 60px 0;
    border-top: 1px solid #f1f1f1;
    float: left;
    clear: both;
    }

    .video-callout{
    width: 50%;
    float: left;
    }

    .more-content {
    }
    .collapse{display: none}
    .portfolio-wrap-student{
    width: 660px;
    margin: 0 auto;
    }

    /* Twitter */
    .timeline-header{

    }

    .timeline, .customisable-border{
    border: 0!important;
    }

    .alumni img{
    width: auto;
    float: left;
    margin-right: 20px;
    }

    h4.display-name {
    padding-top: 5px;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 200;
    font-size: 14px;
    }
    h4.display-name .underline {
    }

    h3.pp_name, h3.pp_investment {
    font-size: 23px;
    color: #000;
    font-family: Lexia;
    line-height: 32px;
    font-weight: bold;
    color: #000;

    }
    .pp_degree {
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    }

    #hold-left{

    float: left;
    width: 25%;
    margin: 40px;
    }

    .pp_linkedin a {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background: #aab8d8;
    margin: 6px 0;
    display: block;
    float: left;
    }

    .pp_details ul{
    float: left;
    display: block;
    margin-top: 15px;
    }
    .pp_details ul li{
    float: left;
    display: block;
    font-size: 14px;
    font-weight: 100;
    line-height: 23px;
    }

    .label {
    color: #444;
    font-family: Lexia;
    }

    .logos {
    float: left;
    padding: 20px 40px;
    width: 880px;
    height: 80px;
    display: none;
    margin-bottom: 40px;
    }

    .postsummarywrap{

    }

    .blog-wrapper{
    width: 100%;
    float: left;
    }
    .blog-header{
    width: 960px;
    height: 250px;
    float: left;
    }
    .blog-header-img{
    background: red;
    width: 320px;
    float: left;
    height: 250px;
    }
    #blg-img1{
    background: url(‘https://krohmerdesign.com/client/um/wvf/wp-content/uploads/2013/12/Michigan-Ross-School-Of-Business-Entrance-300dpi.jpg’);
    background-size: cover;
    background-repeat: no-repeat;
    }
    #blg-img2{
    background: url(‘https://krohmerdesign.com/client/um/wvf/wp-content/uploads/2013/12/Exterior-U-of-M-1.jpg’) center center;
    background-size: cover;
    background-repeat: no-repeat;
    }
    #blg-img3{
    background: url(‘https://krohmerdesign.com/client/um/wvf/wp-content/uploads/2013/12/top_10_highest_ranked_universities_of_2012_University_of_Michigan_US-600×450.jpg’) center center;
    background-size: cover;
    background-repeat: no-repeat;
    }
    .label{
    }

    /*
    Theme Name: Catalyst for WordPress
    Theme URI: https://catalyst.imaginemthemes.com/wp/
    Description: Theme Design by iMaginem
    Version: 1.7
    Author: imaginem
    Author URI: https://www.imaginemthemes.com/
    License: GNU General Public License v2.0
    License URI: https://www.gnu.org/licenses/gpl-2.0.html
    Tags: white, two-columns, fixed-width, custom-background, threaded-comments, translation-ready, custom-menu

    Catalyst for WordPress v1.7
    https://catalyst.imaginemthemes.com/wp/

    This theme was designed and built by imaginem,
    https://themeforest.net/user/imaginem
    in Themeforest

    */

    /*
    1. Reset
    2. Main Global Layout Settings
    3. Logo
    4. Social links
    5. Page
    6. Entry Contents
    7. Headings
    8. Main Page
    9. Portfolio preloader
    10. Featured
    11. Main page Block-1
    12. Main page Block-2 – Portfolio sections
    13. Main page Block-3
    14. Main page Block-4 Quotations
    15. Content Headings
    16. Content elements
    17. Post and Page list
    18. Lists
    19. Note box
    20. Notices
    21. Picture Frame
    22. Toggle Shortcode
    23. Accordion Tabs
    24. Tabs
    25. Pullquotes
    26. Drop Caps
    27. Columns
    28. Thumbnails
    29. Pre
    30. Search
    31. Post summary
    32. Post Info
    33. Sidebar
    34. Calendar
    35. Recent Posts by Widget
    36. Popular by Widget
    37. Twitter Widget
    38. Sidebar Widget Gallery
    39. Portfolio Filter
    40. Portfolio Small
    41. Portfolio Small Sidebar
    42. Portfolio Large
    43. Portfolio One column
    44. Portfolio One column sidebar
    45. Slidegallery opts
    46. Big Italic
    47. Flexible Buttons
    48. Comments
    49. Contact Form
    50. Social Widget
    51. Navigation
    52. Advertisement Widget
    53. Footer
    */

    /* ******************************
    1. Reset
    ******************************* */

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    }
    :focus {
    outline: 0;
    }
    body {
    line-height: 1;
    color: black;
    }
    ol, ul {
    list-style: none;
    }
    table {
    border-collapse: separate;
    border-spacing: 0;
    }
    caption, th, td {
    text-align: left;
    font-weight: normal;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: “”;
    }
    blockquote, q {
    quotes: “” “”;
    }
    /* ******************************
    2. Main Global Layout Settings
    ******************************* */
    h1, h2, h3{
    font-family: Lexia;
    letter-spacing: 0px;
    font-weight: bold;
    }

    .info p{
    margin-bottom: 1em!important;
    }

    .mblocktext a{
    font-family: Lexia;
    }
    h4 {
    font-family: “Prenton”;
    font-size: 16px;
    }
    *{ padding: 0px; }
    body, html{ height: 100%; margin: 0;height: auto; min-height: 100%; }
    body{
    font: 16px “Prenton”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    background:#fff;
    font-size: 18px;
    padding: 92px 0 0 0;
    color: #7D7D7D;
    }
    a{ outline: none; text-decoration: none; color:#111; font-weight: 400; }
    a:hover{ color: #f6c523; }
    a img{ border: none; }
    strong{color: #000; font-weight: 500!important;}
    p{font-size: 16px; line-height: 25px; font-weight: 300; margin-bottom: 1em;}
    .clear {clear:both;}
    .clearlast {clear:both;padding-bottom:35px;}
    .clearlastgallery {clear:both;padding-bottom:55px;}
    .ienoclear {clear:both;}
    .clearfix:after { content: “.”; visibility: hidden; display: block; height: 0px; clear: both; }
    * html .clearfix{ height: 1%; }
    *+html .clearfix{ height: 1%; }

    .float-right { float: right; }
    .float-left {float: left; }

    .align-right { float:right; }
    .align-left { float:left; }
    .align-center { margin:0 auto; display:block;}

    .edit-entry { margin-top: 40px; }
    .edit-entry a { background: #444; padding: 4px 8px; color: #fff;}
    .edit-entry a:hover { background: #111; text-decoration:none;}

    .single-header-space { margin: 25px 0 0 0; }
    .blank-head-space-1 { margin: 24px 0 0 0; }

    .readmore_link {
    font-family: ‘Droid Serif’, arial, serif;
    font-style: italic;
    float:right;
    text-align:right;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0;
    margin: 10px 0 0 0;
    }
    .readmore_link a {
    display: block;

    }
    .readmore_link a:hover {
    color: #111;
    text-decoration:none;
    }

    /* ******************************
    3. Logo
    ******************************* */

    .logo {
    float: left;
    margin: 35px 0 0 0px;
    display:block;
    }
    .logo img {
    width: 235px;
    }

    /* ******************************
    4. Social links
    ******************************* */

    .header-choices { width: 600px; float:right; }

    .social-links {
    position:relative;
    }

    .social-links img {
    height: 18px;
    }

    .social-links ul {
    list-style: none;
    float: right;
    margin: 23px 14px 0 0;
    }
    .social-links ul li {
    float: left;
    margin-left: 25px;
    }

    /* ******************************
    5. Page
    ******************************* */
    .wrapper {
    width: 100%;
    min-width: 1024px;
    background: #fff;
    margin: 0 auto;
    }
    .container {
    margin: 0 auto;
    width: 960px;
    padding: 44px 0;
    }

    .container-head {
    height: 15px;
    width: 100%;
    }

    #header { background: rgba(20, 42, 77, .97) ; height: 92px; position: fixed; top: 0; width: 100%; z-index: 6000;

    background: -moz-linear-gradient(top, rgba(20,42,77,0.97) 0%, rgba(15,35,66,0.97) 35%, rgba(5,21,45,0.97) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,42,77,0.97)), color-stop(35%,rgba(15,35,66,0.97)), color-stop(100%,rgba(5,21,45,0.97))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(20,42,77,0.97) 0%,rgba(15,35,66,0.97) 35%,rgba(5,21,45,0.97) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(20,42,77,0.97) 0%,rgba(15,35,66,0.97) 35%,rgba(5,21,45,0.97) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(20,42,77,0.97) 0%,rgba(15,35,66,0.97) 35%,rgba(5,21,45,0.97) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(20,42,77,0.97) 0%,rgba(15,35,66,0.97) 35%,rgba(5,21,45,0.97) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#f7142a4d’, endColorstr=’#f705152d’,GradientType=0 ); /* IE6-9 */

    }
    #header-container {
    width: 960px;
    margin: 0 auto;
    }
    .header-mainpage-separator { width:100%; margin:0 auto; height: 8px; margin-top:10px; }

    .main-contents {
    padding: 0 0 20px 0;
    }

    .page-contents {
    padding: 0 0 20px 0;
    }

    .contents-wrap {
    padding: 10px 20px 40px 40px;
    }

    .page-contents-wrap {
    padding: 10px 20px 40px 40px;
    }

    .fullpage-contents-wrap {
    padding: 10px 0px 40px 0px;
    }

    .main-contents, .page-contents, .contents-wrap, .contents-wrap, .contents-wrap { background: #fff; }

    /* ******************************
    6. Entry Contents
    ******************************* */

    .entry-content-wrapper {
    margin: 0 0 0 0;
    }

    .main-entry-content-wrapper {
    margin: 20px 0 0 0;
    }

    .entry-content {
    font-size: 1.04em;
    line-height: 23px;
    word-spacing: 0.25em;
    color: #7D7D7D;
    }

    .entry-content #searchform {
    margin: 35px 0 0 0;
    }

    .entry-post-list-end {
    margin: 15px 0 25px 0;
    }

    .contents-column {
    margin: 20px 0 0 0;
    }

    .two-column {
    width: 570px;
    }
    .portfolio-contents{
    margin-bottom: 0;
    }

    .entry-info {
    width: 60px;
    float: left;
    }

    .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
    }
    .wp-caption img {
    margin: 5px 5px 0;
    }
    .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
    }

    .entry-content .sticky {
    background: #f2f7fc;
    border-top: 4px solid #000;
    margin-left: -20px;
    margin-right: -20px;
    padding: 18px 20px;
    }

    .gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
    }

    .alignleft,
    img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
    }
    .alignright,
    img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
    }
    .aligncenter,
    img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    img.alignleft,
    img.alignright,
    img.aligncenter {
    margin-bottom: 12px;
    }

    /* ******************************
    7. Headings
    ******************************* */

    h1.entry-title { text-align: center; float: left; width: 100%; background: url(‘images/backgrounds/1pxgrey.gif’) center center repeat-x; clear: both; height: auto; font-size: 24px; color: #000; margin: 25px 0;}

    h2.home-title { text-align: left; float: left; width: 100%; background: url(‘images/backgrounds/1pxgrey.gif’) center center repeat-x; clear: both; height: auto; font-size: 16px; color: #3a3a3a; margin: 25px 0;}
    h1 span, h2 span{
    background: #fff;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    }

    .entry-mainpost-title {
    font-size: 22px;
    color: #555555;
    letter-spacing: 0;
    background: url(images/hr-sep1.png) repeat-x bottom left;
    padding: 10px 0 20px 0;
    margin: 0 0 40px 0;
    letter-spacing: 1px;
    vertical-align: text-top;
    }

    .entry-single-title h1 {
    font-size: 36px;
    color: #555555;
    letter-spacing: 0;
    padding: 0;
    margin: 20px 0 20px 0;
    letter-spacing: -1px;
    vertical-align: text-top;
    }

    h1.page-title {
    font-size: 18px;
    margin: 65px 0 55px 0;
    font-weight: bold;
    color: #B9B9B9;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: uppercase;
    }

    h2.entry-title {
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #171717;
    letter-spacing: 0;
    line-height: 32px;
    }

    h2.entry-title a {
    color: #747474;
    text-decoration:none;
    }

    h2.entry-title a:hover {
    color: #111;
    text-decoration:none;
    }

    h2.team{
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
    float: left;
    font-size: 22px;
    margin: 70px 0 30px 0;
    font-weight: normal;
    color: #12233f;
    letter-spacing: 0;
    line-height: 32px;
    }

    h2.team:first-child{
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
    float: left;
    font-size: 22px;
    margin: 0px 0 30px 0;
    font-weight: normal;
    color: #12233f;
    letter-spacing: 0;
    line-height: 32px;
    }

    .no-results {
    margin: 35px 0 0 0;
    }

    /* ******************************
    8. Main Page
    ******************************* */

    .block-end { margin: 40px 0 0 0; }

    .maintitle-wrap {
    background: #17afe1;
    padding: 40px 40px 0 40px;
    }
    .maintitle-wrap h2 {
    font-size: 46px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 44px;
    margin: 0;
    color: #1a1a1a;
    }
    .maintitle-desc {
    font-size: 24px;
    letter-spacing: -1px;
    color: #383838;
    line-height: 28px;
    margin: 0;
    padding-bottom: 40px;
    }

    .main-grid-block {
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding: 15px 0 ;
    margin: 0px;
    float: left;
    clear: both;
    }

    .mblock-block {
    padding: 25px 0;
    margin:0;
    float:left;
    width:100%;
    }

    .mblock-block-extra {
    padding:0;
    margin:0;
    float:left;
    width:280px;
    }

    .mblockwrap {
    padding: 0;
    margin: 0 0 0 0;
    }
    .mblockwrap-one {
    padding: 0;
    margin: 0 0 35px 0;
    }

    .mblockwrap-two {
    padding: 0;
    margin: 0;
    }
    .mblockbox {
    width:310px;
    float:left;
    }

    .mblocktextcenter, .mblocktextcenter a { font-size:12px; color:#A2A2A2; line-height:1.6;}
    .mblocktextcenter a:hover { text-decoration:none; }
    .mblocktitle-center { font-size:18px; color:#3a3a3a; font-weight:bold; margin-bottom:10px; margin-top:10px;}
    .mblocktitle-center a { color:#5D5D5D; text-decoration:none;}
    .mblocktitle-center a:hover { color:#111; text-decoration:none;}

    .mblocktitle { font-size:16px; color:#3a3a3a; margin: 0 0 5px 0; font-weight: 600;}
    .mblocktitle a { color:#5D5D5D; text-decoration:none;}
    .mblocktitle a:hover { color:#111; text-decoration:none;}

    .mblocktext { float:left; width:77%; text-align: left; font-size: 14px; line-height: 22px; font-weight: 100; }
    .mblockicon { float: left; width: 23%; height: 45px; margin: 0;}
    .mblockicon img{ margin: 0 auto; display: block; }
    .mblocktext a { color:#5D5D5D; }
    .mblocktext a:hover { text-decoration:none; color:#000; }
    .mblockspace { margin-left:10px; }
    .icn-img{
    background-position: center center; background-repeat: no-repeat; background-size: auto 34px!important;
    height: 34px; width: 100%; float: left;
    }

    .float-right {
    float: right;
    }

    .greyscale {
    filter: alpha(opacity=50);
    opacity: .5;
    filter: url(“data:image/svg+xml;utf8,<svg xmlns=\’https://www.w3.org/2000/svg\’><filter id=\’grayscale\’><feColorMatrix type=\’matrix\’ values=\’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\’/></filter></svg>#grayscale”); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    }
    .greyscale:hover, .greyscale:focus {
    filter: alpha(opacity=100);
    opacity: 1.0;
    filter: none;
    -webkit-filter: grayscale(0%);
    }

    /* ******************************
    9. Portfolio preloader
    ******************************* */

    .portfolio-thumbnail-block,.filter-thumbnail-block {
    display:none;
    }

    /* ******************************
    10. Featured
    ******************************* */

    #featured {
    width: 100%;
    height: 730px;
    background: #111 url(images/big_preloader.gif) no-repeat 50% 50%;
    }

    .kwicks-featured {
    background: #111;
    }

    .kwicks-featured .slideimage {
    display:none;
    }
    .kwicks-featured .kwickshadow,.kwicks-featured .slide-minicaption,.kwicks-featured .slide-minicaptiontitle,.kwicks-featured .slidecaption,.kwicks-featured .slidecaptiontitle{
    display:none;
    }

    #image-featured {
    width: 100%;
    background: #111 url(images/big_preloader.gif) no-repeat 50% 50%;
    overflow: hidden;
    }

    .static-featured-image {
    visibility:hidden;
    }

    #awfeatured {
    width: 100%;
    height: 640px;
    background: #111 url(images/big_preloader.gif) no-repeat 50% 50%;
    }

    #nivo-featured {
    width: 960px;
    height: 630px;
    background: #111 url(images/big_preloader.gif) no-repeat 50% 50%;
    }

    .awshowcase-preload { display:none; }

    /* ******************************
    11. Main page Block-1
    ******************************* */

    .mainblock-1 {
    padding: 40px 0 40px 20px;
    background: #ccc;
    }

    .block1-section {
    float: left;
    width: 280px;
    margin-right: 20px;
    }

    .number-bullet {
    float: left;
    }
    .text-block-1 {
    float: left;
    width: 200px;
    margin-left: 20px;
    }
    .text-block-1 h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #232323;
    }
    .text-block-1 h3 a {
    color: #5E5E5E;
    }
    .text-block-1 h3 a:hover {
    color: #000;
    text-decoration:none;
    }
    .block-1-desc {

    }

    /* ******************************
    12. Main page Block-2 – Portfolio sections
    ******************************* */

    .mainblock-2 {
    padding: 0px;
    margin: 15px 0 0 0;
    float: left;
    }
    .mainblock-2 h3 {
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #797979;
    margin-bottom: 40px;
    }

    .main-message-wrap {
    margin-bottom: 5px;
    }
    .main-message {
    float: left;
    width: 650px;
    }
    .main-button-wrap {
    float: right;
    width: 204px;
    height: 66px;
    position: relative;
    top: -5px;
    margin: 0 0 0 0;
    background: transparent url(images/buttons/main-button.png) no-repeat 0 0;
    }
    .main-button-wrap:hover {
    background: transparent url(images/buttons/main-button.png) no-repeat 0 -66px;
    }
    .main-button-text {
    text-align: center;
    margin: 22px 0 0 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    }
    .main-button-text a {
    color: #ddd;
    display:block;
    width: 204px;
    height: 66px;
    }
    .main-button-text a:hover {
    color: #fff !important;
    text-decoration:none;
    }

    #main-portfolio-carousel { height: 162px; overflow:hidden; width: 960px; position: relative; }
    #main-portfolio-carousel .viewport { margin: 0 auto; width: 910px; height: 150px; position: relative; overflow:hidden;}
    .viewport-header { text-align: center; float: left; width: 100%; background: url(‘images/backgrounds/1pxgrey.gif’) center center repeat-x; clear: both; height: auto;}
    .viewport-header h2 {margin: 0; background: #fff; text-align: center; display: inline; font-style: normal; font-size: 29px; text-transform: uppercase; height: 100px; font-weight: 500; font-family: “Lexia”;
    }
    #main-portfolio-carousel .buttons { display: block; opacity:0.8; position:absolute; text-indent:-9999px;z-index:100; width:26px; height: 26px; }
    #main-portfolio-carousel .buttons:hover { }
    #main-portfolio-carousel .prev { top:66px;left:0px; background: url(images/icons/minus.png) no-repeat 0 0; }
    #main-portfolio-carousel .next { top:66px;right: 0px; background: url(images/icons/plus.png) no-repeat 0 0; }
    #main-portfolio-carousel .prev:hover { background: url(images/icons/minus.png) no-repeat 0 -26px; }
    #main-portfolio-carousel .next:hover { background: url(images/icons/plus.png) no-repeat 0 -26px; }
    #main-portfolio-carousel .disable { opacity:0.08; background: url(images/icons/none.png) no-repeat 0 0; }
    #main-portfolio-carousel .disable:hover { opacity:0.08; cursor:default; background: url(images/icons/none.png) no-repeat 0 0; }
    #main-portfolio-carousel .overview { list-style: none; position: absolute; padding: 0px; margin: 0; left: 0; top: 0; }
    #main-portfolio-carousel .overview li{
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    height: 150px;
    width: 280px;
    padding: 10px;
    border-right: 1px solid #f1f1f1;
    }
    #main-portfolio-carousel .overview li img{
    height: 142px;
    width: 165px;
    padding-bottom: 4px;
    }
    #main-portfolio-carousel .c-element-preload {
    height: 162px;
    width: 165px;
    display:block;
    background: url(images/horizontal_preloader.gif) no-repeat 50% 42%;
    }

    #main-portfolio-carousel .carousel-loader {

    }
    #main-portfolio-carousel .main-mediaicon { position: relative; top:-110px; left:90px; z-index:10;}

    /* ******************************
    13. Main page Block-3
    ******************************* */

    .mainblock-3 {
    margin: 30px 0px 30px 0px;
    padding: 30px 0 0 0;
    }

    .block3-section-wide {
    float: left;
    width: 100%;
    }

    .logo-list {
    list-style: none;
    margin: 0 0 0 10px;
    text-align: center;
    }
    .logo-list li {
    display: inline;
    margin: 0 30px 10px 0;
    }

    .block3-section {
    float: left;
    width: 220px;
    }
    .block3-section a {
    padding: 5px 0 0 0;
    display:block;
    color: #444;
    font-family: ‘Droid Serif’, arial, serif;
    font-style: italic;
    font-size:11px;
    letter-spacing: 1px;
    }
    .block3-section a:hover {
    text-decoration: none;
    color: #111;
    }
    .block3-space {
    margin-left: 20px;
    }
    .text-block-3 {
    float: left;
    width: 200px;
    }
    .text-block-3 h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #232323;
    }
    .text-block-3 h3 a {
    color: #5E5E5E;
    }
    .text-block-3 h3 a:hover {
    color: #232323;
    text-decoration:none;
    }
    .block-3-desc {

    }
    .main-smallicon {
    margin: 0 5px 0 0;
    }

    /* ******************************
    14. Main page Block-4 Quotations
    ******************************* */

    .mainblock-4 {
    margin: 30px 40px 40px 40px;
    padding: 40px 0 0 0;
    }

    #quotes {
    list-style: none;
    }
    #quotes blockquote {
    list-style: none;
    margin: 0;
    font-family: ‘Droid Serif’, arial, serif;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 10px;
    padding: 0 80px;
    text-align:center;
    background: url(images/icons/openquote.png) no-repeat 20px -5px;
    }
    .quotes-block {

    padding: 0 50px;
    }
    .client-block {
    float:left;
    width:120px;
    text-align:right;
    }
    .client-photo img {
    width:40px;
    height:40px;
    }

    .client-photo {
    display:block;
    float:right;
    width:40px;
    height:40px;
    padding:5px;
    border: 1px solid #eee;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* FF3.5+ */
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Saf3.0+, Chrome */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Opera 10.5, IE 9.0 */
    }
    .client-photo:hover {

    }
    .client-link {
    margin: 5px 0 0 0;
    font-size: 11px;
    font-family: ‘Droid Sans’, arial, serif;
    letter-spacing: 1px;
    }
    .client-link a {
    color: #7d7d7d;

    }
    .client-link a:hover {
    text-decoration:none;
    color: #444;
    }

    /* **********************
    15. Content Headings
    *********************** */

    .entry-content h1, .entry-content h2, .entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
    color: #122038;
    font-family: ‘Lexia’, arial, serif;
    }

    .entry-content h1 {font-size:28px; margin: 0 0 25px 0;}
    .entry-content h2 {font-size:23px; margin: 1.5em 0 .5em 0 ;}
    .entry-content h3 {font-size:18px; margin: 0 0 15px 0;}
    .entry-content h4 {font-size:16px; margin: 0 0 15px 0;}
    .entry-content h5 {font-size:14px; margin: 0 0 15px 0;}
    .entry-content h6 {font-size:12px; margin: 0 0 15px 0;}

    /* **********************
    16. Content elements
    *********************** */

    hr, .entry-content hr {clear:both; height: 2px; border:none; background: transparent url(‘images/hr_shaded.png’) repeat-x 0 0; margin: 5px 0;}

    .entry-content a { color: #111; font-weight: 400; }
    .entry-content a:hover { color: #f6c523; }

    .widget_text .hr_padding, .entry-content .hr_padding {
    padding: 10px 0;
    }

    .textwidget .hrule,.widget_text .hrule, .entry-content .hrule {
    position:relative;
    clear:both;
    display:block;
    margin:20px 0;
    height: 2px;
    border:none;
    background: transparent url(‘images/hr_shaded.png’) repeat-x 0 0;
    }

    .widget_text .hrule.top a , .entry-content .hrule.top a {
    position:absolute;
    right:0;
    top:-20px;
    width:20px;
    font-size:9px;
    padding:0 2px;
    text-align:right;
    text-decoration:none;
    font-weight:normal;
    color:#A2A2A2;
    font-family:’Lucida Grande’,’Lucida Sans Unicode’,Verdana,Arial,Helvetica,sans-serif;
    }

    .widget_text .hrule.top a:hover, .entry-content .hrule.top a:hover {
    color: #111;
    }

    .widget_text .highlight, .entry-content .highlight {
    background:#FFFF99;
    padding:4px;
    }

    /* **********************
    17. Post and Page list
    *********************** */

    .widget_text .postlist ul ,.entry-content .postlist ul {

    list-style:none;
    padding:0;
    margin:0 0 5px 0;
    }
    .widget_text .postlist ul li, .entry-content .postlist ul li {
    background: url(‘images/icons/pen_alt_fill_12x12.png’) no-repeat 0 8px;
    padding:2px 0 10px 40px;
    }
    .widget_text .postlist ul li a , .entry-content .postlist ul li a {
    color:#7d7d7d;
    text-decoration:none;
    font-weight: normal;
    }

    .widget_text .postlist ul li a:hover, .entry-content .postlist ul li a:hover {
    color:#111;
    }

    /* **********************
    18. Lists
    *********************** */

    .entry-content .checklist ul, .entry-content .playlist ul, .entry-content .notelist ul, .entry-content .starlist ul, .entry-content .bulletlist ul,.widget_text .checklist ul, .widget_text .playlist ul, .widget_text .notelist ul, .widget_text .starlist ul, .widget_text .bulletlist ul {
    list-style-type:none;
    padding:0;
    margin:0 0 15px 0;
    font-weight:normal;
    }

    .checklist ul li a, .linklist a, .playlist ul li a, .notelist ul li a, .starlist ul li a, .bulletlist ul li a {
    color:#7d7d7d;
    border-bottom: 1px dotted #2E2E2E;
    text-decoration:none;
    }

    .checklist ul li a:hover, .linklist a:hover, .playlist ul li a:hover, .notelist ul li a:hover, .starlist ul li a:hover, .bulletlist ul li a:hover {
    color:#111;
    }

    .checklist ul li {
    background: url(‘images/bullets/tick.png’) no-repeat 0 0;
    padding:2px 0 10px 40px;
    }
    .playlist ul li {
    background: url(‘images/bullets/arrow_right.png’) no-repeat 0 0;
    padding:2px 0 10px 40px;
    }
    .notelist ul li {
    background: url(‘images/bullets/list.png’) no-repeat 0 0;
    padding:2px 0 10px 40px;
    }
    .starlist ul li {
    background: url(‘images/bullets/star.png’) no-repeat 0 0;
    padding:2px 0 10px 40px;
    }
    .bulletlist ul li {
    background: url(‘images/bullets/record.png’) no-repeat 0 0;
    padding:2px 0 10px 40px;
    }
    .linklist ul li {
    background: url(‘images/bullets/link.png’) no-repeat 0 0;
    padding:2px 0 10px 40px;
    }

    /* **********************
    19. Note box
    ********************** */
    .mtextbox {
    border:1px solid #eee;
    margin-bottom: 20px;
    padding:20px;
    }
    .mtextbox_title{
    padding:15px 20px 5px 16px;
    margin:0;
    }
    .mtextbox.align-left{
    margin:2px 16px 16px 2px !important;
    }
    .mtextbox.align-right{
    margin:2px 2px 16px 16px !important;
    }
    .mtextbox_content {
    padding:0 15px 20px;
    }

    /* **********************
    20. Notices
    *********************** */

    .noticebox {
    padding: 20px 20px 20px 50px;
    margin:15px 0 10px 0;
    font-size:12px;
    line-height:17px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* FF3.5+ */
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Saf3.0+, Chrome */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Opera 10.5, IE 9.0 */
    border:1px solid #eee;
    color: #404040;
    }

    .info_yellow {
    background: #fbfbd5 url(images/icons/user_alert.png) no-repeat 20px 20px;
    border:1px solid #f7e271;
    }
    .info_yellow a {
    color:#000;
    }

    .info_red {
    background: #ffd4d4 url(images/icons/bullet_cross.png) no-repeat 20px 20px;

    border:1px solid #ffa8a8;
    }
    .info_red a {
    color:#000;
    }

    .info_green {
    background: #e2f6d7 url(images/icons/user_tick.png) no-repeat 20px 20px;

    border: 1px solid #95bb80;
    }
    .info_green a {
    color:#000;
    }

    .info_blue {
    background: #ddeffa url(images/icons/user_b.png) no-repeat 20px 20px;

    border: 1px solid #71c9f7;
    }
    .info_blue a {
    color:#000;
    }

    /*
    ****************************
    21. Picture Frame
    *****************************
    */

    .pictureframe {
    padding:5px;
    border-top:1px solid #F0F0F0;
    border-left:1px solid #F0F0F0;
    border-bottom:1px solid #D1D1D1;
    border-right:1px solid #D1D1D1;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); /* FF3.5+ */
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); /* Saf3.0+, Chrome */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); /* Opera 10.5, IE 9.0 */
    display:block;
    margin-top:5px;
    }

    .pictureframe-wrap {
    background: url(images/icons/view.png) no-repeat 50% 50%;
    display:block;
    }

    .img-align-left { float:left; margin-right:20px; }
    .img-align-right { float:right; margin-left:20px; }
    .img-align-center { margin:0 auto;}

    /* **********************
    22. Toggle Shortcode
    *********************** */

    h4.trigger {
    padding: 0 0 0 50px;
    margin: 15px 0 5px 0;
    background: url(images/icons/minus_16x4.png) no-repeat 15px 11px;
    height: 26px;
    float: left;
    cursor:pointer;
    }
    h4.trigger a {
    text-decoration: none;
    font-size:14px;
    color:#111;
    display: block;
    }
    h4.trigger a:hover { color: #000; }
    h4.active {background: url(images/icons/plus_16x16.png) no-repeat 15px 5px;}
    .toggle_container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    clear: both;
    border:1px solid #eee;
    background: #f7f7f7;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* FF3.5+ */
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Saf3.0+, Chrome */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Opera 10.5, IE 9.0 */
    }
    .toggle_container .block {
    padding:20px;
    margin:0;

    }

    /*
    ****************************
    23. Accordion Tabs
    *****************************
    */
    .accordion-tabs {
    float:left;
    padding:0;
    margin:0 0 15px 0;
    }
    .accordion-tabs h5 {
    font-size:14px;
    letter-spacing:1px;
    padding:5px 0 5px 25px;
    margin-bottom:5px;
    color:#fff;
    cursor:pointer;
    border:1px solid #eee;
    background: #a7a7a7 url(images/icons/arrow_right_8x8.png) no-repeat 5px 10px;

    -moz-border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border: 6px;
    -webkit-border: 6px;
    }

    .accordion-tabs h5.current {
    color:#fff;
    background: #838383 url(images/icons/b_arrow_right_8x8.png) no-repeat 5px 10px;
    }
    .accordion-tabs h5:hover { background: #838383 url(images/icons/b_arrow_right_8x8.png) no-repeat 5px 10px; }
    .accordion-tabs .pane {
    padding:20px;
    margin-bottom:10px;
    border:1px solid #eee;
    background: #f7f7f7;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* FF3.5+ */
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Saf3.0+, Chrome */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Opera 10.5, IE 9.0 */
    }
    .accordion-tabs .pane p {display:block;}
    .accordion-tabs .pane {width:540px;}
    .column2 .accordion-tabs .pane , .column2_last .accordion-tabs .pane {width:165px;}

    /*
    ****************************
    24. Tabs
    *****************************
    */

    .tabwrapper {
    padding-bottom:20px;
    }

    ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none !important;
    width: 100%;
    }

    ul.tabs li {
    float: left;
    margin: 0 4px 0 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #cccccc;
    color: #fff;
    -moz-border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border: 6px;
    -webkit-border: 6px;
    }

    ul.tabs li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: ‘Droid Serif’, arial, serif;
    font-size: 14px;
    font-style:italic;
    padding: 5px 20px;
    outline: none;

    }
    ul.tabs li a:hover {
    background: #838383;
    color: #fff;
    -moz-border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border: 6px;
    -webkit-border: 6px;
    }
    /* active tab uses a class name “current”. it’s highlight is also done by moving the background image. */
    ul.tabs .current, ul.tabs .current:hover, ul.tabs li.current a {
    color:#fff;
    background: #838383;
    -moz-border-radius: 6px;
    -moz-border-radius:6px;
    -webkit-border: 6px;
    -webkit-border: 6px;
    }

    /* initially all panes are hidden */
    .panes .pane {
    display:none;
    border-top: none;
    overflow: hidden;
    float: left;
    margin-top:5px;
    border:1px solid #eee;
    background: #f7f7f7;
    width:520px;
    padding:40px 20px 40px 40px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* FF3.5+ */
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Saf3.0+, Chrome */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08); /* Opera 10.5, IE 9.0 */
    }

    .panes {

    }

    /* **********************
    25. Pullquotes
    *********************** */

    .pullquote-right {
    padding:5px 90px 5px 0;
    margin:10px 0 5px 40px;
    float:right;
    width:250px;
    font-family: ‘Droid Serif’, arial, serif;
    font-size:15px;
    line-height:28px;
    font-style:italic;
    color: #7d7d7d;
    background: url(‘images/icons/endquote.png’) no-repeat right 20%;
    }

    .pullquote-left {
    padding:5px 0 5px 90px;
    margin:10px 40px 5px 0;
    float:left;
    width:250px;
    font-family: ‘Droid Serif’, arial, serif;
    font-size:15px;
    line-height:28px;
    font-style:italic;
    text-align:right;
    color: #7d7d7d;
    background: url(‘images/icons/alt_endquote.png’) no-repeat left 20%;
    }

    .pullquote-center {
    padding :15px 80px;
    margin :30px;
    font-family: ‘Droid Serif’, arial, serif;
    text-align :center;
    font-size :15px;
    line-height :28px;
    font-style :italic;
    color: #7d7d7d;
    background: url(‘images/icons/alt_endquote.png’) no-repeat left 20%;
    }

    /* **********************
    26. Drop Caps
    *********************** */

    .dropcap1 {
    float:left;
    font-size: 46px;
    padding:10px;
    color:#111;
    font-weight:bold;
    line-height: 1.15em;
    margin-right:5px;
    margin-top:8px;
    margin-bottom:5px;
    background: url(images/icons/drop_cap1.png) no-repeat 0 0;
    height:54px;
    width:54px;
    text-align:center;
    }

    .dropcap2 {
    float:left;
    font-size: 46px;
    padding:10px;
    color:#fff;
    font-weight:bold;
    line-height: 1.15em;
    margin-right:5px;
    margin-top:8px;
    margin-bottom:5px;
    background: url(images/icons/drop_cap2.png) no-repeat 0 0;
    height:54px;
    width:54px;
    text-align:center;
    }

    /* **********************
    27. Columns
    *********************** */
    .entry-content .last { clear:both;}
    .entry-content .column1 , .entry-content .column2, .entry-content .column3, .entry-content .column4, .entry-content .column32 { margin:0 0 10px 0; padding:0 0 10px 0; }
    .entry-content .column1 {width:100%;}
    .entry-content .column2 {width:48.2%; float:left; }
    .entry-content .column3 {width:31%; float:left;}
    .entry-content .column4 {width:22.4%; float:left;}
    .entry-content .column5 {width:17.2%; float:left;}
    .entry-content .column52 {width:37.6%; float:left;}
    .entry-content .column53 {width:58.6%; float:left;}
    .entry-content .column6 {width:13.7%; float:left;}
    .entry-content .column32 {width:65.5%; float:left;}
    .entry-content .column43 {width:74.1%; float:left;}
    .entry-content .column_space { margin-right:20px; }

    .fullpage-contents-wrap .entry-content .column1 {width:100%;}
    .fullpage-contents-wrap .entry-content .column2 {width:48.8%; float:left; }
    .fullpage-contents-wrap .entry-content .column3 {width:31.8%; float:left;}
    .fullpage-contents-wrap .entry-content .column4 {width:23.2%; float:left;}
    .fullpage-contents-wrap .column5 {width:18.1%; float:left;}
    .fullpage-contents-wrap .column52 {width:38.1%; float:left;}
    .fullpage-contents-wrap .column53 {width:58.7%; float:left;}
    .fullpage-contents-wrap .column6 {width:14.7%; float:left;}
    .fullpage-contents-wrap .entry-content .column32 {width:65.9%; float:left;}
    .fullpage-contents-wrap .column43 {width:74.2%; float:left;}

    /* **********************
    28. Thumbnails
    *********************** */

    .thumbnails-wrap { float:left; margin:0;padding:0; }
    .thumbnails-wrap .minishowcase { list-style:none; margin:0;padding:0;}
    .thumbnails-wrap .minishowcase .thumbnail-image {
    border:1px solid #d8d8d8;
    background:#eee;
    padding:8px;
    margin:0 4px 0 4px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* FF3.5+ */
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* Saf3.0+, Chrome */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* Opera 10.5, IE 9.0 */
    }
    .thumbnails-wrap .minishowcase li { float:left; background: url(images/icons/view.png) no-repeat 50% 50%; }
    .thumbnails-wrap .minishowcase li:hover { }

    /* **********************
    29. Pre
    *********************** */

    .entry-content pre.code, .entry-content code {
    font-size:12px;
    font-family: “Consolas”, “Bitstream Vera Sans Mono”, “Courier New”, Courier, monospace !important;
    line-height:18px;
    display:block;
    background: url(images/pre_bg.png) repeat 0 0;
    margin:10px 0 20px 0;
    padding:18px;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    border: 1px solid #eee;
    }

    .entry-content pre strong { color:#111; }

    .entry-content pre {
    font-size:11px;
    font-family: “Consolas”, “Bitstream Vera Sans Mono”, “Courier New”, Courier, monospace !important;
    color: #949494;
    line-height:18px;
    display:block;
    margin:10px 0 20px 0;
    padding:18px;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    border: 1px solid #eee;
    }

    /* ******************************
    30. Search
    ******************************* */

    #s {
    margin: 0;
    height: 16px;
    padding: 5px;
    border:none;
    border-bottom:1px solid #EEEEEE;
    color:#7d7d7d;
    font: 12px/20px “Droid Sans”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size:12px;
    width:200px;
    background:none;
    }
    #searchbutton {
    border:0;
    padding:7px 5px 3px 5px;
    height:26px;
    width:26px;
    background:url(images/icons/dark_search_button.png) no-repeat 0 0;
    cursor:pointer;
    }

    #searchbutton:hover {
    background:url(images/icons/dark_search_button_on.png) no-repeat 0 0;
    }

    .search-terms { font-weight:bold; color:#000; }

    /* ******************************
    31. Post summary
    ******************************* */

    .postsummaryimage img {
    width: 570px;
    }

    .datecomment { font-weight:normal; }
    .datecomment a { }

    .thetags { background: url(images/tag.gif) no-repeat left; padding: 0 0 0 15px; font-size:10px; text-transform:uppercase;color:#111; margin-bottom:20px;}
    .thetags a { color:#7d7d7d; text-decoration:none; }
    .thetags a:hover { color:#111; }

    .posted-date { margin:0; margin: 0px 0 15px 0; font-weight: 100; float: left; clear: both; width: 100%; }
    .posted-date a { color:#111; text-decoration:none; }
    .posted-date a:hover { color:#111; }

    .postedin { background: url(images/icons/pen_8x8.png) no-repeat 0 5px; padding: 0 0 0 15px; margin: 5px 0 0 0;color:#8B8B8B; }
    .postedin a { color:#464646; text-decoration:none; }
    .postedin a:hover { color:#111; }

    .lightboxlink { background: url(images/icons/magnifying_glass_alt_8x8.png) no-repeat 0 5px; padding: 0 0 0 15px; margin: 8px 0 0 0;color:#8B8B8B; }
    .lightboxlink a { color:#464646; text-decoration:none; }
    .lightboxlink a:hover { color:#111; }

    span.comments { color:#111; float:right; padding: 0 0 2px 6px;}
    span.comments a { color:#464646; background: url(images/icons/comment_stroke_8x7.png) no-repeat left; padding: 0 0 0 15px; text-decoration:none;}
    span.comments a:hover { color:#111; }

    .postsummarytitle {
    margin: 20px 0 0px 0;
    color: #000;
    }

    .postsummarytitle h2 a {
    font-size: 16px;
    color: #000;
    }
    .postsummarytitle h2 a:hover {
    text-decoration:none;
    color: #f6c523;
    }

    .blogseperator {
    margin: 15px 0;
    height: 1px;
    background: #f1f1f1;
    width: 100%;
    float: left;
    clear: both;
    }

    /*
    ******************************
    32. Post Info
    ******************************
    */

    .postinfo {font-size:11px; color:#7d7d7d; border-top:1px solid #fff;border-left:1px solid #fff;
    background:#FEFEFE; padding: 20px 20px; margin:20px 0 0 0;

    text-shadow: 0 1px 1px rgba(255,255,255,1);

    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    }
    .postinfo p {line-height:1.5; margin:0;padding:2px 0;}
    .postinfo a, .contents .postinfo a { color:#5D5D5D; text-decoration:none;}
    .postinfo a:hover {color:#111;}

    /* ******************************
    33. Sidebar
    ******************************* */

    .regular-sidebar {
    margin: 0;
    }

    .portfolio-sidebar {
    margin: 0;
    }

    .sidebar-top {
    background: transparent url(‘images/sidebar/sidebar_top.png’) no-repeat 0 0;
    width: 260px;
    padding: 0 0 0 40px;
    height: 35px;
    }

    .sidebar-bottom {
    background: transparent url(‘images/sidebar/sidebar_bottom.png’) no-repeat 0 0;
    width: 260px;
    padding: 0 0 0 40px;
    height: 63px;
    }

    .sidebar-wrap {
    width: 320px;
    }

    .sidebar h3 {
    font-size: 14px;
    letter-spacing: -0.5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #464646;
    margin-bottom: 15px;
    }

    .sidebar-widget { margin-bottom: 35px; font-size: 16px; font-weight: 100; }
    .sidebartextbox { color:#7d7d7d; padding-bottom:30px;}
    .sidebar {
    width: 240px;
    padding: 0 0 0 30px;
    margin: 0;
    color: #737373;
    background: transparent url(‘images/sidebar/sidebar_divider.png’) repeat-y 0 0;
    }
    .sidebar a { color:#7d7d7d; font-size: 14px;}
    .sidebar a:hover { color:#111; text-decoration:none;}
    .sidebar ul {padding:0;margin:0; }
    .sidebar ul li { }
    .sidebar ul li a { padding:8px 0 6px 0;border-bottom:1px dotted #EAEAEA; display:block;}
    .sidebar ul li a:hover { text-decoration:none;}
    .sidebar ul ul li a { padding-left:15px; }
    .sidebar ul ul ul li a { padding-left:30px; }
    .sidebar ul ul ul ul li a {padding-left:55px; }

    .sidebar-widget ul li.cat-item { padding-left: 20px; background: transparent url(‘images/icons/arrow.png’) no-repeat 0 15px; }
    .sidebar-widget ul li.page_item { padding-left: 20px; background: transparent url(‘images/icons/pen_8x8.png’) no-repeat 0 15px; }
    .sidebar-widget ul.children li.page_item { padding-left:0; background: none; }
    .sidebar-widget ul#recentcomments li { padding:8px 0 6px 20px; background: transparent url(‘images/icons/comment_stroke_8x7.png’) no-repeat 0 15px;}

    /* **********************
    34. Calendar
    *********************** */

    #wp-calendar {
    width:100%;
    color:#8B8B8B;
    font-size:12px;
    }

    #wp-calendar td {
    padding:5px; text-align:center;
    background:#eee;
    }

    #wp-calendar td#prev {
    background:#fff;
    }

    #wp-calendar td a{
    color:#111; text-decoration:none;
    }

    #wp-calendar td a:hover {
    color:#111;text-decoration:none;
    }

    #wp-calendar #today {
    font-weight:bold;
    color:#fff;
    background:#3C3C3C;
    }

    #wp-calendar #today a{
    font-weight:bold;
    color:#fff;
    }

    #wp-calendar caption {
    font-weight:bold;
    padding-bottom:10px;
    letter-spacing:1px;
    text-transform:uppercase;
    }

    #wp-calendar thead tr th{
    background: #A2A2A2;
    color: #fff;
    font-weight:normal;
    padding:5px;
    text-align:center;
    }

    #wp-calendar tfoot tr td a {
    background: #eee; padding: 1px;
    }

    #wp-calendar tbody tr td {

    }

    #wp-calendar .pad {
    background:none;
    }

    /* ******************************
    35. Recent Posts by Widget
    ******************************* */
    #recentposts_list {
    list-style: none;
    margin: 0;
    }
    #recentposts_list li a { }
    #recentposts_list p{
    margin:0;
    font-size: 11px;
    line-height:14px;
    color: #a6a6a6;
    }
    #recentposts_list li{
    padding:0;
    margin: 0 0 20px 0;
    }
    #recentposts_list li a {
    background:none;
    padding:0;
    }
    #recentposts_list .recent_thumbnail {
    display:block;
    float:left;
    margin:0 10px 0 0;
    line-height:100%;
    border: 1px solid #eee;
    padding:1px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* FF3.5+ */
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* Saf3.0+, Chrome */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* Opera 10.5, IE 9.0 */

    }
    #recentposts_list .recentpost_info .recentpost_title {
    font-weight: bold;
    color: #7d7d7d;
    font-size: 12px;
    border:none;
    margin: 0 0 5px 0;
    }
    #recentposts_list .recentpost_info .recentpost_title:hover {
    color: #111;
    }
    #recentposts_list .recent_thumbnail img {
    border: 1px solid #eee;
    display:block;
    padding:0;margin:0;
    }
    #recentposts_list .recent_thumbnail img:hover {
    border: 1px solid #444;
    }
    #recentposts_list .recentposts_list time {
    display:block;
    font-size: 11px;
    }

    #recentposts_list .recentposts_list .recentpost_info {
    overflow:hidden;
    }

    /* ******************************
    36. Popular by Widget
    ******************************* */
    #popularposts_list {
    list-style: none;
    margin: 0;
    }
    #popularposts_list li a { }
    #popularposts_list p{
    margin:0;
    font-size: 11px;
    line-height:14px;
    color: #a6a6a6;
    }
    #popularposts_list li{
    padding:0;
    margin: 0 0 20px 0;
    }
    #popularposts_list li a {
    background:none;
    padding:0;
    }
    #popularposts_list .popular_thumbnail {
    display:block;
    float:left;
    margin:0 10px 0 0;
    line-height:100%;
    border: 1px solid #eee;
    padding:1px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* FF3.5+ */
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* Saf3.0+, Chrome */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* Opera 10.5, IE 9.0 */

    }
    #popularposts_list .popularpost_info .popularpost_title {
    font-weight: bold;

Viewing 2 replies - 1 through 2 (of 2 total)