﻿/***********************************

PetPawlitics StyleSheet

--  Pete Thurston
Created: 5/12/2008

************************************/


/***********************************

Basic HTML Styles

************************************/

#content .furrum-holder /* this is the main container for a FurrUm page.  Sits inside of the content div. */
{
    width: 740px;
    height: 444px;
    background: #FFF;
    margin-left: -7px; /* FF and IE 7 margin */
    _margin-right: -7px; /* IE 6 margin */
    padding: 0px 0px 35px 0px;
}

#content .furrum-inner
{
    width: 720px;
    height: 444px;
    background: #98936D;
    margin-left: 10px;
    #margin-left: 0px;
}

#content .furrum-holder a
{
    color: #fff;
}

#content .furrum-holder .furrum-inner .furrum-menu /* this is the menu section of a FurrUm page. */
{
    background-image: url(assets/FurrUmAssets/BG/Left_BG.jpg);
    position: relative;
    top: 6px;
    left: 7px;
    width: 175px;
    height: 432px;
    float: left;
    overflow: auto;
    text-align: left;
    color: #fff;
    padding-left: 5px;
}

#content .furrum-holder .furrum-menuitem /* this positions a menu item */ 
{
    padding: 2px;
    margin-top: 10px;
}

#content .furrum-holder .furrum-menu .thumb /* This gives the thumbnail images a little breathing room */
{
    padding: 0px 0px 0px 0px; /* was 0px 0px 10px 0px */
}

#content .furrum-holder .furrum-menu .title /* text style for menu item title */
{
    font-size: 11px;
    line-height: 10px;
}

#content .furrum-holder .furrum-menu .sub /* text style for menu item subtitle */
{
    font-size: 9px;
    font-weight: bold;
    color: #002140;
}

#content .furrum-holder .furrum-content /* This is the box on the right where the media displays */
{
    position: relative;
    top: 13px;
    left: 14px;
    width: 515px;
    height: 421px;
    float: left;
    overflow: auto;
    text-align: left;
    color: #333;
    padding: 0px 0px 0px 20px;
}

#content .furrum-holder .furrum-content-inside-scoop /* This is the box on the right where the media displays */
{
    position: absolute;
    background-image: url("assets\FurrUmAssets\BG\InsideScoop_BG.jpg");
    background-color: Fuchsia;
    top: 42px;
    left: 230px;
    width: 506px;
    height: 412px;
    overflow: hidden;
    text-align: left;
    color: #333;
    padding: 20px 0px 0px 20px;
}

#content .furrum-holder .furrum-content-inside-scoop .text /* This is the box on the right where the media displays */
{
    position: relative;
    top: 63px;
    left: 65px;
    text-align: justify;
    padding-top: 0px;
    padding-left: 35px;
    padding-right: 121px;
    width: 285px; /*321*/
    height: 348px;
    overflow: auto;
}

#content .furrum-holder .furrum-content-map /* This is the box on the right where the media displays */
{
    position: absolute;
    background-image: url("assets\FurrUmAssets\BG\InsideScoop_BG.jpg");
    background-color: Fuchsia;
    top: 42px;
    left: 230px;
    width: 506px;
    height: 412px;
    overflow: hidden;
    text-align: left;
    color: #333;
    padding: 20px 0px 0px 20px;
}

#content .furrum-holder .furrum-content-map a
{
    color: #ff7800;
    }

#content .furrum-holder .furrum-content-map .text /* This is the box on the right where the media displays */
{
    position: relative;
    top: -20px;
    left: 0px;
    text-align: justify;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 15px;
    width: 487px; /*321*/
    height: 417px;
    overflow: auto;
}

#content .furrum-holder .furrum-content-map .text p /* This is the box on the right where the media displays */
{
    width: 90%;
    padding-bottom: 13px;
}



span .header /* The title text in the media display section */
{
    font-size: 21px;
    font-weight: normal;
    line-height: 30px;
    color: #01213F;
}

#content .furrum-holder .furrum-content .subheader /* Subheader in the media display section */
{
    font-size: 12px;
    font-weight: bold;
    color: #01213F;
}

.video
{
    margin-left: 45px;
    }
    