img.article_thumbnail {
	padding: 8px;
	display:inline;
	border: 1px #DDDDDD solid;
	float:left;
	margin:5px 15px 5px 0;
}

.article_entry img1 {
	padding: 10px;
	border: 1px #CCC solid;
	box-shadow: 0 1px 3px #DCDCDC;
	-moz-box-shadow: 0 1px 3px #DCDCDC;
	-webkit-box-shadow: 0 1px 3px #DCDCDC;
}

.main_content {
	padding: 15px 35px 30px 35px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 3px;
	margin-right: 3px;
	position:relative;
	overflow: hidden;
	text-align: left;
	background-color: white;

	box-shadow: 0 1px 3px #DCDCDC;
	-moz-box-shadow: 0 1px 3px #DCDCDC;
	-webkit-box-shadow: 0 1px 3px #DCDCDC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

#article_content {
	padding-bottom: 30px;
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 30px;
}

.article_index {
	margin-bottom: 20px;
}

.article_index h2 {
	font-size: 20px;
	line-height: 1.4em !important;
}
.article_index h2 a {
/*	color:#1b5891; */
	color:#1B5891;
}

.article_info {
	font-style:italic;
	margin-top: 8px;
	margin-bottom: 10px;
	color: #999;
}

.article_include h3 {
	line-height: 1.4em !important;
	font-weight:bold;
}

.article_include h3 a {
	cursor:pointer;
	cursor:hand;
	color:#1A388A;	/* color of the news title */
	text-decoration:none;
}

/************************ begin sidebar ***************************/
.sidebar {
	margin: 3px;
}

.sidebar_section {
	background-color:#FFF;
	margin: 5px auto;
	margin-right: 3px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #E7E7E7;

	box-shadow: 0 1px 3px #DCDCDC;
	-moz-box-shadow: 0 1px 3px #DCDCDC;
	-webkit-box-shadow: 0 1px 3px #DCDCDC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}

.sidebar_section a {
	text-decoration:none;
}

.sidebar_section h3 {
	font-size: 1.2em;
	margin: 0;
	font-weight: bold;
}

.sidebar_section ads {
	margin: 0 auto;
}

.sidebar_section hr {
	margin-top: 5px;
	margin-top: 5px;
}

/************************ end sidebar ***************************/


/************************ begin pagination styles ************************/
div.pagination_wrapper {
	clear:both;
	width: 375px;
	text-align:center;
	padding: 3px;
	margin: 3px auto;
}
div.pagination {
	padding: 3px;
	margin: 3px;
	font-size:10px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #666;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #666;
	font-weight: bold;
	background-color:#666;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
/************************ end pagination styles ************************/


/************************ begin small screen ***************************/
@media (max-width: 480px) {
	.main_content {
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 2px;
		position:relative;
		overflow: hidden;
		text-align: left;
		background-color: white;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		border: none;
	}
	.sidebar {
		margin-top: 0px;
		margin-left: 0px;
	}
	.sidebar_section {
		background: #E7E7E7;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
}

/************************ end small screen ***************************/