/*
THEME NAME: California Elder Abuse Blog
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Constructed from the Sandbox theme with rich with powerful and dynamic semantic class selectors.
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* ---------- A note on font-sizing ---------- 
Default font size in IE6, IE7 and FireFox is 16px. 
Default for Safari 2 is 16px for "standard fonts" and 13px for "fixed-width fonts." (Safari 3 uses 16px for all fonts.) 
I am ignoring the Safai 13px mono-space type issue since this site does not use any mono-spaced fonts.
*/

html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:url(images/bg.gif) repeat-x #aaa8a2;
	font-size:.75em; /* 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:12px 0;
	color:#000;
	}

a:link, a:visited {
	color:#2262a0;
	}
	
a:hover, a:active {
	color:#318ee7;
	}


	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 0px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 0px 10px;
	float:right;
	}

.pic_border, a img.pic_border {
	padding:2px;
	border:1px solid #d0c8b9;
	}

.raquo {
	font-size:1.2em;
	color:#2262a0;
	}

.small {
	font-size:.92em;
	line-height:1.3em;
	}

.big {
	font-size:1.2em;
	}

.hr_side {
	color:#d8c8a7;
	background:#d8c8a7;
	width:100%;
	height:1px;
	overflow:hidden;
	margin:15px 0;
	}

.hr_main {
	color:#d8c8a7;
	background:#ccc;
	width:100%;
	height:1px;
	overflow:hidden;
	margin:20px 0 20px auto;
	}

.hr_footer {
	width:850px; 
	margin:20px auto; 
	color:#4777a5; 
	background:#4777a5;
	height:1px;
	overflow:hidden;
	}

.tan {
	color:#d4cfbf;
	}

.blue_link {
	color:#2262a0;
	}


	
.italic {
	font-style:italic;
	}
	
.page-title {
	margin-bottom:20px;
	}
	
.link_button_top {
	background:url(images/link_button_top.gif) no-repeat;
	width:230px;
	height:10px;
	margin-top:10px;
	}

.link_button_bottom {
	background:url(images/link_button_bottom.gif) no-repeat #d0c8b9 bottom left;
	width:210px;
	padding:0 10px 10px 10px;
	margin-bottom:10px;
	line-height:1.3em;
	}

/* Layout
 * ------------------------------------------------------------------------- */

#container {
	width:950px;
	border:1px solid #918b81;
	margin:0 auto;
	line-height:1.6em;
	background:#fff;
	}

#title {
	background:url(images/title_bar2.gif) no-repeat;
	width:950px;
	height:85px;
	text-indent:-5000px;
	margin-bottom:1px;
	}
	
	
	#header_home_link {
		width:375px;
		height:80px;
		display:block;
		outline:none;
		margin:20px 0 0 19px;
		outline:none;
		float:left;
		}
	
#firm_link {
	width:320px;
	height:90px;
	display:block;
	outline:none;
	margin:0px 0 0 0px;
	outline:none;
	float:right;
	}

#banner {
	width:950px;
	height:180px;
	margin-bottom:1px;
	}
	
	#banner p {
		display:none;
		}
	
#content_container {
	padding:10px;
	background:url(images/content_container_bg.gif) repeat-y;
	width:930px;
	}

#questions {
	background:url(images/questions.gif) no-repeat;
	width:349px;
	height:33px;
	float:left;
	text-indent:-5000px;
	}

/* ---------- Column Left ---------- */

#column_left {
	width:230px;
	float:right;
	display:inline;
	margin-right:20px;
	padding-right:10px;
	font-size:.92em;
	}
	
	#column_left.home {
		float:left;
		}
	
.column_left_content {
	
	padding:0 5px;
	}

#elder_abuse_resource_center {
	background:url(images/elder_abuse_resource_center.gif) no-repeat;
	width:200px;
	height:32px;
	text-indent:-5000px;
	margin:0;
	padding:0;
	}
	
	
