/*heading*/
.heading{
	
 display: block;
	color: #fff;
	background: #C8466A;
	text-transform: uppercase;
	font-weight: normal;
  padding: 5px; 
  width: 96%;
}

.heading2{
 display: block;
	color: #fff;
	background: #6E351E;
	text-transform: uppercase;
	font-weight: normal;
  padding: 5px; 
  width: 98%;
}

.general_heading{

	color: #6E351E;
	text-transform: uppercase;
	font-weight: bold;
	font-size:130%;
padding:5px;
display:block;
}

.heading_horz{
	
  display: block;
 background: #F4F8FB;
  height: 23px;
  line-height: 23px;
  text-indent: 8px;
  font-size: 11px;
  	text-align: center;
  margin: 0px 3px 3px 3px;
color: #666666;
	letter-spacing: 2px;
	text-transform: lowercase;
}
/*side bar*/
/* The box sorrounding the side bar*/
div.box_sidebar{
	background-color: #FCF3E5;
	border: 1px solid #CF817D;
	color: #333333;
	float: right;
	margin: 40px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	top: 40px;
}

div.sidebar {
	float: left;
	width: 29%;
}

img.user_image_class{
	margin: 5px 5px 5px 5px;
}

/* article title*/
.article_title a{
text-decoration: underline;
}

.background-image img{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

/*author mini profile*/
.box_author{
	background-color: #F7F7F7;
	border: 1px solid #cccccc;
	color: #333333;
	margin: 30px 20px 20px 10px;
	padding: 5px 5px 5px 5px;
}


/* descriptions*/
.description{
	color: #333333;
	font-size: 12 px;
	margin: 3px 3px 3px 3px;
}

.description div p{
	color: #333333;
	font-size: 12 px;
	margin: 3px 3px 3px 3px;
}

/*intro*/
.intro_horizontal {
	margin: 5px 5px 5px 5px;
}
/*intro*/
.intro {
	margin: 5px 5px 5px 5px;
	color: #000000;
}

.quotes {
	padding: 0 10px 0 10px;
	width: 230px;
}

.quotes div {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.quotes img {
	padding: 0px 10px 0px 10px;
}

/* Alignment of the text of the sidebar area*/
.sidebar_area {
	text-align: left;
}

/* Alignment of the image in the sidebar area*/
.sidebar_area img{
	float: right;
}

.sidebar_article_title {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
hr {
	color: #ffffff;
	height: 0px;
	border-style: dotted;
	}
