div#content-wrapper div#c-body-wrapper div#content{
	overflow: hidden;
	zoom: 1;
}

/* Articles */
div#content-wrapper div#c-body-wrapper div#content div#article{
	float: left;
	width: 550px;
	margin-left: 20px;
	margin-right: 50px;
}
div#content-wrapper div#c-body-wrapper div#content div#article p.head{
	font-weight: bolder;
	margin-top: 12px;
	line-height: 1.4em;
	overflow: hidden;
	zoom: 1;
}
div#content-wrapper div#c-body-wrapper div#content div#article p{
	line-height: 1.4em;
}
div#content-wrapper div#c-body-wrapper div#content div#article h2{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
div#content-wrapper div#c-body-wrapper div#content div#article h3{
	font-size: 16px;
	font-weight: bold;
/* 	line-height: 4px; */
	margin-top: 24px;
	margin-bottom: 0px;
}
div#content-wrapper div#c-body-wrapper div#content div#article p.head_buttons{
	font-size: 90%;
}
div#content-wrapper div#c-body-wrapper div#content div#article p.keyword{
	font-size: 90%;
/* 	color: #ff006e; */
}
div#content-wrapper div#c-body-wrapper div#content div#article p.keyword a{
	color: #ff006e;
	text-decoration: none;
}
div#content-wrapper div#c-body-wrapper div#content div#article p.keyword a:hover{
	text-decoration: underline;
}
div#content-wrapper div#c-body-wrapper div#content div#article p.head_buttons img{
	margin-right: 4px;
}
div#content-wrapper div#c-body-wrapper div#content div#article p.head_buttons:first-letter{
	text-transform: capitalize;
}


div#content-wrapper div#c-body-wrapper div#content div.border_bottom{
	border-bottom: 2px solid #dddddd;
	margin-bottom: 20px;
}

/* Article end */


/* Right col */
div#content-wrapper div#c-body-wrapper div#content div#more{
	width: 360px;
/* 	background: purple; */
	overflow: hidden;
	zoom: 1;
}
/* Top box */
div#content-wrapper div#c-body-wrapper div#content div#more div#more_top{
	width: 360px;
/* 	background: red; */
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
}
div#content-wrapper div#c-body-wrapper div#content div#more div#more_top div#video{
	width: 360px;
/* 	background: fuchsia; */
	float: right;
	margin-left: 10px;
}
/* Top box end */

/* Bottom box */
div#content-wrapper div#c-body-wrapper div#content div#more div#more_left{
	width: 360px;
/* 	background: green; */
}

/* Tabs */
div#content-wrapper div#c-body-wrapper div#content div#more div.tabs{
	margin-top: 20px;
}
/* Tabs end */



div#content-wrapper div#c-body-wrapper div#content a.read_more{
	text-transform: uppercase;
	color: #ff006e;
/* 	font-size: 90%; */
}
