/* basic elements */

html {
margin: 0px;
padding: 0px;
}

body {
background: #2b2a28 url('tiling_background.jpg');
color: #e0ded8;
font-family: "Tahoma", tahoma, sans-serif;
font-size: small;
}

h1,h2,h3,h4,h5,h6 {
margin: 1px;
line-height: 0.7em;
font-family: Helvetica, arial, sans-serif;
font-weight: normal;
color: #979690;
font-size:1.5em;
display: inline-block;
}

a, a:visited, a:link {
color: #86bde4;
}

a:hover, a:active {
color: #e0ded8;
}

.smalllist {
font-size: 0.8em;
}

/* id elements */

#topContainer {
margin-left: auto;
margin-right: auto;
width: 753px;
}

#banner {
margin-top: 15px;
margin-bottom: 10px;
height: 184px;
width: 753px;
background: url('banner.png') no-repeat;
}


/* Navigation Bar */

#navbar {
height: 35px;
background: url('nav_bar_selected.png') no-repeat;
position: relative;
}

#navbar a {
text-decoration:none;
overflow: hidden;
display: inline-block;
position: absolute;

}

#navbar a span {
visibility: hidden;

}

#navbar a#news {
left: 30px;
top: 12px;
height: 14px;
width: 35px;
background: url('nav_bar_unselected.png') -30px -12px no-repeat;
}

#navbar a#news:hover {
background: none;
}

#navbar a#books {
left: 125px;
top: 12px;
height: 16px;
width: 38px;
background: url('nav_bar_unselected.png') -125px -12px no-repeat;
}

#navbar a#books:hover {
background: none;
}

#navbar a#blog {
left: 218px;
top: 12px;
height: 18px;
width: 28px;
background: url('nav_bar_unselected.png') -218px -12px no-repeat;
}

#navbar a#blog:hover {
background: none;
}

#navbar a#forum {
left: 301px;
top: 12px;
height: 16px;
width: 38px;
background: url('nav_bar_unselected.png') -301px -12px no-repeat;
}

#navbar a#forum:hover {
background: none;
}

#navbar a#gallery {
left: 399px;
top: 12px;
height: 18px;
width: 44px;
background: url('nav_bar_unselected.png') -399px -12px no-repeat;
}

#navbar a#gallery:hover {
background: none;
}

#navbar a#faq {
left: 501px;
top: 12px;
height: 19px;
width: 21px;
background: url('nav_bar_unselected.png') -501px -12px no-repeat;
}

#navbar a#faq:hover {
background: none;
}

#navbar a#links {
left: 582px;
top: 12px;
height: 16px;
width: 30px;
background: url('nav_bar_unselected.png') -582px -12px no-repeat;
}

#navbar a#links:hover {
background: none;
}

#navbar a#contact {
left: 672px;
top: 12px;
height: 15px;
width: 49px;
background: url('nav_bar_unselected.png') -672px -12px no-repeat;
}

#navbar a#contact:hover {
background: none;
}

/* Finish navigation bar */



#contentBox {
background: #4f4e4c;
padding-left: 70px;
padding-right: 70px;
padding-top: 12px;
padding-bottom: 12px;
margin: 0px;

}

#contentBoxBase {
height: 17px;
background: url('content_window_base.png') no-repeat;
}

#footer {
position: relative;
font-size: small;
}

#copyright {
position: absolute;
left: 70px;
}

#rightsReserved {
position: absolute;
right: 70px;
}


/* book page ids */

#bookTitle {
text-align: right;
margin-bottom: 1.5em;
font-family: Helvetica, arial, sans-serif;
font-weight: normal;
font-size:1.5em;
}

#bookImageMenu {
float: right;
height: 85px;
}

#bookImageMenu a img {
border: none;
margin-top: 10px;
margin-bottom: 10px;
margin-left:5px;
margin-right:0px;
}


#bookTextMenu {
width: 150px;
overflow: auto;
height: 105px;
margin-bottom: 30px;
font-size: 0.9em;
}

#bookTextMenu a{
display: block;
}


#bookContentWrapper {
min-height:400px;

}

#bookCover {
width: 263px;
height: 400px;
float:left;

}


#bookBlurb {
width: 50%;
margin-left: 50%;	
}


#booksMore {
position: relative;
width: 100%;
}



/* class elements */



a.noUnderline {
text-decoration:none;
}


.grey, a.grey, a:visited.grey, a:link.grey {
color: #979690;
}

a:hover.grey, a:active.grey {
color: #e0ded8;
}

.big { 
margin: 1px;
line-height: 0.7em;
font-family: Helvetica, arial, sans-serif;
font-weight: normal;
font-size:1.5em;
display: inline-block;
}

.biggish { 
margin: 1px;
line-height: 0.7em;
font-family: Helvetica, arial, sans-serif;
font-weight: normal;
font-size:1.2em;
display: inline-block;
}

.down1 {
position: absolute;
margin-top: 1.2em;
}


.left {
position:absolute;
left: 10px;
}

.right {
position:absolute;
right: 10px;
}


div.section {
margin: 0px 0px 25px;
padding-left: 10px;
background: url('nav_bar_spacer.gif') repeat-y;
position:relative;
text-align: justify;
}


/* For the news feed */

p.news, p.newsAlt {
margin: 0px 0px 25px;
padding-left: 10px;
background: url('nav_bar_spacer.gif') repeat-y;
position:relative;
text-align: justify;
}

a.newsLink, a.newsLinkAlt {
margin: 1px;
line-height: 0.7em;
font-family: Helvetica, arial, sans-serif;
font-weight: normal;
font-size:1.5em;
display: inline-block;
}

a.newsLink, a:visited.newsLink, a:link.newsLink, a.newsLinkAlt, a:visited.newsLinkAlt, a:link.newsLinkAlt {
color: #979690;
}

a:hover.newsLink, a:active.newsLink, a:hover.newsLinkAlt, a:active.newsLinkAlt {
color: #e0ded8;
}

