/*

  Style sheet for the Forest3 template.

*/

html
{
}

body
{
    background: #C5BE9F;
    
    font-family: Arial;
    font-size: 10pt;
    color: #4D6E3C;
    
    text-align: center;     /* IE hack */
}

td
{
    font-family: Arial;
    font-size: 10pt;
}

/* Links - Default */
a
{
    color: #C3BD22;
}
a:hover
{
}
a:visited
{
}

/* Headings */
h1  /* Page title! */
{
    padding: 5px 5px 0px 0px;
    margin: 0px;

    color: #2D4E1C;
    font-size: 12pt;
    font-weight: normal;
    font-variant: small-caps;

    vertical-align: bottom;
}

/* Page centering */
#Centering
{
    width: 900px;
    margin: auto;
    clear: both;
    display: block;

    text-align: left;     /* IE hack */
}
#Main
{
    width: 100%;
    min-height: 100%;   /* BUGBUG */

    background: White url('../images/Forest3/menubg.jpg') -16px 0px repeat-y;
}

/* Header */
#Header
{
    width: 100%;
    height: 100px;
    background: #4D6E3C url('../images/Forest3/headerbg.jpg') -16px 0px repeat-y;
}
#HeaderLeft
{
    width: 200px;
    height: 100px;
    float: left;
}
#HeaderLeft a
{
    color: #82BA66;
}
#HeaderLeft p
{
    padding: 65px 15px 0px 0px;
    
    color: #82BA66;
    
    font-variant: small-caps;
    font-weight: bold;
    line-height: 14px;

    text-align: right;
    vertical-align: bottom;
}
#HeaderRight
{
    height: 100px;
    width: 700px;
    float: right;
    
    background: url('../images/Forest3/forest_header_new_0.jpg') 100% 100% no-repeat;
}
#HeaderRight p
{
    padding: 0px 5px 0px 0px;

    color: #C3BD22;

    font-variant: small-caps;
    text-align: right;
    vertical-align: top;
}

/* Admin stuff */
#NodeMenu
{
    top: 80px;
    float: left;
}

/* Content */
#Content
{
    width: 100%;
    clear: both;
}
#ContentLeft
{
    width: 200px;
    padding: 0px 0px 0px 0px;
    float: left;
}
#ContentMiddle
{
    width: 660px;
    padding: 0px 20px 0px 20px;
    float: right;
    text-align: justify;
}

/* Footer */
#Footer
{
    width: 100%;
    clear: both;
    padding: 0px 0px 5px 0px;
    
    font-size: 8pt;
}
#FooterLeft
{
    width: 190px;
    padding: 0px 5px 0px 5px;
    float: left;
}
#FooterRight
{
    width: 520px;
    padding: 0px 10px 0px 10px;
    float: right;
    
    text-align: right;
}

.FixClear
{
    clear: both;
}





/* Site map path */
#SiteMapPath
{
    font-size: 8pt;
    padding-bottom: 5px;
}

/* Display */
div.Display
{
    clear: both;
    width: 100%;
}
div.DisplayHeader
{
    font-variant: small-caps;
}
div.DisplayNavigation
{
    float: right;
}
div.DisplayMenu
{
    float: right;
}

/* Left side */
#ContentLeft .Display
{
}
#ContentLeft .DisplayHeader
{
    width: 100%;
    padding: 2px 0px 2px 5px;
    
    background: url('../images/Forest3/menugroupbg.jpg') repeat-y -16px 0px;
    color: #949451;
}
#ContentLeft .DisplayContent
{
    width: 100%;
    padding: 5px 5px 5px 5px;

    color: #949451;
    font-variant: small-caps;
}
#ContentLeft .DisplayFooter
{
    display: none;
}
#ContentLeft a
{
    color: #949451;
}

/* Right Side */
#ContentMiddle .Display
{
    width: 660px;   /* IE hack */
}
#ContentMiddle .DisplayHeader
{
    color: #2D4E1C;
}
#ContentMiddle .DisplayContent
{
    padding: 5px 0px 5px 0px;
    
    font-family: Arial;
}
#ContentMiddle .DisplayFooter
{
    padding: 5px 0px 20px 0px;
    border-top: dotted 1px #CDCED6;
    font-size: 8pt;
    clear: both;
}

/* Display contents */ 
img.DisplayFullImage
{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px; 
    clear: both;
    max-width: 660px;
}
img.DisplayPreviewImage
{
    float: left;
    clear: left;
    margin-right: 10px;
}

.DisplayContent img
{
    max-width: 660px;
}

p.Quote
{
    font-family: Times;
    font-style: italic;
    font-size: 13pt;
    letter-spacing: -0.02em;
    color: rgb(130, 186, 102);
    margin: 5px 20px 5px 20px;
}

