/* BEGIN BASE STYLE base.css */
/* default alignment is right */

body {
    font-family: "Arial", Arial, sans-serif;
	background-color: #eaeaea;
	/* line-height: 1.7em; */
	padding: 0;
	margin: 0;
	text-align: center;
}

p {
	margin: .5em 0 1em 0;
	font-size: 11px;
}

a:link {
	text-decoration: none;
	color: #1887D0;
} 


a:visited {
	text-decoration: none;
	color: #6C43Bf;
}

a:hover {
	text-decoration: none;
	color: #FF7321;
}


h1, h2, h3, h4, h5 {
	font-family: "Arial", Arial, sans-serif;
    font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;
	/* line-height: 1em; */
}

h1 {
	text-align: center;
	font-size: 30px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h2 {
         font-size: 14pt;
         font-weight: bold;
}

a.header {
         font-size: 16pt;
         font-weight: bold;
}

b.h2 {
        font-size: 24px;
    } 

b.h3{
        font-size: 17px;
    } 

h3 {
         font-size: 14pt;
         font-weight: bold;
}


h4 {
	font-size: 16px;
	margin: 20px 0 5px 0;
}

h5 {
	font-size: 14px;
}

#boundary {
    width: 740px;
    margin: 0 auto;
    border-bottom: 1px solid rgb(97,99,82);
	border-left: 3px rgb(97,99,82) double;
	border-right: 3px rgb(97,99,82) double;	
	background-color: #FFF;
	font-size: 11px;
}

div#headblock {
    background: #fff;
    border: none;
}

#identity-head {
    background-color: red; 
}

#searchbar
{
    padding-top: 10px;
}
#searchbar ul li {
    list-style-type: none;
    display: inline;
}

#searchbar select, #searchbar input {
	font-family: "Arial", Arial, sans-serif;
	font-size: 11px;
}

#header {
    margin: 10px;
    font-family: "Arial", Arial, sans-serif;
    height: 100px;
    border: none;
}

#header div {
    vertical-align: middle;
    font-size: 30px;
    margin: 0px;
    margin-left: 100px;
    margin-right: 100px;
    padding: 30px;
}

#navbar {
    border-top: solid 1px;
    background: #fff;
    text-align: center;
    padding: 0 0 20px 0;
    margin-left: 1.7em;
    margin-right: 1.7em;
}

#navbar ul {
    display: inline;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    
}

#navbar ul li {
    display: inline;
    padding-right: 0.75em;
    font-size: 11px;
}

#sidebar {
    float: right;
    width: 13em;
    margin: 0px;
    margin-left: 1em;
    margin-bottom: 1em;
    background: white;
    border: none;
}

#body {
    padding: 1.7em;
    margin: 0px;
    text-align: left;
    border: 0px;
}

#body-full {
    padding: 1em;
    margin: 0px;
    text-align: left;
}

#person-photo {
    padding-left: 1em;
    float: right;
}

#person-photo-large p {
    text-align: right;
}

/* front-page diary summary */
ul#diary-latest {
    margin-top: 0px;
    padding-left: 1em;
    list-style-type: none;
}

td.product-list-title {
    border: 0px;
}

/* Contact Details */

dl#contact {
    margin: 0;
    padding: 0;
}

#contact dt {
    margin: 0;
    padding: 0.25em 0;
    font-weight: bold;
}

#contact dd {
    margin: 0.5em 0;
    padding: 0; 
}

/* Sidebar items */

div#sidebar {
    float: right;
    width: 160px; 
    margin: 0 0 14px 20px;
    background: #fff;
}

div#sidebar  ul
{
    list-style-type: none;
    padding: 0;
}

div#sidebar ul.related-publishers {
    margin: 0px;
    padding: 0px;
}

div#sidebar li.sidebar-header {
    font-family: "Arial", Arial, sans-serif;
    text-align: left;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 2px;
    margin-left: 1px;
    margin-right: 5px;
    border-bottom: 1px solid #eee;
}

div#sidebar li.checkout-link {
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
}

div#sidebar li {
    font-size: 11px;
    text-align: left;
}

div#footer ul { font-size: 11px; }

/* LInks */

