/*
Theme Name: StoryJolt
Theme URI: http://storyjolt.com
Description: StoryJolt theme for BuddyPress.
Version: 1.0
Author: Jody Castro
Author URI: http://storyjolt.com/
Template: bp-default
Tags: buddypress, storyjolt
*/


/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

#header {
  height: 40px;
}

body {
  width: 970px;
}

div.post-content .bpm-report-link {
  float:left;
  margin-top:25px;
}

.StorySearch {
  /*
  display:block;
  left:810px;
  top:60px;
  width:124px;
  */
  position: absolute;
  top: 11px;
  left: 774px;
  width: 124px;
}

#rightsearchbtnlink {
  height:14px;
  left:138px;
  top:4px;
}

#searchQ.Blr {
  background-color:#FAFAFA;
  color:#999999;
  opacity:0.95;
}
#searchQ {
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
  background-position:109px 2px;
  background-repeat:no-repeat;
  border-bottom-color:#DCDCDC;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-left-color-ltr-source:physical;
  border-left-color-rtl-source:physical;
  border-left-color-value:#DCDCDC;
  border-left-style-ltr-source:physical;
  border-left-style-rtl-source:physical;
  border-left-style-value:solid;
  border-left-width-ltr-source:physical;
  border-left-width-rtl-source:physical;
  border-left-width-value:1px;
  border-right-color-ltr-source:physical;
  border-right-color-rtl-source:physical;
  border-right-color-value:#DCDCDC;
  border-right-style-ltr-source:physical;
  border-right-style-rtl-source:physical;
  border-right-style-value:solid;
  border-right-width-ltr-source:physical;
  border-right-width-rtl-source:physical;
  border-right-width-value:1px;
  border-top-color:#DCDCDC;
  border-top-style:solid;
  border-top-width:1px;
  font-size:11px;
  height:14px;
  left:0;
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:0;
  padding-bottom:2px;
  padding-left:4px;
  padding-right:4px;
  padding-top:2px;
  position:absolute;
  top:0;
  width:138px;
}

#searchbtnlink, #rightsearchbtnlink {
  -moz-background-clip:border;
  -moz-background-origin:padding;
  -moz-background-size:auto auto;
  background-attachment:scroll;
  background-color:#FFFFFF;
  background-image:url("/wp-content/themes/storyjolt/images/sl_search.png");
  background-position:0 0;
  background-repeat:no-repeat;
  height:13px;
  left:130px;
  position:absolute;
  top:3px;
  width:15px;
  z-index:99;
}

#searchQ.Foc {
  background-color:#FFFFFF;
  border-bottom-color:#777777;
  border-left-color-ltr-source:physical;
  border-left-color-rtl-source:physical;
  border-left-color-value:#777777;
  border-right-color-ltr-source:physical;
  border-right-color-rtl-source:physical;
  border-right-color-value:#777777;
  border-top-color:#777777;
  color:#333333;
  font-weight:normal;
  opacity:1;
}

div.post h2.pagetitle, div.post h2.posttitle {
  line-height:18px;
}

h2 {
  font-size: 16px;
}

#login-form input[type="text"], #login-form input[type="password"] {
  width:140px;
}

#landing-login {
  width: 750px;
}

  #landing-social {
    float: left;
  }

  #landing-user-pass {
    float: right;
  }

.clear-both {
  clear: both;
}
.clearAll {
  clear: both;
  font-size: 0;
  padding: 0;
}
.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
}
.clearfix {
  display: inline-block
}

span.addtoany {
  /*
  line-height: 0;
  margin-left: -10px;
  */
}
ul.addtoany_list li {
  line-height: 20px !important;
}
ul.addtoany_list li a {
  padding: 0px !important;
}

.like-author-box {
  float: left;
  position: absolute;
  margin-top: 150px;
  /*
  margin-top: 0 15px 15px 0;
  padding: 10px;
  width: 70px;
  */
  /* text-align: center; */
  /* width: 86px; */
}

.post-word-count {
  display: block;
  text-align: center;
  padding-top: 10px;
}
#rpx_icons {
  background-image:url("http://storyjolt.com/wp-content/plugins/rpx/images/providers_icons32.png");
  display:block;
  height:32px;
  width:240px;
}

.landing-header {
  background: #f5f5f5;
  color: #00336a;
  font-size: 19px;
  padding: 10px 12px;
  font-weight: bold;
  border-top: solid 1px #dcdcdc;
  border-right: 1px solid #E0E0E0;
  text-align: left;
  position: relative;
}

