.booklist {
    display: table; 
    border-collapse: collapse;
    width:100%;
}

.booklistitem {
    display: table-row; 
}

.booklistamazonimage {
    padding: 8px;
    display: table-cell; 
    vertical-align:top;
}

.booklistblurb {
    padding: 8px;
    display: table-cell;
    vertical-align:top;
}

.page { 
    display: table; 
    width:100%;
    border-collapse: collapse; 
}
.nav { 
    display: table-row; 
}
.title { 
    display: table-row; 
}
.cont { 
    display: table-row; 
}
.foot { 
    display: table-row; 
}
.navstart { 
    display: table-cell; 
    width: 16px; 
    border-bottom: 4px double #cccccc;
    border-right: 4px double #cccccc;
}
.titlstart { 
    display: table-cell; 
    width: 16px; 
    border-bottom: 1px solid #cccccc;
    border-right: 4px double #cccccc;
}
.contstart { 
    display: table-cell; 
    width: 16px; 
    border-bottom: 1px solid #cccccc;
    border-right: 4px double #cccccc;
}
.footstart { 
    display: table-cell; 
    width: 16px; 
    border-right: 4px double #cccccc;
}
.navbody { 
    padding: 8px;
    display: table-cell; 
    border-bottom: 4px double #cccccc;
} 
.menubar { 
    display: table; 
    width:100%;
    border-collapse: collapse;
} 
.menubaritem { 
    padding: 2px 8px 2px 8px;
    display: table-cell;
    font-size:10pt;  
} 

.menubaritem a {
    font-family: Calibri,Arial,Geneva,sans-serif; 
} 

.navend { 
    display: table-cell; 
    width: 16px; 
    border-bottom: 4px double #cccccc;
    border-left: 1px solid #cccccc;  
}
.titlend { 
    display: table-cell; 
    width: 16px; 
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;  
}
.contend { 
    display: table-cell; 
    width: 16px; 
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;  
}
.footend { 
    display: table-cell; 
    width: 16px; 
    border-left: 1px solid #cccccc;
}
.titlbody { 
    padding:8px 8px 8px 8px;
    height: 100%;
    background-image:url('images/background.png');
}
.titlpad {
    display: table-cell; 
    border-bottom: 1px solid #cccccc;
    padding:4px;
} 
.contbody { 
    padding: 16px;
    display: table-cell; 
    border-bottom: 1px solid #cccccc;
} 
.footbody { 
    padding: 8px;
    display: table-cell;
    font-size:8pt;
    text-align:right; 
}
.google {
	width:100%;
	text-align:center;
	align:center;
}
.amazon {
	width:100%;
	text-align:center;
	align:center;
}
#index { 
    display: table; 
    border-collapse: collapse; 
}
#subject {
    display: table-cell; 
    list-style-type:none; 
    padding: 16px; 
}
#forum { 
    display: table-cell; 
    padding: 32px; 
    vertical-align:top;
    width: 33%;
} 

.related { 
    display: table; 
    width:100%;
    align:center;
    border-collapse: collapse;
    background-image:url('images/background.png');
}
.related li { 
    font-size:10pt; 
    display: table-cell; 
    text-align: center;  
    vertical-align:middle; 
    list-style-type:none;
    padding-left:16px;
} 

.breadcrumb { 
    font-size:10pt; 
    font-style: italic; 
    text-align: right; 
    width: 100%;  
}
.socialBookmark { 
    display: table; 
    width:100%;
    align:center;
    border-collapse: collapse;
    background-image:url('images/background.png');
}
.socialBookmark li { 
    font-size:10pt; 
    display: table-cell; 
    padding-left:16px; 
    text-align: center;   
    vertical-align:middle; 
    list-style-type:none;
}
.book-info {
  border: 1px solid #cccccc;
  margin: 1%;
  padding: 1%;
  float: right;
  width: 50%;

}