ul#links
{
    list-style-type: none;
    padding: 0;
    margin: 0;

}

ul#links li
{
    padding: 0 0 1em 0;
    margin: 0;
}



/* Sidebar Order List */

ul#order_items li {
  margin: 0;
  padding: 0;
}

ul.order-items a[href] {
  padding: 0;
}

/*
   Diary
*/

/* listing */
div#diary-list h2.header {
    font-weight: bold;
}
div#diary-list h2.header a[href] {
    color: black;
}
div#diary-list div.body {
    text-align: justify;
}
div#diary-list div.byline {
    border-bottom: thin dashed gray;
    margin-top: .5em;
    margin-bottom: 2em;
}

/* entry display */
div#diary h2#comment-header {
    text-decoration: none;
    padding: 0;
    margin: 0 0 1em 0;
    font-size: 1em;
    border-top: 1px solid gray;
}

div#diary div#diary-body {
    text-align: justify;
    padding-bottom: 2em;
    /* padding-left: 1em; */
}

div#diary div.entry-footer {
    padding-left: 1em;
    margin-bottom: 1em;
}

div.comment {
    text-align: justify;
    padding: 0;
    margin: 0;
}

div.responses {
    padding: 0;
    padding-left: 1em;
    border-left: thin solid gray;
}

h1.product-title {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

h2.product-authors {
    font-size: 12px;
}

h2.product-publisher {
    font-size: 12px;
}

/* Book Product Cover Image */

div.cover-image {
    float: right;
    padding: 1em;
    border: thin solid black;
}

/* Product Info <table> */
table.product-info th {
    text-align: left;
}
table.product-info td {
    text-align: left;
}

p.product-description {
    text-align: justify;
}

div.product-biography {
    text-align: justify;
}

div.rest-fragment p {
  text-align: justify;
}

#checkout-link
{
    float: right;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 3px;
    font-family: "Arial", Arial, sans-serif;;
    font-size: 12px;
}

#checkout-link img
{
    border: none;
}

#checkout-link:hover
{
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding-left: 2px;
    padding-bottom: 2px;
    background-color: #efe;
    cursor: pointer;
}

.checkout-button, .clear-button { 
    font-size: 11px; 
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.checkout-button:active, .clear-button:active { 
    border: none;  
    margin-right: 2px; 
    margin-left: 2px;
}

.checkout-button:hover { background-color: #dfd; }
.clear-button:hover { background-color: #fdd; }

#sidebar-account { float: right; }
#sidebar-account li { list-style: none; display: inline; padding: 0px 2px;}
/*#sidebar-account a:hover { border-bottom: solid 1px red; }*/

div.download-box {
    width: 30em;
    border: 1px solid green;
    padding: 1em;
    background: #dfd;
}


#headblock {
}

#header {
}
#sidebar {
    background: #f1f1ca;
}
#body {
}
div#sidebar li.sidebar-header {
    border-bottom: 1px solid #c8c8c8;
}
div#diary-list div.byline {
    border-bottom: thin dashed #c8c8c8;
}
div#diary h2#comment-header {
    border-top: 1px solid #c8c8c8;
}
div.responses {
    border-left: thin solid #c8c8c8;
}

/* Begin custom CSS */
strong, div#sidebar li.sidebar-header {
        color: #bd268b;
}

#sidebar-products {
   display: none;
}

h1, h2, h3, h4, h5 {
font-family: "Arial", Arial, sans-serif;
font-style: italic;
}

h2.product-authors {
font-size: 13px;
}

h2.product-publisher {
font-size: 13px;
}

a:link {
    text-decoration: none;
    color: #1887D0;
}

a:visited {
    text-decoration: none;
    color: #287cbe;
}
a:hover {
    color: #FF7321;
    text-decoration: none;
}

body {
	background-color: #eaeaea;
        font-family: "Arial", Arial, sans-serif;
}

#navbar ul li a:hover {
	border-bottom: 0px;
}

div#sidebar li.sidebar-header {
        font-family: "Arial", Arial, sans-serif;
        text-align: left;
        font-size: 12px;
        font-style: inherit;
        font-weight: bold;
       }

#header {
background: white;
border: none;
}