/*
 Copyright 2011 Tod Fitch

    Licensed 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.
*/

/*
 * handheld.css - Style sheet for handheld (cellphone) based browsers.
 */
#blog_text p img,
div.align-right img,
#display img,
#display p img {
    width:350px;
}

INS {
    color: green;
}

DEL {
    color: red;
}

.banner_title {
    font-weight: normal;
    font-size: 20pt;
    text-shadow: #666666 2px 2px 2px;
    color: #0000FF;
}

.banner_tagline {
    color: #0000FF;
    line-height: 14pt;
    font-weight: bold;
    text-transform: uppercase;
}

div#navigation {
    border-top: 1px black solid;
    border-bottom: 1px black solid;
}

div#content {
    width: 100%;
    margin-top: 0px;
    position: relative;
}

div#footer {
    border-top: 1px black solid;
    text-align: center;
    clear: both;
}

.popuplink {
    color:#FF0000;
}

.popup {

    position: absolute;
        left: 5px;
        top: 200px;

    visibility: hidden;
    background-color: #FFFFCC;
    width: 300px;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 3px solid black;
    border-right: 3px solid black;
    padding: 3px;
    z-index: 100;
}


