/* Bootstrap Tweaks */

body {
        padding-top: 60px;
        background-image: url("images/bg.jpg");
      }
footer {
        margin: 25px 0 25px 0;
        padding: 0;
        border-top: 0px solid #999;
        }
.hero-unit {
          background-color: #f5f5f5;
          margin-bottom: 0px;
          padding: 5px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
          position: relative;

        }
.hero-unit h1 {
          margin-bottom: 0;
          font-size: 60px;
          line-height: 1;
          letter-spacing: -1px;
        }
.hero-unit p {
          font-size: 18px;
          font-weight: 200;
          line-height: 27px;
        }
.thumbnail {
          float: left;
          padding: 4px;
          margin: 0 0 8px 0;
          border: 1px solid #ddd;
          background-color: #fff;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        }

.bookcover {
          float: left;
          padding: 4px;
          margin: 0 0 8px 0;
          border: 1px solid #ddd;
          background-color: #fff;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          margin: 10px 20px 5px 0;
        }
.topbar div > ul, .nav {
              display: block;
              float: left;
              margin: 0 10px 0 0;
              padding-left: 210px;
              position: relative;
              left: 0;
            }
.topbar div > ul a, .nav a {
          display: block;
          float: none;
          padding: 10px 17px 11px;
          line-height: 19px;
          text-decoration: none;
          border-right: 1px solid #71340c;
        }
.topbar div > ul a:hover, .nav a:hover {
          color: #ffffff;
          background-color:rgba(34,34,34,0.75);
          text-decoration: none;
        }
.topbar .fill {
        background-image: url("images/topbar.jpg");
      }
.site_id {
          height: 120px;
          width: 160px;
          position: absolute;
          top: 0;
          left: 20px;
          right: 0;
          z-index: 10001;
          padding: 0 0 0 25px;
          overflow: visible;
          background-image: url("images/siteid.jpg");
          -webkit-border-radius: 0 0 3px 3px;
          -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
          -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        }
.container {
          width: 940px;
          margin-left: auto;
          margin-right: auto;
          position: relative;
          zoom: 1;
        }
.page_container {
          width: 940px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 3px;
          position: relative;
          zoom: 1;
        }
.topbar {
          height: 40px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          z-index: 10000;
          overflow: visible;
        }
.topbar .brand {
          float: left;
          display: block;
          padding: 8px 20px 12px;
          margin-left: -20px;
          color: #ffffff;
          font-size: 32px;
          font-weight: 400;
          line-height: 1;
        }

/* The white background content wrapper */
.content {
        background-color: #fff;
        padding: 20px;
        margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
        -webkit-border-radius: 0 0 6px 6px;
           -moz-border-radius: 0 0 6px 6px;
                border-radius: 0 0 6px 6px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
                box-shadow: 0 1px 2px rgba(0,0,0,.15);
      }

/* Page breadcrumbs */
.breadcrumb1 {
          padding: 5px 14px 7px 45px;
          margin: 0 0 18px;
        }
.breadcrumb1 li {
          display: inline;
          text-shadow: 0 1px 0 #ffffff;
        }
.breadcrumb1 .divider {
          padding: 0 5px;
          color: #bfbfbf;
        }
.breadcrumb1 .active a {
          color: #404040;
        }

/* =Menu
-------------------------------------------------------------- */

/*#access {
	background: #eee;
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
        background-image: url("images/topbar.jpg");
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}*/
#access ul ul {
	/*box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);*/
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
        margin: 13px 0 0 278px;
        list-style: none;
        background-image: url("images/topbar.jpg");
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        
}

#access ul ul a {
	line-height: 1em;
	padding: 1em;
	width: 10em;
	height: auto;
        border-top: 1px solid #71340c;
        border-right: 0px solid #71340c;
        
}

#access ul ul a:hover {
	background-color: #222;
        background-color: rgba(0, 0, 0, 0.5);
}
#access ul li:hover > ul {
	display: block;
}
.block {
    clear: both;
    display: block;
    /*border-bottom: 1px solid #efefef;*/
}
.thumbnail_ant {
          
          padding: 4px;
          margin: 0;
          border: 1px solid #ddd;
          background-color: #fff;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
        }
.ant {
            display: block;
            float: left;
            width: 165px;
            height: 275px;
            margin: 25px 25px 20px 20px;
           
}
.bookthumbs {
            display: block;
            float: left;
            width: 185px;
            height: 365px;
            margin: 25px 10px 20px 10px;
           
}
.bookthumbs a {
	color: #545151;
}	

h1, h2 a {
    color: #404040;
}
h1, h2 a:hover {
    text-decoration: none;
}
header h1 a {
    color: #404040;
}
header h1 a:hover {
    text-decoration: none;
}
h3 {
line-height: 22px;
margin-top: 15px;
}
h4 {
line-height: 20px;
margin-top: 0px;
}
.news {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}
.newsheading {
    line-height: 20px;
}
.newstext {
    margin: 0;
    padding: 0;
}
.newsbtn {
    margin-top: 15px;
}

.lmwlist {
     background-color: #FFFFFF;
     border-radius: 6px;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-left: 1px solid #DDDDDD;
     box-shadow: 0pt 0px 0px rgba(0, 0, 0, 0.090);
     margin: 0 0 0 0;
     padding: 6px;
}

.lmwlist li {
     border-top: 1px solid #DDDDDD;
     list-style: none;
     margin: 0 0 0 0;
     padding: 6px;
}
.lmwlist li:first-child
{
border-top: 0px solid #DDDDDD;
}

.lmwlist li:hover {
     background-color: #DDDDDD;
     display: block;
}

.lmwlist li a {
     display: block;
}

header .entry-meta {
    font-size: 11px;
    color: #bfbfbf;
    margin-bottom:5px;
    padding-bottom: 5px;
    border-top: 1px solid #e3e3e3;

}

.entry-title {
    line-height: 6px;
    margin-top:15px;

}
#primary .entry-title a {
     line-height: 30px;
     margin-top: 15px;
}

article footer {
    font-size: 11px;
    line-height: 10px;
    background-color: #f7f7f7;
    display:block;
    padding:10px;
    margin: 0 0 50px 0;
    border-top: 2px solid #71340c;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.entry-content li {
color: #404040;
}