/****************************************************************************************************
**
** Template: 02
** Designed / Developed by: Mark Fasel
** Last Updated: 10/05/2012
** Copyright 2012. LawLytics. All rights reserved.
** Description: Clean, Minimal, Modern, Edgy
**
****************************************************************************************************/

/* Table of Contents

	1.0 - Strucutre
	
	2.0 - Header
		2.1 - Logo
		2.2 - Tagline
		2.3 - Navigation
		2.4 - Dropdown
		2.5 - Social Feeds
		
	3.0 - Billboard
		3.1 - Rotator Elements
		3.2 - Pager
		3.3 - Previous / Next Buttons
		
	4.0 - Call Out
	
	5.0 - Homepage
		5.1 - Home Content
		5.2 - Home Sidebar
		
	6.0 - Page
		6.1 - Page Title
		6.2 - Page Content
		6.3 - Page Sidebar
	
	7.0 - Blog
		7.1 - Blog Index
		7.2 - Blog Details
		7.3 - Blog Sidebar
	
	8.0 - Form Elements
	
	9.0 - Buttons
	
	10.0 - Typography
	
	11.0 - Sidebar / Aside
	
	12.0 - Spaces
	
	13.0 - Footer
		13.1 - Footer Navigation
		13.2 - Footer Social
		13.3 - Footer Text
		13.4 - Footer Links
		

	14.0 - Element Colors (Dynamic Colors)
	
	15.0 - Typography
	
	16.0 - Miscellaneous Elements
	
	17.0 - Widgets
===================================================================================================*/


/* 1.0 Structure
===================================================================================================*/
* {position: relative; outline: none;}
html {background: #d3d3d3;}
body {background: #d3d3d3 url('../images/bg-repeat.png') top center repeat-x!important;}
.spacing {margin-bottom: 35px!important; height: 1px; overflow: hidden;}
#wrapper {background: #fff url('../images/bg-content-top.png') top center repeat-x; width: 980px; margin: 0 auto 0; padding: 30px 0 0; box-shadow: 0px 0px 10px rgba(0,0,0,0.4); -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4); overflow: hidden;}
.page_container {background: #fff url('../images/content-bg.png') top center repeat-x!important; min-height: 350px; border-top: 1px solid #fff;}

img {
	max-width: 100%!important;
	height: auto!important;
}

/* 2.0 Header
===================================================================================================*/
header {margin-top: 0;}
.logo-container {overflow: hidden; padding: 0 30px;}
	/* 2.1 Logo
	-----------------------------------------*/
	.logo-container hgroup {float: left;}
	#logo {}
	#logo a {color: #323232; text-decoration: none;}
	.title {display: block; text-transform: uppercase; font-family: "Baskerville", serif; font-weight: bold; font-size: 36px;}
	#logo .tagline {display: inline-block!important; font-size: 11px; padding: 0; margin-top: 0; font-family: "Arial", sans-serif; text-transform: uppercase; font-weight: normal; color: #959595; letter-spacing: .09em;}
	.sitetitle .amp {font-family: "Baskerville", serif; font-style: italic; font-size: 48px!important; font-weight: normal!important;}
	
	.phone {float: right;}
	.phone p {background: #b2b2b2 url('../images/phone-bg.png') bottom center repeat-x; padding: 7px 10px; color: #fff; font-family: "Arial", sans-serif; font-size: 12px; float: right; margin-bottom: 0!important; border-bottom: 1px solid #606060;}
	.phone p a {color: #fff!important; text-decoration: none;}
	
	/* 2.3 Navigation
	-----------------------------------------*/
	header #main_navigation_container {background: url('../images/navigation-background.png') top center repeat-x!important; height: 54px; position: static!important; margin-top: 25px; z-index: 10000!important;}
	.root header #main_navigation_container, .sub header #main_navigation_container {border-bottom: 1px solid rgba(0,0,0,0.95);}

	header .nav_menu {padding-top: 9px;}
	header .nav_container {background: url('../images/nav-container.png') top center repeat-x!important; height: 35px; width: auto;}
		

	
	/* 2.4 New Nav Styles 
	-----------------------------------------*/
	.slide_menu {height: 35px; position: relative; overflow: hidden;}
	header .nav_container {width: 940px; padding: 0 20px;}
	header #main_navigation {margin: 0 auto;}
	header #main_navigation_container ul {text-align: center; min-height: 19px; z-index: 9999!important; top: 0!important;}
	header #main_navigation ul {width: 2000px!important;}
	header #main_navigation_container ul li {float: left; font-family: "Georgia", serif; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; padding-left: 10px; padding-right: 15px; text-align: center; background: url('../images/navitem-divider.png') right no-repeat!important; height: 35px; list-style: none;}
	header #main_navigation_container ul li:last-child {margin-right: 0; padding-right: 0; background: none!important;}
	header #main_navigation_container ul li a {color: #929292; text-decoration: none;text-shadow: 0px 1px #1d1d1d; padding: 10px 0;}
	header #main_navigation_container ul li a:hover, header #main_navigation_container ul li:hover a, header #main_navigation_container ul li.active a, #main_navigation ul li.hovered a {color: #ffffff!important; text-shadow: 0px 1px #141414;}
	header #main_navigation_container ul li ul li {float: none; text-transform: none; margin-left: 0; font-weight: normal;}
	
	.slider_nav_back {background: url('../images/nav-arrow-left.png') top right no-repeat; width: 21px; height: 21px; display: block; text-indent: -9000px; position: absolute; left: 10px; top: 7px; z-index: 100000;}
	.slider_nav_back:hover {background-position: top left;}
	.slider_nav_forward {background: url('../images/nav-arrow-right.png') top left no-repeat; width: 21px; height: 21px; display: block; text-indent: -9000px; position: absolute; right: 10px; top: 7px; z-index: 100000;}
	.slider_nav_forward:hover {background-position: top right;}
	.slider_nav_back.deactivated, .slider_nav_forward.deactivated {display: none;}

	/* 2.4 Dropdown 
	-----------------------------------------*/
	header #main_navigation_container ul li:hover li > a {color: #a6a6a6; text-shadow: none!important;}	
	
	header #main_navigation_container ul li li:hover a, header #main_navigation ul li li a:hover {color: #ffffff; text-shadow: none!important;}	
	
	/* level 2 list */
	header #main_navigation_container ul ul {background: #000!important; display: none; margin: 0; width: 215px; position: absolute; top: 45px; left: -20px; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.40); -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.40); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.40);}
	header #main_navigation_container ul li:hover > ul {display: block; text-align: left;}
	header #main_navigation_container ul li ul li {float: none; display: block!important; margin: 0; padding: 10px 15px!important; border-top: 1px solid #343434; padding-left: 0; background: none!important; text-align: left; text-shadow: none!important; height: auto!important; font-size: 13px!important; font-family: "Arial", sans-serif; letter-spacing: normal!important;}
	header #main_navigation_container ul li ul li:first-child {border-top: none;}
	header #main_navigation_container ul li ul li a {font-weight: normal;}
	header #main_navigation_container ul li ul li:hover {padding-left: 7px;}
	
	/* clearfix */
	header #main_navigation_container ul:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
	
	* html header #main_navigation_container ul {height: 1%;}	
	
	.jumpMenu {display: none;}
	
	/*========== Hover Nav ============*/
#hover_nav {
	border-left: none!important;
	z-index: 10000000!important;
	padding: 0;
	width: 220px;
}
#hover_nav.has_third_level {
	border-left: none!important;
	z-index: 1000;
	padding: 0;
	width: 502px;
}
#hover_nav.standard .after {
	z-index: 10000;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #000 transparent;    
}
#hover_nav.standard .before {
	z-index: 10000;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}
#hover_nav.flipped .before {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent; 
}
#hover_nav.flipped .after {
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #000 transparent;
}
#hover_nav > ul {
	background: #000!important;
	float: none;
	padding: 10px 15px!important;
	line-height: normal!important;
	display: block;
	margin: 0;
	background: none;
	margin-left: 0;
	overflow: hidden;
}
#hover_nav.has_third_level > ul {
	background: #000!important;
	float: none;
	padding: 10px 0!important;
	line-height: normal!important;
	display: block;
	margin: 0;
	background: none;
	margin-left: 0;
	overflow: hidden;
}
#hover_nav ul li {list-style: none;}

