/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */
/*
div {
  border: 1px solid red;
}
*/

body { background: #efefef!important; }

#header {
  padding: 0;
  border: none;
  margin: 0;
  background: url("../images/shifteast_banner.gif") top center no-repeat;
}

#branding {
  height: 118px;
  width: 880px;
}

.blog-description {
  padding-top: 0.5em;
  line-height: 1.25em;
  width: 400px;
}

.widgetcontent h2 {
  font-size: 1em;
  margin-top: 0.5em;
}

.japantrendshop-banner {
  border: none;
  width: 100%;
  padding-bottom: 5%;
}

/* Narrow the body width */
#main {
  width: 870px !important;
}

#nav-content {
  width: 868px !important;
}


#container {
    width:670px !important;
}

/* narrow the sidebar */
#primary, #secondary {
  width:200px;
}

/* @TODO - redo without !important */
#footer {
  width: 870px !important;
}

#footer .footer-message .widgetcontainer {
  width: 870px !important;
  text-align: center;
}

#footer .footer-message xoxo {
  width: 870px !important;
  text-align: center;
}

#footer_sidebar .xoxo {
  width: 870px !important;
  text-align: center;
}

#footer_sidebar .xoxo img {
  width: 870px !important;
  text-align: center;
}

#wrapper {
  margin: 0 auto;
  width:920px;
  padding-top: 40px;
  background: url("/en/wp-content/uploads/2010/01/media-japantrends.jpg") no-repeat top right;
}

/* Facebook like button related changes - 21 Dec 2010 */

.postbar {
  padding-bottom: 0px;
  background-position: center;
}

.fb_edge_widget_with_comment {
  top: -2px;
}

.entry-comments {
  display: none;
}

.postbar li {
  float: right;
  border-left: none;
}

/* could use first but let's try to make it easy for IE 6 */
.postbar .comments_link {
  float: left;
}

.twitter_button, .google_plusone_button {
  width: 120px;
  text-align: center;
  position: relative;
  top: -2px;
}

/* we hide plusone from IE6 'coz it pushs the FB button down one line (and probably won't work in IE6 anyway) */
/*
* html .google_plusone_button {
  display: none;
}
*/