.article {
	padding: 0px 0px;
	margin: 5px 5px 0px 5px;
	border: 1px solid #ef4035;
}

.article h1 {
	font-size: 30px;
	text-align: center;
	padding: 15px 10px;
	margin-bottom: 20px;
	letter-spacing: 5px;
	border-bottom: 1px solid #ea0000;
}

.article_content_container img
{
	float: none;
}

.article_content_container
{
	margin: 10px 0px;
	/*min-height: 593px;*/
}

.article_banner
{
	text-align: center;
	margin: 0px auto;
	position: relative;
}

.article_banner_image
{
	height: 300px;
}

.article_category
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.article_category_image
{
	background: #EA0000;
}

.article_category_image:hover
{
	background: #D40000;
}

.article_header
{
	text-align: center;
	margin: 10px auto;
}

.article_content p
{
	text-align: justify;
}

.article_content
{
	margin: 0px 10px;
	font-size:12px;
}

.article_share
{
	height: 20px;
	line-height: 20px;
	margin: 0px 20px;
}

.article_share_divider
{
	margin: 0px 10px;
}

.article_share img
{
	float: none;
	vertical-align: middle;
}

.article_tags
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 20px 20px;
	font-weight: bold;
}

.article_tags ul
{
	list-style: none;
}

.article_tags li
{
	float: left;
	background-color: #ECECEC;
	min-width: 40px;
	text-align: center;
	color: #db0000;
	padding: 5px;
	margin: 0px 0px 0px 5px;
}

.article_tags h3
{
	float: left;
	text-align: center;
	border: 0;
	padding: 5px 0px;
	margin: 0;
	background-color: #3a3a3a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 40px;
}

.article_share_options
{
	background-color: #db0000;
	height: 1px;
	overflow: hidden;
	position: relative;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.article_share_options_link
{
	margin: 16px 20px;
	width: 608px;
	float: left;
}

.article_share_options_link_text
{
	font-size: 11px;
	padding: 4px;
	height: 12px;
	vertical-align: middle;
	color: #db0000;
	width: 400px;
	float: left;
	margin: 0px 5px;
}

.article_share_options_using
{
	margin: 16px 20px 0px 0px;
	width: 160px;
	float: right;
}

.article_share_options_using_button
{
	color: #db0000;
	margin-right: 5px;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px;
}

.article_share_options_arrow
{
	position: absolute;
	top: 63px;
	left: 20px;
}

.article_footer {
	padding: 0px 0px;
	margin: 20px -5px 0px 5px;
}

.article_footer_content img
{
	float: left;
	margin: 0px 10px 0px 0px;
}

.article_footer img
{
	float: none;
	vertical-align: text-bottom;
}

.article_footer_header
{
	margin: 0px 0px 5px 0px;
}

.article_footer_recent
{
	float: left;
	width: 50%;
	overflow: hidden;
}

.article_footer_featured
{
	float: right;
	width: 50%;
	overflow: hidden;
}

.article_footer_content
{
	margin: 0px 0px 10px -5px;
}

.article #content {
	position: relative;
	margin: 0px 20px;
}

.article #content p {
	font-family: "Times New Roman";
	font-size: 12px;
}

.article #content img {
	margin: 5px;
}

#article_header {
	height: 40px;
}

#article_header #category {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	
	color: #FFF;
}

#article_header #category span {
	background-color: #ef4035;
	padding: 4px 15px 5px 15px;
}

#article_header #prevBtn,
#article_header #nextBtn {
	float: left;
	display: table;
	text-align: center;
	font-weight: bold;
	
	background-color: #e7e7e8;
	font-size: 9px;
	color: #FFF;
	width: 100px;
	height: 20px;
	margin: 1px 5px;
}

#article_header #prevBtn div,
#article_header #nextBtn div {
	display: table-cell;
	vertical-align: middle;
}

#article_header #prevBtn {
	float: left;
}

#article_header #nextBtn {
	float: right;
}

#article_header a:hover #prevBtn,
#article_header a:hover #nextBtn {
	background-color: #000;
	color: #FFF;
}

.termsNcond {
	font-size: 11px;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.indent {
	padding-left: 20px;
}

.articleRight300{
	width: 300px;
	position:relative;
	right: 0px;
	float: right;
	margin: 0px 0px 5px 5px;
	font-size: 10px;
	text-align: justify;
	color: #8d8d8d;
}

.articleRight200{
	width: 200px;
	position:relative;
	right: 0px;
	float: right;
	margin: 0px 0px 5px 5px;
	font-size: 10px;
	text-align: justify;
	color: #8d8d8d;
}

.articleLeft300{
	width: 300px;
	position:relative;
	right: 0px;
	float: left;
	margin: 0px 5px 5px 0px;
	font-size: 10px;
	text-align: justify;
	color: #8d8d8d;
}

.articleLeft200{
	width: 200px;
	position:relative;
	right: 0px;
	float: left;
	margin: 0px 5px 5px 0px;
	font-size: 10px;
	text-align: justify;
	color: #8d8d8d;
}

#canvas{
	text-align: center; 
}

#canvas iframe {
 	width: 628px; height: 450px;
 	border: 1px solid gray;
	margin: 0 0 10px 0;
} 


#wallpaperDownload {
	text-align: center;
	width: 204px;
	float: left;
	margin-right: 8px;
	padding-bottom: 5px;
	background-color: #e2e2e2;
}


#wallpaperDownload a{

	font-size:10px;
}


#wallpaperDownloadNoRightMargin {
	text-align: center;
	width: 204px;
	float: left;
	margin-right: 0px;
	padding-bottom: 5px;
	background-color: #e2e2e2;
}


#wallpaperDownloadNoRightMargin a{

	font-size:10px;
}