#hover_nav ul > li {
	color: #969696;
	border-top: 1px solid #343434;
	display: block;
	padding: 7px 0;
	margin: 0;
	font-size: 12px;
	line-height: normal;
	text-shadow: none;
}
#hover_nav ul > li:first-child {margin-top: 0; padding-top: 0; border-top: none;}
#hover_nav ul li a {color: #a6a6a6;}
#hover_nav ul li a:hover {color: #fff; text-decoration: none;}

/* Had third level */
#hover_nav.has_third_level ul > li {
	float: left;
	margin: 7px 15px;
	width: 220px;
	padding: 0;
	border: none!important;
	font-size: 14px;
	font-weight: bold;
}
#hover_nav.has_third_level ul > li > a {color: #fff;}
#hover_nav.has_third_level ul > li > a:hover {text-decoration: none; color: #a5a5a5;}
#hover_nav.has_third_level ul li ul {display: block!important; margin: 0; margin-top: 10px;}
#hover_nav.has_third_level ul li ul li {
	height: auto!important; 
	width: 100%; 
	float: none;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #343434!important;
}
#hover_nav.has_third_level ul li ul li a {color: #a6a6a6!important;}
#hover_nav.has_third_level ul li ul li a:hover {color: #fff!important;}
	
/* 3.0 Billboard
===================================================================================================*/
#billboard_container {border-bottom: 1px solid rgba(0,0,0,0.95); margin-top: 0;}
#billboard_container .container {width: 980px;}
#billboard_container .container .ten.columns {width: 600px!important;}
#billboard_container .container .six.columns {width: 360px!important;}
div.slide {
	width: 100%;
	overflow: hidden;
	float: left;
	height: auto;
	position: relative;
}	
div.slide img {
	width: 100%;
	height: auto;
	line-height: normal;
	display: block;
}
#rotator li {list-style: none; height: 100%; position: relative;}

