/* based on http://meyerweb.com/eric/tools/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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

ol, ul { margin: 0.5em 0 0.5em 25px; }

/* from Device Agnostic Approach to Responsive Web Design in Smashing Magazine */
body { margin: auto; /* you'll see why later */ text-align: center; /* to center align grid boxes */ letter-spacing: -0.31em; /* webkit: collapse white-space between units */ *letter-spacing: normal; /* reset IE < 8 */ word-spacing: -0.43em; /* IE < 8 && gecko: collapse white-space between units */ }

.grid-block { letter-spacing: normal; /* reset */ word-spacing: normal; /* reset */ text-align: left; /* reset */ /* display:inline-block;   /* styling all grid-wrapper as inline blocks */ vertical-align: top; /* aligning those boxes at the top */ /* *display:inline;        /* IE hack to mimic inline-block */ zoom: 1; /* part of the above hack for IE */ /* width:100%;             /* boxes would shrink-wrap  */ }

/* from ndsu-2011-mobile-css */
/* @media screen and (min-device-width: 800px) { */
/* emulate small device size for desktops, intended only until go-live */
/* later adjust by adding CSS to page when an author is logged in, so she can preview that way */
/*
	body {
		max-width: 480px;
	}
}
*/
body { margin: 0; /* padding: 0 0 0.5in 0; */ background-color: white; color: #000; font-family: sans-serif; }

#main, #border { line-height: 1.5em; }

#main a, #border a { padding: 0.5em 0; display: inline-block; }

#header { background: #004a37; /*
	background: -webkit-gradient(radial, 75% center, 50, 52% center, 160, from(#004a37), to(#002119));
	background: -moz-radial-gradient(19%, 75% 90deg, ellipse closest-side, #002119, #004a37);
*/ color: white; }

#header a { color: #ffcc00; text-decoration: none; }

#header h1 { font-size: 1em; }

#header h1, #site-title h2 { margin: 0; padding: 0; }

#header h1 a, #header h1 span { padding-top: 0.5em; display: block; background-image: none; }

/*
#header h1 a:after,
#header h1 span:after {
	content: " mobile";
	content: "";
	font-weight: normal;
	font-family: MuliK, sans-serif;
	color: #ffcc00;
}
*/
#header h1 a:active, #header h1 a:focus, #header h1 a:hover { color: #f60; text-decoration: underline; }

#site-title { border-bottom: 0.75em solid white; }

#site-title h2 { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; text-transform: uppercase; word-spacing: -2px; letter-spacing: -1px; padding-top: 0.3em; font-weight: normal; color: #000; background-color: white; border-bottom: 2px solid #ffcc00; }

#site-title a { text-decoration: none; color: #000; display: block; }

#site-title a:active, #site-title a:focus, #site-title a:hover { text-decoration: underline; color: #939598; }

#site-title + *:first-child, #site-title + *:first-child > *:first-child, #site-title + *:first-child > *:first-child > *:first-child, #site-title + *:first-child > *:first-child > *:first-child > *:first-child, #site-title + *:first-child > *:first-child > *:first-child > *:first-child > *:first-child, #site-title + *:first-child > *:first-child > *:first-child > *:first-child > *:first-child > *:first-child { padding-top: 0; margin-top: 0; }

img, object, embed, param, div { max-width: 100%; width: auto; height: auto; border: 0; }

a .mail-link:before { content: url("/assets/images/email.gif") " "; }

a[href^="mailto"]:before { content: url("/assets/images/email.gif") " "; }

/* local styles and overrides go here */
body { /* padding: 0 0 0.5in 0; */ background-color: #FFFFFF; }

a { color: #336633; padding: 0.5em 0; }

blockquote { border-left: 3px solid #cccccc; margin: 1em 0 1em 1em; padding-left: 1em; }
blockquote.pullquote { width: 230px; border: 0 none; padding: 0; margin: 0.5em auto; }
blockquote.pullquote img { margin: 0.2em 0; }

p { margin: 1em 0; }

sub, sup { font-size: 0.9em; line-height: 1; position: relative; vertical-align: baseline; }

sup { bottom: 0.75ex; }

sub { top: 0.75ex; }

table { border-collapse: collapse; border-spacing: 0; margin-bottom: 1em; text-align: left; }
table.plain th, table.plain td, table.grid th, table.grid td, table.invisible th, table.invisible td { font-size: 0.85em; line-height: 1em; padding: 0.25em; }
table.plain th, table.plain td, table.grid th, table.grid td { border: 1px solid #336633; }
table td, table th { padding: 0.25em; vertical-align: top; }
table td p:last-of-type, table th p:last-of-type { margin-bottom: 0; padding-bottom: 0; }
table td p:first-of-type, table th p:first-of-type { margin-top: 0; padding-top: 0; }
table td img, table th img { width: 100%; max-width: 100%; }

#header { width: 100%; }
#header h1 a { padding: 0; }
#header img { width: 331px; height: 55px; }

#site-title, #wrapper { background-color: #ffffff; width: 100%; }

#site-title { font-size: 1.5em; }
#site-title .siteTitle { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; margin-right: -50px; padding-right: 50px; width: 100%; border-bottom: 2px solid #ffcc00; background-color: white; }
#site-title .siteTitle > p { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; text-transform: uppercase; /*
word-spacing: -2px;
letter-spacing: -1px;
*/ font-weight: normal; color: #000; margin: 0; }
#site-title .siteTitle > p a { padding: 0.3em 3px 0.2em 3px; }
#site-title .siteTitleNav { float: right; width: 40px; height: 36px; padding: 4px 8px 0 0; }
#site-title #nav-toggle { border: medium none; background-color: white; }
#site-title #nav-toggle img { display: inline-block; padding: 0 2px; }

#main { background-color: #ffffff; display: inline-block; float: left; }
#main h1.documentFirstHeading { color: #006633; font-size: 1.6em; font-weight: normal; padding: 0.5em 0; }
#main li > a { display: inline; }

#content { padding: 0 2px 0.5em 3px; }
#content .documentDescription { color: #666666; line-height: 1.5em; margin: 0; }
#content .visualHighlight { background-color: #ffffbb; }
#content .documentActions { font-size: 0.8em; padding-right: 4px; }
#content .documentActions a { background: url("/assets/images/rss.png") no-repeat scroll 3px 11px transparent; padding-left: 22px; float: right; }

#content-core:after { clear: both; }

#content h2, #portlets-above h2, #portlets-below h2 { font-size: 1.4em; margin: 1.5em 0 0.5em; }
#content h3, #portlets-above h3, #portlets-below h3 { font-size: 1.2em; margin: 0; }
#content h2, #content h3, #content h4, #portlets-above h2, #portlets-above h3, #portlets-above h4, #portlets-below h2, #portlets-below h3, #portlets-below h4 { color: #003300; font-weight: normal; }

#portlets, #portlets-above, #portlets-below { background-color: #ffffff; line-height: 1.5em; display: inline-block; }
#portlets > div, #portlets > dl, #portlets-above > div, #portlets-above > dl, #portlets-below > div, #portlets-below > dl { padding: 0.75em 2px 0.75em 3px; }
#portlets .portletHeader, #portlets-above .portletHeader, #portlets-below .portletHeader { font-size: 1.4em; padding-bottom: 0.5em; }
#portlets .portletItem, #portlets-above .portletItem, #portlets-below .portletItem { font-size: 0.9em; }

#portlets-above .portlet, #portlets-below .portlet { margin: 0.5em auto; }

/* .nav3 { */
#site-nav-wrapper { width: 100%; clear: both; }

@-webkit-keyframes fadebackground { 0% { background-color: #99ccff; }
  50% { background-color: #99ccff; }
  100% { background-color: white; } }
@-moz-keyframes fadebackground { 0% { background-color: #99ccff; }
  50% { background-color: #99ccff; }
  100% { background-color: white; } }
@-ms-keyframes fadebackground { 0% { background-color: #99ccff; }
  50% { background-color: #99ccff; }
  100% { background-color: white; } }
@-o-keyframes fadebackground { 0% { background-color: #99ccff; }
  50% { background-color: #99ccff; }
  100% { background-color: white; } }
@keyframes fadebackground { 0% { background-color: #99ccff; }
  50% { background-color: #99ccff; }
  100% { background-color: white; } }
#nav-toggle img.fade-to-white { -webkit-animation: fadebackground 1s; -moz-animation: fadebackground 1s; -ms-animation: fadebackground 1s; -o-animation: fadebackground 1s; animation: fadebackground 1s; }

#site-nav { background-color: #666; overflow: hidden; clear: both; }
#site-nav > ul { background-color: transparent; color: white; border-top: 1px solid #333333; padding: 0; margin: 0; line-height: 1em; font-family: sans-serif; }
#site-nav > ul a, #site-nav > ul a:hover, #site-nav > ul a:visited { text-decoration: none; background: none; display: block; padding-top: 10px; padding-bottom: 10px; line-height: 1em; vertical-align: center; -webkit-tap-highlight-color: rgba(255, 204, 0, 0.6); }
#site-nav > ul ul.navTree { margin: 0 0 0 0; }
#site-nav > ul > .navTreeTopNode > div > a.navTreeCurrentItem { font-weight: bold; font-style: normal; padding-left: 10px; border-bottom: medium none; }
#site-nav > ul > .navTreeTopNode > div > a.navTreeCurrentItem:after { content: url("/assets/images/icon-link-arrow-sitenav-up.png"); float: right; padding-right: 24px; position: relative; top: 0; }
#site-nav > ul > li:last-of-type { border: medium none; }
#site-nav ul { list-style-type: none; font-style: normal; font-weight: normal; }
#site-nav li { line-height: 1em; border-bottom: 1px solid #333333; }
#site-nav li a, #site-nav li a:hover, #site-nav li a:visited { color: white; text-decoration: none; }
#site-nav li.navTreeTopNode a, #site-nav li.navTreeTopNode a:hover, #site-nav li.navTreeTopNode a:visited { color: #ffcc00; padding-left: 10px; font-weight: bold; }
#site-nav .navTreeTopNode { font-size: 1.3em; font-weight: bold; }
#site-nav .navTreeCurrentNode { font-style: italic; }
#site-nav .navTreeCurrentNode a.navTreeCurrentItem { padding-left: 10px; border-bottom: 1px solid #333333; }
#site-nav .navTreeCurrentNode a.navTreeCurrentItem:hover, #site-nav .navTreeCurrentNode a.navTreeCurrentItem:visited { padding-left: 10px; }
#site-nav .navTreeCurrentNode a.navTreeCurrentItem:after { content: ""; }
#site-nav a { font-weight: normal; padding-left: 20px; }
#site-nav a:hover { font-weight: bold; }
#site-nav a:hover, #site-nav a:visited { padding-left: 20px; }
#site-nav a:after { content: url("/assets/images/icon-link-arrow-sitenav.png"); float: right; padding-right: 10px; position: relative; top: 0; }
#site-nav a.navTreeItemInPath { padding-left: 10px; border-bottom: 1px solid #333333; }
#site-nav li.navTreeItemInPath a:last-of-type { border-bottom: medium none; }
#site-nav .navTreeTopNode a:after, #site-nav .navTreeItemInPath a:after { content: url("/assets/images/icon-link-arrow-sitenav-up.png"); float: right; padding-right: 24px; position: relative; top: 0; }
#site-nav .navTreeItem .contenttype-file img, #site-nav .navTreeItem .contenttype-formfolder img, #site-nav .navTreeItem .contenttype-image img { display: none; visibility: hidden; }

/*
form:after { content: url("/assets/images/icon-link-arrow-sitenav.png"); float: right; padding-right: 10px; position: relative; top: 0.25em;
}
*/
#footer { color: white; background-color: black; clear: both; }

#creative-commons { border-top: 1px dashed #999999; background-color: white; color: black; padding: 10px 0 10px 6px; }
#creative-commons .cc-image { width: 88px; margin: 0 auto; }
#creative-commons .cc-image a { display: block; }
#creative-commons .cc-text { font-style: italic; text-align: center; }

#creative-commons:after { clear: both; }

#address { padding: 10px 0 10px 6px; }
#address a { color: white; text-decoration: none; font-weight: bold; }
#address .mail-link { font-weight: normal; text-decoration: underline; }
#address address { font-style: normal; }
#address address p { padding: 1px 0; margin: 0.25em 0; }

#ndsu-nav ul { list-style-type: none; padding: 0; margin: 1em 0 0 0; background-color: transparent; color: white; line-height: 1em; border-top: 1px solid #333333; }
#ndsu-nav ul a { color: white; text-decoration: none; background: none; display: block; padding: 10px 0 10px 10px; line-height: 1em; vertical-align: center; -webkit-tap-highlight-color: rgba(255, 204, 0, 0.6); }
#ndsu-nav ul a:after { content: url(/assets/images/icon-link-arrow.png); float: right; padding-right: 10px; position: relative; top: -0.5em; top: 0; }
#ndsu-nav ul a#switchView:after { content: url(/assets/images/icon-full-site.gif); }
#ndsu-nav li { border-bottom: 1px solid #333333; padding: 0; line-height: 1em; font-family: sans-serif; line-height: 1em; }

#bottom { height: 0.5in; background-color: #000000; }

#pamaincontent #imagesPlayer { width: 300px; clear: none; float: right; margin: 0.5em 1em; border-color: #DDDCCC; background-color: #F6F6F6; }
#pamaincontent #imagesPlayer a { padding: 0; }
#pamaincontent #imagesPlayer #thumbsWrapper { padding: 0.4em; }
#pamaincontent #thumbsInnerWrapper { max-width: none; }

.blog-item { margin-bottom: 1em; }
.blog-item .image-right, .blog-item .image-left { margin-bottom: 0.5em; display: block; }
.blog-item:last-of-type { margin-bottom: 0.25em; }

#blog-listing h1.documentFirstHeading { padding-bottom: 0; }
#blog-listing h1.documentFirstHeading a:link, #blog-listing h1.documentFirstHeading a:visited { text-decoration: none; padding-bottom: 0; }
#blog-listing .documentDescription { margin-top: 0.5em; }

#content .listingBar { font-size: 80%; margin: 1em 0; /* clear: both; */ }
#content .listingBar .next { display: inline-block; float: right; }
#content .listingBar .previous { display: inline-block; }
#content .listingBar a { display: inline-block; padding: 0.25em 0.5em; border: 0.1em solid #cccccc; text-decoration: none; }
#content h2.tileHeadline { margin-top: 0; }
#content h2.tileHeadline a { font-weight: normal; }
#content .tileItem a { display: block; }
#content .tileItem > a { padding: 0; }

.tileHeadline a:link, .tileHeadline a:visited { text-decoration: none; }

.tileItem { float: left; margin: 0.7em 0; width: 100%; }
.tileItem:after { clear: both; }

.tileImage { float: left; }

.tileBody { line-height: 1.3em; margin: 0; }

.tileFooter { margin: 0; }
.tileFooter a { font-weight: normal; }

.btn-navigation { height: 100%; width: 100%; }
.btn-navigation:hover { cursor: pointer; }

#parent-fieldname-text .image-right { float: right; margin-left: 0.25em; }

.photoAlbumEntry { background-image: url("/assets/images/polaroid-single.png"); background-repeat: no-repeat; float: left; height: 185px; margin: 0; overflow: hidden; padding: 0 6px 0 9px; position: relative; text-align: center; width: 143px; }
.photoAlbumEntry a { display: block; font-size: 90%; height: 169px; margin: 16px auto 0; text-decoration: none; width: 130px; }
.photoAlbumEntry img { border: 1px solid #cccccc; display: block; margin: 0 auto; }
.photoAlbumEntry:last-of-type { margin-bottom: 0.75em; }

.photoAlbumEntryWrapper { height: 130px; margin-bottom: 7px; width: 128px; }

.photoAlbumEntryTitle { color: #76797c; display: block; height: 3.6em; width: 128px; }

dl.toc { margin: 1em 0 2em 0; }
dl.toc .portletHeader { font-size: 1.6em; margin-bottom: 0.5em; }

#document-action-rss { padding-right: 4px; }
#document-action-rss a { background: url("/assets/images/rss.png") no-repeat scroll 3px 6px transparent; padding-left: 22px; }

.hiddenStructure { display: none; visibility: hidden; }

@media only screen and (max-width: 359px) { .tileItem .tileHeadline { clear: both; } }
@media only screen and (min-width: 360px) { .blog-item { float: left; }
  .blog-item .image-right, .blog-item .image-left { float: left; margin-right: 1em; }
  .blog-item:after { clear: both; }
  .tileImage { float: right; margin: 0 0 0.5em 0.5em; }
  #content .tileHeadline a.summary { padding-top: 0; } }
@media only screen and (min-width: 480px) { blockquote.pullquote { float: right; width: 200px; border-left: 2px dotted #ffcc00; margin-left: 10px; padding-left: 10px; } }
@media only screen and (max-width: 660px) { body { max-width: 660px; }
  #portlets { border-top: 1px dashed #ffcc00; width: 100%; } }
@media only screen and (min-width: 661px) { #main { padding-right: 245px; margin-right: -245px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .noPortlets #main { padding-right: 0; margin-right: 0; }
  .noPortlets #portlets { width: 0; padding-right: 0; }
  #portlets { /* max-width: 225px; */ width: 225px; float: right; padding-right: 2px; }
  #portlets:after { clear: both; display: block; } }
#content .addthis_toolbox:after { clear: both; }
#content .addthis_toolbox { float: right; line-height: 18px; }
#content .addthis_toolbox a, #content .addthis_toolbox .addthis_separator { padding: 0.15em; margin: 0; }
#content .addthis_toolbox:first-of-type { margin-top: 0.5em; }

/* fixes for AddThis popup */
#at20mc { /* daa2rwd fixes */ letter-spacing: normal; /* reset */ word-spacing: normal; /* reset */ text-align: left; /* reset */ /* mobile fix */ }
#at20mc a { padding: 0; }

#search-form { padding: 6px 2px 0 2px; }
#search-form input { border: none; height: 32px; line-height: 32px; font-size: 14px; }
#search-form input.gsc-input { color: #666666; padding: 0 0 0 4px; }
#search-form input.gsc-search-button { color: white; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGEzNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMjExOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background-size: 100%; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #004a37), color-stop(100%, #002119)); background-image: -moz-linear-gradient(#004a37, #002119); background-image: -webkit-linear-gradient(#004a37, #002119); background-image: linear-gradient(#004a37, #002119); -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
#search-form td.gsc-input { padding-right: 1px; }
#search-form td.gsc-input table { margin-bottom: 0; }
#search-form td.gsc-input .gsc-input-box { padding-top: 0; padding-bottom: 0; }
#search-form td.gsc-search-button { padding-left: 1px; }
#search-form div.gsc-clear-button { background-image: none; display: none; }

#notused input.gsc-search-button { color: white; background: url(../images/search-glass-dark.png) no-repeat scroll 0 0 transparent; border: 0 none; margin-top: 2px; padding: 1px 1px 1px 12px; cursor: pointer; text-transform: none; min-width: 18px; font-size: 1%; }
#notused td.gsc-input { padding-right: 2px; }

#content input.gsc-input { border: 1px solid #aaaaaa; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; color: #666666; height: 18px; line-height: 18px; }
#content input.gsc-search-button { font-weight: normal; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background-color: #dddddd; border: 1px solid #888888; }
#content .gsc-control-cse { padding-left: 0; }
#content .gsc-control-cse table { margin-bottom: 0.25em; }
#content .gsc-search-box { width: 30em; }
#content .gsc-webResult { padding-left: 0; line-height: 1.5em; }
#content .gsc-webResult .gs-title { height: auto; font-size: 1.1em; }
#content .gsc-webResult .gs-fileFormat { padding-bottom: 4px; }
#content .gsc-webResult .gsc-url-bottom { padding-top: 4px; }

@media only screen and (max-width: 640px) { #content .gsc-search-box { width: 25em; } }
.directory .label { color: #888888; padding-left: 0; }
.directory td { padding: 0.33em 0.6em; }
.directory .office_details { margin: 0.25em 0 0.25em 4px; }
.directory .office_details a { padding-top: 0; }
.directory .people { display: table; }
.directory .person { margin-bottom: 0; /* padding: 0.5em 0 0 0; */ width: 100%; display: table-row; }
.directory .person p { margin: 0; }
.directory .person .name { font-size: 1.1em; padding-left: 4px; }
.directory .person .title { font-size: 0.9em; padding-left: 4px; }
.directory .person .email { padding-left: 4px; font-size: 0.85em; }
.directory .person .name-and-positions { padding: 0.5em 0 0 0; }
.directory .person .positions { font-size: 0.6em; vertical-align: super; margin-left: 0.5em; }
.directory .person > div { display: table-cell; vertical-align: top; border-top: 1px solid #cccccc; }
.directory .person div.education, .directory .person div.prof_interests, .directory .person div.associations { margin: 0.25em 0 0.5em 0; }
.directory .person p.education, .directory .person p.prof_interests, .directory .person p.associations { font-weight: bold; }
.directory .person .education .text, .directory .person .prof_interests .text, .directory .person .associations .text { font-size: 0.9em; line-height: 1.3em; }
.directory .person ul.social { list-style-type: none; margin: 1.5em 0 1em 0; }
.directory .person ul.social li { display: inline-block; margin-right: 4px; }
.directory .view-toggle { text-decoration: none; font-size: 1.3em; color: black; padding: 0.5em 4px; font-weight: bold; display: table-cell; border-top: 1px solid #cccccc; min-width: 21px; }
.directory .view-toggle.expanded { padding: 0.5em 4px 0.5em 3px; }
.directory .full-view, .directory .brief-view { padding: 0.4em 0 0.4em 0; }
.directory .brief-view .label { vertical-align: middle; }
.directory .photo-view img { width: 100%; }
.directory .thumbnail-view a { padding: 0.25em 0 0.5em 4px; }
.directory .a2znav { display: table; }
.directory .a2znav :after { clear: both; }
.directory .a2zlink { display: block; padding: 0.1em 0.75em; float: left; font-size: 1.4em; }
.directory .section-title { padding: 0.5em 0.5em 0.5em 1em; margin-top: 2em; background-color: #dddddd; }
.directory .section-title h2 { margin: 0; }

#directory-spinner { width: 100%; padding: 2em; text-align: center; }

form.searchPage .visualClear { clear: both; }
form.searchPage h1.documentFirstHeading { padding-bottom: 0.25em; }
form.searchPage #search-results-bar { padding: 0.5em 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin: 0.5em 0; }
form.searchPage #search-results-bar > span { display: block; }
form.searchPage #search-results-bar dl.actionMenu { display: none; }
form.searchPage .searchResults dt { font-size: 1.1em; }
form.searchPage .searchResults dd { font-size: 0.9em; padding-left: 0.5em; }
form.searchPage #searchResultsSort { padding-left: 0.75em; font-size: 0.75em; }
form.searchPage #search-results { padding: 0 0.25em; }
form.searchPage #search-field { padding: 0.5em 0; text-align: center; }
form.searchPage #rss-subscription { float: left; margin: 0; font-size: 0.8em; }

/* CSS from Plone's public.css */
/* For event view template, changed headerless table to headings and divs, for better accessibility.  */
#content .eventDetails { border-color: #CCCCCC; border-style: solid; border-width: 0.08em; width: 22em; margin: 1em auto; }

#content .eventDetails:after { content: " "; display: block; clear: both; }

#content .eventDetails h2 { background-color: #DDDDDD; font-size: 100%; letter-spacing: 0; padding: 0.5em; padding-left: 1em; margin: 0; }

#content .eventDetails .eventDetail { clear: both; }

#content .eventDetails .eventDetail h3, #content .eventDetails .eventDetail div { padding: 2%; }

#content .eventDetails .eventDetail h3 { float: left; font-size: 100%; text-align: right; width: 37%; }

#content .eventDetails .eventDetail div { float: left; width: 55%; }
