/*
Theme Name: The Family Law Resource Guide
Theme URI: http://synotac.com
Description: A custom theme developed by Synotac Web Design
Version: 1.0
Author: Synotac Web Design
Author URI: http://synotac.com/


style.css
Developer: Synotac Web Design
URI: http://www.synotac.com

CSS Reset*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
BODY
{
	line-height: 1;
}
OL, UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
	content: none;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
/*remember to highlight inserts somehow!*/
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*End CSS Reset
General
------------------------------------------------------------------
Selection background color*/
*::-moz-selection
{
	background: #B45340 none repeat scroll 0 0;
	color: #FFF;
}
/*HTML and BODY*/
HTML, BODY
{
}
HTML
{
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
BODY
{
	background: #FFF;
	font: 12px/20px Verdana, Helvetica, sans-serif;
	text-align: center;
	line-height: 20px;
	color: #4C4C4C;
}
/*Links*/
A
{
	color: #80A1B6;
	text-decoration: none;
}
A:link
{
}
A:visited
{
}
A:focus, A:hover, A:active
{
	text-decoration: underline;
}
/*Headers*/
H1, H2, H3
{
	font-weight: normal;
}
H1
{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 14px;
	color: #D7C300;
}
H2
{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 8px;
	color: #D7C300;
}
H3
{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
	color: #000;
}
H4, H5, H6
{
}
H4
{
	color: #D7C300;
	font-size: 12px;
	font-style: italic;
}
H5
{
}
H6
{
}
/*Text blocks, Content*/
ADDRESS
{
	font-style: normal;
	font-weight: bold;
	margin-bottom: 1em;
}
BLOCKQUOTE
{
	font-style: italic;
}
CITE
{
}
EM
{
	font-style: italic;
}
P
{
	margin: 0 0 1em;
}
PRE
{
}
SMALL
{
	font-size: 0.8em;
}
SPAN
{
}
STRONG
{
	font-weight: bold;
}
/*Misc*/
ABBR, ACRONYM
{
	border-bottom: 1px dashed #999;
	cursor: help;
}
DEL
{
	color: #8B0000;
	text-decoration: line-through;
}
HR
{
	display: none;
}
INS
{
	color: #006400;
	text-decoration: none;
}
SUB, SUP
{
	font-size: 0.7em;
}
SUP
{
	vertical-align: sub;
}
SUP
{
	vertical-align: super;
}
/*Tables*/
TABLE
{
}
CAPTION
{
}
THEAD
{
}
TFOOT
{
}
TBODY
{
}
TR
{
}
TR.alt
{
}
TH
{
}
TD
{
}
/*Forms*/
FORM
{
}
FIELDSET
{
}
LEGEND
{
}
LABEL
{
}
INPUT
{
	vertical-align: middle;
}
INPUT.button
{
}
INPUT.primary-button
{
}
INPUT.secondary-button
{
}
TEXTAREA
{
}
SELECT
{
}
.checkboxes
{
}
/*Lists*/
UL, OL
{
}
UL
{
}
OL
{
}
LI
{
}
/*Defition Lists*/
DL
{
}
DD
{
}
DT
{
}
/*STRUCTURE
------------------------------------------------------------------
Use #bgwrap if centered column has drop shadow background that is centered*/
#bgwrap
{
	margin: 0 auto;
	background: transparent url(images/gradient_middle.gif) repeat-y scroll top center;
	width: 1000px;
}
#wrap
{
	margin: 0 auto;
	width: 975px;
	background-color: #FFF;
}
#topshadow
{
	margin: 0 auto;
	background: transparent url(images/gradient_top.gif) no-repeat scroll top center;
	width: 1000px;
	height: 10px;
	margin-top: 30px;
}
#bottomshadow
{
	margin: 0 auto;
	background: transparent url(images/gradient_bottom.gif) no-repeat scroll top center;
	width: 1000px;
	height: 10px;
	margin-bottom: 50px;
}
#header, #main, #footer
{
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
}
#header
{
	margin: 0 20px;
	margin-bottom: 3px;
	float: left;
}
#main
{
	width: 975px;
}
#container
{
	float: left;
/*left = sidebar on right; right = sidebar on left*/
	margin: 0 -215px 0 0;
/*negative value margin (side of sidebar) width of sidebar*/
	width: 760px;
}
#content
{
/*margin: 0 215px 0 0;
margin (side of sidebar) width of sidebar*/
	overflow: hidden;
/*padding: 19px 0 0;*/
}
#sidebar
{
	float: right;
/*right = sidebar on right; left = sidebar on left*/
	padding: 10px;
	width: 175px;
/*= (width - padding)*/
	margin: 0 20px 0 0;
}
DIV#footer
{
	width: 940px;
	padding: 20px;
}
/*Main Styles
------------------------------------------------------------------
Header*/
#branding-right
{
	width: 180px;
	float: right;
	font-size: 9px;
	color: #4C4C4C;
	padding-top: 54px;
}
#branding-right SPAN
{
	padding-left: 34px;
}
#branding-right A
{
	color: #4C4C4C;
	text-decoration: none;
}
#branding-right A:hover
{
	text-decoration: underline;
}
#container
{
	position: relative;
}
A.logo
{
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
}
A.logo:hover
{
	text-decoration: none;
}
A.logo SPAN.description
{
	position: absolute;
	top: 44px;
	left: 204px;
	letter-spacing: 1px;
	color: #D9DADB;
	font-size: 20px;
}
/*Menu*/
#nav
{
	height: 38px;
	width: 730px;
	background: transparent url(images/navigation_gradient.gif) repeat-x scroll top left;
	text-align: left;
	margin-left: 20px;
}
UL#menu
{
	height: 38px;
}
#menu LI.topLevelPage
{
	display: block;
	float: left;
	background: url(images/navgradient_inbetween.gif) no-repeat right top;
	padding: 0 2px 0 0;
	height: 38px;
	width: 181px;
}
#menu LI.last
{
	background: none 0;
	padding: 0;
}
#menu A
{
	display: block;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
#menu A SPAN
{
	display: block;
	height: 26px;
	padding: 6px 0 0;
}
#menu A#attorneysBtn SPAN
{
	height: 31px;
	padding: 1px 0 0;
	line-height: 15px;
}
#menu LI A:hover SPAN, #menu LI.current_page_item A SPAN, .page-id-25 #printableCouponsBtn SPAN, .page-id-26 #videoTestimonialsBtn SPAN, .page-id-27 #pestsAndServicesBtn SPAN, .page-id-28 #childAndPetSafetyBtn SPAN, .page-id-29 #aboutUsBtn SPAN, .page-id-30 #photosAndVideosBtn SPAN, .parent-pageid-117 #pestsAndServicesBtn SPAN, .parent-pageid-119 #pestsAndServicesBtn SPAN, .parent-pageid-30 #photosAndVideosBtn SPAN
{
	background: url(images/nav_center_on.gif) repeat-x top left;
}
#menu LI A#howitworksBtn:hover SPAN
{
	background: url(images/navgradient_divorcehowitworks_on.gif) repeat-x top left;
}
#menu LI A#moneyBtn:hover SPAN
{
	background: url(images/navgradient_divorceandmoney_on.gif) repeat-x top left;
}
#menu LI A#kidsBtn:hover SPAN
{
	background: url(images/navgradient_divorceandkids_on.gif) repeat-x top left;
}
#menu LI A#attorneysBtn:hover SPAN
{
	background: url(images/navgradient_divorceattorneys_on.gif) repeat-x top left;
}
/***** Sub-Nav Drop-Downs (optional) *****/
UL#menu LI UL
{
	position: absolute;
	left: -999em;
	width: 181px;
	padding-top: 4px;
	top: 28px;
	z-index: 101;
	filter: alpha(opacity=92);
/*internet explorer*/
	-khtml-opacity: 0.92;
/*khtml, old safari*/
	-moz-opacity: 0.92;
/*mozilla, netscape*/
	opacity: 0.92;
/*fx, safari, opera*/
}
UL#menu LI.hover, UL#menu LI:hover
{
	position: static;
}
UL#menu LI.hover UL, UL#menu LI:hover UL
{
	left: auto;
	z-index: 100;
}
UL#menu LI UL LI
{
	float: none;
	margin: 0;
	padding-top: 2px;
	color: #000;
	display: block;
}
UL#menu LI UL LI A
{
	display: block;
	color: #000;
	text-align: left;
	font-size: 9px;
	line-height: 14px;
}
UL#menu LI UL LI A:hover
{
	color: #4C4C4C;
	text-decoration: underline;
}
UL#menu LI UL LI.current_page_item A
{
	font-weight: bold;
}
/*colors*/
UL#menu LI UL#howitworksDD LI
{
	background: #E7D975;
	padding-left: 16px;
}
UL#menu LI UL#howitworksDD LI.page-item-20
{
	padding-top: 7px;
}
UL#menu LI UL#howitworksDD LI.page-item-34
{
	background: transparent url(images/dropdown_divorcehowitworks.png) no-repeat scroll bottom left;
	padding-bottom: 8px;
}
UL#menu LI UL#moneyDD LI
{
	background: #C8D070;
	padding-left: 16px;
}
UL#menu LI UL#moneyDD LI.page-item-36
{
	padding-top: 7px;
}
UL#menu LI UL#moneyDD LI.page-item-48
{
	background: transparent url(images/dropdown_divorcemoney.png) no-repeat scroll bottom left;
	padding-bottom: 8px;
}
UL#menu LI UL#kidsDD LI
{
	background: #DAA392;
	padding-left: 16px;
}
UL#menu LI UL#kidsDD LI.page-item-50
{
	padding-top: 7px;
}
UL#menu LI UL#kidsDD LI.page-item-58
{
	background: transparent url(images/dropdown_divorcekids.png) no-repeat scroll bottom left;
	padding-bottom: 8px;
}
/*Sidebar*/
#sidebar
{
	height: 495px;
	background-color: #ECEDED;
}
#sb-header
{
	width: 171px;
	height: 89px;
/*background:#fff url(images/sb_header.gif) scroll no-repeat 4px 6px;*/
	padding: 6px 0 0 4px;
	background-color: #FFF;
}
#sb-header A
{
	display: block;
}
#sb-featured
{
	width: 159px;
	height: 366px;
	margin: 10px 0;
	background-color: #FFF;
	padding: 12px 8px;
	font-size: 9px;
	line-height: 12px;
}
DIV.sb-featureditem
{
	padding-bottom: 16px;
	border-bottom: 1px solid #D1D2D4;
	margin-bottom: 16px;
}
.sb-featureditem A IMG
{
	padding-right: 3px;
}
.sb-excerpt-meta A
{
	text-decoration: underline;
	color: #4C4C4C;
}
.sb-excerpt-meta A:hover
{
	text-decoration: none;
}
IMG.sb-excerpt-thumb
{
	float: left;
	height: 30px;
	margin-right: 10px;
}
A.sb-newslink
{
	padding-bottom: 3px;
	display: block;
}
/*Footer*/
UL#ftLinks
{
	margin: 0 auto;
	font-size: 9px;
	color: #80A1B6;
	width: 800px;
}
#ftLinks LI
{
	display: block;
	float: left;
	margin: 0 6px 0 0;
}
#ftLinks A
{
	color: #80A1B6;
	text-decoration: none;
}
#ftLinks A:hover
{
	text-decoration: underline;
}
/*Generic Page Styling*/
DIV#pageCFColumn
{
	width: 180px;
	display: block;
	float: left;
	margin-left: 20px;
}
DIV#pageCFImage
{
	width: 180px;
	height: 260px;
	background-color: #EFEFEF;
	margin-bottom: 14px;
}
UL#pageCFArticles
{
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 14px;
}
UL#pageCFVideos
{
	font-size: 10px;
	line-height: 14px;
}
DIV.cf-articles-title
{
/*font-weight:bold;*/
	padding-bottom: 3px;
	color: #B45340;
}
DIV.cf-videos-title
{
/*font-weight:bold;*/
	padding-bottom: 3px;
	color: #B45340;
}
DIV#content
{
	width: 480px;
	display: block;
	float: left;
	margin: 0;
	margin-left: 45px;
	margin-right: 25px;
	padding-top: 8px;
	font-size: 10px;
	line-height: 14px;
}
BODY.search DIV#content
{
	margin-left: 40px;
}
BODY.page-template-searchpage-php DIV#content
{
	margin-left: 40px;
}
#content DIV.breadcrumb
{
	padding-bottom: 25px;
	color: #4C4C4C;
	font-size: 9px;
}
#content .breadcrumb A
{
	color: #4C4C4C;
	text-decoration: underline;
}
#content .breadcrumb A:hover
{
	color: #4C4C4C;
	text-decoration: none;
}
.openingP
{
	font-size: 14px;
	line-height: 20px;
}
/*Home page specific*/
#home-image
{
	width: 180px;
	height: 260px;
	background-color: #DDD;
	display: block;
	float: left;
	background: transparent url(images/hero_homepage.jpg) repeat-x scroll top left;
	margin-bottom: 14px;
	margin-left: 20px;
}
#home-content
{
	height: 200px;
	width: 446px;
	display: block;
	float: left;
	background: transparent url(images/homebackground_gradient.gif) repeat-x scroll top left;
	padding: 30px 52px;
	margin-bottom: 14px;
}
#home-content H1
{
	color: #636466;
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 20px;
}
#home-content H2
{
	color: #948671;
	font-size: 18px;
	line-height: 26px;
}
#home-content A
{
	color: #80A1B6;
}
#home-separator
{
	height: 3px;
	width: 730px;
	background: transparent url(images/home_rule.gif) repeat-x scroll top left;
	display: block;
	clear: both;
	margin-bottom: 14px;
	margin-left: 20px;
}
#home-featured
{
	display: block;
	clear: both;
	height: 192px;
	width: 740px;
	margin-left: 15px;
	font-size: 9px;
	line-height: 12px;
}
#home-featuredLeft
{
	display: block;
	float: left;
	height: 176px;
/*192*/
	width: 218px;
/*246*/
	padding: 8px 16px 8px 12px;
	background: transparent url(images/home_3boxes_lbackground.gif) no-repeat scroll top left;
}
#home-featuredMid
{
	display: block;
	float: left;
	height: 176px;
/*192*/
	width: 220px;
/*252*/
	padding: 8px 18px 8px 14px;
	background: transparent url(images/home_3boxes_mbackground.gif) no-repeat scroll top left;
}
#home-featuredRight
{
	display: block;
	float: left;
	height: 176px;
/*192*/
	width: 208px;
/*240*/
	padding: 8px 18px 8px 14px;
	background: transparent url(images/home_3boxes_rbackground.gif) no-repeat scroll top left;
}
.feature-title
{
	display: block;
	font-size: 20px;
	color: #B45340;
	line-height: 22px;
	height: 44px;
}
#home-featuredLeft .feature-title, #home-featuredMid .feature-title
{
	padding-top: 10px;
	height: 34px;
}
#home-featured A
{
	background: transparent url(images/icon_more_arrow.jpg) no-repeat scroll left center;
	padding-left: 13px;
	color: #B45340;
	font-style: italic;
}
/*Blog pages styling*/
DIV#sub-container
{
	margin: 0 20px;
	padding: 10px;
	background-color: #ECEDED;
	float: left;
	width: 915px;
}
DIV#blog-content
{
	background-color: #FFF;
	padding: 20px 75px 20px 60px;
	margin: 0;
	width: 490px;
	float: left;
	position: relative;
}
H1#blog-title
{
	font-size: 34px;
	line-height: 42px;
	color: #80A1B6;
	border-bottom: 1px solid #D1D2D4;
	padding-bottom: 12px;
}
DIV#blog-SB-searchform
{
	float: left;
	width: 240px;
	padding: 20px;
	background-color: #FFF;
	margin-left: 10px;
	margin-bottom: 10px;
}
DIV#blog-SB-news
{
	float: left;
	width: 240px;
	padding: 20px;
	background-color: #FFF;
	margin-left: 10px;
	margin-bottom: 10px;
}
DIV#blog-SB-archives
{
	float: left;
	width: 240px;
	padding: 20px 20px 80px;
	background-color: #FFF;
	margin-left: 10px;
}
DIV#blog-rss-link
{
	position: absolute;
	top: 25px;
	right: 60px;
}
H2.blog-SB-title
{
	font-size: 18px;
	line-height: 20px;
	color: #80A1B6;
	margin-bottom: 12px;
}
H2.post-title
{
	margin-bottom: 12px;
}
H2.post-title A
{
	font-size: 18px;
	line-height: 22px;
	color: #D7C300;
}
A.blog-SB-newslink
{
	display: block;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 10px;
	text-decoration: underline;
	color: #4C4C4C;
}
A.blog-SB-newslink:hover
{
	text-decoration: none;
}
/*Archives (sidebar) plugin list styling*/
SPAN.car-yearmonth
{
	padding-bottom: 4px;
	display: block;
	font-size: 11px;
	line-height: 14px;
	text-decoration: underline;
}
UL.car-monthlisting LI
{
	margin-left: 14px;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 8px;
}
UL.car-monthlisting LI A
{
/*text-decoration:underline;*/
	color: #4C4C4C;
}
UL.car-monthlisting LI A:hover
{
/*text-decoration:none;*/
}
/*More Blog page styling*/
SMALL.meta
{
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
}
SPAN.post-date
{
	color: #4C4C4C;
}
SPAN.post-time
{
	color: #B45340;
}
.blog DIV.entry
{
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 20px;
}
DIV.postmetadata
{
	border-top: 1px solid #D1D2D4;
	border-bottom: 1px solid #D1D2D4;
	margin-bottom: 24px;
	padding: 4px 0;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 10px;
}
.postmetadata SPAN
{
	margin-right: 21px;
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.postmetadata SPAN A
{
	text-decoration: underline;
	color: #4C4C4C;
}
.postmetadata SPAN A:hover
{
	text-decoration: none;
}
.postmetadata SPAN.postmeta-readfull
{
	padding-left: 19px;
	background: transparent url(images/icon_readentirepost.gif) no-repeat scroll left center;
}
.postmetadata SPAN.postmeta-commentslink
{
	padding-left: 23px;
	background: transparent url(images/icon_comments.gif) no-repeat scroll left center;
}
.postmetadata SPAN.postmeta-share
{
	padding-left: 21px;
	background: transparent url(images/icon_share.gif) no-repeat scroll left center;
}
.postmetadata SPAN.postmeta-link
{
	padding-left: 23px;
	background: transparent url(images/icon_link.gif) no-repeat scroll left center;
}
/*Search form styling*/
#search-text
{
	width: 108px;
	height: 13px;
	margin: 0 5px 0 0;
	padding: 2px 0 2px 3px;
	border: 1px solid #D1D2D4;
	display: block;
	float: left;
	color: #6D6E71;
	font-size: 9px;
	letter-spacing: 0.1em;
}
#search-submit
{
	background: url(images/button_go.gif) no-repeat 0 1px;
	width: 21px;
	height: 18px;
	border: 0 none #000000;
	display: block;
}
#search-submit:hover
{
	cursor: pointer;
}
/*Comments*/
DIV#comment-top
{
	margin-bottom: 12px;
}
SPAN.leave-reply
{
	font-size: 14px;
}
SPAN.logged-in-as
{
	float: right;
}
#respond TEXTAREA#comment
{
	margin-bottom: 12px;
}
OL.commentlist
{
	padding-bottom: 20px;
}
OL.commentlist LI
{
	padding: 12px;
}
OL.commentlist LI.even
{
	background-color: #F6F6F6;
}
/*Unsorted*/
BODY.single DIV.entry
{
	margin-bottom: 24px;
}
SPAN.more-cutoff
{
	color: #BBB;
}
DIV.post H1.page-title
{
	display: block;
	width: 400px;
}
BODY.page-id-14 H1.page-title, BODY.parent-pageid-14 H1.page-title
{
	color: #919DCD;
}
BODY.parent-pageid-139 H1.page-title, BODY.parent-pageid-142 H1.page-title, BODY.parent-pageid-144 H1.page-title
{
	color: #919DCD;
}
.entry FORM#searchform
{
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/*Attorney name link styles*/
.parent-pageid-14 .entry A, #post-14 .entry A
{
	text-decoration: underline;
	font-weight: bold;
	color: #D7C300;
}
.parent-pageid-14 .entry A:hover, #post-14 .entry A:hover
{
	text-decoration: none;
}
/*Wordpress specific CSS
-------------------------------------------------------------------*/
.aligncenter, DIV.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter IMG, .aligncenter P.wp-caption-text
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
IMG.alignleft
{
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
IMG.alignright
{
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
.entry DIV.alignleft
{
	float: left;
	margin: 0 8px 7px 0;
}
/*Resizes the image to the maximum width of the content area*/
.entry IMG
{
	max-width: 576px;
/*smooth image resizement in IE7+*/
	-ms-interpolation-mode: bicubic;
}
.wp-caption
{
	background-color: #F0F0F0;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 3px;
}
.wp-caption IMG
{
	border: 0 none #000000;
	margin: 0;
	padding: 0;
}
.wp-caption P.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.more-link
{
	background-color: #F4F8F9;
	border-bottom: 1px solid #E6F0F2;
	font-size: 11px;
	padding: 5px 6px 3px;
	text-shadow: 0 1px 0 #fff;
}
.more-link:hover
{
	background-color: #E6F0F2;
	border-bottom-color: #B3CDD8;
	color: #000;
}
/*Tables and #wp-calendar
GENERIC CLASSES
------------------------------------------------------------------
Beautified ampersands*/
.amp
{
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman";
	font-style: italic;
}
/*Emphasize your name in the About-Box*/
.smaller-caps
{
	font-size: 110%;
	font-variant: small-caps;
}
.hidden
{
	display: none;
}
.hidden
{
	position: absolute;
	left: -9999em;
}
/*Generic list styling (inside editable content areas)*/
DIV#content UL, DIV#blog-content UL
{
	list-style-type: circle;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 14px;
}
DIV#content UL LI, DIV#blog-content UL LI
{
	padding: 0;
	line-height: 20px;
}
DIV#content OL, DIV#blog-content OL
{
	list-style-type: decimal;
	padding: 0;
	margin-left: 26px;
	margin-bottom: 14px;
}
DIV#content OL LI, DIV#blog-content OL LI
{
	padding: 0;
	line-height: 20px;
}
/*Generic classes*/
TABLE#divorce-attorney-list TD
{
	border-bottom: 1px solid #BBB;
	padding-top: 15px;
}
TABLE#divorce-attorney-list TR:first-child TD
{
	padding-top: 0px;
}
A.more-arrow
{
	background: transparent url(images/icon_more_arrow.jpg) no-repeat scroll left center;
	padding-left: 13px;
	color: #B45340 !important;
	font-style: italic;
	text-decoration: none !important;
	font-size: 10px !important;
}
A.more-arrow:hover
{
	text-decoration: underline;
}
DIV.pagination
{
	margin-top: 24px;
	color: #B45340;
}
DIV.pagination A
{
	color: #B45340;
}
DIV.pagination A:hover
{
	color: #B45340;
}
.emph
{
	font-size: 14px;
	line-height: 20px;
}
/*CLEARFIX
------------------------------------------------------------------*/
HTML .clearfix
{
	display: block;
}
* HTML .clearfix
{
	height: 1%;
}
.clearfix:after
{
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
/*TinyMCE visual editor styling*/
BODY#tinyMCE
{
	text-align: left;
	font: 10px/15px Verdana, Helvetica, sans-serif;
	width: 480px;
	padding: 15px;
}
BODY#tinyMCE UL
{
	list-style-type: circle;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 14px;
}
BODY#tinyMCE UL LI
{
	padding: 0;
	line-height: 20px;
}
BODY#tinyMCE OL
{
	list-style-type: decimal;
	padding: 0;
	margin-left: 26px;
	margin-bottom: 14px;
}
BODY#tinyMCE OL LI
{
	padding: 0;
	line-height: 20px;
}
