/*
 * Globals
 */

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #333;
}

body {
    background-image: url('../images/bg.png');
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}

body a, a:visited {
    text-decoration: none;
    color: #0000AA;
}

body a:hover {
    text-decoration: none;
    color: #AA0000;
}

/*******************************************/
/********** Common Style Settings **********/
/*******************************************/

form label {
    width: 165px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block
}

.small_form_label {
    width: 110px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block
}

.form_label {
    width: 180px;
    float: left;
    text-align: right;
}

.form_field {
    margin-bottom: 5px;
    vertical-align: top;
}

/****************************************/
/********** Page Layout Styles **********/
/****************************************/

#page_layout {
    /*	background: url('/abcbookworld-new/images/shaddowed_bg.png') repeat-y; */
    margin-left: 30px;
    margin-top: 20px;
    width: 1200px;
    height: auto;
    min-height: 600px;
}

#top_header {
    width: 1199px;
    height: 130px;
}

#page_content {
    background: url('../images/content_bg2.png') repeat-y;
    width: 1195px;
    height: auto;
    float: left;
    min-height: 500px;
}

#bottom_footer {
    clear: both;
    width: 1200px;
    height: 130px;
}

/***************************************/
/********** Top Header Styles **********/
/***************************************/

#top_header_shaddow_left {
    background: url('../images/header_shaddow_left.png') no-repeat;
    width: 6px;
    height: 130px;
    float: left;
}

#top_header_middle {
    width: 1180px;
    height: 130px;
    float: left;
    background-color: #ffffff;
}

#top_header_shaddow_right {
    background: url('../images/header_shaddow_right.png') no-repeat;
    width: 6px;
    height: 130px;
    float: left;
}

/********** Top Header (Middle) Styles **********/

#header_top_red_bar {
    width: 1180px;
    height: 15px;
    background-color: #cc3333;
}

#header_top_logo {
    background: url('../images/header_top_logo.png') no-repeat;
    float: left;
    width: 200px;
    height: 115px;
}

#top_menu {
    float: left;
    width: 980px;
    /*height: 38px;*/
    height: 50px;
    font-family: Century, Times, Arial;	
    font-size: 18px;
    line-height: 25px;
    color: #313131;
    background: url('../images/top_menu_bg.png') repeat-x;
    padding-top: 10px;
}

#top_menu ul#menu-main-navigation {
    position:relative;
    margin-top: -10px;
}
#top_menu ul#menu-main-navigation li {
    display: inline;
    margin-right: 50px;
    padding-left: 10px;
}

#top_menu a, a:hover, a:visited {
    text-decoration: none;
    color: #000000;
}

#top_menu_link{
    /*font-weight: bold;*/
    padding-left: 25px;
    float:left;
}



#header_spacer {
    float: left;
    background: url('../images/header_bottom_line.png') repeat-x;
    width: 980px;
    height: 2px;
}

#page_title {
    float: left;
    width: 815px;
    height: 48px;
    /*
        width: 750px;
        position: absolute;
        left: 234px;
        top: 92px;
    */
    z-index: 0;
    font-family: Century, Times;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    padding-top: 15px;
    padding-left: 20px;
}
h2 {
    color: #000;
    font-family: Century, Times;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    padding-top: 15px;
}
#page_title h2.entry-title span.title_scripter {
    text-transform: uppercase;
}

/*****************************************/
/********** Page Content Styles **********/
/*****************************************/
#page_content_middle {
    background-color: #ffffff;
    width: 1180px;
    min-height: 500px;
    margin-left: 6px;
    float: left;
}

/********** Page Content (Middle) Styles **********/

#left_sidebar {
    float: left;
    /*width: 180px;*/
    width: 200px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

#main_content {
    float: left;
    /*width: 550px;*/
    width: 575px;
    margin: 0 0 20px 20px;
    font-size: 14px;
    
}
/***page BC Book World Archive**/
#archive{
    padding: 5px 5px 10px 20px;
}
#main_content #archive div.main.article{
    margin-top: 10px;
}
/*single author*/
#main_content .post-content.scripter p{
    margin: 0 0 1.2em 0;
}

