/* 
    Document   : default
    Created on : Jul 26, 2013, 9:54:25 AM
    Author     : noel
    Description:
        Purpose of the stylesheet follows.
*/
 
/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.blogMainWrapper{
    float:left;
    width:72%;
}

.blogMainWrapper .blogMain{
    width:100%;
    min-height:500px;
    float:none;
}


.blogMain img {
max-width: 100%;
}

#gallery img {
max-width: none !important;
}

.blogclearspace{
    height:10px;
    width:0px;
    clear:both;
}


.blogWrapper {
    font-size: 1em;
    color: #353535;
    font-family: 'Lato', sans-serif;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing:1px;
}

.blogWrapper p {
    font-size: 15px;
    color: #353535;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    font-weight: 300;
    letter-spacing:1px;
}

.blogSidePannel{
    float:right;
    width:27%;
    margin-top:25px;
}


.blogMain{
    float:left;
    width:72%;
    min-height:500px;
}

.blogMain .searchHeader{
}

.blogMain .categoryHeader{
}

.searchbox{
    float:left;
    width: 100%;
    margin-top:10px;
    margin-bottom:5px;
}

.searchboxfld{
    height:31px;
    /*border-left:0px;*/
    width:100%;
    padding-left:3%;
}

.searchIcon{
    display: none;
    float:left;
    border-right:0px;
    padding:3px;
    margin-left:6%;
}


.searchIcon img{
    width:100%;
}

input#searchblog {
    outline:none;
}

.recentpostsBox{
    
}

.recentpostslist {
    padding-left:0px;
    list-style:none;
}


.recentpostsBox li{
    margin-top:15px;
    
}

.recentpostsBox li a{
}



.recentCategories li{
    margin-top:10px;
    
}

.recentCategorieslist {
    padding-left:0px;
    list-style:none;
}

.recentCategories li a{    
}

.blogcategories_arrow {
    text-align: center;
}

.postRow{
    margin-top:21px;
}

.postRow .loadcontent, .loadcontent1 {
    clear:both;
    margin-top:10px;
    margin-bottom:30px;
}

.postheader  {
    width:95%;
    padding-top:10px;
    padding-bottom:20px;
}

.postHeader .subject{
    float:left;
    width:95%;
}

.postHeader .subject h1, .useraboutme h1 {
    padding: 0 0 10px 0;
    color:#353535;
    letter-spacing: 1px;
    line-height: 25px;
    line-height: 1.3em;
    font-size:1.8em;
    margin-top: 12px;
}

.postHeader .commentsCount{
    float:right;
    cursor:pointer;
    font-weight: bold;
    text-align: center;
    width: 10%;
    background:url('http://queensberry.s3.amazonaws.com/images/comment_icon_2.png')no-repeat scroll 22px 0px transparent !important;
    height:29px;
    color: #888888;
    padding-left:13px;
    padding: 4px;
    margin-top:35px;
}

.postedDate{
    clear:both;
    margin-bottom:5px;
    font-size: 1.1em;
}

.postRow .loadcontent{
    clear:both;
    margin-bottom:10px;
}

.postRow .loadcontent .loadingimg{
    width: 17px;
    margin: 13px;
}

.postRow .loadcontent .mainPageContent{ 
    display:block;
    margin-top: -50px;
}

.postRow .postCategories{
 clear:both;   
}

.postRow .postCategories a{
}

.postCategories {

padding-top:5px;
}

.postTags {
padding-top:20px;
}

.postRow .postTags{
 clear:both;   
}

.postRow .postTags a{
}


.text-field {
   float:left;
   width: 73%;
}

.text-field-comment {
    float:left;
   width: 74%;
}


#replyform{
    width:68.8%;
    height:500px;
    padding:1.2em;
    clear:both;
    background-color:transparent;
}

#replyform .title{
    float:left;
    border-right:0px;
    height: 26px;
    padding-left: 10px;
    padding-right: 12px;
    padding-top: 4px;
    border:0px solid #999;
    background-color: transparent;
    color: #333;
    font-size: 0.85em;
    width: 69px !important;
    line-height:17px;
}

#replyform input{
    height:28px;
    width:100%;
    margin-left:10px;
    border: 1px solid lightgray;
    font-size:0.913em;
    color: #353535;
    font-family: Arial, Helvetica, sans-serif;

}


#replyform textarea{
    height:175px;        
    width:100%;
    margin-top:0px;
    margin-left:10px;
    resize: none;
    border:1px solid lightgray;
    font-size:0.913em;
    color:#353535;
    font-family: Arial, Helvetica, sans-serif;
}

#replyform .row{
    clear:both;
    height:40px;
    margin-bottom:10px;
}

#replyform .row1{
    clear:both;        
}

#replyform .row1 h2{
    margin-top:5px;
    padding-bottom:0px;
    letter-spacing:0px;
    margin-left:-13px;
    font-size: 1.5em;
}

.blogreplybutton {
    float: left;
    clear: both;
    margin-top:5px;
    margin-left: 70px;
}
.blogreplybutton .buttonYel1 {
    height: 28px;
    margin-bottom: 10px;
}
#commentContainer {
    width:73%;
    float:left;
}

#replyFormContainer {
    width: 73%;
    float: left;
}
.commentperson{
    float: left;
    padding-right: 10px;
    
}

.commentarrow{
    float:left;
    margin-top:10px;
    margin-left:20px;
}

.comment {
    border-radius:2px;
    margin-left:10px;
    float:left;
    padding: 10px;
    border:1px solid lightgray;
    width: 77%;
}

.commentby,.commenton{
    float:left;
    font-weight:bold;
    margin-right:3px;
}

.commenttext{
    clear:both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #555; 
    line-height: 1.600em;
}

#loadingreply{
    clear:both;
    float:right;
}

#loadingreply img{
    width: 17px;
    margin: 13px;
}

#replyform .buttonYel1{
    margin-top: 8px;
    padding-top: 3px;
    margin-right: 35px !important;
    letter-spacing: 1px;
    height:28px;
}


.authorInfo{
    border-top:1px solid #dddddd;    
    clear:both;
    height: 62px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.authorPhoto{
    float:left;
    height:50px;
}

.authorPhoto img{    
    height:50px;
}

.authorSubInfo{
    float:left;
    height:50px;
    margin-left:5px;
}

.authorSubInfo2{
    clear:both;
}

.authorName{
    float:left; 
    font-size: 1.1em;
}

.authorgooglePlus{
    float:left;
    margin-left:2px;
}


.userprofileHeader
{
    height:25px;    
}

.userprofileHeader h2{
    font-size:15px;
    font-weight: normal;
    font-family: "Futura W01 Book";
}

.profileContent{
    clear: both;
    padding-top:60px;
}

.userPhoto{
    width: 150px;
    height: 150px;
    position: relative;
    float:left;
    margin-right:25px;
    text-align: center;
    overflow: hidden;
}

.blogAuthorBio {
    font-size:1em;
}

.useraboutme{
    float:left;
    width: calc(93% - 150px);
    font-family: 'Lato', sans-serif;
    font-size: 1em !important;
    color: black; 
    line-height: 1.600em;
}
.useraboutme h1 {
    margin-top: 0;
    padding-bottom:5px;
}
.qby_fb_share,.qby_fb_like,.qby_twiiter_share,.qby_gplus_share,.qby_pinterest_share,.qby_linkedin_share{
 float:left;
 margin-right:10px;
}

/*  HandHeld - Ipad in Portrait or screen smaller that 980px CSS */


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)  { 

/*.blogMain {
width:100%;
}

.blogSidePannel {
width:100%;
}*/

}