#about_blog_left {
	background:url(images/about_our_elder_abuse_blog.gif) no-repeat;
	width:230px;
	height:32px;
	text-indent:-5000px;
	margin:0 0 10px 0;
	padding:0;
	}





	#column_left .side_list li, #column_right .side_list li  {
		/* _position:relative;	 to fix the IE bullet peekaboo pug - must be hidden to eliminate problem with overlapping navs in IE 6 */
		padding-left: 10px;
		line-height:1.0em;
		list-style: none;
		background: transparent url(images/arrow_lrg.gif) 0px 2px no-repeat;
		font-size:1.0em;
		font-weight:bold;
		border-bottom:1px solid #d8c8a7;
		margin:0px 0 10px 0;
		padding-bottom:10px;
		}
		
		#column_right .side_list li {
			font-size:1.08em;
			}
		
		#column_right .side_list {
			padding:0 5px;
			margin-top:15px;
			}
	
		#column_left .side_list li li, #column_right .side_list li li {
			background: transparent url(images/bullet.gif) 0px 3px no-repeat;
			font-size:.92em;
			border:none;
			margin:0;
			padding-bottom:0;
			line-height:1.2em;
			margin-bottom:9px;
			}
			

		
		#column_left .side_list li.last, #column_right .side_list li.last {
			border:none;
			padding-bottom:0;
			margin-bottom:0;
			}	
		
			#column_left .side_list li li.last, #column_right .side_list li li.last {
				margin:0;
				}
	
	.side_list  ul {
		margin:6px 0 0px 0;
		}
	
		.side_list a:link, .side_list a:visited {
			text-decoration:none;
			color:#2262a0;
			}
		
		.side_list a:hover, .side_list a:active {
			color:#318ee7;
			}
			
				.side_list li li a:link, .side_list li li a:visited {
					text-decoration:none;
					color:#7c6d52;
					}
			
				.side_list li li a:hover, .side_list li li a:active {
					color:#c3ab81;
					}




#recognition {
	text-align:center;
	margin-top:12px;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
	}





/* ---------- Column Center ---------- */
#column_center {
	width:660px;
	display:inline;
	float:right;
	padding-right:10px;
	}
	
	#column_center.home {
		float:left;
		}
	
#leading_attorneys {
	background:url(images/californias_leading_attorneys.gif) no-repeat;
	width:591px;
	height:21px;
	margin:10px auto 20px auto;
	text-indent:-5000px; 
	}
	
	
#flash_temp {
	margin-bottom:20px;
	width:495px;
	}



	#column_center h1, #column_center .header_text {
		font-size:1.7em;
		color:#0F487F;
		margin-bottom:10px;
		font-weight:normal;
		line-height:1.3em;	
		}

#blog_content_title {
	font-size:1.62em; 
	text-align:center; 
	font-family:'Times New Roman', Times, serif; 
	color:#666;
	margin-top:30px;
	font-weight:normal;
	}
	
	#column_center p {
		margin-bottom:12px;
		}
			












#contact_us {
	background:url(images/contact_us.gif) no-repeat;
	width:230px;
	height:32px;
	text-indent:-5000px;
	margin:25px 0 5px 0;
	padding:0;
	}
	

	




#news_blog_archives {
	background:url(images/news-blog_archives.gif) no-repeat;
	width:200px;
	height:32px;
	text-indent:-5000px;
	margin:25px 0 5px 0;
	padding:0;
	}

#search_our_blog {
	background:url(images/search_our_blog.gif) no-repeat;
	width:230px;
	height:32px;
	text-indent:-5000px;
	margin:25px 0 5px 0;
	padding:0;
	}

#how_to_report_elder_abuse {
	background:url(images/how_to_report_elder_abuse.gif) no-repeat;
	width:230px;
	height:32px;
	text-indent:-5000px;
	margin:0px 0 5px 0;
	padding:0;
	}

#subscribe_to_rss {
	background:url(images/subscribe_to_rss_feed.gif) no-repeat;
	width:230px;
	height:32px;
	text-indent:-5000px;
	margin:25px 0 5px 0;
	padding:0;
	}

#about_our_elder_abuse_blog {
	background:url(images/about_our_elder_abuse_blog.gif) no-repeat;
	width:200px;
	height:32px;
	text-indent:-5000px;
	margin:0px 0 5px 0;
	padding:0;
	}

#helpful_resources {
	background:url(images/helpful_resources.gif) no-repeat;
	width:230px;
	height:32px;
	text-indent:-5000px;
	margin:25px 0 5px 0;
	padding:0;
	}

