/* Add here all your CSS customizations */
/*home page bg*/
/*center div in the middle of row*/
.col-centered{
    float: none;
    margin: 0 auto;
}

.full {
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #384045;
    background: url('/images/homepage/groupsoffour.jpg') no-repeat center center;
          -webkit-background-size: cover;
              -moz-background-size: cover;
                  background-size: cover;
                      -o-background-size: cover;
                          height:100%;
                          }
.myaccountlogin{
    padding:  20px;
    background: #fff;
     opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/*secondary nav */
.ics-secondnav{
    padding:10px;
}
.ics-secondnav ul.nav.nav-pills > li > a {
    background-color: #383f48;
    padding:8px 25px;
    margin: 0 5px 0 0;
    color:#fff;
	text-decoration:none;
}
/*bt*/
html .btn-primary  .btn-red {
    background-color: #ff0000;
}

a.btn-red {
    color: #ffffff;
}
/*searchbox*/
.form-control{
    border-color: #EEE;
    background-color: #EEE;
    font-weight:bold;
}
/*conversations*/
.blogpost{ padding:20px 20px 30px 20px; margin-top:10px;  background: #f7f7f7; border:1px dotted #ccc; width:auto; }
.reply { padding:20px 20px 30px 20px; margin-top:10px;  background: #FFFFFF; border:1px dotted #ccc; width:auto; }
.blogger{ color:#f00; font-size: 11px; display:block; width:100px; margin: 0 10px 25px -10px; float:left;text-align:center; }
.bloggcontent{  width:auto;  display:block;  padding: 0 0px 0 200px;  float:left; }
.blogcomment, .blogedit { color:#f00; font-size: 10px; display:block; width:75px; float:right; }
.replydelete { color:#f00; font-size: 10px; display:block; width:75px; float:right; }
.blogdelete { color:#f00; font-size: 10px; display:block; width:75px; float:right; }
.blogjoin{  display:block; width:150px; padding:10px 0 5px 90px; float:left; }

.profilepictb{
width:50px;
height:50px;
padding: 1px;
border: 1px solid #DADADA;
-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;

}
.profilepicconv{
width:50px;
height:50px;
margin-top: 5px;
margin-right: 20px;
margin-bottom: 10px;
padding: 1px;
border: 1px solid #DADADA;
-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.profilepic100{
width:100px;
height:100px;
margin-top: 5px;
margin-right: 20px;
margin-bottom: 10px;
padding: 1px;
border: 1px solid #f2f2f2;
-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
.profilepic100c{
width:100px;
height:100px;
margin: 8px;
padding: 1px;
border: 1px solid #f2f2f2;
-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}




