/* 
  HTML5 ✰ Boilerplate 
  
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* 
 * minimal base styles 
 */
body, select, input, textarea { 
  color: #444; 
}

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }
 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
ul, ol { padding-left: 18px; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* --------------------

 TYPE 

-------------------- */

body {
	color: rgb(80,80,80);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

hgroup {
	margin-bottom: 30px;
}
h1 {
	color: rgb(178,72,0);
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin: 0 0 24px 0;
}
hgroup h1 {
	padding-top: 0;
	margin-bottom: 0;
}
h2 {
	color: rgb(178,72,0);
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 12px 0 0 0;
	margin: 0 0 12px 0;
}
h3 {
	color: rgb(160,65,13);
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 12px 0 0 0;
	margin: 0 0 12px 0;
}
h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding: 12px 0 0 0;
	margin: 0 0 12px 0;
}
h5 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 12px 0 0 0;
	margin: 0 0 12px 0;
}
h6 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding: 12px 0 0 0;
	margin: 0 0 12px 0;
}


p {
	margin-bottom: 12px;
}
p, li {
	font-size: 14px;
	line-height: 18px;
}
ol { list-style-type: decimal; }
li {
	margin-bottom: 6px;
}
li ul, li ol {
	padding-top: 6px;
}
nav li {
	margin-bottom: 0;
}
nav li ul {
	padding-top: 0;
}
a {
	color: rgb(1,102,145);
	text-decoration: none;
	-webkit-transition: color 0.15s ease-in-out; -moz-transition: color 0.3s ease-in-out; -o-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out;
}
a:hover {
	color: rgb(80,80,80);
}

/* structure */

html, body {
	background: rgb(240,240,225) url(../img/header-light-bg.png) repeat-x;
}
body {
	position: relative;
}

/* --------------------

 HEADER and NAV

-------------------- */

#header-wrapper {
	position: relative;
}
#site-header {
	max-width: 960px;
	height: 36px;
	padding: 18px 0 0 0;
	margin: 0 auto;
}
#site-header h1 {
	color: white;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	padding: 4px 0 0 0;
	margin: 0 240px 0 0;
}
#ucsd-link {
	display: block;
	width: 204px;
	height: 42px;
	float: right;
	position: relative;
	top: -11px;
	background: transparent url(../img/ucsd-new-link.png) 0 0 no-repeat ;
	margin-right: 1.0416666666667%;
}

#nav-wrapper {
	height: 33px;
	width: 100%;
	background: rgb(225,236,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(240,250,255) 0%, rgb(225,236,255) 3%, rgb(188,214,230) 97%, rgb(149,175,201) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240,250,255)), color-stop(3%,rgb(225,236,255)), color-stop(97%,rgb(188,214,230)), color-stop(100%,rgb(149,175,201))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(240,250,255) 0%,rgb(225,236,255) 3%,rgb(188,214,230) 97%,rgb(149,175,201) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(240,250,255) 0%,rgb(225,236,255) 3%,rgb(188,214,230) 97%,rgb(149,175,201) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgb(240,250,255) 0%,rgb(225,236,255) 3%,rgb(188,214,230) 97%,rgb(149,175,201) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(240,250,255) 0%,rgb(225,236,255) 3%,rgb(188,214,230) 97%,rgb(149,175,201) 100%); /* W3C */
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.8); -moz-box-shadow: 0 0 4px rgba(0,0,0,0.8); -o-box-shadow: 0 0 4px rgba(0,0,0,0.8); box-shadow: 0 0 4px rgba(0,0,0,0.8);
}
.ie7 #nav-wrapper {
	position: relative;
	z-index: 2;
}
#site-nav {
	max-width: 960px;
	margin: 0 auto;
}
.sf-menu, .sf-menu * {
	list-style:		none;
	margin:			0;
	padding:		0;
}
.sf-menu {
	line-height: 18px;
	border-left: solid 1px rgb(179,203,220);
}
.sf-menu li {
	font-size: 15px;
	height: 33px;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	background: rgb(227,237,248);
	background: rgba(255,255,255,0.4);
	border-right: solid 1px rgb(179,203,220);
	border-left: solid 1px rgba(255,255,255,0.6);
}
.sf-menu li a {
	color: rgb(0,75,110);
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255,255,255,0.9);
	display: block;
	position: relative;
	padding: 7px 9px 6px 9px;
	border-bottom: none;
}
.sf-menu li:hover {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
}
.sf-menu li:last-child a {
	padding-right: 10px;
}

