/* _________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

1 ROOT
2 HEADINGS
3 TYPOGRAPHY
4 LINKS
5 FIGURES & IMAGES
6 TABLES
7 FORMS
8 BANNER
9 NAVIGATION
10 CONTENT
11 MAIN
12 COMPLEMENTARY
13 CONTENTINFO
14 GLOBAL OBJECTS
15 VENDOR-SPECIFIC 
16 MODERNIZR
17 TEMPLATE SPECIFICS
18 MEDIA QUERIES

COLOURS 

*/
* {
 /*background: transparent !important; */
  color: black !important;
  text-shadow: none !important;
/*  filter: none !important; */
  -ms-filter: none !important;
}
/* 2015-04-01.2 - For bullets to show up in print */
.list_style_4 li {
	list-style-image: url(../images/template2013/bullet_arrow_right.png); 
	padding:0 0 16px 18px;
}
.list_style_4 li li {
	list-style-image: url(../images/template2013/bullet_arrow_down.png); 
	margin:6px 0 0 0;
	padding:0 0 0 18px;
	}
	
.list_style_4 li li li {
	list-style-image: url(../images/template2013/bullet_arrow_right.png); 
	margin:6px 0 0 0;
	padding:0 0 0 18px;
}
	
@page  {
/*  margin: 0.5cm; */
}

h2, h3 {
  orphans: 3;
  widows: 3;
  page-break-after: avoid;
}
p {
  orphans: 3;
  widows: 3;
}
pre, blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}
abbr[title]:after {
  content: " (" attr(title) ")";
}
a, a:visited {
  color: #444 !important;
  text-decoration: underline;
}
/*adds url info to end of anchor tag*/
/*#main_content a[href]:after {
  content: " (" attr(href) ")"; 2015-04-01.1 */
}
a[href^="javascript:"]:after, a[href^="#"]:after {
  content: "";
}
img {
  max-width: 100% !important;
  page-break-inside: avoid;
}
thead {
  display: table-header-group;
}
tr {
  page-break-inside: avoid;
}
.ir a:after {
  content: "";
}

/*
ca.gov
*/


header, .home header {
	min-height:0px;
}

#weather_container {
	display:none;
}

#head_search {
	display:none;
}

#navigation {
	display:none;
}

.home #img_ribbon {
	display:none;
}

.container_style_d, .style_d_gradient, .quick_hits, .centerContent, .logo_and_banner, .phone_hdr {
	display:none;
}

#leadership, #footer_2  {
	display:none;
}
