/* GENERAL SITE WIDE FORMATTING */


.contactFieldHeading {
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;	
}



/* Article Lists */

.articleListings {
	float: left;
}
.articleListing {
	margin-bottom: 30px;
}	

.articleListingAuthorPhotoSmall
{
	float:left;
}

.articleListingAuthorPhotoSmall img {
	margin-right: 20px;	
}

.articleListingTitleDiv {
	float: left;
	margin-bottom: 10px;
}

.aricleListingInfo {
	color: #666666;
}

.articleListingPreview {
	clear: both;
}
.articleListingReadMore {
	margin-top: 10px;
	margin-bottom: 10px;	
}
.articleListingTags {
	clear: both;
}
.articleListingComments {
	clear: both;
}
/* Article Page */

.article {
}

.articleAuthorPhotoSmall
{
	float:left;
}

.articleAuthorPhotoSmall img {
	margin-right: 20px;	
}

.articleTitleDiv {
	float: left;
	margin-bottom: 10px;
}

.articleInfo {
	color: #666666;
}

.articleBody {
	clear: both;
	line-height: 18px;	
}

.articleTitle {
	
}
.articleSubHeading {
	clear: both;
}
.articleAuthor {
}
.articlePublishedDate {
}

.articleTitleList {
	clear: both;
}

.articleTitleList ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.articleTitleList .articleTitle {
	font-weight: bold;	
}

.tags {
	font-size: 12px;
	display: none;
	clear:both;
}	
.tags ul {
	margin-left: -40px;
	display: inline;
	list-style: none;
}
.tags ul li {
	display: inline;
}


.tagsSideBox {
	text-align: center;
}
.tag {
	margin: 8px;
	line-height:20px;
}
.significance3 {
	font-size: 20px;
}
.significance2 {
	font-size: 15px;
}
.significance1 {
}
 
.sideBoxNewsDate {
	visibility: hidden;
	font-size: 1px;
}

.podcastSubscribe {
	background-image: url(../Images/subscribe-Podcast.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	text-align: center;	
}

.calendarSubscribe {
	background-image: url(../Images/subscribe-Calendar.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	text-align: center;	
}





/*** FORUMS ***/
.forumsTable {
	font-family: Arial;
	width: 100%;
	border: 0px;
	background-color: #9A6F18;
	background-image: url(../Images/forumlist_background.gif);
	margin-left: -5px;
}

.forumPostIcon {
	background-image: url(../Images/forum-newtopic.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	text-align: center;	
}

.forumsTable thead {
	text-transform: uppercase;
	color: white;
	
}
.forumsTable td {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #EEEEEE;
}
.forumsTable .topic .name {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.forumsTable a {
	text-decoration: underline;
	color:  #9A6F18;
}
.forumsTable .topicCount {
	width: 50px;
	text-align: center;
}
.forumsTable .postCount {
	width: 50px;
	text-align: center;
}
.forumsTable .lastPost {
	width:200px;
}
.threadMessages {
	width: 470px;
	border: 0px #9A6F18 solid;
	height: 100%;
	margin-bottom: 10px;				
}
.replyTable {
	background: transparent;
	padding: 10px;
}
.threadInput {
	width: 200px;
}
.threadMessagesBGtop {
	background: url("../Images/threadReplyBGtop.png") no-repeat;
	width:470px;
	height: 19px;				
}
.threadMessagesBGmid {
	background: url("../Images/threadReplyBGmid.png") repeat-y;
	width: 470px;
	height: 100%;
}
.threadMessagesBGbot {
	background: url("../Images/threadReplyBGbot.png") no-repeat;
	width: 100%;
	height: 30px;
}
.threadMessagesContent {
	margin-left: 10px;
}
.threadMessagesSubject {
	font-size: 15px;
	margin-top: -15px;
	color: #ca9546;
}
.threadMessagesAuthorDiv {
	float: left;
	font-size: 11px;
	color: #6f6f6f;					
}
.threadMessagesAuthor {
	color: #ca9546;
	font-size: 12px;
}
.threadMessagesDate {
	font-size: 11px;
	float: left;
	margin-left: 5px;
	color: #6f6f6f
}
.threadMessagesBody {
	font-size: 13px;	
	clear: both;
}

/* Link Page */

.pageLinkTable {
	padding:2px;
	border:0;
	width:100%;
}

.pageLinkTable td {
	padding-bottom: 10px;	
}

.pageLinkTable td.pageLinkCategoryCell {
	padding: 0;	
}

.pageLinkImageCell {
	width:0px;
	padding-right:10px;
	text-align: center;
}