#recent_blog_entries {
	background:url(images/most_recent_blog_entries.gif) no-repeat;
	width:230px;
	height:48px;
	text-indent:-5000px;
	margin:0px 0 5px 0;
	padding:0;
	}

#view_entries_by_topic {
	background:url(images/view_entries_by_topic.gif) no-repeat;
	width:230px;
	height:32px;
	text-indent:-5000px;
	margin:25px 0 5px 0;
	padding:0;
	}

#watch_our_videos {
	background:url(images/watch_our_videos.gif) no-repeat;
	width:230px;
	height:32px;
	text-indent:-5000px;
	margin:25px 0 5px 0;
	padding:0;
	}


#ea_website_button {
	width:230px;
	height:88px;
	display:block;
	margin:25px 0 10px 0;
	outline:none;
	background:url(images/ea_website_button.gif) no-repeat;
	text-indent:-5000px;
	}
	
	#ea_website_button:hover, #pi_website_button:active {
		background-position:0px -88px;
		}


#view_all_blog_archives {
	display:block;
	width:158px;
	height:23px;
	text-indent:-5000px;
	background:url(images/view_all_blog_archives.gif) no-repeat;
	margin-bottom:20px;
	outline:none;
	}
	
	#view_all_blog_archives:hover, #view_all_blog_archives:active {
		background-position:0px -23px;
		}



/* Footer
 * ------------------------------------------------------------------------- */

#footer_top {
	background:#b2a68f;
	color:#b2a68f;
	height:3px;
	margin:0 0 1px 0;
	width:100%;
	overflow:hidden;
	}

#bottom_nav {
	background:url(images/footer_links_bg.gif) repeat-x bottom left #ecebe2;
	padding:7px;
	text-align:center
	}
	
	#bottom_nav li {
    	margin: 0;
    	padding: 0 5px 0 7px;
    	display: inline;
    	border-left: 1px solid #fff;
    	line-height:1.2em;
    	background: none;
		color:#fff;
		font-weight:bold;
    	}

	#bottom_nav li.first { 
    	border: none;
		padding: 0 5px 0 0;
    	}
		
	#bottom_nav li.last {
		padding:0 0 0 7px;
		}

	#bottom_nav a:link, #bottom_nav a:visited{
		color:#1c4b79;
		text-decoration:none;
		}

	 #bottom_nav a:hover, #bottom_nav a:active {
	 	color:#4a88c3;
		text-decoration:none;
		}

#footer {
	background:url(images/footer_bg.gif) repeat-x bottom left #1c4b79;
	padding:10px;
	font-size:.92em;
	color:#fff;
	line-height:1.3em;
	width:930px;

	}

#footer_left {
	float:left;
	width:200px;
	display:inline;
	margin-right:30px;
	background:none;
	font-size:1.1em;
	}

#footer_center {
	float:left;
	width:120px;
	display:inline;
	margin-right:182px;
	background:none;
	font-size:1.1em;
	}

#footer_right {
	float:left;
	display:inline;
	background:none;
	width:388px;
	font-size:1.1em;
	}

	#footer_right li {
    	margin: 0;
    	padding: 0 5px 0 7px;
    	display: inline;
    	border-left: 1px solid #fff;
    	line-height:1.6em;
    	background: none;
		color:#fff;
		font-weight:bold;
    	}

	#footer_right li.first { 
    	border: none;
		padding: 0 5px 0 0;
    	}
		
	#footer_right li.last {
		padding:0 0 0 7px;
		}

	#footer a:link, #footer a:visited {
		color:#fff;
		text-decoration:none;
		}

	 #footer a:hover, #footer a:active {
	 	color:#84b6e5;
		text-decoration:none;
		}
	
#terms {
	color:#a66c5a;
	float:left;
	color:#fff;
	}
	
	#terms a:link, #terms a:visited{
		color:#fff;
		text-decoration:none;
		}

	 #terms a:hover, #terms a:active {
	 	color:#84b6e5;
		text-decoration:none;
		}

#footer_tagline {
	font-size:1.2em; 
	text-align:center;
	}

