/*heading*/
.heading ,.general_heading{
	background: url(/components/com_magazine/layouts/images/bg/bg1.png) #F0F0F0 repeat-x 0px 0px;
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;
	color: #999999;
	display: block;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px 3px 3px 3px;
	text-align: center;
	text-transform: uppercase;
	
}

/*side bar*/
/* The box sorrounding the side bar*/
div.box_sidebar{
	background-color: #F7F7F7;
	border: 1px solid #D0D0D0;
	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.article_title{
}

.background-image img{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

/*author mini profile*/
.box_author{
	background-color: #F7F7F7;
	border: 1px solid #D0D0D0;
	color: #333333;
	margin: 30px 20px 20px 10px;
	padding: 5px 5px 5px 5px;
}


/* descriptions*/
.description{
	background-color: #FFF;
	color: #333333;
	font-size: 12px;
	margin: 3px 3px 3px 3px;
}

.description div p{
	background-color:#fff;
	color: #333333;
	font-size: 12px;
	margin: 3px 3px 3px 3px;
}

/*intro*/
.intro_horizontal {
	background-color:#fff;
	color: #333333;
	display: block;
	font-size: 12px;
	margin: 5px 5px 5px 5px;
}

.quotes {
	padding: 0 10px 0 10px;
	width: 230px;
}

.quotes div {
	background-color:#fff;
	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 {
	background-color:#fff;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
hr {
	background-color:#fff;
	color: #ebebeb;
	height: 0px;
	border-style: dotted;
	}