#rotator li img {float: left;}
.billboard_content_holder {min-width: 350px; max-width: 400px; padding: 25px; position: absolute; bottom: 15px; right: 15px; overflow: hidden;}
.billboard_background {
	filter:alpha(opacity=90); /* IE */
    -moz-opacity:0.9; /* Mozilla */
    opacity: 0.9; /* CSS3 */
    position: absolute;
    top: 0; left: 0;
    height: 100%; 
    width:100%;
}
.billboard_content_full {padding: 15px;}
.billboard_content h2, .billboard_content_full h2 {color: #fff!important; font-size: 36px!important;}
.billboard_content h2 a, .billboard_content_full h2 a {color: #fff!important; text-decoration: none; text-shadow: 0px 1px rgba(0,0,0,0.65);}
.billboard_content h2 a:hover, .billboard_content_full h2 a:hover {color: rgba(255,255,255,0.85)!important;}
.billboard_content p, .billboard_content_full p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #fff; margin-top: 0px; margin-bottom: 0; font-family: "Arial", sans-serif; margin-bottom: 25px!important; text-shadow: 0px 1px rgba(0,0,0,0.55);}
.billboard_content_full h2 a:hover {color: #7a7a7a;}

	.learn {
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		text-decoration: none;
		display: inline-block;
		margin-top: 15px;
		padding: 7px 10px;
		outline: 1px solid rgba(255,255,255,0.25);
	 }
	 .learn:hover {color: #fff!important; text-decoration: none; outline: 1px solid rgba(255,255,255,0.45);}
	 
	 
	#billboard_container:hover .billboard_background {
		filter:alpha(opacity=1); /* IE */
	    -moz-opacity:1; /* Mozilla */
	    opacity: 1; /* CSS3 */
	}
	 
	 /* 3.3 Prev / Next Buttons
	-----------------------------------------*/
	.flex-direction-nav {position: absolute!important; top: 0; z-index: 10000!important; height: auto!important; width: 100%; top: 45%; display: none;}
	.flex-control-nav {display: none!important;}
	.flex-direction-nav li, .flex-control-paging li {list-style: none;}
	#rotator .prevHolder a {background: url('../images/left-arrow.png') top center no-repeat; width: 49px; height: 49px; display: block; cursor: pointer; text-indent: -9000px; z-index: 113; position: absolute; left: 15px;}
	#rotator .nextHolder a {background: url('../images/right-arrow.png') top center no-repeat; width: 49px; height: 49px; display: block; cursor: pointer; text-indent: -9000px;  z-index: 113; position: absolute; right: 15px;}
	
	#billboard_container:hover .flex-direction-nav {display: block!important;}

	.flex-control-paging {display: none!important;}
	
	#billboard_container .slides > li {display: none; overflow: hidden;}
	
/* 4.0 Call Out
===================================================================================================*/
.shoutout_container {padding: 15px 0; width: 100%; background: #ce0000; border-top: 1px solid rgba(255,255,255,0.45); position: static!important;}
#shoutout h1 {font-family: 'Georgia', sans-serif; color: #fff!important; font-size: 18px; text-align: left; text-shadow: 0 -1px 0px #373737; line-height: normal; padding: 0!important; margin: 0!important; font-style: italic; font-weight: normal; text-shadow: 0px 1px 0 rgba(0,0,0,0.75)}
 
 /* 5.0 Homepage
===================================================================================================*/
#home_container {padding: 30px 0; margin-bottom: 30px; background: none;}
#home_content, #home_content p, #home_content h1, #home_content h2, #home_content h3, #home_content h4, #home_content h5, .insertedImage, .wysiwyg_container, .wysiwyg_container p, #home_sidebar *, #home_sidebar label, body #home_sidebar input, #home_sidebar textarea {position: static!important;}
#home_content .news {background: url('../images/horiz-dots.gif') top center repeat-x; margin-top: 20px;}


	/* 5.1 Home Content
	-----------------------------------------*/
	/*#home_content {width: 620px; float: left;}*/
	#home_content h1 {font-size: 30px; font-family: 'Georgia', serif; line-height: 34px; padding: 0 0 15px;}
	#home_content h2 {font-size: 24px; font-family: 'Georgia', serif; line-height: 28px; padding: 20px 0 15px;}
	#home_content h3 {font-size: 21px; font-family: 'Georgia', serif; line-height: 28px; padding: 20px 0 15px;}
	#home_content p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 15px;}

	/* 5.2 Home Sidebar
	-----------------------------------------*/
	#home_sidebar {width: 265px; margin-top: -75px; z-index: 105; padding: 20px 15px 30px 15px; background: #fff; overflow: hidden; margin-bottom: 25px; float: right;}
	#home_sidebar .widget.form {position: relative; display: block;}
	.widget.form p {margin-bottom: 10px!important; font-size: 12px; line-height: 18px;}
	#home_sidebar .form form {padding-top: 0;}
	#home_sidebar h4 {font-size: 21px; font-family: 'Georgia', serif; padding: 0!important; font-weight: normal; text-transform: none; background: url('../images/sidebar-header-bg.gif') bottom center repeat-x; padding-bottom: 15px!important; border-bottom: none;}
	#home_sidebar .widget.form ul li {margin-bottom: 15px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; font-size: 12px; text-align: center;}
	#home_sidebar .widget.form ul li label {display: block;}
	#home_sidebar .input, #homeSidebar .textarea {width: 242px;}
	
	#home_sidebar #button {
		background: none!important; 
		cursor: pointer;
		font-weight: bold;
		float: right;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

	/* 5.2 Home News
	-----------------------------------------*/
	#home_content .news li {margin-bottom: 15px;}
	#home_content .news li h4 {margin-bottom: 0!important; padding: 0!important;}
	#home_content .news li:first-child {margin-left: 0!important;}
	#home_content .news li:last-child {margin-right: 0!important;}
	#home_content .news li h4 a {color: #262626; font-family: "Arial", sans-serif; font-weight: bold; font-size: 14px; text-decoration: none;}
	#home_content .news li h4 a:hover {color: #464646;}
	#home_content .news li .byline {font-size: 11px; font-family: sans-serif; line-height: 18px; color: #959595; font-style: italic; margin-top: -5px;}
	#home_content .news li .byline a {color: #585858; text-decoration: none!important; text-decoration: none!important;}

 /* 6.0 Page
===================================================================================================*/
#page_container {padding: 30px 0; margin-bottom: 30px; background: none;}


	/* 6.1 Page Title
	-----------------------------------------*/
	.page_title_container {padding: 15px 0; width: 100%; background: #ce0000; border-top: 1px solid rgba(255,255,255,0.45);}

	#page_title h1, #page_title h2 {font-family: 'Georgia', sans-serif; color: #fff!important; font-size: 24px!important; text-align: left!important; line-height: normal!important; padding: 0!important; margin: 0!important; font-style: italic; font-weight: normal; text-shadow: 0px 1px 0 rgba(0,0,0,0.75)}
		
	/* 6.2 Page Content
	-----------------------------------------*/
	#page_content h1 {font-size: 30px; font-family: 'Georgia', serif; line-height: 34px; padding: 0 0 15px;}
	#page_content h2 {font-size: 24px; font-family: 'Georgia', serif; line-height: 28px; padding: 20px 0 15px;}
	#page_content h3 {font-size: 21px; font-family: 'Georgia', serif; line-height: 28px; padding: 20px 0 15px;}
	#page_content p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 10px;}
	
	.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {padding-top: 0!important; padding-bottom: 0!important; margin-bottom: 5px;}
	.content p {padding: 0 0 15px!important; margin: 0!important;}
	
	.page_content img, .widget img {display: block; line-height: normal; padding: 4px; border: 1px solid #e1e1e1;}
	
	
	/* 6.3 Page Sidebar
	-----------------------------------------*/
	#page_sidebar {width: 265px; margin-top: -65px; float: right; z-index: 105; padding: 20px 15px 30px 15px; background: #fff; overflow: hidden; margin-bottom: 25px; float: right;}
	
	.subnav h4 {font-size: 21px!important; font-family: 'Georgia', serif; font-weight: normal!important; text-transform: none; background: url('../images/horiz-dots-dark.png') bottom center repeat-x!important; padding-bottom: 25px; color: #fff;}

	.subnav {background: #2a2a2a url('../images/subnav-bottom-bg.png') bottom center repeat-x; padding: 12px;}
	.subnav nav {background: none; padding: 0px;}
	.subnav ul {margin-top: 15px; margin-bottom: 15px;}
	.subnavlink a {color: #afafaf;}
	.subnavlink.selected a {color: #fff!important;}
	.subnavlink a:hover, .subnavlink.selected a:hover {color: #fff; text-decoration: none;}
	.subnav ul li {font-family: "Arial", sans-serif; font-size: 12px; margin-top: 10px; padding-top: 10px; border-top: 1px solid #414141; font-size: 14px;}
	.subnav ul li:first-child {border-top: none; padding-top: 0; margin-top: 0;}
	.subnav ul li:hover {}
	.subnav ul li a {color: #afafaf; text-decoration: none;}
	.subnav ul li a:hover {color: #fff;}
	.subnav ul li.active a {color: #fff}
	.subnav ul li ul {margin-top: 0; margin-bottom: 0; display: block!important;}
	.subnav ul li ul li {padding-left: 15px; background: url('../images/subnav-child.png') left no-repeat; font-size: 12px; font-weight: normal;}
	.subnav ul li ul li:first-child {margin-top: 10px; padding-top: 10px; border-top: 1px solid #414141;}
	.subnav ul li ul li a, .subnav ul li.active ul li a {color: #afafaf!important; text-decoration: none;}
	.subnav ul li ul li a:hover, .subnav ul li.active ul li a:hover {color: #fff!important;}
	.subnav ul li ul li.active a {color: #5d5d5d}
	
	/* 6.4 Attorneys
	-----------------------------------------*/
	.attorneys_index ul.attorneys {}
	.attorneys_index li {margin-bottom: 25px!important; float: left; display: inline; width: 300px; margin-right: 10px;}
	.attorneys_index li:first-child {margin-left: 0;}
	.attorneys_index li .thumb {float: left; width: 20%; margin-right: 20px;}
	.attorneys_index li .thumb img {width: 100%;}
	.attorneys_index li h2 {margin-top: 0; padding: 0!important;}
	.attorneys_index li h2 a {text-decoration: none; color: #383838;}
	.attorneys_index li p {margin-top: 10px!important;}
	.bio_summary {float: left; width: 70%;}
	
	.attorney .photo {float: left; padding-right: 25px; width: 150px; padding-bottom: 10px;}
	
	.recent-posts {margin-top: 25px; padding-top: 25px; border-top: 1px dashed #c2c2c2!important;}
	.recent-posts ul {margin-bottom: 25px;}
	.recent-posts li h2 {font-size: 12px!important; font-family: "Arial", sans-serif!important; padding: 0!important;}
	.recent-posts li h2 a {color: #8a8a8a; text-decoration: none;}
	.recent-posts li h2 a:hover {color: #656565;}
	.recent-posts li {margin-top: 15px!important; padding-top: 15px!important; border-top: 1px solid #e1e1e1;}
	.recent-posts li:first-child {margin: 0!important; padding: 0!important; border: none!important;}
	body .content .recent-posts li p {margin-top: 0!important; margin-bottom: 0!important;}
	.recent-posts h1 {font-size: 18px!important;}
	
	.case_results.listview p {margin-top: 0px!important;}
	.case_results.listview p.summary {margin-top: 15px!important;}
	.case_result p {margin-bottom: 15px; margin-top: 0!important;}
	
	.attorney_profile {font-size: 12px; color: #4A4A4A; line-height: 18px; margin-top: 25px; padding-top: 25px; border-top: 1px dashed #c2c2c2!important;}
	.attorney_profile h3 {padding: 0!important; margin-bottom: 0!important; font-size: 18px!important;}
	.attorney_profile .photo.thumb {float: left; margin-right: 20px!important; width: 75px;}
	.attorneys h2 a:hover, .attorney_profile a:hover h3 {color: #727272;}
	
	/* Offices
	-----------------------------------------*/
	.offices_index .offices_map {margin-bottom: 25px; width: 100%;}
	.offices.listview li {margin-bottom: 25px!important; float: left; display: inline; width: 300px; margin-right: 10px; list-style: none;}
	.offices.listview li .thumb {width: 100%!important; background: #c2c2c2; margin-bottom: 10px;}
	.offices.listview li h2 {font-family: "Arial", sans-serif!important; font-size: 14px!important; font-weight: bold; padding: 0!important; margin-bottom: 0!important;}
	.offices.listview li h2 a {color: #323232; text-decoration: none;}
	.offices.listview li h2 a:hover {color: #646464;}
	.offices.listview li p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px!important;}
	.offices.listview li address {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 0; float: left;}
	.offices.listview li .city_state, .offices.listview li .phone {display: block;}
	
	.offices .offices_map {margin-bottom: 25px;}
	.offices.photo.large {width: 100%; background: #c2c2c2; margin-bottom: 10px;}
	.offices h2 {font-family: "Arial", sans-serif!important; font-size: 14px!important; font-weight: bold; padding: 0!important; margin-bottom: 0!important;}
	.offices h2 a, .offices h2 {color: #323232; text-decoration: none;}
	.offices h2 a:hover {color: #646464;}
	.offices p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px!important;}
	.offices address {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 0; float: left;}
	.offices .city_state, .offices .phone {display: block;}
	
	.office #page_content ul li {margin-bottom: 15px; font-size: 12px; line-height: 18px;}
	.office #page_content ul li span {font-size: 12px; line-height: 18px;} 
	.office .attorneys_list {margin-top: 15px; width: 100%; overflow: hidden;}
	.office .attorneys_list .thumb {float: left; margin-right: 20px; margin-bottom: 10px;}
	.office .attorneys_list h5 {padding: 0!important; margin-bottom: 5px;}
	.office .attorneys_list h5 a:hover {color: #4d4d4d;}
	.hours {margin-bottom: 20px; overflow: hidden; width: 100%;}
	.hours span {font-size: 12px;}
	
	/* Recommendations
	-----------------------------------------*/
	.recommendations_index {width: 100%;}
	.recommendations_index .recommendations.listview {margin-top: 25px;}
	.recommendations_index .recommendations.listview li {padding: 10px 15px; border-left: 3px solid #e1e1e1; width: 97%; margin-bottom: 15px;}
	.recommendations_index .recommendations.listview li h2 {font-family: "Arial", sans-serif!important; font-size: 14px!important; font-weight: bold; padding: 0!important; margin-bottom: 10px!important; line-height: 16px!important;}
	.recommendations_index .recommendations.listview li h2 a, .recommendations_index .recommendations.listview li h2 {color: #323232; text-decoration: none;}
	.recommendations_index .recommendations.listview li h2 a:hover {color: #646464;}
	.recommendations_index .recommendations.listview li p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px!important;}
	
	.recommendations {width: 100%;}
	.recommendations .recommendations {padding: 10px 15px; border-left: 3px solid #e1e1e1; width: 97%; margin-bottom: 15px;}
	.recommendations .recommendations h2 {font-family: "Arial", sans-serif!important; font-size: 14px!important; font-weight: bold; padding: 0!important; margin-bottom: 10px!important; line-height: 16px!important;}
	.recommendations .recommendations h2 a, .recommendations .recommendations h2 {color: #323232; text-decoration: none;}
	.recommendations .recommendations h2 a:hover {color: #646464;}
	.recommendations .recommendations p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px!important;}

	.office_photo_thumb {margin-bottom: 15px; width: 20%!important;}
	.sub.office .office_photo_thumb {width: auto!important;}
	.office address {font-size: 12px;}
	.case_result .content, .recommendation .content {overflow: hidden;}
	.case_result .page_nav, .recommendation .page_nav {overflow: hidden; width: 100%; margin-bottom: 15px;}
	.case_result .page_nav li, .recommendation .page_nav li {list-style: none; float: right; font-size: 12px; line-height: 18px!important;}
	.case_result .page_nav li a, .recommendation .page_nav li a {text-decoration: none;}
	.case_result .page_nav li:first-child, .recommendation .page_nav li:first-child {float: left;}
	#map {min-height: 220px;}
	.map_container {margin-bottom: 15px;}
	.office_details {overflow: hidden; width: 100%; margin-bottom: 25px;}
	
	.map_infowindow_thumb {float: left; width: 40px;}
	.map_infowindow_thumb img {width: 40px;}
	.map_infowindow_details {float: left; width: 160px; margin-left: 15px; font-size: 11px; line-height: 14px;}
	.map_infowindow_details strong {font-weight: bold!important;}
	
	#map img {max-width:none!important;}
	#map label {width: auto; display:inline;}
	img[src^="http://maps.gstatic.com/"] {
	    max-width: none!important;
	}
	
 /* 6.0 Blog
===================================================================================================*/
#blog_container {padding: 30px 0; margin-bottom: 30px; background: none;}

	
	/* 7.1 Blog Index
	-----------------------------------------*/
	#blog_content h2, #blog_content h1 {font-size: 24px!important; font-family: 'Georgia', serif; line-height: 28px; padding: 20px 0 15px;}
	#blog_content h3 {font-size: 21px; font-family: 'Georgia', serif; line-height: 28px; padding: 20px 0 15px;}
	#blog_content p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 10px;}

	
	.blog article {overflow: hidden; width: 100%; margin-top: 25px; padding-top: 25px; border-top: 1px dashed #c2c2c2;}
	.blog article:first-child {margin-top: 0; padding-top: 0; border-top: none;}
	.blog article h2, .blog article h1 {padding: 0!important;}
	.blog article p.byline {margin-top: 0!important; color: #8c8c8c!important; font-size: 11px!important;}
	.blog article p.byline a {color: #696969; text-decoration: none!important;}
	.blog article p.byline a:hover {color: #808080;}
	

	.entrySummary {margin-top: 20px; overflow: hidden;}
	.entrySummary img {float: left; margin-right: 15px;}
	.blog article h2 a, .blog article h1 a {color: #262626; text-decoration: none;}
	.blog article h2 a:hover, .blog article h1 a:hover {color: #6a6a6a!important;}
	
	
	.entrySummary p a {color: #555555; font-style: italic; text-decoration: none;}
	.entrySummary p a:hover {color: #2c2c2c;}	
	
	/* 7.2 Blog Details
	-----------------------------------------*/
	.entryFull {clear: left; width: 100%; margin-top: 25px; border-top: 1px dashed #c2c2c2; padding-top: 25px;}
	.entryFull p a {color: #555555; font-style: italic; text-decoration: none;}
	.entryFull p a:hover {color: #2c2c2c;}
		
	.share {margin-top: 25px; padding-top: 25px; border-top: 1px dashed #c2c2c2;}
	
	.aboutAuthor {overflow: hidden; border: 1px solid #e1e1e1; background: #eeeeee; margin-top: 25px; padding: 15px;}
	.aboutAuthor .authorThumb {display: inline-block; float: left; font-family: "Arial", sans-serif; overflow: hidden; font-size: 12px; color: #2e2e2e; margin-right: 15px; margin-bottom: 5px;}
	.authorDetails {display: inline-block; float: right; width: 83%;}
	.aboutAuthor .authorDetails p.authorName {margin-top: 0!important; text-transform: none; font-size: 16px!important;}
	.aboutAuthor .authorDetails h5 {padding: 0!important;}
	.aboutAuthor .authorDetails h5 a:hover {color: #747474;}
	
	#comments {margin-top: 25px; width: 100%;}
	#comments h2 {padding-bottom: 0!important;}
	#comments article, .children_container article {border-top: none!important; padding-top: 0!important;}
	#comments h2 + article {border-top: 1px dashed #C2C2C2!important; padding-top: 25px!important;}
	.commentEntry {overflow: hidden; width: 100%; padding-bottom: 5px;}
	.commentEntry p {margin-top: 0!important;}
	
	.commentAuthor {float: left; overflow: hidden; width: 100%; text-align: left;}
	.commentAuthor h3 {font-weight: bold; font-size: 16px!important; padding-bottom: 0!important; margin-bottom: 0!important; line-height: normal!important;}
	.commentLink {margin-top: 0px!important;}
	.commentLink a {color: #838383; text-decoration: none;}
	.commentLink a:hover {color: #595959;}
	.commentAuthor h3 a {color: #333333; text-decoration: none;}
	.commentAuthor h3 a:hover {color: #565656;}
	.commentName {text-align: left; width: 100%;}
	.commentAuthor img {float: left; display: block; width: 48px; height: 48px; border: 2px solid #dddddd; margin-top: 10px; margin-right: 10px; box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important; border: none!important;}
	
	.commentEntry p.commentMeta {margin-top: 0!important; font-style: italic; color: #a9a9a9!important; font-size: 11px!important;}
	
	#blogContent #comments article {overflow: hidden; width: 600px; margin-top: 25px; padding-top: 0!important; border: none!important;}
	
	.leaveComment {}
	.leaveComment ul li {margin-bottom: 10px; overflow: hidden;}
	
	.leaveComment label {display: block;}
	.leaveComment .buttons input {
		background: none!important; 
		cursor: pointer;
		font-weight: bold;
		float: right;
	}
	.replyBox .buttons input {cursor: pointer;}
	.leaveComment .buttons input:hover, .replyBox .buttons input:hover {
		border-color: #b7b7b7!important;
	}
	.leaveComment .buttons input:active, .replyBox .buttons input:active {
		border-color: #878787!important;
	}
	.reply {width: auto; float: right;}
	.reply a {font-size: 10px; color: #7a7a7a; font-weight: bold; background: #e1e1e1; padding: 4px; text-transform: uppercase; font-style: normal!important; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; text-decoration: none;}
	.reply a:hover {color: #595959;}
	
	.children_container .buttons a {font-size: 12px;}
	.children_container .buttons a:hover {color: #595959;}
	
	.children_container {clear: both; overflow: hidden;}
	.children_container article {margin-left: 25px; width: auto!important;}
	.children_container article article {margin-left: 50px; width: auto!important;}
	.children_container article:first-child {margin-top: 25px!important;}
	
	.comment_image_left {float: left; width: 10%; margin-bottom: 5px;}
	.commentText {float: left; margin-left: 2%; width: 86%;}
	.commentText p {line-height: 18px!important;}
	
	.replyBox .col {margin-bottom: 15px;}
	
	.post_image {width: auto; overflow: hidden; text-align: center; margin-bottom: 15px; float: left;}
	.post_image img {max-height: 250px; text-align: center;}
	
	/* 7.3 Blog Sidebar
	-----------------------------------------*/

	#blog_sidebar {width: 265px; margin-top: -65px; float: right; z-index: 105; padding: 20px 15px 30px 15px; background: #fff; overflow: hidden; margin-bottom: 25px; float: right;}
	
	.blog .widget {overflow: hidden;}
	
	#blog_sidebar .blog_search input[type="text"] {width: 89%!important;}
	
	
	/* 7.3 Pagination
	-----------------------------------------*/
	.pagination {text-align: center; margin-top: 25px; font-family: "Arial", sans-serif; font-size: 12px;}
	.pagination .page a {background: #e3e3e3; border: 1px solid #e3e3e3; padding: 3px 5px; text-decoration: none; color: #848484;}
	.pagination .page a:hover {color: #656565;}
	.pagination .prev a, .pagination .next a {padding: 3px 5px; text-decoration: none; color: #848484;}
	.pagination a:hover {color: #656565;}
	.pagination .page.current {background: #fff; border: 1px solid #e3e3e3; padding: 3px 5px; color: #3d3d3d;}

.full_width .sidebar {display: none!important;}
.full_width #page_content {float: left!important; width: 940px;}
.full_width .offices {margin-bottom: 25px; border-bottom: 1px solid #efefef; padding-bottom: 25px; overflow: hidden;}
.full_width .offices li {float: left; width: 290px; padding: 0 15px;}
.full_width .offices li a {text-decoration: none!important;}
.full_width .offices li h2 {font-size: 16px;}
.full_width .offices li address {font-size: 13px; line-height: 18px;}
.offices a:hover h2 {color: #7d7d7d!important;}



/* 12.0 Spaces
===================================================================================================*/
#spaces {width: 100%; background: #252525; overflow: hidden; padding: 30px 0; margin-top: 40px; position: static!important;}
.innerSpaces {padding: 0 30px;}
#spaces img {width: inherit; display: block; line-height: normal; margin-bottom: 15px;}
#spaces h3 {padding: 0!important; font-size: 18px; margin-bottom: 10px; color: #fff;}
#spaces h3 a {text-decoration: none; font-family: Arial, sans-serif; color: #ffffff;}
#spaces h3 a:hover {color: #ececec;}
#spaces p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #989898; margin-top: 10px;}
#spaces p a, #spaces address a, #spaces a.btn {color: #fff!important; text-decoration: none;}
#spaces p a:hover, #spaces address a:hover, #spaces a.btn:hover {color: #ebebeb!important;}
.space .contact_container {font-size: 13px; line-height: 18px; color: #989898; margin-top: 15px;}
.space .contact_container .image {float: left; margin-right: 10px;}
.space .image_wrapper {max-height: 200px; overflow: hidden;}
.space .contact_container address {float: left;}
#spaces .contact_container address + div {color: #fff;}


 /* 13.0 Footer
===================================================================================================*/

#footer_container {background: #d3d3d3; position: static!important;}
footer {padding: 30px 0!important;}

	/* 13.1 Footer Navigation
	-----------------------------------------*/
	footer nav ul {text-align: center;}
	footer nav ul li {display: inline; margin-left: 10px; font-family: Arial, sans-serif; font-size: 12px; border-left: 1px solid #b6b6b6; padding-left: 15px;}
	footer nav ul li:first-child {padding: 0; margin: 0; border: none;}
	footer nav ul li a {color: #5c5c5c; text-decoration: none;}
	footer nav ul li a:hover {color: #252525;}
	footer nav ul ul {display: none!important;}
	
	/* 13.2 Footer Social
	-----------------------------------------*/
	.social_footer {clear: both; margin-bottom: 25px; text-align: center;}
	.social_footer ul {text-align: center; display: inline-block;}
	.social_footer ul li {display: inline; text-align: center; font-family: sans-serif; font-size: 12px; margin-left: 4px;}
	.social_footer ul li a {display: inline-block; text-indent: -9000px; width: 26px; height: 26px; background: url('../images/social-links.png') top center no-repeat;}
	.social_footer ul li.facebook a {background-position: top left;}
	.social_footer ul li.twitter a {background-position: -26px 0;}
	.social_footer ul li.linkedin a {background-position: -52px 0;}
	.social_footer ul li.google_plus a {background-position: -78px 0;}
	.rss_feed {display: inline-block; position: relative; top: -3px; margin-left: 5px;}

	/* 13.3 Footer Text
	-----------------------------------------*/
	.copyright {margin-top: 10px!important; text-align: center; line-height: 18px;}
	footer p {font-size: 12px; font-family: Arial, sans-serif; color: #919191;}
	footer p a {color: #5c5c5c; text-decoration: none; font-weight: bold;}
	footer p a:hover {color: #252525;}
	.centerText {clear: left; font-size: 11px!important; padding-top: 15px; line-height: 18px; text-align: center;}
	
	/* 13.4 Footer Links
	-----------------------------------------*/
	.bottom_links {margin-top: 10px; text-align: center;}
	.bottom_links li {display: inline; text-align: center; margin-left: 5px; padding-left: 10px; border-left: 1px solid #b6b6b6; font-size: 12px; font-family: Arial, sans-serif;}
	.bottom_links li:first-child {margin-left: 0; padding-left: 0; border-left: none;}
	.bottom_links li a {color: #5c5c5c; text-decoration: none;}
	.bottom_links li a:hover {color: #252525;}
	
 /* 14.0 Element Colors
===================================================================================================*/
.bg-dark5 {background: #e25000;}

 /* 15.0 Typography
===================================================================================================*/
h2 {font-size: 24px; line-height: 28px; padding: 20px 0 10px!important;}
h3 {font-size: 24px; line-height: 28px; padding: 20px 0 10px!important;}
h4 {font-size: 21px; line-height: 24px; padding: 20px 0 10px!important;}
h5 {font-size: 18px; line-height: 21px; padding: 20px 0 10px!important;}
h6 {font-size: 16px; line-height: 18px; padding: 20px 0 10px!important;}

footer h4 {padding-top: 0!important; line-height: normal;}

 /* 16.0 Miscellaneous
===================================================================================================*/
#top {
	position:fixed;
	bottom:1px;
	right:1px;
	cursor:pointer;
	display:block;
	padding: 5px 8px;
	background:#cacaca;
	z-index:500;
	font-family: "Georgia", serif;
	text-shadow: 0px 1px #fff;
	font-style: italic; 
	font-size: 12px;
	text-decoration: none;
	color: #2a2a2a;
	
}
.column3 {width: 300px; margin-left: 20px; float: left;}
.sidebar h4 {line-height: normal!important; padding: 0!important;}

.sidebar {background: #fff!important; box-shadow: 0px 0px 3px rgba(0,0,0,0.19); -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.19); -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.19); margin-top: -65px!important;}

.cta {text-align: center; margin-bottom: 25px; width: 100%;}
.cta_button {color: #767676; background: #e5e5e5; text-decoration: none; font-size: 14px; line-height: 14px!important; text-align: center; padding: 7px 10px; display: block;}
.cta_button:hover {color: #8a8a8a;}
a {text-decoration: none;}
.first {margin-left: 0;}
.clearfix {clear: both;}
body .warning {padding: 12px!important;}
#li_ui_li_gen_1348673971413_0-logo {z-index: 100!important;}
.share, .share span, .share div {position: static!important; overflow: hidden;}
.fb-like {display: inline-block; margin-right: 8px;}
.g-plusone, #___plusone_0 {display: inline-block; width: 65px!important; margin-right: 8px;}
.fb-like iframe {margin-top: -3px;}
.twitter-share {display: inline-block; width: 85px; margin-top: 2px;}
.twitter-share iframe {width: 85px!important;}

#li_ui_li_gen_1348675017557_1-container.IN-right {overflow: hidden!important;}

dl dt {font-size: 14px; font-weight: bold; margin-bottom: 5px; color: #2E3335;}
dl dd {font-weight: normal; font-size: 12px; margin-bottom: 15px; line-height: 18px; color: #4A4A4A}

 /* 17.0 Widgets
===================================================================================================*/
.widget {margin-bottom: 25px; overflow: hidden;}
.widget.case_results a {font-size: 12px;}
.widget.link_group ul {margin-bottom: 15px;}
.widget.link_group ul li {margin-bottom: 5px; font-size: 12px;}
#page_content ul li {margin-bottom: 5px; font-size: 12px;}
#page_content ul li a:hover {text-decoration: underline;}
.widget .thumb {margin-right: 20px; padding-right: 0!important;}
.free_form {color: #4a4a4a!important; line-height: 18px!important;}
	/* 17.1 Recommendations
	-----------------------------------------*/
	.widget.recommendations ul li {font-size: 12px; font-family: "Arial", sans-serif; line-height: 18px; list-style: none; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #c2c2c2; overflow: hidden;}
	.widget.recommendations li:first-child {margin-top: 0; padding-top: 0; border-top: none;}
	
	.widget.recommendations ul li h3 {margin-bottom: 0; font-size: 12px; padding: 0!important; margin: 0!important; line-height: normal!important;}
	.widget.recommendations ul li h3 a {text-decoration: none; color: #323232; font-weight: bold;}
	.widget.recommendations ul li p {color: #4a4a4a; margin-top: 5px!important;}
	
	/* 17.2 Blog Posts
	-----------------------------------------*/
	.widget.blog_posts .date {background: none;}
	.widget.blog_posts .date .month, .widget.blog_posts .date .day, .widget.blog_posts .date .year {display: inline; font-family: "Arial", sans-serif; font-size: 12px!important; display: none;}
	.widget.blog_posts p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px;}
	.widget.blog_posts h5 {font-family: "Arial", sans-serif; font-size: 14px; font-weight: bold; padding: 0!important;}
	.widget.blog_posts h5 a {color: #323232; text-decoration: none;}
	.widget.blog_posts h5 a:hover {color: #646464;}
	.widget.blog_posts li {list-style: none; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #c2c2c2; overflow: hidden;}
	.widget.blog_posts li:first-child {margin-top: 0; padding-top: 0; border-top: none;}
	
	/* 17.3 Attorneys
	-----------------------------------------*/
	.widget.attorneys .thumb {float: left; width: 60px; padding-right: 10px; padding-top: 5px;}
	.widget.attorneys .thumb img {width: 60px; display: block; line-height: normal;}
	.widget.attorneys h5 {font-family: "Arial", sans-serif; font-size: 14px; font-weight: bold; padding: 0!important;}
	.widget.attorneys h5 a {color: #323232; text-decoration: none;}
	.widget.attorneys h5 a:hover {color: #646464;}
	.widget.attorneys p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px;}
	.widget.attorneys li {list-style: none; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #c2c2c2; overflow: hidden;}
	.widget.attorneys li:first-child {margin-top: 0; padding-top: 0; border-top: none;}

	/* 17.4 Offices
	-----------------------------------------*/
	.widget.offices .thumb {float: left; width: 60px; padding-right: 10px; padding-top: 5px;}
	.widget.offices .thumb img {width: 60px; display: block; line-height: normal;}
	.widget.offices h5 {font-family: "Arial", sans-serif; font-size: 14px; font-weight: bold; padding: 0!important;}
	.widget.offices h5 a {color: #323232; text-decoration: none;}
	.widget.offices h5 a:hover {color: #646464;}
	.widget.offices p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px;}
	.widget.offices li {list-style: none; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #c2c2c2; overflow: hidden;}
	.widget.offices li:first-child {margin-top: 0; padding-top: 0; border-top: none;}
	.widget.offices address {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px; float: left;}
	.widget.offices .city_state, .widget.offices .phone {display: block;}

	/* 17.5 Case Results
	-----------------------------------------*/
	.widget.case_results .thumb {float: left; width: 60px; padding-right: 10px; padding-top: 5px;}
	.widget.offices .thumb img {width: 60px; display: block; line-height: normal;}
	.widget.case_results h3 {font-family: "Arial", sans-serif; font-size: 14px; font-weight: bold; padding: 0!important;}
	.widget.case_results h5 a {color: #323232; text-decoration: none;}
	.widget.case_results h5 a:hover {color: #646464;}
	.widget.case_results p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px;}
	.widget.case_results li {list-style: none; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #c2c2c2; overflow: hidden;}
	.widget.case_results li:first-child {margin-top: 0; padding-top: 0; border-top: none;}
	.widget.case_results .date {display: none;}
	
	.widget.recommendations p {color: #4a4a4a;}

	/* 17.6 Form
	-----------------------------------------*/
	.widget form li, .widget .blog_search {margin-bottom: 10px; width: 100%;}
	.widget form label {display: block; margin-bottom: 5px; font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a;}
	.widget.form input[type="text"], .widget.form textarea {text-align: left;}
	
	.widget.form {overflow: hidden;}
	.widget form {position: relative; padding-top: 0;}
	.widget h4 {font-size: 21px; font-family: 'Georgia', serif; padding: 0!important; font-weight: normal; text-transform: none; background: url('../images/sidebar-header-bg.gif') bottom center repeat-x; padding-bottom: 15px!important; margin-bottom: 15px;}
	.widget form ul li {margin-bottom: 15px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; font-size: 12px; text-align: center;}
	.widget form ul li label {text-align: left; display: block;}
	.warning {font-family: "Arial", sans-serif; font-size: 12px;}
	.widget input[type="submit"] {
		background: none!important; 
		cursor: pointer;
		font-weight: bold;
		float: right;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding: 5px 8px 5px 6px;
	}
	
	/* 17.7 Maps
	-----------------------------------------*/
	.widget.map .thumb {float: left; width: 60px; padding-right: 10px; padding-top: 5px;}
	.widget.map .thumb img {width: 60px; display: block; line-height: normal;}
	.widget.map h5 {font-family: "Arial", sans-serif; font-size: 14px; font-weight: bold; padding: 0!important;}
	.widget.map h5 a {color: #323232; text-decoration: none;}
	.widget.map h5 a:hover {color: #646464;}
	.widget.map p {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px;}
	.widget.map li {list-style: none; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #c2c2c2; overflow: hidden;}
	.widget.map li:first-child {margin-top: 0; padding-top: 0; border-top: none;}
	.widget.map address {font-size: 12px; font-family: sans-serif; line-height: 18px; color: #4a4a4a; margin-top: 5px; float: left;}
	.widget.map .city_state, .widget.map .phone {display: block;}
	.widget.map .map_container {margin-bottom: 10px;}
	
	/* 17.8 Categories
	-----------------------------------------*/
	.widget.categories ul li {list-style: none; font-size: 12px; font-family: "Arial", sans-serif; margin-top: 10px; padding-top: 10px; border-top: 1px solid #e8e8e8;}
	.widget.categories ul li a {text-decoration: none; color: #757575;}
	.widget.categories ul li a:hover {color: #3d3d3d;}
	.widget.categories ul li:first-child {margin-top: 0; padding-top: 0; border-top: none;}
	
	/* 17.9 Tags
	-----------------------------------------*/
	.widget.tags ul li {list-style: none; font-size: 12px; font-family: "Arial", sans-serif; display: inline-block; background: #d0d0d0; padding: 5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-bottom: 5px;}
	.widget.tags ul li a {text-decoration: none; color: #757575;}
	.widget.tags ul li a:hover {color: #3d3d3d;}
	
	/* 17.10 Calendar
	-----------------------------------------*/
	.widget.blog_calendar table {width: 98%; font-family: "Arial", sans-serif; font-size: 12px; margin-left: 2px;}
	.widget.blog_calendar h4 {text-align: center; z-index: 30; position: relative; padding: 0!important; background: none!important;}
	
	.widget.blog_calendar .prev {display: block; background: url('../images/calendar-arrow-left.gif') left no-repeat; width: 6px; height: 11px; text-indent: -9000px; position: absolute; left: 15px; top: 10px; z-index: 50;}
	
	.widget.blog_calendar .next {display: block; background: url('../images/calendar-arrow-right.gif') left no-repeat; width: 6px; height: 11px; text-indent: -9000px; position: absolute; right: 15px; top: 10px; z-index: 51;}
	
	.widget.blog_calendar table tr {padding: 10px;}
	.widget.blog_calendar table td {padding: 8px 4px; text-align: center; background: #eeeeee; border: 1px solid #cdcdcd;}
	.widget.blog_calendar table td.highlight {background: #fff;}
	.widget.blog_calendar table td a {color: #a5a5a5; text-decoration: none;}
	
	/* 17.11 Search
	-----------------------------------------*/
	.widget.blog_search .buttons {float: right; margin-top: 5px;}
	
	.widget.free_form ul li {list-style-position: outside!important; list-style-type: disc!important; margin-bottom: 0px!important; padding-bottom: 0!important; margin-left: 15px;}
	.widget.free_form ol li {list-style-position: outside!important; list-style-type: decimal!important; margin-bottom: 0px!important; padding-bottom: 0!important; margin-left: 15px;}
	
	.page_content .widget p {margin-bottom: 0!important; padding-bottom: 0px!important;} 
	.page_content div.insertion.widget {background: #efefef; margin-top: 0!important; padding: 15px!important; position: relative; z-index: 1000;}
	.page_content div.insertion.widget.no-background {background: none!important; padding: 0!important;}

	.page_content div.insertion.widget .widget {margin-bottom: 0!important;}
	div.insertion.widget.float_left {float: left; margin-left: 0!important; margin-right: 20px!important; width: 220px!important; height: auto!important; margin-bottom: 15px!important;}
	div.insertion.widget.float_right {float: right; margin-left: 20px!important; margin-right: 0!important; width: 220px!important; height: auto!important; margin-bottom: 15px!important;}
	div.insertion.widget.float_none {float: none; margin-left: 0!important; margin-right: 0!important; width: auto!important; height: auto!important; margin-bottom: 15px!important;}
	
	div.insertion.widget h4 {text-transform: uppercase; font-size: 18px; background: url('../images/sidebar-header-bg-insertion.png') bottom center repeat-x;}
	
	.page_content div.insertion.widget ul {margin-bottom: 0!important;}
	.page_content .widget p.notice, .page_content .widget p.warning {margin-bottom: 15px!important;}
	.widget.free_form p {margin-bottom: 10px!important;}
	div.insertion.widget.free_form h4 + div {padding-bottom: 0!important;}
	
	.insertion.image {text-align: center; text-align: center; margin-bottom: 15px; clear: both; margin-top: 15px;}
	.insertion.image .insertedImage {padding: 4px; background: #fff; border: 1px solid #e7e7e7; margin-bottom: 5px; display: inline-block; width: auto!important;}
	.insertion.image img {margin-bottom: 0; display: inline-block!important}
	.insertion.image.float_left {float: left; margin-right: 15px; width: auto;}
	.insertion.image.float_right {float: right; margin-left: 15px; width: auto;}
	.insertion.image .captionContainer {color: #636363; position: relative!important; margin-top: 5px;}
	.insertion.image .text {padding: 5px 1%; width: 98%; line-height: 18px; position: relative!important; background: none!important; color: #636363!important; width: auto!important;}
	
	.insertion.video {max-width: 100%;}
	.insertion.video .video_wrapper {text-align: center; margin-bottom: 15px!important; clear: both; width: 100%!important; margin-top: 0!important;}
	.insertion.video video {margin-bottom: 0; max-width: 100%;}
	.insertion.video .video_wrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-bottom: 58%;
		padding-top: 25px;
		height: 0;
	}
	.insertion.video iframe, .insertion.video video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%!important;
		height: 100%!important;
	}
	.insertion.video.float_left {float: left; margin-right: 15px; width: auto;}
	.insertion.video.float_right {float: right; margin-left: 15px; width: auto;}
	
	.page_content p a {border-bottom-style: dotted; border-bottom-width: 1px;}
	.space .btn {font-size: 12px;}
	a:hover {color: #676767;}
	
	.insertion.form {margin-bottom: 15px;}
	.insertion.form.float_left {float: left; width: 190px; margin-right: 20px; background: #efefef; margin-top: 0!important; padding: 15px;}
	.insertion.form.float_right {float: right; width: 190px; margin-left: 20px; padding: 15px; background: #efefef; margin-top: 0!important;}
	.insertion.form.float_none {width: auto; float: none; background: #efefef; margin-top: 0!important; padding: 15px; clear: both;}
	.insertion.form form {width: 100%; position: relative; z-index: 1000;}
	.insertion.form .fields {margin: 0!important; width: 100%;}
	.insertion.form .fields li {width: 100%; list-style: none; position: relative; margin-bottom: 5px;}
	.insertion.form .fields li input[type="text"], .insertion.form .fields li textarea {width: 97%!important; padding: 5px 1%;}
	.insertion.form .fields li select {width: auto!important;}
	.insertion.form.float_right input[type="text"], .insertion.form.float_left input[type="text"], .insertion.form.float_right textarea, .insertion.form.float_left textarea {width: 97%!important; padding: 5px 1%;}
	.insertion.form .fields li.buttons {margin-bottom: 0; padding-bottom: 0;}
	.insertion.form .fields li.buttons input {margin-bottom: 0!important; background: #fff!important;}

	.wysiwyg_container a {text-decoration: none!important; border-bottom-style: dotted; border-bottom-width: 1px;}
	#page_content a:hover, .wysiwyg_container a:hover {
		color: #626262!important;
		border-color: #626262!important;
		border-bottom-style: dotted!important; 
		border-bottom-width: 1px!important;
	}
	.wysiwyg_container blockquote {
		padding-top: 20px;
		overflow: hidden;
		font-size: 14px!important;
		line-height: 21px!important;
		color: #4A4A4A!important;
	}
	.wysiwyg_container blockquote p {
		padding-top: 0;
		overflow: hidden;
		font-size: 14px!important;
		line-height: 21px!important;
		color: #4A4A4A!important;
	}
	.wysiwyg_container blockquote:before {
		display: block;
		float: left;
		margin: 15px 15px 0 0;
		font-size: 100px;
		content: open-quote;
		color: #bababa;
		text-shadow: 0 1px 1px #909090;
	}
	.wysiwyg_container blockquote:after {
		content: none;
	}
	.wysiwyg_container ol, .wysiwyg_container ul {margin-bottom: 15px; margin-left: 20px;}
	.wysiwyg_container ol li {list-style: decimal outside; font-size: 12px; color: #4A4A4A; line-height: 18px; margin-bottom: 5px;}
	.wysiwyg_container ul li {list-style: disc outside; font-size: 12px; color: #4A4A4A; line-height: 18px; margin-bottom: 5px;}