.sf-menu li ul {
	width: 200px;
	position: absolute;
	top: -999em;
	border-top: solid 1px rgb(255,255,255);
	border-left: solid 1px rgb(159,179,191);
	border-right: solid 1px rgb(159,179,191);
	-webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.8); -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.8); -o-box-shadow: 0 1px 2px rgba(0,0,0,0.8); box-shadow: 0 1px 2px rgba(0,0,0,0.8);
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-1px;
	top:			32px; /* match top ul list item height */
	z-index:		99;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li ul li, .sf-menu li:hover ul li {
	font-size: 14px;
	line-height: 18px;
	height: auto;
	float: none;
	background: rgb(240,250,255);
	border: none;
	border-bottom: solid 1px rgb(159,179,191);
}
.sf-menu li ul li a {
	text-shadow: none;
	padding: 4px 19px 4px 19px;
}
.sf-menu li ul li:last-child, .sf-menu li ul li:last-child a {
	-webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
}
.sf-menu li ul li a:hover {
	background: rgb(255,255,255);
}
.no-js .sf-menu li:hover ul {
	display: block;
}
.sf-menu li:hover ul {
	display: block;
}
.sf-menu li ul li {
	float: none;
}

.sf-menu li.selected, .sf-menu li.here {
	height: 30px;
	background: rgb(245,249,252);
	background: rgba(255,255,255,0.8);
	border-bottom: rgb(255,220,100) solid 3px;
}
.sf-menu li.selected a, .sf-menu li.here a {
	padding-bottom: 3px;
	cursor: default;
}


/* --------------------

 CONTENT 

-------------------- */

#content-wrapper { 
	width: 100%;
	position: relative;
	background: rgb(244,244,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,244,237,1) 0%, rgba(240,240,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,237,1)), color-stop(100%,rgba(240,240,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(244,244,237,1) 0%,rgba(240,240,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(244,244,237,1) 0%,rgba(240,240,225,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(244,244,237,1) 0%,rgba(240,240,225,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(244,244,237,1) 0%,rgba(240,240,225,1) 100%); /* W3C */
	border-top: solid 1px rgb(255,255,255);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.6); -moz-box-shadow: 0 0 4px rgba(0,0,0,0.6); -o-box-shadow: 0 0 4px rgba(0,0,0,0.6); box-shadow: 0 0 4px rgba(0,0,0,0.6);
	z-index: 1;
}
.ie6 #content-wrapper, .ie7 #content-wrapper, .ie8 #content-wrapper, .no-boxshadow #content-wrapper {
	border-top: solid 1px rgb(149,175,201);
}
.content {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0 24px 0;
	min-height: 600px;
}

.main {
	width: 54.1666666666667%;
	float: left;
	padding: 30px 0 36px 8.3333333333333%;
}
.main figure {
	background: rgb(255,255,255);
	padding: 6px;
	margin: 0 0 24px 0;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.6); -moz-box-shadow: 0 0 2px rgba(0,0,0,0.6); -o-box-shadow: 0 0 2px rgba(0,0,0,0.6); box-shadow: 0 0 2px rgba(0,0,0,0.6);
}
.main figure.page-top {
	width: 115.3846153846154%;
	position: relative;
	margin-left: -7.6923076923077%;
}
.main figure.page-top p {
	color: rgb(180,180,180);
	font-size: 11px;
	line-height: 12px;
	background: rgb(40,40,40);
	padding: 6px 10px;
	margin: 0;
}
.main figure img {
	display: block;
	max-width: 100%;
}
.main h1 {
	color: rgb(120,120,110);
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	padding: 12px 0 5px 0;
	border-bottom: solid 1px rgb(200,200,180);
}

.sidebar {
 width: 20.8333333333333%;
 float: right;
 padding-top: 30px;
 margin-right: 4.1666666666667%;
}
.sidebar h1 {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: .75em 0 0 0;
	margin: 0 0 .75em 0;
}
.sidebar .photos, .sidebar .news, .sidebar .videos {
 width: 80%;
	padding: 12px 0 24px 19.5%;
 border-left: solid 1px rgb(200,200,180);
}
.sidebar .photos .dl-photo-thumb, .sidebar .videos .vid-thumb {
	margin: 0 0 12px 0;
}
.sidebar .photos .dl-photo-thumb img, .sidebar .videos .vid-thumb img {
	width: 100%;
	display: block;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.6); -moz-box-shadow: 0 0 2px rgba(0,0,0,0.6); -o-box-shadow: 0 0 2px rgba(0,0,0,0.6); box-shadow: 0 0 2px rgba(0,0,0,0.6);
}
.sidebar .photos .dl-photo-thumb p, .sidebar .videos .vid-thumb p {
	font-size: 11px;
	line-height: 12px;
	padding-top: 6px;
	margin: 0;
}

#accomp-nav ul {
	list-style:		none;
	background: rgb(120,120,110);
	padding:		0;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	margin:	24px 0 0	0;
}
#accomp-nav li {
	border-bottom: solid 1px rgb(140,140,130);
}
#accomp-nav li:first-child {
	padding-top: 6px;
	border-top: none;
	-webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
}
#accomp-nav li:last-child {
	padding-bottom: 6px;
	border-bottom: none;
	-webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
}
#accomp-nav li:hover {
	background: rgb(90,90,80);
}
#accomp-nav a {
	color: rgb(0,75,110);
	color: rgb(255,255,255);
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

.accomp-list {
	list-style: none;
	padding-left: 0;
}
.accomp-list li {
	margin-bottom: 12px;
}
.accomp-list ul {
	list-style: circle;
	padding-left: 1em;
}
.accomp-list ul li {
	margin-bottom: 6px;
}


