/*
 * Widgets
 */
 
 /*----------Mini Widgets------------*/
 	#bodyarea .col_mini{ float: left;  width: 214px; padding:0 10px 0 10px; font-size: 1.0em;}
	#bodyarea .col_mini .widgetdiv1
	{
		background: #e7e7e7 url(../images/mini_widget_header_bg.jpg) center top no-repeat;
		margin-bottom: 0;
		padding-left: 0; font-size: 1em;
		position: relative;
		width: 214px;
	}
	#bodyarea .col_mini p  { margin-bottom: 0; }
	#bodyarea .col_mini ul { list-style-image: none; list-style: none; }

	#bodyarea .col_mini .widgetdiv3{ 
		width: 214px;
		min-height:200px;
		background: transparent url(../images/mini_widget_footer_bg.jpg) center bottom no-repeat;
		position: relative; }

 /*----------Small Container Widgets------------*/

	.col_small .widgetdiv1, #bodyarea .store_sidebar .widgetdiv1
	{
		margin-bottom: 10px;
		padding:0; font-size: 0.9em;
		width: 214px;
		background: #e7e7e7 url(../images/mini_widget_header_bg.jpg) center top no-repeat;
	}
	.col_small p, #bodyarea .store_sidebar p  { margin-bottom: 0; }
 	#bodyarea .col_small ul, #bodyarea .store_sidebar ul { list-style-image: none; list-style: none; }

	.col_small .widgetdiv2, #bodyarea .store_sidebar .widgetdiv2
		{position: relative; }

	.col_small .widgetdiv3, #bodyarea .store_sidebar .widgetdiv3{
		width: 214px;
		background: transparent url(../images/mini_widget_footer_bg.jpg) center bottom no-repeat; }

 /*----------Static Content Widgets------------*/
 	#bodyarea .content-static-content-widget .ContentInfo{ margin:0px;}
 /*----------NA Online Widget------------*/
 #bodyarea .naonline-who-s-online-widget p{margin-left:10px;}
 /*----------Polls Widget------------*/
 #bodyarea .polls-widget label{display:inline; font-size:1em;}
 /*----------Menu Widget------------*/
 	#bodyarea .namenus-menu-widget ul{margin:5px 2px 5px 0px;}
/*#bodyarea .namenus-menu-widget li{padding-bottom:5px;list-style-image: url(../images/pointer1.png) 2px 0px;}*/
	#bodyarea .namenus-menu-widget li{ list-style-type:none; background: url(../images/pointer.png) no-repeat left center;
	  		       	   padding-bottom:1px;padding-left:15px;padding-top:3px; display:block;}
	#bodyarea .namenus-menu-widget a{font-size:1.0em;color:#696969;font-weight:bold;}

 /*---------- Widgets with no Header ------------*/
 	#bodyarea .bibleinfo-widget img{padding-top:30px;}


 /*----------Events Widgets------------*/
 	#bodyarea .content-events-widget .EventInfo {}
/*.col_mini .EventInfo .meta {  text-indent:10px; background:url(../images/icon-date.gif) no-repeat 0px 6px;}*/
/*
 * Text inside
 */
   	#bodyarea .col_mini h4, #bodyarea .col_small h4, #bodyarea .store_sidebar h4, #bodyarea .widget p{padding-left:0px;}
	.col_mini h3, .col_small h3, .store_sidebar h3{
		text-align:center; margin: 0px; padding: 9px 0 16px 0 !important;
		font-weight:bold; letter-spacing: 0.02em; color:#696969 !important;
	}
	#bodyarea .col_mini h4, #bodyarea .col_small h4, #bodyarea .store_sidebar h4 {line-height:1.3;font-size:13px;}

	.col_double p, .col_mini p {font-size:1.0em;}
	.widget h4, .widget h4{padding-bottom:4px;padding-top:0px;}

	.col_small p{ font-size:1.1em;}
	#bodyarea .widget ul
		{ list-style-type: none; margin: 0; padding: 2px; }

	.widget .textfield,
	.widget textarea
		{ width: 97%; margin-bottom: 3px; padding: 2px; border: solid 1px #ccc; }
		
	.widget textarea
		{ height: 10em; }
	
	.widget label
		{ font-weight: bold; font-size: 0.9em; color: #888; }
	
	.widget .more
		{ text-align: right; font-size: 0.9em; }