#sitemap {
	background:url(images/sitemap_icon.gif) no-repeat 0px 3px;
	padding-left:18px;
	float:right;
	font-weight:bold;
	color:#fff;
	}

#location_text {
	background:url(images/bottom_nav_bg.gif) repeat-x bottom left #eedba7;
	padding:15px;
	text-align:left;
	margin:0px auto;
	font-size:.92em;
	color:#81664d;
	line-height:1.4em;
	width:909px;
	border-top:1px solid #d8c5c0;
	}

#location_bottom {
	background:#66200a;
	margin:0px 0 0 0;
	padding:5px 10px;
	font-size:.92em;
	color:#fff;
	line-height:1.3em;
	width:919px;
	}

/* form
 * ------------------------------------------------------------------------- */
 
 
 
 
#searchform input {
	background-color:#fff; 
	border:1px solid #000;
	color:#000;
	width:170px; /* 5 pixles smaller than form width !important */
	height:16px;
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em;
	padding-top:1px;
	vertical-align:middle;
	}

	#searchform input.button {
		width:40px;
		height:19px;
		}
 
 
 
#quick-contact { 
	width:180px; 
	padding:0;
	margin-left:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	}
	
	#column_left #quick-contact {
		padding:0 0 0 8px;
		}

	#quick-contact label	{ 
		font-size:.92Sem;
		}
		
		#column_right #quick-contact label {
			font-size:.92em;
			}

	#quick-contact br { 
	line-height:0; /* defaults vertical spacing between fields */
	clear:left;
	}  

#quick-contact label.error {
		color:#CC0000;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.0em;
		width:150px;
		}

#quick-contact input, #quick-contact textarea, #quick-contact select { 
	background-color:#fff; 
	border:1px solid #000;
	color:#000;
	width:175px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em;
	float:left;
	}

select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

#quick-contact textarea { 
	height:125px; 
	overflow:auto; 
	}

#quick-contact input.submit { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

#quick-contact label {
	width:125px;
	font-family:Arial, Helvetica, sans-serif; 
	float:left;
	}

/* ----- Main Contact Form ----- */

#contact-main { 
	padding:0px 0 10px 0; 
	float:left;
	width:300px;

	}

	#contact-main br { 
	line-height:0; /* defaults vertical spacing between fields */
	clear:left;
	} 
	
#contact-main label { 
	width:65px; 
	float:left;
	text-align:right; 
	margin-right:10px;
	font-size:1em;
	font-weight:bold;
	}
	
	#contact-main label.error {
		color:#f00;
		width:200px;
		margin-left:73px;
		text-align:left;
		}
	
#contact-main input, #contact-main textarea, #contact-main select { 
	width:200px;
	float:left;
	margin-bottom:10px;
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em;
	float:left;
	background-color:#fff; 
	border:1px solid #000;
	color:#000;
	}


	
#contact-main select {
	width:175px;
	}
	
#contact-main textarea { 
	height:250px;
	width:200px;
	overflow:auto;
	}

#contact-main input.submit-contact-main { 
	margin:0 0 0 73px;
	padding:0 0 3px 0;
	width:70px;
	cursor:pointer;  
	}











#split_column_left {
	width:316px;
	float:left;
	margin:0px 35px 8px 0;
	}

#split_column_right {
	width:300px;
	float:left;
	}

p.address_text {
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	width:250px;
	float:left;
	margin-bottom:5px;
	line-height:1.2em;
	}
	


p.sub_contact_info_title {
	font-size:1.0em;
	font-weight:bold;
	float:left;
	color:#7c6d52;
	margin-bottom:8px;
	width:60px;
	line-height:1.2em;
	}





/* Blog content styling
 * ------------------------------------------------------------------------- */
#blog_header {
	background:url(images/blog_title.jpg) no-repeat top left;
	width:495px;
	height:95px;
	text-indent:-5000px;
	display:block;
	outline:none;
	}

#blog_header_home {
	background:url(images/blog_title_home.gif) no-repeat top left;
	width:495px;
	height:95px;
	text-indent:-5000px;
	display:block;
	outline:none;
	}



#blog_content {
	margin-top:25px;
	}

#blog_content p, #column_center p {
	margin-bottom:12px;
	}

