/* @override http://assetbasedthinking.com/blog/wp-content/themes/asset-based-thinking/style.css */

/*
Theme Name:		Asset-Based Thinking Template
Theme URI:		http://AssetBasedThinking.com
Description:	ABT theme for WordPress designed and coded by <a href="http://idea-sandbox..com">Paul Williams</a>.
Version:		0.05
Author:			Paul Williams
Author URI:		http://idea-sandbox.com/
*/

body { background: #fff; color: #333; font: 62.5% Georgia, "Times New Roman", Times, serif; text-align: center; }

* { padding: 0; margin: 0; }



/*---:[ global elements ]:---*/

a { color: #CC0000; text-decoration: underline;
}

	a:visited { color: #333; text-decoration: underline; }

	a:hover { color: #df0000; text-decoration: underline; }
	
	a img { border: none; }
	
blockquote { font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }

abbr, acronym { border-bottom: 1px dotted #aaa; text-transform: uppercase; cursor: help; }
	
code { color: #090; font-family: Courier, monospace; }

pre { margin: 0 0 1.5em 0; overflow: auto; font-size: 1.3em; clear: both; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { font-size: 1.4em; }

.flickr_blue { color: #007ae4; text-transform: lowercase; }

.flickr_pink { color: #ff2a96; text-transform: lowercase; }

.green { color: #090; }

.red { color: #f00; }

.orange { color: #f40; }

.purple { color: #909; }



/*---:[ headlines ]:---*/

h1, h2, h3 { font-family: Helvetica, Arial, sans-serif; color: #000;
}

/*

h1 { font-size: 3.6em; letter-spacing: -0.03em; }

	#masthead h1 { padding: 0.4em 0 0.2em 0; border-top: 1px solid #ccc; text-align: center; clear: both; }
	
	h1 a, h1 a:visited, h1 a:hover { color: #000; text-decoration: none; }
	
h2 { font-size: 2.0em; }

	h2 a { color: #000; text-decoration: none; }
	
		h2 a:visited { color: #555; text-decoration: none; }
	
		h2 a:hover { color: #090; text-decoration: none; } */
	
	
	.pages h2, h2.page_header { margin: 0 0 0.75em 0; padding: 0 0 0.6em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat;
}
	
	h2.archive_head { font-weight: bold !important; font-size: 1.4em !important; text-transform: uppercase !important; letter-spacing: normal !important; margin: 0 0 1.8em 0 !important; padding: 0.4em 2px !important; border-top: 3px solid #000 !important; background: url('images/hr_dot_black.gif') 0 100% repeat-x !important; }
	
h3 { font-size: 1.0em; text-transform: uppercase; }

	#masthead h3 { margin: 0 0 0.75em 0; font-weight: normal; font-size: 1.8em; text-transform: none; color: #888; text-align: center; }

	.entry h3 { margin: 2.5em 0 0.5em 0; }
	
	.entry h3.top { margin: 1.5em 0 0.5em 0 !important; }
	
h3.comments_headers
{
	font-size: 14px;
}

	h4 a, h4 a:visited { color: #888; text-decoration: none; }
	
		h4 a:hover { color: #888; text-decoration: underline; }
	
.posts h4
{
	margin: 0 0 10px;
	padding: 0 0 6px;
	background: url('http://assetbasedthinking.com/images/hr_title_sep.gif') 0 100% no-repeat;
}



/*---:[ core layout elements ]:---*/

#container { width: 977px; margin: 9px auto 0;
}
					
#content_box
{
	width: 979px;
	text-align: left;
	float: left;
	clear: both;
	background-color: white;
	z-index: 1;
	padding-top: 5px;
}
	
#content
{
	width: 510px;
	float: left;
	background: none repeat-y right;
	position: relative;
	padding-left: 20px;
}
		
#sidebar
{
	width: 191px;
	padding: 0 0 0 27px;
	float: right;
	background: url(http://assetbasedthinking.com/blog/images/ABT_dotted_line.jpg) repeat-y;
}
	
#l_sidebar
{
	width: 186px;
	float: left;
	padding: 0 9px 0 4px;
	text-align:left;
	background: url(http://assetbasedthinking.com/blog/images/ABT_dotted_line.jpg) repeat-y 186px 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 2px;
}
		
	#footer { width: 970px; padding: 1.2em 0 0 0; border-top: 2px solid #ccc; float: left; clear: both; }
		


/*---:[ header styles ]:---*/

#masthead { width: 970px; /*height: 100px; background: url('images/logo.gif') no-repeat;*/ /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */ }

	/* #masthead a { display: block; width: 970px; height: 100px; } */ /* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */

ul#nav { list-style: none; width: 950px; padding: 0 10px; background: url('images/hr_dot_black.gif') repeat-x; border-bottom: 3px solid #000; float: left; clear: both; }

	ul#nav li { padding: 0.85em 40px 0.7em 0; font: bold 1.4em Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; }
	
		ul#nav li a, ul#nav li a:visited { color: #000; text-decoration: none; }
	
		ul#nav li a:hover { color: #000; text-decoration: underline; }
		
		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #090; text-decoration: underline; }
		
	ul#nav li.rss { padding: 0.85em 0 0.7em 0; float: right; }
			
		ul#nav li.rss a { padding: 0 18px 0 0; background: url('images/icon_rss.gif') 100% 50% no-repeat; }
			
#header_img
{
	position: relative;
	margin: 0;
	float: left;
	clear: both;
}

	#header_img img { display: block;
} /* this is really just an IE 6 and 7 hack in disguise */



/*---:[ content styles ]:---*/

.entry { font-size: 12px; line-height: 1.65em;
	background-position: 0 top;
	background-repeat: no-repeat;
	margin-right: 4px;
	margin-left: 3px;
}
		
	.entry blockquote { font-size: 1.0em; }
	
		.entry blockquote.right { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 0 0.3em 15px !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: right; }
		
		.entry blockquote.left { width: 200px; font-style: normal !important; font-size: 1.3em !important; margin: 0.3em 15px 0.3em 0 !important; padding: 0.3em 0 !important; border: 3px double #aaa; border-width: 3px 0; text-align: center; float: left; }
	
			.entry blockquote.right p, .entry blockquote.left p { margin: 0 !important; line-height: 1.4em !important; }
	

	.entry ul, .entry ol { margin: 0 0 1.5em 40px; }
	
	.entry ul { list-style-type: square; }
	
		.entry li { margin: 0 0 0.5em 0; }
		
			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0.5em 0 0.5em 30px; }
	
	.entry dl { margin: 0 0 1.5em 0; }
			
		.entry dt { font-weight: bold; margin: 0 0 0.5em 0; }
		
		.entry dd { margin: 0 0 1.5em 20px; }
		
	.entry .ad { margin: 0 0 0.5em 15px; float: right; }
	
	.entry .ad_left { margin: 0 15px 0.5em 0; float: left; }

	.entry img { }

		.entry img.left { padding: 3px; margin: 0.5em 15px 0.5em 0; border: 3px double #bbb; float: left; clear: left; }
		
		.entry img.right { padding: 3px; margin: 0.5em 0 0.5em 15px; border: 3px double #bbb; float: right; clear: right; }
		
		.entry img.center { display: block; padding: 3px; margin: 0 auto 1.5em auto; border: 3px double #bbb; float: none; clear: both; }
	
		.entry img.off { padding: 0 !important; border: none !important; }
		
		.entry img.stack { clear: none !important; }

.tagged
{
	padding: 0.4em 0 0 0;
	background: url('images/hr_tag_sep.gif') no-repeat; 	font-size: 13px;
	line-height: 1.6em;
	color: #888;
	clear: both; }

	.tagged a, .tagged a:visited { padding: 0.25em; color: #333; text-decoration: none; }
	
		.tagged a:hover { color: #fff; background: #333; text-decoration: none; }
	
	.add_comment { display: block; padding: 0 0 0 20px; font-weight: bold; float: right; }

.navigation { width: 500px; font-size: 12px; float: left; }
	
	.previous { padding: 0 20px 0 0; float: left; }
	
	.next { float: right; }

.clear { width: 500px; height: 1px; margin: 0 0 5.0em 0; clear: both; }

.rule { background: url('images/hr_tag_sep.gif') no-repeat; }

.flat { margin: 0 0 2.0em 0 !important; }

.whitespace { margin: 0 0 3.5em 0 !important; }



/*---:[ sidebar styles ]:---*/

ul.sidebar_list { list-style: none; }

ul.sidebar_list li.widget, ul.sidebar_list li.linkcat
{
	width: 192px;
	margin: 10px 0 5px;
	font-size: 1.3em;
	line-height: 1.4em;
	float: left;
	padding-top: 1px;
}

li.widget h2, li.linkcat h2
{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 16px;
	font-weight: normal;
	vertical-align: bottom;
	color:#f57921;
	text-align: left;
	width: 100%;
	/*
	font-weight: bold;
	font-size: 1.077em;
	letter-spacing: normal;
	margin: 0 0 0.8em 0;
	padding: 0.4em 2px; */
	background: url('images/hr_dot_black.gif') 0 100% repeat-x;
	margin-bottom: 5px;
}

		li.widget p { margin: 0 0 1.5em 0; padding: 0 10px; }
		
		li.widget ul, li.linkcat ul { list-style: square; margin: 0 0 0.5em 20px; }
		
		li.widget ol, li.linkcat ol { margin: 0 0 0.5em 20px; }
		
			li.widget li, li.linkcat li { margin: 0;
	font-size: 12px;
	line-height: 20px;
}
			
				li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited { text-decoration: none; }
				
					li.widget li a:hover, li.linkcat li a:hover { text-decoration: underline; }
			
				li.widget li .recent_date { padding: 0 0 0 8px; font-weight: bold; color: #888; }
		
		li.widget ul.flickr_stream { list-style: none; margin: 0; padding: 0 10px; }
		
			li.widget ul.flickr_stream li { margin: 0; padding: 0 5px 5px 0; display: inline; }
			
				li.widget ul.flickr_stream li a img { padding: 3px; }
				
				li.widget ul.flickr_stream li a:hover img { background: #ff2a96; }
		
			/*---< FlickrRSS styles for the widget only >---*/
		
			li.widget_flickrrss { }
			
				li.widget_flickrrss a img { margin: 0 5px 5px 0; padding: 3px; }
				
				li.widget_flickrrss a:hover img { background: #ff2a96; }
				
		/*---< Calendar widget styles >---*/
		
		#calendar_wrap { font-size: 1.3em; }
				


/*---:[ footer styles ]:---*/

#footer p { margin: 0 0 0.923em 0; font-size: 1.3em; color: #888; text-align: right; }

	#footer a, #footer a:visited { color: #888; text-decoration: none; }
		
		#footer a:hover { color: #888; text-decoration: underline; }



/*---:[ comment styles ]:---*/

#comments { width: 500px; float: left; clear: both; }

	ul#comment_list { list-style: none; margin: 0 0 4.0em 0; border-top: 1px solid #bbb; float: left; }
		
		ul#comment_list li.comment { width: 500px; padding: 1.2em 0 0 0; border-bottom: 1px dotted #bbb; float: left; }
			
		ul#comment_list li.trackback { width: 470px; padding: 1.2em 15px 0 15px; background: url('images/trackback_bg.gif'); }
				
			.comment_meta { margin: 0 0 1.2em 0; }
			
				.comment_num { padding: 0 15px 0 20px; font-weight: bold; font-size: 1.4em; float: right; }
				
				.trackback .comment_num { padding: 0 0 0 20px; }
				
					.comment_num a, .comment_num a:visited { color: #888; text-decoration: none; }
					
						.comment_num a:hover { color: #df0000; text-decoration: none; }
				
				.comment_meta strong { font-size: 1.6em; }
					
				.comment_time { font: normal 1.1em Verdana, Helvetica, Arial, sans-serif; color: #888; }
		
			.comment .entry { padding: 0 15px; }
			
				.comment .entry p { margin: 0 0 1.0em 0; }
			


/*---:[ comment form styles ]:---*/

#comment_form { width: 500px; padding: 1.0em 0 0 0; float: left; }

	#comment_form p { padding: 0.6em 0; }
	
		#comment_form label { padding: 0 0 0 10px; font-size: 1.2em; }

		#comment_form .text_input { width: 191px; padding: 3px; color: #444; font: normal 1.4em Verdana, Helvetica, Arial, sans-serif; border-top: 2px solid #999; border-left: 2px solid #999; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
		
		#comment_form .text_area { width: 321px !important; }
	
			#comment_form .text_input:focus { border-top: 2px solid #666; border-left: 2px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
	
		#comment_form .form_submit { padding: 0.4em 4px; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; font: bold 1.4em Georgia, "Times New Roman", Times, serif; cursor: pointer; }
		
		#comment_form p.subscribe-to-comments { font-size: 1.4em; }
		
			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }
			


/*---:[ search form styles ]:---*/

#search_form { }

#search_form .search_input
{
	width: 183px;
	padding: 3px;
	color: #1364B0;
	font: normal 12px Verdana, Helvetica, Arial, sans-serif;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5; }
	
li.widget .search_input
{
	font-size: 14px;
}
	
		#search_form .search_input:focus { border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
		
		
/*****************************/
/***    ABT New Styles PART 1    ***/
/*****************************/
#abt_header
{
	background: url(../images/ABT_header_bg.gif);
	width:979px;
	height:104px;
}
	.header_links
	{
		float:right; 
		margin-top:-65px;
	}
	.header_home
	{
		padding-top:15px;;
	}
	.bg_right_side
	{
	}

#abt_container
{
	background-color:#FFFFFF;
	max-width:979px;
	min-width:750px;
	text-align:left;
}

#abt_footer
{
	text-align:center;
	background: url(images/ABT_footer_bar.jpg) no-repeat center;
	height:65px;
	clear:both;
}

	#abt_footer_content a
	{
		color:#ffffff;
		font-size:14px;
		float:left;
		padding-top:25px;
		padding-left:35px;
		font-weight:bold;
	}

	#abt_footer a:link, #abt_footer a:visited
	{
		color:#FFFFFF;
	}
	
	.abt_privacy
	{	
		color:#ffffff;
		font-size:10px;
		float:right;
		padding-top:25px;
		margin-right:40px;
	}
	
#abt_rightColumn
{
	padding: 0px;
	margin: 0px;
	width: 20%;
	float:right;
	text-align:left;	
}

#abt_navList
{
	margin-left:0px;
}

	.abt_navLabel
	{
		position:relative;
		top:-17px;
		left:6px;
		font-weight:bold;
}
	
		.abt_navLink
		{
			display:block;
	color: #666666;
}
	
		#abt_navList a:link, #abt_navList a:visited
		{
			color:#666666;
			text-decoration:none;
		}
				
		#abt_navList a:hover, #abt_navList a:active
		{
			color:#f47921;
			text-decoration:none;
		}
	

		
div.module_menu ul
{
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:left;
}
	div.module_menu ul img
	{
		float:left;
	}

	div.module_menu ul span
	{
		position:relative;
		top:15px;
		left:3px;
		font-weight:bold;
		line-height:1em;
	}
	
	div.module_menu ul .item59 span
	{
		top:7px;
	}

	div.module_menu li
	{
		clear:left;
		padding-right: 0;
	margin-left: -1px;
	margin-top: -4px;
}
	
		div.module_menu ul li a:link, div.module_menu ul li a:visited 
		{
			color:#666666;
			text-decoration:none;
		}
		
		div.module_menu ul li a:hover, div.module_menu ul li a:active
		{
			color:#f47921;
			text-decoration:none;
			background-color:#eeeeee;
		}
	
	div.module_menu a	
	{
		display:block;
		overflow:hidden;
		padding:5px 0px 5px 4px;
	}


			
#abt_leftColumnModules
{
}

.abt_bookInfo
{
	margin:8px 30px 8px 3px;
	font-size:10px;
	color:#666666;
	line-height:12px;
}

.abt_book_header
{
	color:#BF1E2E;
	font-size:14px;
	font-weight:bold;
}

.rightModWidth
{
	margin-bottom:35px;
	margin-top:25px;
}

.redTxt
{
	font-size:14px;
	color:#bf1e2e;
	line-height:23px;
	margin-top:18px;
	margin-bottom:18px;
}

.homeHeader
{
	font-size: 22px;
	color:#bf1e2e;
	margin-top: 11px;
	line-height: 29px;
}

.contentLeft
{
	margin-top:15px;
}

.linkList	
{
	margin:10px 0px;
}
	.linkList a:link, .linkList a:visited
	{
		background-color:#CC0000;
		color:#FFFFFF;
		font-size:11px;
		margin:10px 2px;
		padding:2px 10px;
	}
	
	.linkList a:hover, .linkList a:active
	{
		background-color:#FF3300;
		color:#FFFFFF;
		font-size:11px;
		margin:10px 2px;
		padding:2px 10px;
		text-decoration:none;
	}

.floatRight
{
	float:right;
	margin-left:10px;
}

.floatLeft
{
	float:left;
}

.abt_contentPara
{
	margin-top:15px;
	margin-bottom:15px;
}

.abt_itemSpacer
{
	margin-right:10px;
	margin-left:10px;
}

.rightColLink
{
	list-style:none;
	margin-top:15px;
}

	.rightColLink a:link, .rightColLink a:visited
	{
		text-decoration:none;
		padding:5px 5px 5px 5px;
		margin-top:7px;
		color:#FFFFFF;
		background-color:#CC0000;
		display:block;
	}
	
	.rightColLink a:hover, .rightColLink a:active	
	{
		text-decoration:none;
		padding:5px 5px 5px 5px;
		margin-top:7px;
		color:#FFFFFF;
		background-color:#FF0000;
		display:block;
	}
	
		
div.moduletable_services_subnav ul
{
	margin:18px 0px;
	padding:0px;
	list-style:none;
	text-align:left;
	
}

	div.moduletable_services_subnav li
	{
		margin-top:7px;
		margin-bottom:10px;
		display:inline;
	}
	
		div.moduletable_services_subnav a:link, div.moduletable_services_subnav a:visited
		{
			background-color:#CC3300;
			color:#FFFFFF;
			font-size:10px;
			margin:10px 2px;
			padding:3px 10px;			
		}
		
			div.moduletable_services_subnav a:hover, div.moduletable_services_subnav a:active
		{
			background-color:#666666;
			color:#FFFFFF;
			font-size:10px;
			margin:10px 2px;
			padding:3px 10px;
			text-decoration:none;
		}
		

		
div.moduletable_right_menu ul
{
	margin:0px;
	margin-top:30px;
	padding:0px;
	list-style:none;
}

	div.moduletable_right_menu li
	{
		display:block;
	}
	
		div.moduletable_right_menu a:link, div.moduletable_right_menu a:visited
		{
			background-color:#CC0000;
			background-repeat:repeat-x;
			color:#FFFFFF;
			font-size:13px;
			margin:10px 0px 0px 0px;
			padding:4px 0px 4px 4px;
			text-decoration:none;
			display:block;
		}
		
			div.moduletable_right_menu a:hover, div.moduletable_right_menu a:active
		{
			background-color:#FF3300;
			background-repeat:repeat-x;
			color:#FFFFFF;
			font-size:13px;
			margin:10px 0px 0px 0px;
			padding:4px 0px 4px 4px;
			text-decoration:none;
			display:block;
}

.list_no_style
{
	list-style:none;
}

.ul_heading
{
	font-size:13px;
	text-decoration:underline;
}

#componentheading, .componentheading
{
	padding-top:30px;
}

#maincolumn div.moduletable
{
}

div.moduletable ul
{
	margin:10px 100px 10px 0px;
	padding:0px;
	list-style:none;
	overflow:auto;
}

	div.moduletable li
	{
		margin-top:7px;
		margin-bottom:10px;
		float:left;
	}
	
		div.moduletable a:link, div.moduletable a:visited
		{
			background-color:#CC0000;
			color:#FFFFFF;
			font-size:11px;
			margin:10px 2px;
			padding:4px 10px;
			white-space:nowrap;
			clear:both;
		}
		
			div.moduletable a:hover, div.moduletable a:active
		{
			background-color:#FF3300;
			color:#FFFFFF;
			font-size:11px;
			margin:10px 2px;
			padding:4px 10px;
			text-decoration:none;
			white-space:nowrap;
			clear:both;
		}
		
.clearit
{
	clear:both;
	margin-top:17px;
}

.leftimage
{
	float:left;
	margin:0pt 5px 20px 0pt;
}

.menu
{
	clear:both;
}

.inTextImg_l
{
	float:left;
	margin:0px 10px 14px 0px;
}

.inTextImg_r
{
	float:right;
	margin:0px 0px 14px 10px;
}

.cta_link a:hover, .cta_link a:link, .cta_link a:active, .cta_link a:visited
{
	text-align:center;
	background-color:#FF6600;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding:6px;
	margin-left:30px;
}
	
.rightAlignTxt
{
}

#newsletter_signup
{
	margin:15px 5px 5px 5px;
	padding:4px 4px 4px 4px;
	background-color:#FF6600;
	text-align:center;
}
	
	#newsletter_signup a:link, #newsletter_signup a:visited
	{
		color:#FFFFFF;
		font-weight:bold;
		font-size:13px;		
		text-decoration:none;		
	}
	
	#newsletter_signup a:hover, #newsletter_signup a:active
	{
		color:#FFFFFF;
		font-weight:bold;
		font-size:13px;
		text-decoration:underline;		
	}

.txtMrgnL175
{
	margin-left:175px;
}


/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
	left: 0;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #666666;
	background-color:#67a3b4;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; color:#666666; }

img { border: 0 none;
	margin-top: -1px;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 10px 0;
	margin-bottom: 1px;
	text-align:center;
}

div.center {
	width:979px;
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	min-width: 750px;
	max-width: 981px;}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_small div#wrapper {
	width: 773px;
}

body.width_fmax div#wrapper {
	min-width: 750px;
	max-width: 981px;
}

div#header {
	background: url(../images/ABT_header.jpg) 0 0 no-repeat;
}

div#header_l {
	position: relative;
}

div#header_r {
	height: 90px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 298px;
	height: 75px;
	background: url(../images/mw_joomla_logo.png) 0 0 no-repeat;
	margin-left: 30px;
	margin-top: 25px;
}

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#tabarea {
	background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
	margin: 0 11px;

}

div#tabarea_l {
	background: url(../images/mw_header_l_b.png) 0 0 no-repeat;
	padding-left: 32px;
}

div#tabarea_r {
	height: 42px;
	background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 1px;
}

div#footer_r {
	padding-top: 10px;
	height: 47px;
	overflow: hidden;
}

div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}

#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}

#search {
	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
}

#whitebox {
	margin: 0 21px 0px 21px;
	background: #fff;
	width: auto;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
	width: auto;
	padding: 0px 8px;
}

#whitebox_b {
	margin-top: -5px;
	background: url(../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
}

/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  background: url(../images/mw_menu_cap_l.png) no-repeat;
  width:  20px;
  height: 32px;

}

td.pill_m {
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  background: url(../images/mw_menu_cap_r.png) no-repeat;
  width:  19px;
  height: 32px;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
	margin-top:2px;
	height: 21px;
	line-height: 21px;
	background-position: 0 0;
}

/* #leftcolumn {
	padding: 0;
	margin: 0 0 0 6px;
	width: 193px;
	float:left;
	text-align:left;
	background: url(../images/ABT_dotted_line.jpg) right repeat-y;
} */

#leftcolumn {
	padding: 0;
	margin: 0;
	width: 20%;
	float:left;
	text-align:left;
	background: url(http://assetbasedthinking.com/blog/images/ABT_dotted_line.jpg) right repeat-y;
}

#maincolumn,
#maincolumn_full {
	padding-left: 18px;
	padding-right:10px;
	width: 55%;
	float:left;
	background: url(../images/ABT_dotted_line.jpg) right repeat-y;
}

#maincolumn_full {
	padding-left: 25px;
	width: 50%;
	float:left;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: -25px;
}

table.nopad td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0px 20px 18px 4px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2
{
	padding: 0;
	vertical-align: bottom;
	color:#f57921;
	text-align: left;
	width: 100%;
	font: 23px Arial, Helvetica,sans-serif;
}

h2, .contentheading
{
	font-size: 22px;
	color:#bf1e2e;
	line-height: 29px;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: normal;
  font-family: Helvetica,Arial,sans-serif;
  font-size:1.5em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
	color:#f47921;
}

.readon
{
	color:#f47921;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
	width:240px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/ABT_dotted_line.jpg) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
	clear:both;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin-top:10px;;
	padding: 0;
	width: auto;
	clear:both;
	display:block;

}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.module {
  margin-bottom: 25px;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

/*div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
*/
/*div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}*/

/*div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}*/

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}