/* --------------------

 PAGES 

-------------------- */

/* home */

#home-header {
	position: relative;
	background: rgb(35,68,85);
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
	margin: 0 0 0 0;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.6); -moz-box-shadow: 0 0 4px rgba(0,0,0,0.6); -o-box-shadow: 0 0 4px rgba(0,0,0,0.6); box-shadow: 0 0 4px rgba(0,0,0,0.6);
}
#home-header img {
	display: block;
	max-width: 100%;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
}
#home-header hgroup {
	width: 54%;
	position: absolute;
	top: 50%;
	left: 45.8333333333333%;
}
#home-header h1 {
	color: rgb(248,228,141);
	font: normal normal 42px/30px Times, Georgia, serif;
	padding: 0;
	margin-bottom: 6px;
}
#home-header div {
	color: rgb(255,255,255);
	font: 14px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 6px 0 0 0;
	border-top: solid 1px rgba(255,255,198, 0.3);
}

#home-content  {
	padding-top: 12px;
}
#home-content .main, #home-content .sidebar {
	padding-top: 24px;
}
#home-content .main #announcement {
	margin-bottom: 24px;
}
#home-content .main h1 {
	color: rgb(178,72,0);
	font-size: 27px;
}
#home-content .main h2 {
	color: rgb(90,90,80);
}
#home-content #yudof p {
	font: italic bold 18px/21px Times, Georgia, serif;
	padding-top: 11px;
	border-top: solid 1px rgb(200,200,180);
}
#home-content #yudof p.credit {
	text-align: right;
	font: 12px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: none;
	padding: 0; 
}

/* letter */

#letter-content {
	padding-top: 24px;
}

#letter-content .letter {
	position: relative;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.98);
	padding: 36px 8.3333333333333% 48px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.6); -moz-box-shadow: 0 0 4px rgba(0,0,0,0.6); -o-box-shadow: 0 0 4px rgba(0,0,0,0.6); box-shadow: 0 0 4px rgba(0,0,0,0.6);
	margin: 0 8.3333333333333%;
}
.no-boxshadow #letter-content .letter {
	border: solid 1px rgb(200,200,180);
}
#letter-content .letter section {
	padding-bottom: 36px;
	background: url(../img/ornament.png) center bottom no-repeat;
}
#letter-content .letter section.last {
	background: none;
}
#letter-content .letter p {
	color: rgb(90,90,85);
	font-family: Times, Georgia, serif;
	font-size: 16px;
	line-height: 21px;
}
#letter-content .letter p.date {
	color: rgb(120,120,120);
	font: 12px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 12px; 0;
}
#letter-content .letter p.salutation {
	font-size: 21px;
	font-style: italic;
	margin-bottom: 36px;
}
#letter-content .letter p#sig {
	background: url(../img/maf-sig-bg.png) no-repeat;
	padding-top: 48px;
}

/* bio */

#bio-content .main {
	padding-top: 30px;
}

#bio-content hgroup {
	margin-bottom: 12px;
}
#bio-content hgroup h1 {
}
#bio-content hgroup .doc-link {
	color: rgb(120,120,120);
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#bio-content .main figure#green {
	width: 38.4615384615385%;
	float: left;
/*	padding: 1.1538461538462%;*/
	margin: -24px 3.8461538461538% 6px -7.6923076923077%; /* 40/520 80/520 */
}


/* press */

#press-content article p.date {
	color: rgb(120,120,120);
	font: 12px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 5px;
	border-bottom: solid 1px rgb(200,200,180);
	margin: 0 0 6px 0;
}
#press-content article p.contact {
	color: rgb(120,120,120);
	font: 14px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 24px 0;
}
#press-content article h1 {
	color: rgb(80,80,80);
	font: 18px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/* farewell */

#farewell-content {
	padding-top: 24px;
}
#farewell-content iframe {
	border: solid 10px rgb(255,255,255);
	box-shadow: 0 0 6px rgba(0,0,0,0.6);
	margin-bottom: 24px;
}


/* --------------------

 FOOTER 

-------------------- */

#footer-wrapper {
	width: 100%;
}
.ie6 #footer-wrapper, .ie7 #footer-wrapper, .ie8 #footer-wrapper, .noboxshadow #footer-wrapper {
	border-top: solid 1px rgb(178,178,167);
}
#page-footer {
	max-width: 960px;
	color: rgb(120, 120, 128);
	text-transform: uppercase;
	padding: 12px 10px;
	margin: 0 auto;
}
#page-footer p {
	font-size: 10px;
	line-height: 12px;
	font-weight: 300;
	letter-spacing: 1px;
}

/* --------------------

 MISC 

-------------------- */

p.dek {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	margin-bottom: 24px;
}
strong.lede {
	color: rgb(178,72,0);
	font-size: 18px;
}
ul.link-list {
	list-style: none;
	padding: 0;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.expand {
	overflow: auto;
}


/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
/*  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
}*/


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