#blog_content ul, #column_center ul {
	margin-left:10px;
	margin-bottom:15px;
	}

	#blog_content ul li, #column_center ul li {
		
		padding-left: 12px;
		line-height:1.6em;
		margin-bottom:8px;
		list-style: none;
		background: transparent url(images/bullet_square_lrg.gif) 0px 7px no-repeat;
		}

		#blog_content ul li ul li, #column_center ul li ul li {
			background: transparent url(images/bullet_square.gif) 0px 7px no-repeat;
			}

			#blog_content ul li ul li ul li, #column_center ul li ul li ul li {
				background: transparent url(images/bullet_square_sm.gif) 0px 8px no-repeat;
				}	

		#blog_content ul ul, #column_center ul ul, #blog_content ul ul ul, #column_center ul ul ul {
			margin-top:8px;
			}
			
			
		#column_right ul li, #column_left ul li {
			margin-left:12px;
			padding-left: 8px;
			line-height:1.3em;
			margin-bottom:7px;
			list-style: none;
			background: transparent url(images/bullet_square_sm.gif) 0px 6px no-repeat;
			}
			
			#column_left ul li {
				margin-left:0;
				}



#nav-above {
	margin-bottom:10px;
	}

.entry-content {
	width:660px;
	margin:0;
	padding:0;
	}


/* ---------- Sitemap ---------- */
	#column_center ul.sitemap, #column_center ul.sitemap ul {
		margin-bottom:0;
		}
		
		#column_center ul.sitemap li {
			border-bottom:1px solid #ccc;
			padding-bottom:10px;
			}
			
			#column_center ul.sitemap li li, #column_center ul.sitemap li li li  {
			border-bottom:none;
			padding-bottom:0;
			}
				
			#column_center li.last {
				margin-bottom:0;
				}




#blog_content ol, #column_center ol{ 
	margin-left:30px;
	list-style:decimal;
	}

	#blog_content ol li,  #column_center ol li {
		margin-bottom:8px;
		}

		#blog_content ol ol , #column_center ol ol, #blog_content ol ol ol, #column_center ol ol ol {
			margin-left:22px;
			margin-top:8px;
			}

	#blog_content blockquote, #column_center blockquote {
		margin-left:20px;
		margin-bottom:12px;
		}
	

.entry-title {
	font-size:1.7em;
	color:#0F487F;
	margin-bottom:10px;
	font-weight:normal;
	line-height:1.3em;	
	}
	
	.entry-title a:link, .entry-title a:visited {
		text-decoration:none;
		color:#2262a0;
		}
	
	.entry-title a:hover, .entry-title a:active {
		color:#318ee7;
		}
		
.entry-text {
	font-size:1.2em;
	color:#2262a0;
	font-weight:bold;
	margin-bottom:5px;
	}
	
	.entry-text a:link, .entry-text a:visited {
		text-decoration:none;
		color:#2262a0;
		}
	
	.entry-text a:hover, .entry-text a:active {
		color:#318ee7;
		}

.entry-date {
	font-size:.92em;
	margin-bottom:5px;
	color:#888;
	}

.entry-meta, .nav-previous, .nav-next {
	font-size:.92em;
	color:#888;
	}
	
.nav-previous {
	float:left;
	width:300px;
	}
	
.nav-next {
	float:right;
	width:300px;
	text-align:right;
	}



			

/* horizontal navigation
 * ------------------------------------------------------------------------- */

#nav { background:url("images/nav.gif") no-repeat; width:601px; height:33px; position:relative; float:left; }
#nav li { position:absolute; top: 0; }
#nav li, #nav a { height:33px; display:block; }
#nav span { display:none; }

#nav-01 { width: 94px; left:0; }
#nav-02 { width: 224px; left: 95px; }
#nav-03 { width: 148px; left: 320px; }
#nav-04 { width: 131px; left: 469px; }



#nav-01 a:hover { background: transparent url("images/nav.gif") -0 -33px no-repeat; }
#nav-02 a:hover { background: transparent url("images/nav.gif") -95px -33px no-repeat; }
#nav-03 a:hover { background: transparent url("images/nav.gif") -320px -33px no-repeat; }
#nav-04 a:hover { background: transparent url("images/nav.gif") -469px -33px no-repeat; }