/*******************
 *
 * CMTrees Main Styles
 * 
 * Colours:
 * 
 * Light Blue: #b8e4f0 
 * Pale Blue: #d6edf3
 * Yellow Green: #a5bc11
 * Brown Green: #60611c
 *   
 *  
 *******************/
 
body {
    background-color: #b8e4f0;
    color: #000;
    text-align: center;
    font-family: georgia, serif;
    font-size: 12px;
}

#layout_container {
    width: 800px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#layout_header {
}

#layout_menu_main {
    background-color: #fff;
}

#layout_main_content {
    background-color: #d6edf3;
    border: 1px solid #fff;
    margin-bottom: 20px;
}

#layout_footer {
}

/** Header **/

#header  {
}

#header h1 {
    margin: 0px auto;
    background-image: url(../../../images/logo-header.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 800px;
    height: 173px;
    text-indent: -1000em;
}

/** Menus **/

#menu_main {
    font-family: "trebuchet ms", sans-serif;
    text-align: center;
}

#menu_main table {
    margin: 0px auto 0px auto;
}

#menu_main table td {
    vertical-align: bottom;
    white-space: nowrap;
    padding-bottom: 3px;
}

#menu_main .separator {
    width: 18px;
    height: 18px;
}

#menu_main .selected .left {
    background-image: url(../images/separator-left.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

#menu_main .selected .right {
    background-image: url(../images/separator-right.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#menu_main .item {
}

#menu_main .item h3 {
    font-weight: bold;
    font-size: 14px;
    display: inline;
    margin: 0px;
}

#menu_main .selected h3 {
    color: #60611c;
}

#menu_main .item a {
    text-decoration: none;
}

#menu_main .item a:hover {
    color: #60611c;
}


/** Main Content **/

#main_content .content {
    padding: 25px 50px;
    font-size: 14px;
}

#main_content .content.narrow {
    float: left;
    width: 420px;
}

#main_content .content h2 {
    font-size: 25px;
    font-weight: normal;
    color: #a5bc11;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
}

#main_content .content p {
    text-align: justify;
    margin-bottom: 20px;
}

#main_content .content a {
    text-decoration: underline;
    color: #000;
}

#main_content .content a:hover {
    color: #a5bc11;
}

#main_content .sidebar {
    margin-left: 525px;
}

#main_content .content ul {
    margin-left: 20px;
}

#main_content .content li {
    list-style: disc;
    padding-bottom: 5px;
}

#main_content .sidebar {
    margin-left: 520px;
    padding: 50px 25px 25px 0px;
    text-align: center;
}

#main_content .sidebar .button_buy_book {
    margin-top: 20px;
}


/** Pages **/
.praiseAuthor{
	text-align:right;
	padding: 0	 0 15px 0;
	margin-bottom:20px;
	border-bottom:1px dotted #a5bc11;
	color:#a5bc11;
}

#appearances div{
	margin: 12px 0;	
	padding-top: 12px;
	border-top:1px dotted #a5bc11;
}


/** Footer **/

#footer {
    text-align: center;
    color: #60611c;
    font-size: 11px;
}

#footer a {
    text-decoration: none;
    color: #60611c;
    font-weight: normal;
}

#footer a:hover {
    color: #a5bc11;
}

#menu_footer table {
    margin: 0px auto 3px auto;
}

#menu_footer table td {
    padding: 0px;
    vertical-align: bottom;
    white-space: nowrap;
}

#menu_footer .item {
    border-right: 1px solid #60611c;
    padding: 0px 5px;
}

#menu_footer .item.last {
    border-right: 0px solid #60611c;
}

#menu_footer .item h3 {
    font-weight: normal;
    font-size: 11px;
    display: inline;
    margin: 0px;
}

#menu_footer .selected h3 {
}

/** Errors */

.errors {
    text-align: left;
}