form.essay{
    padding: 5px 0 10px 20px;
}
#main_content a, a:visited {
    text-decoration: none;
    color: #0000AA;
}

#main_content h3 {
    margin: 0 0 1px 0;
    font-size: 16.38px;
    text-align: center;
    display: block;
    line-height: 17px;
    padding:1.8em 1em 0.5em 1em;
}
#main_content p {
    margin: 0 0 1px 0;
    font-size: 14px;
    text-align: left;
    display: block;
    line-height: 17px;
    padding: 0.6em 1em 0.4em 1em;
}

#main_content a:hover {
    text-decoration: none;
    color: #AA0000; 
}
/** specific book archive**/
#main_content .archive_browse a, #main_content .archive_browse a:visited {
    text-decoration: none;
    color: #0000AA;
    clear: both;
    float: left;
}

#main_content .archive_browse a:hover {
    text-decoration: none;
    color: #AA0000;
    clear: both;
    float: left; 
}
#main_content p {
     margin: 0 0 1px 0;
     font-size: 14px;
     text-align: left;
     display: block;
}

#right_sidebar {
    float: left;
    width: 370px;
    /*
            position: absolute;
            left: 830px;
            top: 100px; 
    */
    z-index: 99;
}

/********** Search Box Styles **********/

#main_search {
    background: url('../images/index_search_bg2.png') no-repeat;
    width: 550px;
    height: 120px;
    margin-top: 20px;
    text-align: center;
}

#advanced_search {
    background: url('../images/index_search_bg2.png') no-repeat;
    width: 550px;
    margin-top: 20px;
    text-align: center;
}

#search_submit {
    background-image: url('../images/button_search.png');
    width: 83px;
    height: 33px;
    border: 0px solid;
    vertical-align: middle;
    margin-right: 15px;
}

.search_input {
    width: 420px;
    height: 27px;
    vertical-align: middle;
    border: thin solid #AAAAAA;
    font-size: 20px;
}

/********** Right Sidebar Styles **********/

#right_spacer {
    background: url('../images/right_sidebar_vert_divider.png') repeat-y;
    width: 3px;
    height: 450px;
    float: left;
}

#right_sidebar_content {
    width: 215px;
    height: auto;
    float: left;
    line-height: 25px;
    text-align: center;
}

#right_sidebar_horiz_spacer {
    background: url('../images/right_sidebar_horiz_divider.png') repeat-x;
    width: 215px;
    height: 2px;
}
/**advertising ***/
#right_sidebar_content .g.g-1{
    margin-left: auto;
    margin-right: auto;
}

/******************************************/
/********** Bottom Footer Styles **********/
/******************************************/

#bottom_footer_shaddow_left {
    background: url('../images/header_shaddow_left.png') no-repeat;
    width: 6px;
    height: 100px;
    float: left;
}

#bottom_footer_shaddow_right {
    background: url('../images/header_shaddow_right.png') no-repeat;
    width: 6px;
    height: 100px;
    float: left;
}

#bottom_footer_middle {
    float: left;
    width: 1180px;
    height: 100px;
}

#bottom_footer a, a:visited, a:hover {
    text-decoration: none;
    color: #ffffff;
}

#footer_top {
    font-family: Century, Times, Arial;
    background-color: #2c1c07;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    width: 1180px;
    height: 50px;
    color: #ffffff;
}

#footer_top ul#menu-footer li {
    display:inline;
    margin-left: 10px;
    margin-right: 10px;
}

#footer_bottom {
    font-family: Arial;
    font-size: 13px;
    line-height: 17px;
    background-color: #231706;
    line-height: 20px;
    width: 1180px;
    height: 50px;
    color: #ffffff;
    padding-top: 5px;
    font-weight:bold;
}

/*********************************/
/********** Author Page **********/
/*********************************/

#author_image {
    float: right;
    margin: 10px;
}

/********************************/
/********** About Page **********/
/********************************/

#about_image {
    float: right;
    margin: 10px;
}

/***********************************/
/********** Archives Page **********/
/***********************************/

.year_row {
    display: none;
    height: 250px;
}

.year_row_empty {
    display: none;
    height: 30px;
    text-align: center;
}

#one_issue {
    width: 130px;
    float: left;
    text-align: center;
}
