/* ============================================================
   CSS STYLES FOR DotNetNuke
   Modified for: Bethel United Reformed Church
   Author: Martin Loubser : support@smartinsolutions.com
   Date: 2009-09-18	
   ============================================================ */


/* ============================================================ 
   Inventua SideMenu 03.02.00
   ============================================================ */
.MenuHdr
{ 
	font-size: 10pt; 
	font-weight: bold; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	background-color: #A6C2E7; 
	cursor: default;
}
.MenuItem HR
{
	background-color: #A6C2E7; 
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #95AECF;   
	border-left: none;
	margin-right: 5px; 
}

.MenuItem, .MenuItemMouseOver
{
	font-size: 8pt; 
	font-weight: normal; 
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #A6C2E7;
	border: #A6C2E7 1px solid; 
}

.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
	color: #000000;
	text-decoration: none;
	background-color: #A6C2E7;  
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
	display: block; 
}

.MenuItemMouseOver A, 
.MenuItemMouseOver A:Active,
.MenuItemMouseOver A:Hover,
.MenuItemMouseOver A:Visited, 
.MenuItemMouseOver A:Link
{
	color: white;
	text-decoration: none;   
	background-color: #95AECF !important;  
	padding-top: 1px;
	padding-bottom: 1px;
	/* padding-left: 20px; */
	height: 17px; 
	border: 0;
	cursor: pointer;
	display: block;
	width: 100%
}

.MenuItem A, 
.MenuItem A:Active,
.MenuItem A:Hover, 
.MenuItem A:Visited, 
.MenuItem A:Link
{
	color: white;
	text-decoration: none;   
	background-color: #A6C2E7;
	padding-top: 1px;
	padding-bottom: 1px;
	/* padding-left: 20px; */
	height: 17px; 
	border: 0;
	cursor: pointer;
	display: block;
	width: 100% 
}

.currentHeaderHighlight
{
	color: #000000;
	text-decoration: none;
}

.currentItemHighlight
{
	color: #000000;
	text-decoration: none;
}

/* ============================================================ 
   DNNArticle Module 07.08.00
   ============================================================ */

.DNNArticle_Heading,
.DNNArticle_Heading p
{
	font-size:1.3em;
	font-weight: bold;
	color: #003366;
}

.DNNArticle_Heading2 { 
	border-left:1px solid #ccc; 
	font-size:1.5em;
	font-weight: bold;
	color: #003366;
	margin-left:2.6em; 
	padding-left:5px; 
}


.DNNArticle_SubHeading,
.DNNArticle_SubHeading p
{
	font-size: .8em;
	font-weight: normal;
	color: #C0C0C0;
}

.DNNArticle_Description,
.DNNArticle_Description p
{
	font-family: arial;
	font-size: 1.1em;
	font-weight: normal;
	text-align: justify;
}

.DNNArticle_ReadMore,
.DNNArticle_ReadMore a,
.DNNArticle_ReadMore p
{
   text-align: right;
}

/* --- DNN Article : Publishing Section */
.Publish-DateBlock {
	display:block; 
	text-align: center;
	float:left; 
	border-bottom:none;
	background:url(/Portals/0/Images/css_pub-bottom.png) right bottom no-repeat;
	width:2.7em;
}
.Publish-month {
	display: block;
	font-size: .9em;
	margin: 0;
	padding: 0;
	padding-top: 12px;
	background: url(/Portals/0/Images/css_pub-top.png) center top repeat-x;
}
.Publish-day {
	display:block; 
	font-size:1.5em;
	margin:0; 
	margin-top: -3px;
	padding:0;
}
.Publish-year {
	display: block;
	font-size: .8em;
	margin:0; 
	margin-top: -4px;
	padding: 0;
}
.Publish-content { 
	margin-left:2.6em; 
	border-left:1px solid #ccc; 
	padding-left:5px; 
}
.Publish-content a,
.Publish-content a:active,
.Publish-content a:link,
.Publish-content a:visited,
.Publish-content a:hover
{
	font-size:1.4em;
	font-weight: bold;
	color: #003366;
}


/* ---General Section */

