/* Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0 
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and 
 * limitations under the License.
 */

/* To establish a common graphic identity with the larger Apache community, we
 * inherit CSS stylesheets from www.apache.org.  However, to avoid style
 * definition clashes for low-level elements, we prefix our own ids and
 * classes with "lucy-".
 */

@import url('//www.apache.org/css/style.css');

/* Cancel out mod from style.css on an element inherited from the grid 960
 * system.  The stylistic attributes will be assigned to a separate class
 * below: lucy-white_box_3d. */
.container_16 {
    background: none;
    border: none;
}

#lucy-rigid_wrapper {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

.lucy-white_box_3d {
    background: #fff;
    border-bottom: 2px solid #bbb;
    border-top: 1px solid #ccc;
}

/* Styling for Apache-centric top navigation bar. */
#lucy-top_nav_box #lucy-top_nav_bar {
    float: left;
}
#lucy-top_nav_bar {
    height: 34px;
    width: 100%;
    background: #303284;
}
#lucy-top_nav_bar ul {
    float: left;
    margin-top: 5px;
}
#lucy-top_nav_bar ul li {
    display: inline;
    float: left;
    margin: 5px 0px;
}
#lucy-top_nav_bar ul li a {
    padding: 10px 12px;
    color: #fff;
}
#lucy-top_nav_bar ul li a:hover {
    background: #3E4F90;
    text-decoration: none;
}

/* Top search box. */
#lucy-top_search_box {
    float: left;
    width: 100%
}
#lucy-top_search_box input[type=text] {
    font-size: 13px;
}

#lucy-top {
    border-top: 0px;
    height: 110px;
}

#lucy-logo_box {
    text-align: center;
}

#lucy-main_content {
    margin-top: 10px;
    border-top: 0px;
}

#lucy-main_content_box {
    padding-top: 10px;
    font-size: 15px;
}

#lucy-left_nav_box {
    height: 100%;
    padding-top: 10px;
    font-size: 15px;
    background-image: url('//www.apache.org/images/shadown.png');
    background-repeat: no-repeat;
    background-position: 100% 10px;
}
#lucy-left_nav_box a {
    font-size: 15px;
}

#lucy-copyright {
    margin-top: 20px;
    font-size: 15px;
}

h2 {
    margin-top: 0;
}

pre {
    border: 1px solid #ccc;
    padding: 0.2em 0.4em;
    background: #f6f6f6;
    font-size: 0.8em;
    overflow-x: auto;
}
pre a {
    text-decoration: none;
}
pre, code {
    font-family: "Consolas", "Menlo", monospace;
}

.c-api table {
    border-collapse: collapse;
    /* Reset */
    width: auto;
    border: none;
}
.c-api td {
    padding: 0;
    /* Reset */
    background: transparent;
    border: none;
}
.c-api td.label {
    padding-right: 2em;
    font-weight: bold;
}
.c-api dt {
    font-weight: bold;
}
.c-api span.prefix, .c-api span.comment {
    color: #888;
}

