/*
Theme Name: Johnson Reference Books
Author: The Childress Agency, Inc.
*/

body {
  background: #988575 url('images/background.png') no-repeat;
  background-position: center top;
  color: #3f331a;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

a {
  color: #3f331a;
  font-weight: bold;
  text-decoration: none;
}

table {
  width: 100%;
}

p, ul, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.5em;
}

h1 {
  font-family: "Copperplate Gothic Bold", serif;
  font-size: 24px;
  margin-bottom: 0.5em;
  margin-top: 30px;
}

h2 {
  font-family: "Copperplate Gothic Bold", serif;
  font-size: 18px;
  margin-bottom: 0.5em;  
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.aligncenter {
  text-align: center;
}

.text-color-red {
  color: red;
}

#sitewrap_container {
  background: url('images/background_container.png') repeat-y;
  margin: 0 auto;
  min-height: 400px;
  width: 1041px;
}

#sitewrap {
  margin: 0 auto;
  width: 801px;
}

header {
  background: url('images/background_header.png') no-repeat;
  border-bottom: 1px solid black;
  height: 226px;
  position: relative;
}

header nav {
  bottom: 0;
  position: absolute;
  right: 40px;
}

header nav ul {
  list-style: none;
}

header nav ul li {
  background: rgba(255,255,255,0.83);
  display: inline-block;
  padding: 6px;

  -webkit-box-shadow: 4px -4px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    4px -4px 10px rgba(0, 0, 0, 0.5);
  box-shadow:         4px -4px 10px rgba(0, 0, 0, 0.5);
}

header nav ul li a {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

#mainwrap {
  background: url('images/background_content_2.png');
}

#sidebar {
  background: rgba(255,255,255,0.8);
  float: left;
  min-height: 635px;
  position: relative;
  width: 177px;
  z-index: 20;

  -webkit-box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    5px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow:         5px 0px 5px rgba(0, 0, 0, 0.5);
}

.content {
  background: url('images/background_content.png') no-repeat;
  float: right;
  position: relative;
  z-index: 10;
}

#content_home {
  min-height: 615px;
  padding: 10px;
  width: 604px;
}

#content_page {
  min-height: 575px;
  padding: 30px;
  width: 564px;
}

#sidebar_title {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  font-family: "Copperplate Gothic Bold", serif;
  font-size: 20px;
  line-height: 40px;
}

#sidebar_inventory {
  list-style: none;
}

#sidebar_inventory li {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  border-top: 1px solid rgba(0,0,0,0.5);
  padding: 5px 10px;
}

#sidebar_inventory li a {
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

#sidebar_logos {
  border-top: 1px solid rgba(0,0,0,0.5);
  text-align: center;
}

footer {
  background: #692b27;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 48px;
  text-align: center;
}

footer ul {
  list-style: none;
  padding: 6px 0;
}

footer ul li {
  display: inline-block;
  margin: 0 10px;
}

footer ul li a {
  color: white;
  font-family: Arial, sans-serif;
  font-size: 8px;
  text-transform: uppercase;
}

.views {
    display: none !important;
} 
button, input, select, textarea {

    margin-left: 5px !important;
}

.category h3 {
    display:none;
}


#s {
    text-align: right;
    font-style: italic;
    border: 0px;
    height: 17px;
    background-color: #F5F5F5;
  
}

#s_container {

    border-radius: 10px 10px 10px 10px;
    box-shadow: -1px 3px 3px #000000;
    height: 20px;
    padding-right: 5px;
    position: absolute;
    right: 40px;
    width: 150px;
    background-color: #F5F5F5;
}

.image_frame {
    background-image: url("http://childressagency.com/dev/jrb/wp-content/uploads/2013/07/frame.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: table;
    height: 50px;
    padding: 30px;
    width: 50px;
    margin: 0 auto;
}
.image_frame img {
    border: 0px;
}

#home_offset {
        display: table;
    float: right;
    width: 400px;
}

#home_social_media {
    width: 100%;
    text-align: center;
}

#home_social_media img {
    margin: 10px 2px 0 2px;
    border: 0px;
}
#google_translate_element {
    margin-left: 10px;
    padding-top: 197px;
    width: 100px;
}