/* Start of CMSMS style sheet 'Default' */
/*
A CSS Framework by Mike Stenhouse of Content with Style 
-------------------------------------------------------

Copyright (c) 2005, Mike Stenhouse of Content with Style

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    * Neither the name of CSS Framework nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/* remove doted border in mozila */
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
/* end remove doted border in mozila */
/* NAV BAR AT THE TOP AND ONE COLUMN OF CONTENT */
    div#content {
        position: relative;
        width: 800px;
        
       /* margin: 0px auto 0px auto; ani */
        margin: 0px;
        padding: 0;
        
        text-align: left;
    }
    div#main {
        /*width: 94%;*/
        padding: 0 0 25px 0px;
        min-height: 400px;
    }
    div#local {
        width: 100%;

    }
    div#sub {
        width: 100%;
    }
    div#nav {
        position: relative;
     
        text-align: left;
        margin: 10px 0 20px;
        padding-left: 20px;
        
    }
/* END CONTENT */


/* NAV */
    div#nav  {
        font-size: 1em;
        text-transform: lowercase;
        font-weight: bold;
    }
    * html div#nav {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#nav div.wrapper {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    div#nav ul {
        width: 100%;
                
        margin: 0;
        padding: 0;
        
        line-height: 1em;
        list-style: none;
    }
    div#nav li {
        float: left;
        display: inline;
        
        margin: 0;
        padding: 0;
        list-style: none;
        
        line-height: 1em;
        
    }
    div#nav li.last {
        border-right: none;
    }
    div#nav a,
    div#nav a:link,
    div#nav a:active,
    div#nav a:visited {
        display: inline-block;
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        height: 14px;
        margin: 0 auto;
        padding: 5px 30px 5px 30px;
        text-align: center;
        text-decoration: none;
        color: #5D6F7B;
        font-family: Georgia, Times, Serif;
        font-size: 110%;
        text-decoration: none;
    }
    div#nav a:hover {
       color: #99C7E9;
       text-decoration: none;
    }
    div#nav strong {
        display: inline-block;
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
        color: white;
        background: black;
    }
    div#nav strong a,
    div#nav strong a:link,
    div#nav strong a:active,
    div#nav strong a:visited,
    div#nav strong a:hover {
       color: white;
       background-color: black;
     
    }
   div#nav strong a:hover {
       
   }
   div#nav .menuactive a {
       background-image: url(/uploads/images/interface/menubg.jpg);
       color: #99C7E9;
   }

    #local ul {
        margin: 0;
        list-style-type: none;
    }

/* END NAV */

/* clearing */
    .stretch,
    .clear {
        clear: both;
        height: 1px;
        
        margin: 0;
        padding: 0;
        
        font-size: 15px;
        line-height: 1px;
    }
    .clearfix:after {
        clear: both;
        height: 0;
        
        display: block;
        visibility: hidden;
        
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
/* end clearing */

/* accessibility */
     span.accesskey {
         text-decoration: none;
     }
     .accessibility {
         position: absolute;
         top: -999em;
         left: -999em;
     }
/* end accessibility */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 0;
              
        text-align: center;
        
        
    }
    div#page {
        width: 800px;
        
        margin:  0 auto;
        padding: 0 20px 0px 20px;
        
        text-align: center;
        border: 1px solid #d5d5d5;
        border-top: none;
        background: #fff;  
    }
    
    /* HEADER */
        div#header {
            margin: 0;
            padding: 0;
            position: relative;
            overflow: hidden;
            
            text-align: left;
        }
div#branding{
  height: 120px;
  border-bottom: 3px solid #2e373e;    
 background: #4f606a;
}
        div#branding div {
            width: 780px;

            margin: 0 auto;

            text-align: center;
        }
        div#search {
            display: none;
            position: absolute;
            right: 0px;
            bottom: 10px;
            margin: 0;
            padding: 16px 20px 0 0;
            
            text-align: right;
        }
        div#branding img {
             
        }

    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
            
        }
        
        /* MAIN */
            div#main {
                
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
             
        }
        div#footer p {
            margin: 0;
            padding: 10px 0px 5px 0px;
            text-align: right;
            font-size: 0.8em;
        }
    /* END FOOTER */
/* END LAYOUT */


/* UL.SUBNAV */
    ul.subnav {
        margin: 0;
        padding: 0;
        
        font-size: 0.8em;
        list-style: none;
    }
    ul.subnav li {
        margin: 0 0 1em 0;
        padding: 0;
        
        list-style: none;
    }
    ul.subnav li a,
    ul.subnav li a:link,
    ul.subnav li a:visited,
    ul.subnav li a:active {
        text-decoration: none;
        font-weight: bold;
        
        color: black;
    }
    ul.subnav li a:hover {
        text-decoration: underline;
    }
    ul.subnav li .menuactive {
        padding: 0 0 0 12px;
        
    }
    ul.subnav li strong a,
    ul.subnav li strong a:link,
    ul.subnav li strong a:visited,
    ul.subnav li strong a:active {

    }
/* END UL.SUBNAV */

