@charset 'utf-8';

@media all {
    body, html {
        margin: 0;
        padding: 0;
        width:  100%;
        height: 100%;
        cursor: default;
    }
    body {
        background: #F2F2F2;
        font: 9pt Verdana, Arial, sans-serif;
    }
    
    #outer {
        width: 100%;
        background: #FFF;
        border-bottom: 1px solid #DDD;
    }
    #inner {
        width: 800px;
        margin: 0 auto;
        margin-bottom: -80px;
        position: relative; /* ie6 negative margin fix */
    }
    
    #header {
        height: 160px;
        padding-top: 60px;
        margin-bottom: 20px;
    }
    #header strong {
        display: block;
        height: 138px;
        width: 600px;
        background: url('images/logo.png') no-repeat center center;
        text-indent: -10000px;
        margin: 0 auto;
    }
    #header a {
        width: 100%;
        height: 100%;
        display: block;
    }
    
    #links {
        position: absolute;
        width: 950px;
        text-align: center;
        top: 5px;
        margin-left: -75px;
        white-space: nowrap;
    }
    #links ul {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #links li {
        margin: 0;
        padding: 0;
        display: inline;
        height: 17px;
    }
    #links a {
        margin: 0;
        padding: 0 2px 0 6px;
        border-left: 1px solid #CCC;
        color: #AAA;
        font-family: sans-serif;
        font-size: 8pt;
        text-decoration: none;
    }
    #links li:first-child a {
        border-left: none;
        padding-left: 0;
    }
    #links li:last-child a {
        padding-right: 0;
    }
    #links a:hover {
        text-decoration: underline;
        color: #666;
    }
    
    #search {
        position: relative;
        width: 560px;
        height: 90px;
        background: #00B619;
        padding: 5px 10px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }
    #search strong {
        color: #FFF;
        font-size: 14pt;
        font-weight: normal;
    }
    #search form, #search fieldset {
        margin: 0;
        padding: 0;
        border: 0;
    }
    #search fieldset {
        height: 26px;
    }
    #search .keyword {
        position: absolute;
        left: 27px;
        top: 35px;
        width: 430px;
        border: 1px solid #008712;
        margin: 0;
        padding: 2px 8px;
        font-size: 14pt;
        line-height: 17pt;
        height: 26px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.4);
        background: #F4F4F4;
    }
    #search .go {
        position: absolute;
        left: 490px;
        top: 35px;
        width: 66px;
        border: 0;
        color: #000;
        border: 1px solid #008712;
        margin: 0;
        padding: 2px;
        font-size: 13pt;
        line-height: 14pt;
        height: 32px;
        text-align: center; 
        text-shadow: 0 0 3px #FFF;
        -webkit-text-shadow: 0 0 3px #FFF;
        -moz-text-shadow: 0 0 3px #FFF;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        box-shadow: 0 0 8px rgba(0, 120, 50, 0.5);
        -moz-box-shadow: 0 0 8px rgba(0, 120, 50, 0.5);
        -webkit-box-shadow: 0 0 8px rgba(0, 120, 50, 0.5);
        cursor: pointer;
        background: #aadcb1;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, rgb(88,201,101)), color-stop(0.13, rgb(149,233,162)));
        transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -webkit-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
    }
    /*
    html:first-child:last-child #search .keyword, html:first-child:last-child #search .go {
        height: auto;
        line-height: 28px;
    }
    */
    #search .go:hover {
        box-shadow: 0 0 20px rgba(250, 250, 170, 0.8);
        -webkit-box-shadow: 0 0 20px rgba(250, 250, 170, 0.8);
        -moz-box-shadow: 0 0 20px rgba(250, 250, 170, 0.8);
    }
    
    #container {
        width: 100%;
        clear: both;
    }
    
    #main {
        float: left;
        width: 580px; /* 20px empty space at right */
    }
    
    #sidebar {
        float: right;
        width: 170px;
        padding: 0 15px;
    }
    
    #signin {
        padding: 15px 0 0 0;
        height: 85px;
    }
    #signin a {
        color: #000;
        font-size: 12pt;
    }
    #signin a:hover {
        color: #A0005D;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    #signin p {
        margin: 10px 0 0 0;
        padding: 0;
        color: #707070;
        font: 8pt Verdana, Arial, sans-serif;
        line-height: 10pt;
    }
    
    #notes {
        margin: 30px 0;
    }
    #notes h2 {
        font-size: 9pt;
        padding: 0;
        margin: 20px 0 5pt 0;
    }
    #notes p {
        font-size: 8pt;
        margin: 0 0 5pt 0;
        padding: 0;
        color: #333;
    }
    
    
    #content {
        margin: 27px 27px 40px;
    }
    h1 {
        font-size: 13pt;
        font-weight: normal;
        color: #000;
    }
    h1 a {
        color: #000;
        text-decoration: underline;
    }
    h2 {
        font-size: 11pt;
        color: #000;
    }
    
    #industries {
        width: 100%;
        overflow: hidden;
    }
    #industries ul {
        display: block;
        width: 45%;
        float: left;
        list-style: none;
        padding: 0;
        margin: 0 5% 0 0;
    }
    #industries li {
        margin: 0;
        padding: 0;
    }
    #industries a {
        color: #444;
        line-height: 14pt;
    }
    #industries a:hover {
        color: #A0005D;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    #latest {
        margin: 30px 0 20px 0;
    }
    #latest .more {
        display: block;
        margin-top: 10px;
        font-size: 8pt;
        color: #00F;
    }
    
    #sites {
        margin: 10px 0 20px 0;
    }
    #sites ul, #latest ul {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #sites li, #latest li {
        margin: 0;
        padding: 0;
    }
    #sites li a, #latest li a {
        color: #444;
        font-size: 10pt;
        line-height: 14pt;
    }
    #sites li a:hover, #latest li a:hover {
        color: #A0005D;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    #sites .noresults {
        display: block;
        margin: 50px 0 0 30px;
        font-size: 10pt;
        font-weight: normal;
    }
    
    #pagination-top, #pagination-bottom {
        margin: 15px 0 15px 10px;
        width: 100%;
        overflow: hidden;
    }
    #pagination-top {
    }
    #pagination-top ul, #pagination-bottom ul {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 8pt;
    }
    #pagination-top li, #pagination-bottom li {
        display: block;
        float: left;
        margin: 0 1px;
        padding: 0;
        color: #404040;
        border: 1px solid #AAA;
        background: #FFF;
    }
    #pagination-top li.current, #pagination-bottom li.current {
        color: #101010;
        background: #CCC;
        padding: 2px 5px;
    }
    #pagination-top li.previous, #pagination-bottom li.previous {
        margin-right: 10px;
        border-color: #FFF;
        padding: 2px 5px;
    }
    #pagination-top li.next, #pagination-bottom li.next {
        margin-left: 10px;
        border-color: #FFF;
        padding: 2px 5px;
    }
    #pagination-top a, #pagination-bottom a {
        display: block;
        padding: 2px 5px;
        color: #101010;
    }
    #pagination-top li.next a, #pagination-bottom li.next a, 
            #pagination-top li.previous a, #pagination-bottom li.previous a {
        padding: 0;
    }
    #pagination-top a:hover, #pagination-bottom a:hover {
        color: #A0005D;
    }
    
    #footer {
        clear: both;
        display: block;
        height: 60px;
        padding: 10px 0;
        font-size: 7pt;
        overflow: hidden;
    }
    #footer ul {
        margin: 0 40px 0 0;
        padding: 0;
        float: left;
    }
    #footer li {
        list-style: none;
    }
    #footer a {
        color: #555;
        text-decoration: none;
    }
    #footer a:hover {
        text-decoration: underline;
    }
    #footer .copyright {
        color: #555;
        margin: 0 0 2pt;
        line-height: 55px;
        text-indent: 10px;
    }
    #footer .powered-by {
        float: left;
        margin: 7px 0;
        opacity: 0.65;
    }
    #footer:hover .powered-by {
        opacity: 1.0;
    }
}