/* Main Menu */
#MainMenu
{
}
#MainMenu ul
{
    margin: 0px;
    padding: 0px;
    
    list-style-type: none;
}
#MainMenu li
{
    margin: 0px 12px -1px 0px; 
    padding: 0px;
    
    vertical-align: middle;
    font-variant: small-caps;
    border-bottom: dotted 1px #CDCED6; 
}
#MainMenu li ul /* Behuzas balrol, kompenzalva minusszal a jobb oldalon!*/
{
    margin: 0px -12px 0px 8px;
}
#MainMenu a
{
    color: #949451;
}
#MainMenu a:hover
{
    color: #689451;
    text-decoration: none;
}
#MainMenu a.Current
{
    font-weight: bold;
}

/* Login */
input.LoginInput
{
    width: 130px;
    margin: 1px 0px 0px 0px;
    
    font-size: 8pt;
    color: #949451;
    border: solid 1px #949451;
}
input.LoginButton
{
    width: 65px;
    margin: 1px 0px 0px 0px;
    padding: 0px;

    font-size: 8pt;
    color: #949451;
    border: solid 1px #949451;
    background-color: White;
}


/* Navigator */
div.NavigatorDisplay
{
    clear: right;
    display: inline;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

/* Log list */
table.Log
{
    width: 100%;
    background: white;
    border-collapse: collapse;
}
table.Log th
{
    font-size: 8pt;
    border-bottom: solid 1px black;
}
table.Log tr
{
    border-bottom: solid 1px lightgray;
}
table.Log td
{
    font-size: 7pt;
    border-right: solid 1px lightgray;
}

/* Links */
div.LinkItem
{
    width: 100%;
    padding: 0px 0px 20px 0px;    
}
div.LinkItem h3
{
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 11pt;
}
div.LinkItem p.Description
{
    margin: 2px 0px 0px 0px;
    padding: 2px 0px 0px 5px;

    font-size: 8pt;
    border-left: solid 2px rgb(130, 186, 102);
    color: rgb(130, 186, 102);
}
div.LinkItem a.Description
{
    margin: 5px 0px 0px 0px;
    padding: 2px 0px 0px 5px;

    font-size: 8pt;
    border-left: solid 2px #C3BD22;;
    /* color: rgb(130, 186, 102); */
}
div.LinkCommands
{
    float: right;
    z-index: 1000;
}
div.LinkInfo
{
   margin: 0px 0px 5px 0px;
   padding: 5px 0px 0px 5px;
   font-size: 8pt;
   border-left: solid 2px rgb(130, 186, 102);
}

/* Dvds */
div.DvdItem
{
    width: 100%;
    padding: 0px 0px 10px 0px;    
    clear: both;
}
div.DvdItem h3
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 11pt;
}
div.DvdItem .Description
{
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 5px;

    font-size: 8pt;
/*    color: rgb(130, 186, 102);	*/
}
div.DvdCover
{
    float: left;
    min-width: 145px;
    width: 145px;
    padding: 0px 5px 0px 0px;
    margin: auto;
    text-align: center;
}
div.DvdCoverXpress
{
    float: left;
    padding: 0px 5px 0px 0px;
    margin: 0px 0px 0px -15px
}
div.DvdCommands
{
    float: right;
    z-index: 1000;
}
div.DvdInfo
{
    text-align: right;
    font-size: 8pt;
    /* font-variant: small-caps; */
}
div.DvdDisclaimer
{
    font-size: 8pt;
}

/* Tagging */
div.TagList
{
    padding: 0px 0px 10px 0px;
    /* font-variant: small-caps; */
    text-align: justify;
}

/* Oldies */
/*
h2  /* Menu group header! 
{
    vertical-align: bottom;
    padding: 2px 5px 2px 10px;
    margin: 0px;
    
    background: #ECE2B6 url('../images/Forest3/menugroupbg.jpg') repeat-y 100% 0px;
    color: #949451;
    
    font-size: 10pt;
    font-weight: normal;
    font-variant: small-caps;
}
*/

/* Syntax highlight */
.Code
{
    font: normal 8pt Arial;
    border: dotted 1px #CDCED6;
    padding: 5px;
    margin: 10px 0px 0px 0px;
}

/* Google reader shared items */
.reader-publisher-module
{
    padding: 0px;
    margin: 0px;
}
.reader-publisher-module ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.reader-publisher-module li
{
    margin: 0px 12px -1px 0px; 
    padding: 0px;
    
    vertical-align: middle;
    font-variant: small-caps;
    border-bottom: dotted 1px #CDCED6; 
}

/* Aggregate blog test */
div.AggregateFeedHeader
{
    font-size: 8pt;
    padding-bottom: 5px;
}
