/*******************************************************************************
 *
 * 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.
 *
 ******************************************************************************/

.cell h1
{
    font-family: Verdana,Arial,Sans-serif;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    padding: 10px;
    margin: 0px;
}

#output
{
    border: thin solid lightgray;
    padding: 1em;
}

#tempContainer
{
    border: Solid 1px #92846a;
    background-image: url(../../../images/homeback.png);
    background-repeat: repeat-x repeat-y;
    width: 782px;
    height: 255px;
}

#slidebar
{
    width: 100%;
    height: 250px; /*padding-top: 5px;*/
}

#slidecont
{
    /*margin: 1em;*/
    padding-top: 20px;
    font-size: 18px;
    line-height: 22px;
    font-family: Georgia, "Times New Roman" , "Bitstream Charter" ,Times,serif;
    font-family: Verdana,Arial,Sans-serif;
    position: relative;
}

.touchslidearticle #slidecont
{
    margin-left: -50px;
    margin-right: -25px;
}

/*#slidecont.sliding
{
    border: thin solid orange;
}*/
