﻿html,body {  
	width: 100%;
	height: 100%;
	margin: 0px;
}

body 
{
	color: #333333;
	font: .90em "Lucida Sans Unicode", tahoma, arial, helvetica;
	background-color: #001624;
}

acronym {
    color: #E41885;
    border-bottom: 1px dashed #E41885;
}

img { border: 0px; }

#divPage { background: #012E4A url(../img/xweb_seven_pagebg.png) repeat-x; }

#divContainer {
    background: transparent url(../img/xweb_seven_contentbg.png) no-repeat center 0px;
    padding-bottom: 20px;
}

#divPageFooterContainer {
    background: #001624 url(../img/xweb_seven_footerbg.png) repeat-x;
    margin: 0px;
}

#divPageFooterContainer h2 a { color: white; }
#divPageFooterContainer h2 a:hover { color: white; text-decoration: none; }

#divHeader {
    position: relative;
    height: 76px;
    width: 999px;
    margin: 0px auto;
}

#divMenu {
    position: absolute;
    top: 0px;
    right: 0px;
}

#divMenu a {
    position: relative;
    display: inline-block;
    top: -10px;
    padding: 15px 10px 15px 10px;
    color: #E1DFDF;
    text-decoration: none;
    font-size: .90em;
}

#divMenu a:hover {
    color: White;
}

#divContent {
    width: 999px;
    margin: 0px auto;
    background-color: white;
}

#divSideContent
{
	position: relative;
	float: left;
	font-size: 12px;
	width: 266px;
	padding-top: 3px;
	padding-bottom: 20px;
}

#divSideContent #divSideContentEntries 
{
	position: relative;
}

#divSideContentEntries h2,
#divPageFooter h2
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	padding-left: 5px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 4px;
	border-bottom: 3px solid #82A5B9;
}

#divBooks {
    background-color: #D3E8F5;
    border: 1px solid #ABC4D4;
    margin-bottom: 15px;
}

#divBooks > div {
    border: 1px solid #fff;
    padding: 9px 9px 0px 9px;
}

#divBooks h2 {
    margin: 5px 0px;
    text-align: center;
    font-size: 1.5em;
}

#divBooks p {
    clear: both;
}

#divBooks a {
    color: #333333;
    text-decoration: none;
}

#divBooks a:hover {
    color: #197FC1;
    text-decoration: underline;
}

#divBooks a:active, #divBooks a:visited {}

#divBooks img {
    float: left;
    padding-right: 5px;
}

#divBooks > div > div {
    clear: both;
}

#divPageFooter {
    color: White;
    width: 999px;
    margin: 0px auto;
    padding-top: 40px;
}

#divPageFooterCategories, #divPageFooterRecentEntries, #divPageFooterMisc {
    float: left;
}

#divPageFooterCategories {
    width: 219px;
    padding-right: 30px;
}

#divPageFooterCategories li,
#ulFooterArchiveList li {
    background: transparent url(../img/icons/folder.png) no-repeat right;
}

#divPageFooterRecentEntries {
    width: 500px;
    padding-right: 30px;
}

#divPageFooterRecentEntries li {
    background: transparent url(../img/icons/document_text.png) no-repeat right;
}

#divPageFooterMisc {
    width: 219px;
}

#divCopyright {
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#divPageFooter li a {
    font-size: .90em;
}

#divPageFooter a,
.cls-linkList a 
{
	display: block;
	color: #197FC1;
	background: transparent;
	padding: 5px;
	padding-left: 5px;
	text-decoration: none;
}

#divPageFooter a:hover,
.cls-linkList a:hover 
{
	text-decoration: underline;
}

#divMainContent
{
    float: left;
	width: 700px;
	padding: 3px 10px 10px 0px;
	margin: 3px 10px 10px 10px;
}

#divMainContent a
{
	color: #5188db;
	text-decoration: none;
}

#divMainContent a:hover {
    text-decoration: underline;
}

#divMainContent a:active, 
#divMainContent a:visited {}

.cls-mainContent-blogTitle {
    margin-top: 0px;
}

.cls-mainContent-blogTitle,
.cls-mainContent-blogTitle a {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #E41885 !important;
}

.cls-mainContent-blogContent 
{
	line-height: 17px;
}

.cls-mainContent-blogDate 
{
	font-size: 12px;
}

.cls-blog-entry 
{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #b1e100;
}

.cls-inlineCode { font-family: Consolas, Courier New, monospace; }

#divSideContentEntries ul,
#divPageFooter ul,
.cls-linkList {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#divPageFooter ul li {
    border-bottom: 1px solid #82A5B9;
}

.cls-bookList {
    width: 190px;
}

.cls-bookList li {
    padding: 5px;
    padding-left: 45px;
}

.cls-link-top {
    padding-top: 20px !important;
    border: none !important;
    background: transparent url(../img/icons/arrow_up_green.png) no-repeat 0px 25px  !important;
    padding-left: 20px !important;
}