/* User defined dynamic Css File */

/* ------------------------ header --------------------------------------- */
/* Header bg in (front_header.php) */
.sh_header{
	
	background:#000000!important;
	border-color:#000000!important;
} 


@charset "utf-8";
/* ------------------------ body --------------------------------------- */
body {
	
	font-family: Helvetica;
	font-style:normal;
	font-weight:normal;
	font-size:14px;
	
	color:#505050;
	background-color:#FFFFFF;
	background-image:url();
    background-repeat:repeat;
}
 
 /* ------------------------ container --------------------------------------- */
/* Container for body and rightbox  in (layout.php) */
.sh_inside_area {
	background-color:#FFFFFF;
}

/* -------------------------- footer ------------------------------------- */ 
 
 /* footer changes in (front_footer.php)*/
.sh_footer_content, .sh_footer_content a {
	line-height:40px;
	text-align:center;
    background:#FFFFFF;
    font:normal 12px sans-serif;
    color:#333300;
    text-decoration:none;
}

/* ---------------------------(right_t,right_p : addcoment.php)---------------------------------------------------- */

/* topic_name,topic_view in (addcoment.php,all.php,search.php,viewCategory.php) */
.right_p {
 	color:#000099;
	font:normal 32px /*Josefin Slab*/;
}
/* Same as rightbox.php --> (right_side_nav li a )css */
.right_px a{
 	text-decoration:none;
	font:normal 14px sans-serif;
	color: #000000;
	font-weight:normal;
	font-style:normal;	
}
.right_px table tr td{
 	
	font:normal 14px sans-serif;
	color: #000000;
	font-weight:normal;
	font-style:normal;	
}

.right_px a:hover{
	color:#0000CC;
	text-decoration:none;
}
/* topic_details and topic_summary in (addcoment.php) */
.right_t {
	color:#505050;
	font:normal 14px/* Helvetica*/;
}
span.right_t {
    font-size:14px;
    font-family: Helvetica;
	font-style:normal;
	font-weight:normal;
}
/* --------------------------------------(description : all.php / index.php / viewCategory.php)----------------------------------------------------- */

/* Body Content */
#description p{
	font-size:14px;
	font-weight:normal;
	font-family: Helvetica;
	font-style:normal;
}
/* Nothing is defined for (description2) */
/* Control css for "Read More" Button from here
  #left_container #description a.btn{
    color: #000000;
	
	font-size:14px;
	font-weight:normal;
	font-family: Helvetica;
	font-style:normal;

}
#left_container #description2 a.btn{
    color: #000000;
	
	font-size:14px;
	font-weight:normal;
	font-family: Helvetica;
	font-style:normal;
}

#left_container #description a.btn:hover {
    color:#0000CC;
}
#left_container #description2 a.btn:hover {
    color:#0000CC;
}
*/
/* Title changes */
#left_container h2 a{
	font-family: Josefin Slab;
	font-size:32px;
	color:#000099;
	font-weight:normal;
	font-style:normal;
}
#left_container h2 {
	font-family: Josefin Slab;
	font-size:32px;
	color:#000099;
	font-weight:normal;
	font-style:normal;
}

/* -----------------------(headline : addcomment.php / all.php / viewCategory.php / search.php )----------------------- */

/* Chained Link in heading portion */
.headline a:hover {
	color:#0000CC;
}

.headline a {
	color: #000000;
	text-decoration:none;
	
	font:normal 14px sans-serif;
	font-weight:normal;
	font-style:normal;	
}
.greater_than
{
	color: #000000;
	text-decoration:none;
	
	font:normal 14px sans-serif;
	font-weight:normal;
	font-style:normal;	
}
/* -----------------------(Labels : rightbox.php )----------------------- */

#right_side_nav li {
	font:normal 14px sans-serif;
	color: #000000;
}
#right_side_nav li a {
	text-decoration:none;
	font:normal 14px sans-serif;
	color: #000000;
	font-weight:normal;
	font-style:normal;
}
#right_side_nav li a:hover {
	color:#0000CC;
	text-decoration:none;
}


/* default settings label changes */
.right_default_label{
	color: #000099;
	font-size: 18px;
	font-weight: normal;
	font-style:  normal;
	font-family: Helvetica;
}
.right_post {
	color:#000099;
}

/* -----------------(post: addcomment.php / post/common: index.php )----------------------------- */
/*p.post span.common a{
	text-decoration:none;
	font:normal 14px sans-serif;
	color: #000000;
	font-weight:normal;
    font-style:normal;		
}*/
p.post span.common a:hover {
	color:#0000CC;
	text-decoration:none;
}
p.post span.common a
{
	
	text-decoration:none;
	/*updated body css*/
	font-family: Helvetica;
	font-style:normal;
	font-weight:normal;
	font-size:14px;
	color:#505050;
	

}
 /*Updated for font-awesome color*/
.social_block p a {
      color:#ffffff;
}

/* -----------------------(Not used anywhere : )----------------------- */
/*.comment_nav a{
	text-decoration:none;
	font:normal 14px sans-serif;
	color: #000000;
	font-weight:normal;
	font-style:normal;	
}
.comment_nav a:hover {
	color:#0000CC;
	text-decoration:none;
}*/

/*#right_side_left ul li a {
	color: #000000;
	font:normal 14px sans-serif;
}
#right_side_right a {
    color: #000000;
}
#right_side_left ul li a:hover {
    color:#0000CC;
    text-decoration:none;
}*/
/*#bull {
	color:#000000;
}
*/
.well {
min-height:20px;
margin-bottom:20px;
background-color:#f5f5f5;
border:1px solid #e3e3e3;
border-radius:4px;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
padding:19px;
}