/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
    margin: 0;
    padding: 0;
    background: #FFFFFF url(../images/bg01.jpg) repeat-x top left;
    font-size: 13px;
    color: #7F7F7F;
}

body, th, td, input, textarea, select, option
{
    font-weight: normal;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
}

h1, h2, h3
{
    font-weight: normal;
    color: #484848;
}

h1
{
    letter-spacing: -1px;
    font-size: 24px;
}

h2
{
    letter-spacing: -1px;
    font-size: 24px;
}

h3
{
    font-size: 1em;
}

p, ul, ol
{
    line-height: 200%;
}

blockquote
{
    padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol
{
    line-height: normal;
    font-style: italic;
}

a
{
    color: #0072CF;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

/* Header */

#header
{
    width: 890px;
    height: 190px;
    margin: 0px auto; /*padding-left: 147px; 	background: transparent url(../images/logo.jpg) no-repeat; */
}

/* Logo */

#logo
{
    float: left; /* position: absolute; */
    padding: 40px 0 0 0;
}

#logo h1
{
    margin: 0;
    text-transform: none;
    letter-spacing: -2px;
    font-size: 3.0em;
    font-weight: normal;
    color: #FFFFFF;
}

#logo h1 a
{
    padding-right: 20px;
    text-decoration: none;
    color: #FFFFFF;
}

#logo p
{
    margin: -5px 0 0 0;
    text-transform: uppercase;
    font-size: 1.22em;
    letter-spacing: -1px;
}

#logo a
{
    text-decoration: none;
    color: #FFFFFF;
}

/* Menu */

#menu
{
    float: right;
}

#menu ul
{
    margin: 0px;
    padding: 93px 0px 0px 0px;
    list-style: none;
}

#menu li
{
    display: inline;
}

#menu a
{
    display: block;
    float: left;
    margin-left: 15px;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 1.36em;
    color: #FFFFFF;
}

#menu a:hover, .active a
{
    border-bottom: 3px solid #FFFFFF;
}


/* Page */

#page
{
    width: 890px;
    margin: 0 auto;
}

/* Content */

#content
{
    float: left;
    width: 600px;
}

.post
{
    padding: 20px 20px;
    background: url(../images/bg04.jpg) no-repeat top left;
}

.title
{
    margin: 0;
    border-bottom: 2px solid #484848;
    color: #484848;
    font-size: 19px;
}
.post p
{
}
.post p img
{
    vertical-align: middle;
}
.byline
{
    margin: 0;
    color: #D79B00;
    text-align: right;
    clear: both;
}
.byline small
{
    display: block;
    color: #999999;
}
.timeline
{
    color: #D79B00;
    margin: 0;
}
.meta
{
    text-align: left;
    color: #646464;
}

.meta .more
{
    padding-left: 20px;
    background: url(../images/img03.gif) no-repeat left center;
}

.meta .comments
{
    padding-left: 20px;
    background: url(../images/img04.gif) no-repeat left center;
}
.entry h4
{
    margin: 0 0 0 10px;
    font-weight: normal;
    font-size: 16px;
}
.entry h5
{
    font-size: 14px;
}
.entry p, .entry h4, .entry ul, .entry h5
{
    line-height: normal;
    color: #3b3b3b;
}
.entry p
{
    line-height: 20px;
    text-align: justify;
}
.entry div
{
    text-align: center;
    color: #000;
    font-weight: bold;
}
.entry div img
{
    vertical-align: middle;
}
.entry div b
{
    clear: both;
    display: block;
    text-align: right;
    margin-top: -18px;
    zoom: 1;
    color: #7F7F7F;
}
.entry p span, .entry p sub
{
    white-space: nowrap;
    font-weight: bold;
    color: #000;
    line-height: normal;
    font-size: 13px;
}
.entry p span img, .entry p sub img
{
    vertical-align: middle;
}
.entry table
{
    width: 100%;
    margin-top: 20px;
}
.entry table th
{
    text-align: left;
    font-weight: bold;
}
.entry table td
{
    vertical-align: top;
    width: 33%;
}

.entry table.formulaInner
{
    width: 100%;
    margin-top: 0;
}
.entry table.formulaInner th
{
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    width: 25%;
}
.entry table.formulaInner td
{
    vertical-align: top;
    text-align: center;
}
/* Sidebar */

#sidebar
{
    float: right;
    width: 270px;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}


#sidebar li ul
{
    padding: 10px 0;
}

#sidebar li li
{
    padding-top: 5px;
    line-height: 20px;
}

#sidebar h2
{
    margin: 0;
    padding: 5px 0 0;
}

#sidebar a
{
    text-decoration: none;
    margin-left: 10px;
    border-bottom: dotted 1px #0072CF;
}

#sidebar a:hover
{
    border-bottom-color: #fff;
}


/* Footer */

#footer
{
    clear: both;
    margin: 0px;
    height: 80px;
    background: #F2F2F2 url(../images/bg02.jpg) repeat-x left top;
}

#footer p
{
    padding: 20px 0;
    text-align: center;
    font-size: smaller;
    color: #717171;
}
#bookCover
{
    float: left;
    margin: 0 15px 0 0;
    font-weight: normal;
    font-family: Arial;
    font-size: 11px
}
#bookCover img
{
    display: block
}