/* TYPOGRAPHY */
    body {
        text-align: left;
        font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 76%;
        line-height: 1em;
        

    }
    div {
        font-size: 1em;
    }
    img {
        border: 0;
    }
    
    
/* LINKS */
    a,
    a:link,
    a:active {
        color: #5D6F7B;
        
    }
    a:visited {
        background-color: transparent;
    }
    a:hover {
        color: #cccccc;
        text-decoration: none;

    }

    .external span {
        display: none;
    } 
/* END LINKS */
    
/* HEADINGS */
    h1 {
        margin: 0 0 0.5em 0;
        padding: 0;
        
        font-size: 2em;
        line-height: 1.5em;
        
    }
    h2 {
        margin: 0 0 0.5em 0;
        padding: 0;
        
        font-size: 1.5em;
        line-height: 1.5em;
        
    }
    h3 {
        margin: 0 0 0.5em 0;
        padding:0;
        
        font-size: 1.3em;
        line-height: 1.3em;

    }
    h4 {
        margin: 0 0 0.25em 0;
        padding: 0;
        
        font-size: 1.2em;
        line-height: 1.3em;
        
        color: black;
    }
    h5 {
        margin: 0 0 0.25em 0;
        padding: 0;
        
        font-size: 1.1em;
        line-height: 1.3em;
        
        color: black;
    }
    h6 {
        margin: 0 0 0.25em 0;
        padding: 0;
        
        font-size: 1em;
        line-height: 1.3em;
        
        color: black;
    }
/* END HEADINGS */

/* TEXT */
    p {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        font-size: 1em;
        line-height:1.4em;
    }
    blockquote {
        margin-left: 10px;
        
        border-left: 10px solid #ddd;
    }
    pre {
        font-family: monospace;
        font-size: 1.0em;
    }
    strong, b {
        font-weight: bold;
    }
    em, i {
        font-style:italic;
    }
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
    
/* LISTS */
    ul {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        line-height:1.4em;
    }
    ul li {
        margin: 0 0 0.25em 30px;
        padding: 0;
    }
    ol {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        font-size: 1.0em;
        line-height: 1.4em;
    }
    ol li {
        margin: 0 0 0.25em 30px;
        padding: 0;
        
        font-size: 1.0em;
    }
    dl {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        line-height: 1.4em;
    }
    dl dt {
        margin: 0.25em 0 0.25em 0;
        padding: 0;
        
        font-weight: bold;
    }
    dl dd {
        margin: 0 0 0 30px;
        padding: 0;
    }
/* END LISTS */
    
    
/* TABLE */
    table {
        margin: 0 0 1.5em 0;
        padding: 0;
        
        font-size: 1em;
    }
    table caption {
        margin: 0;
        padding: 0 0 1.5em 0;
        
        font-weight: bold;
    }
    th {
        font-weight: bold;
        text-align: left;
    }
    td {
        font-size: 1em;
    }
/* END TABLE */    
    
    hr {
        display: none;
    }
    div.hr {
        height: 1px;
        
        margin: 1.5em 30%;
        
        border-bottom: 1px dotted black;
    }
    
/* END TYPOGRAPHY */    

/* COLOURS */


body {
    color: #808080;
    background: #fff url(/uploads/images/interface/bkg.jpg) repeat-x;
}

#main {

    background: #fff; 

}

#main h2 {
}

#branding {
}


h1, h2, h3, h4, h5{
   
    color: #99C7E9;
    font-family: Georgia, Times, Serif;
}
 h1, h4, h6{
   color: #5C6F7A; 
}
#local {
    background-color: #FFF3B2;
    margin: 0;
}

#footer {
    
    color: #ccc;
    
}

/* END COLOURS */


/* NEWS */

.NewsSummary .NewsSummaryAuthor {
    display: none;
}

.NewsSummary .NewsSummaryCategory {
    display: none;
}

.NewsSummary {
    padding: 15px;
    margin: 5px 0;
    border: 1px solid #ccc;
}

.NewsSummaryPostdate {
    text-align:right;
    color: #ccc;
}

 
/* END NEWS */

.banner_output {
    position: relative;
    
}

body .banner_title {
text-align: left;
padding: 15px 20px 15px 0 ;
/*padding-left: 30px; ani */
position: absolute;
width: 450px;
background: url(/uploads/images/interface/banner_title_bar.png);

bottom: 0;
left: 0;
font-size: 150%;
font-family: Arial;
color: #eee;
}

.banner_output, .banner_output * {
    padding: 0;
    margin: 0;
}

#main #top {
    display: none;
}

#homepage #main #top h2 {
    font-size: 440% !important;
    font-family: "Arial Black";
}

#middle {
    overflow: auto;
    display: relative;
    
}

#middle p {
    display: block;
    /*width: 250px;*/
    width: 330px;
    float: left;
    margin: 10px 0px;
    /*font-size: 140%; ani */
    font-size: 120%;
    position: relative;
    top: -0px;
    /*right: -50px; ani */
   left-padding: 15px;
}

#middle #previewImage {
    float: left;
}

