/*
 Document   : style
 Created on : Aug 31, 2009, 9:55:10 PM
 Author     : Randy
 Description:
 Credit goes to http://m-eken.com/ for some colors
 */
root {
    display: block;
}

#center {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#content {
    width: 700px;
    color: #000000;
    position: relative;
}

#descr {
    margin-bottom: 50px;
}

#footer {
    padding-top: 50px;
    text-align: center;
    color: rgb(152, 194, 222);
}

#header {
    padding-top: 20px;
}

/*#header a{border-width:0;font-family:'Georgia, Times New Roman, Serif';font-size:24pt;font-variant:small-caps;font-weight:bold;color:#aaaaaa;}*/
#header_name {
}

#header #header_name #greg {
    font-variant: small-caps;
    font-weight: bold;
    padding-right: 30px;
    cursor: pointer;
    font-size: 40px;
    color: #eeeeee;
}

#header_email_ref {
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    padding-bottom: 10px;
    color: #eeeeee;
}

#header #menu_shell {
    display: block;
    height: 30px;
    margin-top: 15px;
    width: 700px;
    float: left;
}

#header #menu_shell #site_nav {
    display: block;
    float: left;
    height: 35px;
}

#header #manu_shell #site_nav #menu_div {
    display: block;
    height: 0px;
}

#menu_div #page_menu {
    display: block;
    float: left;
    height: 28px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    font-size: 12pt !important;
}

.page_menu_item {
    color: #ffffff;
    display: list-item;
    float: left;
    height: 28px;
    line-height: 21px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
}

.page_menu_item_a {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
    font-family: inherit;
}

.current_page_menu_item {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #ffffff;
}

.half_current_page_menu_item {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #ffffff;
}

#flash_banner {
    width: 700px;
    height: 300px;
    margin-left: -10px;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #000b12; /*#000000;/*transparent;*/
    margin-top: 45px;
    /*overflow:hidden;*/
    position: relative;
}

#banner_div1 {
    position: absolute;
    width: 700px;
    height: 300px;
    z-index: 2;
}

#banner_div2 {
    position: absolute;
    width: 700px;
    height: 300px;
    z-index: 1;
}

#banner_div3 {
    position: absolute;
    width: 700px;
    height: 300px;
    z-index: 0;
}

#flash_banner_img1 {
}

#flash_banner_img2 {
}

#flash_banner_img2 {
}

#page {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    display: block;
}

/*#pagelist ul,#pagelist li{display:inline;list-style-type:none;}*/
#ref {
    margin-top: 20px;
    font-size: 22px;
    color: #ffffff;
}

#ref a {
    cursor: pointer;
    font-size: 22px;
}

#admin_ref {
    margin-top: 5px;
    color: #ffffff;
}* {
    font-family: 'Trebuchet MS, Sans-Serif';
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: underline;
    font-size: inherit;
}

a img, img {
    border-width: 0;
}

body {
    background-color: #012B49;
    color: #C0C0C0;
    cursor: default;
    font-family: 'Verdana,Sans-Serif';
    font-size: 10pt;
    margin: 0;
    padding-bottom: 20px;
}

h1 {
    font-family: 'Tahoma,Verdana,Sans-Serif';
    font-size: 18pt;
    font-weight: normal;
    margin: 0;
    padding: 4px;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
}

h2 {
    font-family: 'Georgia,Serif';
    font-size: 14pt;
    padding-bottom: 4px;
    padding-top: 4px;
    text-decoration: none;
}

html {
    height: 100%;
}

ul, ol, li {
    list-style-type: none;
}

#article {
    padding-top: 20px;
    color: #ffffff;
}

#article_links {
    float: left;
    width: 150px;
}

#article_links ul {
}

#article_links ul li {
    cursor: pointer;
    padding-bottom: 7px;
    padding-top: 8px;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
}

#article hr {
    color: rgb(152, 194, 222);
}

#article_content {
    margin-top: 20px;
    float: right;
    width: 476px;
    font-size: 20px;
    background-color: #eeeeee;
    border-color: #000b12;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    color: #000000;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 20px;
    padding-bottom: 30px;
}

