@import url(post.css);
@import url(mainnav.css);


        * {margin:0;padding:0;}

        body {
                background: #FFF;
                color: #000;
                font-size: small;
                font-family: "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
                min-width: 800px;
                text-align: center;
        }
        * html body {
               font-size: xx-small;/* for ie5 and 5.5. that are one size out*/
               f\ont-size: x-small;/* for ie 6*/
        }
        #wrap {
                border-left: 1px solid #000;
                border-right: 1px solid #000;
                margin:0 auto;
                width: 800px;
                text-align: justify;
        }
        #main {
                float:left;
                width:530px;
        }
        #footer {
                clear:both;
                width: 800px;
                height: 100px;
                text-align: center;
        }


/* Default links */

a:link, a:visited {
        font-weight : bold;
        text-decoration : none;
        color: #000;
        background: transparent;
        }

a:hover {
        text-decoration : underline;
        color: #000;
        background: transparent;
        }

a:active {
        text-decoration : underline;
        color: #000;
        background: transparent;
        }


/* Typography  */

h1 {
        margin: auto;
        padding: 0 3px;
        color: #fff;
        font-weight: bold;
        font-size: larger;
}

h2, h3, h4        {
        font-weight: bold;
        line-height: 1.2em;
        margin: 15px 0 0 0;
        }

p       {
        margin: 0 0 1em 0;
        line-height: 140%;
        }

blockquote      {
        padding: 0;
        margin-left: 50px;
        margin-right: 0;
        background: url(images/01_quote.gif) 15px 3px no-repeat;
        }

blockquote p      {
        font-family: Helvetica, times, serif;
        text-align: justify;
        line-height: 150%;
        font-size: small;
        }


p .block      {
        padding: 0;
        margin-left: 50px;
        margin-right: 0;
        background: url(images/01_quote.gif) 15px 3px no-repeat;
        }

p .block p     {
        font-family: Helvetica, times, serif;
        text-align: justify;
        line-height: 150%;
        font-size: small;
        }

p.linklist {
        text-align: center;
        font-size: 85%;
        color: #000;
        padding: 1ex;
        margin: 0;
}

p.linklist a {
        text-decoration: none;
}

/* Sidebar */

#sidebarcontainer {
        float: right;
        width: 260px;
        padding: 10px 0 0 0;
}
.sidebar
{
        color: #21262A;
        margin: 0 6px 4px 0;
}

.sidebar form {
         margin-top: 0px;
         margin-bottom: 0px;
}



/* Menu lists */
.sidebardl {
        padding: 0 0 10px 0;
        margin: 0;
}
.sidebardl dt {
        background: #000;
        font-weight: bold;
        color: #fff;
        padding: 4px 10px;

}
.sidebardl dd {
        background: #eee;
        padding: 2px 10px;
        margin: 1px 0 0 0;
}
.sidebardl dd:hover {
        background: silver;
        padding: 2px 10px;
        margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited {
        background: url(images/arrow.gif) left center no-repeat;
        padding: 0 0 0 10px;
}


/* Miscellanea */

img {
        border: 0;
}
acronym, abbr {
        cursor: help;
        border-bottom: 1px dotted #333;
}

/* Form */

form {
        margin: 0;
}
input.formfield {
         width: 145px;
         border: 1px solid #000;
}
.searchform .formfield {
        width: 130px;
}
.searchform .formbutton {
        width: 60px;
        border: 1px solid #000;
        background: #fff;
}

/* Styles for footer */

#footer p {
           font-size: 85%;
           letter-spacing: 2px
}

p.print { display: none; }

/* Item navigation style */

#itemnav  {
           width: 800px;
           text-align: center;
           padding: 1ex;
           margin: 0;
           }


/*-------------------------------------------------

  Comments

-------------------------------------------------*/

.itemcomment

{

        background: url(images/commentquote01.gif) no-repeat;

        background-position: 6px 9px;

        padding: 6px 42px;

        border: 1px solid white;

        margin: 10px 0 0 0;

}

.itemcomment:hover

{

        background: #F9F9F9 url(images/commentquote02.gif) no-repeat;

        background-position: 6px 9px;

        border: 1px solid #CCCCCC;

}


