/****************************
* Home and Static pages CSS
*****************************/
.content-wrapper {
    font-size:11pt;
    line-height:20px;
}

/**********************
* FrontPage CSS
***********************/
.frontpage-wrapper {
    text-align:center;
}

.frontpage-logowrapper {
    height:65px;
    margin:30px 0px;
}

.frontpage-searchbox {
    width:350px;
    font-size:12pt;
    padding:2px;
}

.frontpage-searchbutton {
    font-size:9pt;
    margin-left:5px;
}

.frontpage-pitch {
    font-weight:normal;
    font-family:Helvetica;
    color:#696969;
    font-size:18pt;
    margin:30px 0px 30px 0px;
}

#frontpage-likebutton {
    border:none;
    overflow:hidden;
    height:50px;
    width:85px;
    position:absolute;
    top:35px;
    right:8px;
}

/**************************
* Category tree CSS
***************************/
.category-layout-node {
    text-align:left;
}

/**************************
* Auto-complete CSS
***************************/
div.ac_results {
    border:1px solid #000;
    background-color:white;
    overflow:hidden;
}

div.ac_results ul {
    width:100%;
    list-style-position:outside;
    list-style:none;
    padding:0px;
    margin:0px;
}

div.ac_results li {
    margin:0px;
    padding:2px 6px;
    cursor:pointer;
    display:block;
    width:100%;
    font:menu;
    font-size:12px;
}

div.ac_results li span.left {
    float:left;
}

div.ac_results li span.right {
    color:#0000FF;
    font-size:8pt;
    float:right;
    margin-right:10px;
}

div.ac_results li.ac_over {
    background-color:#003399;
    color:white;
}

div.ac_results li.ac_over span.right {
    color:white;
}