#article_content p {
    padding-bottom: 10px;
    font-size: 20px;
}

.article_link {
    text-decoration: none;
}

#home {
    margin-top: 20px;
    background-color: #eeeeee;
    border-color: #000b12;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    color: #000000;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px
}

#home_page_img {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 392px;
}

#home_page_img img {
    height: auto;
    width: 392px;
}

#news_div {
    font-size: 34px;
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 10px;
}

#news_list {
}

.special_link {
    font-size: 18px;
    margin-bottom: 25px;
}

.special_link a {
    font-size: inherit;
    cursor: pointer;
}

.em {
    font-size: inherit;
    font-style: italic;
}

.strong {
    font-size: inherit;
    font-weight: bold;
}

#rh_ref {
    margin-top: 50px;
    margin-left: 175px;
    font-size: 18px;
}

#rh_ref a {
    font-size: 18px;
}

#gallery {
    padding-top: 20px;
    margin-bottom: 30px;
}

#gallery #gallery_img_shell {
    /* visibility:hidden; */
    overflow: hidden;
}

#gallery #gallery_img_shell #gallery_img_div {
    float: left;
    height: 400px;
}

#gallery #gallery_img_shell #gallery_img_div #gallery_img {
    height: 400px;
    width: auto;
}

#gallery #gallery_img_shell #gallery_img_info {
    float: left;
    padding-left: 20px;
    width: 180px;
    margin-top: 155px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

#currentGalleryImgTitle {
    font-size: 20px;
    font-weight: bold;
}

#currentGalleryImgDescription {
    font-size: 16px;
}

#gallery #preview_row {
    display: block;
    width: 700px;
    height: 60px;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
}

#gallery_previous {
    display: list-item;
    height: 60px;
    width: 40px;
    float: left;
    /*line-height: 21px; */
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    font-size: 18px;
    margin-right: 20px;
    overflow: hidden;
}

#gallery_previous img {
    cursor: pointer;
}

#gallery_next {
    display: list-item;
    float: left;
    height: 60px;
    /*line-height: 21px; */
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    font-size: 18px;
    margin-left: 20px;
    overflow: hidden;
    width: 40px;
}

#gallery_next img {
    cursor: pointer;
}

#preview_row_list {
    display: block;
    float: left;
    height: 28px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 0px;
}

#preview_row_list #preview_row_main {
    display: list-item;
    float: left;
    height: 60px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    font-size: 18px;
    width: 460px;
}

.preview_icon {
    display: list-item;
    float: left;
    height: 60px;
    width: 60px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    font-size: 18px;
    margin-left: 20px;
    overflow: hidden;
}

.preview_icon_first {
    display: list-item;
    float: left;
    height: 60px;
    width: 60px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    font-size: 18px;
    overflow: hidden;
}

.preview_icon_img {
    border-width: 2px;
    border-color: transparent;
    border-style: solid;
    cursor: pointer;
}

#purchase_link_div {
    margin-top: 20px;
    text-align: center;
}

#purchase_link_div a {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

/*
 #gallery #preview_row ul #icon_li {
 display: list-item;
 float: left;
 list-style-image: none;
 list-style-position: outside;
 list-style-type: none;
 font-size:18px;
 width:250px;
 background-color:#aaaaaa;
 }*/
#author {
    margin-top: 20px;
    font-size: 20px;
    background-color: #eeeeee;
    border-color: #000b12;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.title_p {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
    text-decoration: underline;
}

#author ul li {
    font-size: 17px;
    margin-bottom: 3px;
}

#author .text {
    font-size: 17px;
}

#book {
    margin-top: 20px;
    background-color: #eeeeee;
    border-color: #000b12;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    color: #000000;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    height: 400px;
}

.book_img_div {
    float: left;
    width: 150px;
    text-align: center;
}

.book_img_div img {
    width: 150px;
}

.book_img_div a {
}

.book_description_div {
    width: 480px;
    float: right;
}

.book_description_div .review_blurb {
    font-size: 20px;
}

.purchase_link {
    font-size: 26px;
}

#contact {
    padding-top: 50px;
    font-size: 22px;
}

#contact a {
    font-size: 22px;
}

.links {
    font-size: 14px;
}