.book-review {
  margin: 1%;
  padding: 1%;
}

.book-review-subtitle {
  font-weight: bold;
}

.book-review-source {
    font-style: italic;
}

.BookDetails {
  border-style: double;
  border-color: #999999;
  margin: 8px;
  padding: 8px;
  float: right;
}
.BookDetailsImage {
  text-align: center;
  padding-bottom: 8px;
}

body {
  margin: 0;
  padding: 0;
  font-family: Helvetica;
  color: #444444;
}

h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin-top:0px;
  margin-bottom:0px;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
}

h4 {
  font-size: .95em;
  font-weight: bold;
}

p, li {
  font-size: .95em;
  font-weight: normal;
  line-height: 1.4;
}

a {
  font-size: .95em;
  text-decoration: none;
  color: #0000CC;
}

a:hover {
  font-size: .95em;
  text-decoration: underline;
  font-weight: normal;
}

a:active {
  font-size: .95em;
  font-style: normal;
  font-weight: normal;
  color: #ff0000;
}

.pagetitle {
  color: #000000;
  font-size: large;
  font-style: normal;
}

.centeredImage {
  padding: 0px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.article-title {
   font-size: 1.0em;
  font-weight: bold;
}

.article-title a {
  font-size: 1.0em;
  font-weight: bold;
  color: #000000;
}

.article-blurb {
}

.article-link {
  font-size: 0.8em;
}

.farticle-title {
  font-size: 0.85em;
  font-weight: bold;
}

.farticle-title a {
  font-size: 0.85em;
  font-weight: bold;
  color: #000000;
}

.farticle-blurb {
  font-size: 0.8em;
}

.farticle-link {
  font-size: 0.7em;
}

.quote-text {
  font-size: 0.8em;
  font-style: italic;
}

.quote-by {
  font-size: 0.7em;
  font-weight: bold;
  font-style: normal;
}

.quote-link {
  font-size: 0.7em;
  font-weight: normal;
  font-style: normal;
}


.quote {

}

.wisdom-text {
  font-style: italic;
}

.wisdom-by {
  font-size: 0.8em;
  font-weight: bold;

}

.wisdom-link {
  font-size: 0.8em;
  font-weight: normal;

}

.tumblr_scrollbox {
  height: 400px;
  overflow: auto;
}

.tumblr_title {
  font-family: Calibri,Arial,Geneva,sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  margin-top: 4px;	
  margin-bottom: 4px;	
}

.tumblr_quote {
  font-size: 0.95em;
  margin-top: 4px;	
  margin-bottom: 4px;	
}

.tumblr_source {
  font-size: 0.75em;
  font-weight: bold;
  font-style: italic;
  margin-top: 4px;	
  margin-bottom: 4px;	
}

.tumblr_posts {
  list-style: none;
  margin-left: 0;
  padding-left: 0;	
}

.tumblr_post {
  margin: 16px;
  border-bottom-style solid;
  border-bottom:thin dashed #CCCCCC; 
  padding-bottom: 16px;
}

.tumblr_caption{
  font-size: 0.7em;
  font-weight: bold;
  font-style: italic;
  margin-top: 4px;	
  margin-bottom: 4px;	
}

.twitter-from {
  font-size: 0.95em;
  font-weight: bold;
}

.twitter-text {
  font-size: 0.95em;
  font-style: italic;
}

.twitter-when {
  font-size: 0.75 em;
  font-style: normal;
}

.code {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 0.9em;
  font-style: normal;
  font-family: Dialog, Courier New, Courier;
  background: #F0F0F0;
}

#brainAche { 
    display: table; 
    border-collapse: collapse; 
}
#brainAcheDescription {
    display: table-cell; 
    list-style-type:none; 
    padding: 16px; 
}
#brainAcheScreenshots { 
    display: table-cell; 
    padding: 32px; 
    font-size:10px;
    vertical-align:middle;
    width: 33%;
} 