#middle #bookImage {
    width: 400px;
    height: 400px;
    display: block;
    margin-top: 5px;
    
    float: left;
    position: relative;
    /*margin-right: 40px; ani */
    margin-right: 0px;
}

#middle #buy-now, #middle #preview-now {
    width: 150px;
    height: 35px;
    display: block;
   
    margin: 20px 0;
    float: right;
    margin: 10px 0px;
   /* position: absolute;*/
    
}

#buy-now {
    background-image: url(/uploads/images/buy-now.gif);
    right: 80px;
    bottom: 40px;
}

#preview-now {
    background-image: url(/uploads/images/preview-now.gif);
    right: 80px;
    bottom: 90px;
    
}

#branding img{
    margin-bottom: 40px;
}

.link1 {
    background-position: 0 0;
}
.link2 {
    background-position: -125px 0px !important;
}
.link3 {
    background-position: -250px 0px !important;
}
.link4 {
    background-position: -375px 0px !important;

}
.link5 {
    background-position: -500px 0px !important;

}
.link6 {
     background-position: -625px 0px !important;

}
/* ABOUT THE AUTOR */
#autor dt{
 float:left;
 width:50%;
}
#autor dd {
 float: right;
 width:50%
}
#autor dl{
 width: 100%;
 display:block;
}
#autor h4{
 padding-top: 25px;
 padding-bottom:5px;
}
 hr.sep_line{
        display: none;
    }
.book_title{
  font-weight: bold;
}
div.space_paragraph{
 height: 25px;
}
#middle p.home_paragraph{
  font-size: 90%;
}

dt.data{
 float:left;
 width:50%;
}
dd.data {
 float: right;
 width:50%
}
.left_btn{
 float:right;
 margin-right:2px;
}
.right_btn{
 float: right;
 margin-right:2px;
}

.home_left{
 float:left;
 width: 50%;
}
#prevew .link_page{
 padding-top: 50px;
}
.home_right{
 widht:340px;
 margin-left: 400px;
 text-align:justify;
}
hr.delimiter{
  display: block;
  /*color: #ccc;
  background-color: #ccc;
  height: 3px;*/
  width:50%;
   align:center;
}
.space_paragraph{

}
/* CONTACT PAGE */
#contactform{
    float: right;
    width: 460px;
}
#contactdescription{
    float:left;
    width:200px;
    padding-right: 20px;
    vertical-align: top;
}
#contactdetails{
    padding: 0px 0px 0px 0px;
    

}
/* end CONTACT PAGE */
 #homepage div#content{
  background:#fff url(/uploads/images/content/littleMan.gif) no-repeat bottom right;
}
/*end ABOUT THE AUTOR */
#designedBy {
 width: 300px;
 margin: 20px auto 0;
}
.pageTitle{
 text-transform: lowercase;
 margin-bottom: 5px;
}
#presspage .NewsSummary{
  background: none;
  border: none;
}
#presspage .NewsSummaryPostdate{
  display: none; 
}
#presspage .NewsSummaryContent a, #presspage .NewsSummaryContent a:link, #presspage .NewsSummaryContent a:active{
  text-decoration: underline;
}
#presspage .NewsSummaryLink {
  margin-bottom: 0;
  padding-bottom: 0px;
}
#presspage .NewsSummary{
  padding: 5px 0;
}
#designedBy a, #designedBy a:link, #designedBy a:hover{
  color: #ccc;
}
#pageimg{
 float: left;
 width: 460px;
 position: relative;
 left: 0;
 top: 0;
 margin-right: 60px;
}

#narrowbox{
 float: left;
 width: 280px;
 position: relative;
} 
#widecontent{
 float: left;
 width: 560px;
 position: relative;
 left: 0;
 top: 0;
 margin-right: 60px;
}

#thinimg{
 float: left;
 width: 180px;
 position: relative;
} 
.captcha img{
 display: block;
}
#narrowbox h2{
 padding-left: 15px;
}
#thebook{
 text-align: center;
}
.NewsSummaryLink{
 font-size: 110%;
}
#homepage .NewsSummary{
  padding: 5px 15px 15px 15px;
}
.buybtn div{
  text-align:right;
}
.buybtn{
  height: 60px;
  display:block;
  margin-top: 20px;
}
.buybtn div{
  margin-bottom: 0px;
  height: 60px;
  position: relative;
}
.buybtn a{
 position: absolute;
 top:0;
 right:0px;
 padding: 10px 20px 15px 10px;
 background: #fff url(uploads/images/content/buy-BTN.gif) no-repeat;
}
.buybtn a, .buybtn a:link, .buybtn a:active{
 color: #fff;
 text-decoration: none;
 font-size: 120%;
}
.buybtn a:hover{
 color: #ccc;
 background: #fff url(uploads/images/content/buy-BTN-over.gif) no-repeat;
}
#buy-nowpage .NewsSummary{
 display: block;
 width: 420px;
}
.aboutimg{
 padding:0 0 20px 20px;
}
#homepage #newsbox p{
  margin: 0 0 0.4em;
}
/* End of 'Default' */

