#site-content > .page-main.full-width{
    width:100%;
}

.page-title > .submit-box{
    float:right;
}

#site-content > .layout-wrap > .page-main > .page-title h2{
    display: inline-block;
    margin:0;
    padding-right: 20px;
    font-size: 2.7rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#site-content > .layout-wrap > .page-main > .page-title .social-buttons{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float:right;
    display: inline-block;
}
#site-content > .layout-wrap > .page-main > .page-title .social-buttons .fb-like span{
    vertical-align: baseline !important;
}

.posted-stories .stories-list .posted-story {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.posted-stories .stories-list .posted-story a{
    min-width: 200px;
    max-width: 430px;
    height: 390px;
    overflow: hidden;
    padding: 15px 10px;
    margin: 0;
    display: inline-block;
    color: #766f6b;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    font-weight: normal;
    text-decoration: none;
}
.posted-stories .stories-list .posted-story a:hover{
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}
.posted-stories .posted-story > a > *{
    padding: 10px 5px 0 5px;
    vertical-align: top;
}
.posted-stories .posted-story > a > *:first-child{
    padding-top: 0px;
}
.posted-stories .posted-story > a > .story-img{
    padding: 0;
    margin: 0;
}
.posted-stories .posted-story > a > .story-img.small{
    width: 200px;
}
.posted-stories .posted-story > a > .story-img.med{
    width: 430px;
}
.posted-stories .posted-story > a > .author-details{
    display: block;
    width: 200px;
    color: #03b2a3;
}
.posted-stories .posted-story > a > .story-content{
    display: block;
    width: 200px;
}
.posted-stories .posted-story > a > .story-content:after{
    margin-bottom: 15px;
}
.posted-stories .posted-story > a > .story-content.text-only{
    font-size:15px;
}
.posted-stories .posted-story > a > .author-details .location,.posted-stories .posted-story > a > .author-details .story-author{
    margin: 0;
    font-size: 13px;
}
.posted-stories .posted-story > a > .story-img ~ .author-details,.posted-stories .posted-story > a > .story-img ~ .story-content{
    display: inline-block;
}
.posted-stories .posted-story > a > .story-img.small ~ .author-details,.posted-stories .posted-story > a > .story-img.small ~ .story-content{
   display: block;
}
/*
.posted-stories .stories-list .posted-story:nth-child(4n+1),.posted-stories .stories-list .posted-story:nth-child(4n+4){
    background: #E9E9E9;
}
*/

.posted-stories .posted-story .story-author, .page-search .posted-story .story-author {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.posted-stories .posted-story > .story-content,.page-search .posted-story > .story-content {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
}
.posted-stories .posted-story > .photo+.story-author,.posted-stories  .posted-story > .photo+.story-author+.story-content, .page-search .posted-story > .photo+.story-author,.page-search  .posted-story > .photo+.story-author+.story-content {
    margin-left: 132px;
}
.posted-stories .posted-story > .story-content p+p, .page-search .posted-story > .story-content p+p {
    margin-top: 12px;
}
.posted-stories .posted-story > .story-content p, .page-search .posted-story > .story-content p+p {
    margin:0;
}
.posted-stories .posted-story > .story-content .readmore{
    float:right;
}

.posted-stories-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.posted-stories-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.posted-stories-form textarea.form-control {
    height: auto;
}
.posted-stories-form .highlight {
    color: #990000;
}
.posted-stories-form h4 {
    margin-bottom: 0;
}
.posted-stories-form label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.posted-stories-form .form-group {
    margin-bottom: 15px;
}
.posted-stories-form #terms {
    border:solid 1px black;
    padding:10px;
    background-color: #E1E1E8;
}
.posted-stories-form #captcha {
    width:200px;
}


.clearfix:before,.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix{
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}