body {
    font-family: 'Open Sans Light', sans-serif;
    margin:0;
    color: #42413B;
	
}

.post  {
    background-color: #ffffbf;
    border-radius: 2px;
	
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 20px;
}
.reply  {
    background-color: #bfffbf;
    border-radius: 2px;
	
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 10px;
}
.replytext {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #42413B;
    font-size: 14px;
	font-weight:600;
    font-family: 'Open Sans Light', sans-serif;
    line-height: 20px;
}
	
.posttext {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #42413B;
    font-size: 14px;
    font-family: 'Open Sans Light', sans-serif;
    line-height: 20px;
}
 h2 {
    color: #363838;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}
.center{
	text-align:center;
}

/*--form--*/
.postreply input[type=text],
.postreply input[type=password],
.postreply input[type=date],
.postreply input[type=email]
{
    border-radius: 2px;
    box-shadow: none;
    border: none;
    width:100%;
    background-color: #fbf3fa;
	margin-left:1em;
	margin-right:1em;
    padding: 10px;
    font-size: 14px;
    color: #989c9e;
    font-family: 'Open Sans Light', sans-serif; 
    margin-bottom: 10px;
    height: 30px;
}

.postreply select {
    border-radius: 2px;
    box-shadow: none;
    border: solid 1px #cfd5d7;
    background-color: #fbf3fa;
	width:100%;
	margin-left:15px;

    font-size: 14px;
    color: #989c9e;
    font-family: 'Open Sans Light', sans-serif; 
    margin-bottom: 10px;
    height: 30px;
}

.postreply select:hover,
.postreply select:focus,
.postreply select:active {
    box-shadow: none;
}


.postreply textarea {
    border-radius: 2px;
    box-shadow: none;
    border: none;
	width:100%;
    background-color: #fbf3fa;
	margin-left:1em;
	margin-right:1em;
	
    padding: 20px;
    font-size: 14px;
    color: #989c9e;
    font-family: 'Open Sans Light', sans-serif; 
    margin-bottom: 20px;
    height: 150px;
}

.postreply textarea:hover,
.postreply textarea:focus,
.postreply textarea:active {
    box-shadow: none;
}
/*!--button primary--*/
.btn-primary {
    background-color: #5f495b;
    box-shadow: none;
    border-radius: 2px;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans Bold', sans-serif;
    border: none;
	float:right;
	
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    border: none;
    background-color: #d633ba;
    box-shadow: none;
}

.nav{
	width:100%;
	}
.nav ul {
	   float:right;
      list-style: none;
      background-color: #fbf3fa;
      
	  width:100%;
      padding: 0px;
      margin: 0px;
    }
 .nav li {
      float:right;
      font-size: 1.2em;
      line-height: 40px;
	  display:inline;
      height: 40px;
	  padding:10px;
	 
     
    }
.nav a {
      text-decoration: none;
      color: #5f495b;
    }
	
.nav a.active {
      background-color: #fff;
      color: #5f495b;
    }	
.nav a:link {
    color: #5f495b;
}

/* visited link */
.nav a:visited {
    color: green;
}

/* mouse over link */
.nav a:hover {
    color: hotpink;
	background:#5f495b;
}

/* selected link */
.nav a:active {
    color: blue;
}
ul{
	list-style-type:none;
	margin: 5px 0 px 5px 0px ;
	}
li{
	margin: 10px ;
	}	

footer {
    
    color: #ffffff;
	background:#5f495b;
	margin-top:50px;
	margin-bottom:0px;
	padding:20px 30px 20px 30px;
	text-align:center;
	text-justify:auto;
}
.sectioncollegedetails{
	background:#F5F8FB;
}