/* Stylesheet for the 'ICustomTheme' Plone browser layer */

#content {
    margin: 0;
}
#right-column {
margin-left: 20px;
margin-right: 0px;
}
div.logo > a > span {
    font-size: 30px;
}

div.logo > a {
    color: #fff;
    text-decoration: none;
}

#content h1 {
    line-height: inherit;
}

dl.portlet ul.navTree .navTreeCurrentItem {
    background-color: inherit;
    border-left: none;
    margin-left: 0;
    margin-right: -1em;
}

dl.portlet ul.navTreeLevel0 > .navTreeItem {
    border-bottom: 1px solid #999;
    line-height: 2em;
    padding: 0.25em 0;
}

section.article-content aside.links ul li a {
    color: #577da6 !important;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    text-decoration: none;
}

/*----- Tiny MCE -----*/
.ploneSkin .mce_formatPreview a {
    font-size: 80%;
}
.ploneSkin .mce_h1 span.mceText,
.ploneSkin .mce_h2 span.mceText,
.ploneSkin .mce_h3 span.mceText,
.ploneSkin .mce_h4 span.mceText,
.ploneSkin .mce_h5 span.mceText,
.ploneSkin .mce_h6 span.mceText{
    font-size: 1em !important;
    font-weight: normal !important;
}
.ploneSkin .mce_pre span.mceText {
    font-family: normal !important;
}
h4 { /* Heading 1 */
  font-size:3em;
  font-weight:bold;
  }
h5 { /*Heading 2 */
  font-size:2em;
  font-weight:bold;
  }
h3 { /* Subheading */
  font-size:125%;
  }
h2 { /*Heading */
  border-bottom: 1px solid #205c90;
  font-size:150%;
  font-weight: normal;
  }
h6 { /* Subtle*/
  color:#205c90;
  font-size:85%;
  }
p.announcement {
  font-size: xx-large !important;
}
p.notice {
  font-size: large !important;
}
#content .pullquote {
    background-color: #E5E7E9;
    clear: right;
    color: #205c90;
    float: right;
    font-weight: bold;
    margin: 0 0 1em 1em;
    padding: 0 1em;
    width: 35%;
    font-size:1.1em;
}
#content pre {
    background-color: #E5E7E9;
    border: 1px solid #000000;
    color: #000000;
    font-family: Monaco,"Courier New",Courier,monospace;
    font-size: 100%;
    overflow: auto;
    padding: 1em;
}
#content .callout {
    color: #205c90;
    font-weight: bold;
    padding: 0 1em;
    background: none;
    border: none;
}
.tinyBlue {
    color: #2D5C90;
}
.tinyGreen {
    color: #729F2E;
}
.tinyOrange {
    color: #EB8E00;
}
.tinyRed {
    color: #FF0000;
}
.mce-grid, .mce-box, .mce-vertical, .mce-horizontal, .mce-vertical-sorted, .mce-shaded {
    border: 1px solid #205c90;
    border-collapse: collapse;
    border-spacing: 0;
}
.mce-grid.mceItemTable, .mce-box.mceItemTable, .mce-vertical.mceItemTable, .mce-horizontal.mceItemTable, .mce-vertical-sorted.mceItemTable, .mce-shaded.mceItemTable {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
}
.mce-plain th, .plain th, .invisible th, .mce-grid th, .mce-box th, .mce-vertical th, .mce-horizontal th, .mce-vertical-sorted th, .mce-shaded th, .mce-plain td, .mce-grid td, .mce-box td, .mce-vertical td, .mce-horizontal td, .mce-vertical-sorted td, .mce-shaded td {
    border-collapse: collapse !important;
    border-spacing: 0;
    font-weight: normal;
    margin: 1em 0;
    padding: 0.25em 0.5em;
    text-align: left;
}
.mce-grid th, .mce-grid td {
    border: 1px solid #205c90;
}
.mce-grid.mceItemTable th, .mce-grid.mceItemTable td {
    border: 1px solid #CCCCCC !important;
}
.mce-vertical th, .mce-vertical td {
    border-left: 1px solid #205c90;
}
.mce-vertical.mceItemTable th, .mce-vertical.mceItemTable td {
    border-left: 1px solid #CCCCCC !important;
}
.mce-horizontal th, .mce-horizontal td {
    border-top: 1px solid #205c90;
}
.mce-horizontal.mceItemTable th, .mce-horizontal.mceItemTable td {
    border-top: 1px solid #CCCCCC !important;
}
.mce-plain, .mce-plain.mceItemTable {
    background-color: #FFFFFF;
    border: medium none;
    border-collapse: collapse !important;
}
.mce-shaded, .mce-shaded.mceItemTable {
    background-color: #E5E7E9;
    border: medium none;
}

.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
    border: 1px dashed #bbb !important;
}


#footer table {
    width: 100%;
}

#footer a {
    color: #FFF;
}

#portal-siteactions {
    padding-bottom: 0;
}

.box-links a, .box-links-interior a {
    color: #fff;
}

.box-links li {
    display: inline-block;
}

#content section.content aside.features figure .category a, #content section.content aside.features figure .category a:hover {
    color: #ff9900!important;
    font-size: 12px;
}

#content section.content aside.features a, #content section.content aside.features a:hover {
    border-bottom: none;
}

#content a:link, dl.portlet a:link {
    border-bottom: none;
}

#content section.content aside.events a, #content section.content aside.events a:hover {
    border-bottom: none;
}

#content .features p, #content .events p {
    margin-bottom: 0;
}

section.article-content aside.article-text .features img {
    padding-bottom: 0;
}

.features figure {
    height: 128px;
    overflow: hidden;
}

section.content aside.events figure {
    height: 60px;
    overflow: hidden;
}

.events .date {
    border: none;
    box-shadow: none;
    padding: 0;
}

#search, #links {
    float: right;
    margin: 1px;
}

#links {
    position: relative;
    top: -.5em;
    margin-left: 2px;
}

#search p, #links p {
    margin: 2px;
}

#search a, #links a {
    font-size: 12px;
    color: #fff !important;
}

#links a {
    color: inherit;
}

#portal-searchbox {
    margin: 0;
}

#portal-searchbox form {
    float:right;
}

#searchGadget {
    margin:0px 0px 3px 0px;
}

#LSResult {
    position: absolute;
    top: 10em;
    right:25%;
    display: block;
    background:transparent;
    z-index:1000;
}

#LSResult fieldset {
    /*border: none;*/
    background:white;
}

#livesearchLegend {
    background-color:#2d5c90;
}

#portal-personaltools {
    background: inherit;
    top: -1.5em;
}

#portal-personaltools dd {
    background: #000;
}

#portal-personaltools dd a:hover {
    background: #999;
}

.article-text #content-views {
    margin-top: -1em;
}

.article-text #contentActionMenus {
    top: inherit;
    margin-top: -1em;
}

section #content p {
    font-size: 14px;
}

#main-section #main #content {
    margin-top: 0;
}

#main-section #main #content .content {
    padding: 0;
}

.portlets-manager {
    color: Black;
}

.portlets-manager h4 {
    font-size: 100% !important;
}

#content h1 {
    line-height: normal;
}

#content-views {
    height: 2em;
}

body #content-core {
    color: Black;
}

.newsitem-wrapper {
}

.newsitem-image {
    text-align: center;
}

.newsitem-image img {
    margin: auto;
}


.newsitem-text {
    /* image is 128px wide with 10px margin-right */
    padding-left: 138px;
}

#content a:hover, dl.portlet a:hover {
    color: #2d5c90 !important;
}

.template-front-page #content h1 {
    margin-top: 0;
    letter-spacing: inherit;
}

body {
    font-size: 18px;
}

/* this is temporary for testing */
/* need to remove when a decision is made on actual slider */
.template-front-page .slider {
    background-image: url('++theme++diazotheme.ils/static/images/slider-1.jpg');
}


#parent-fieldname-sections {
  padding: 3px 0 0 5px;
  margin-left: 0 !important;
  border-bottom: 1px solid #2D5C90;
  font: bold 12px Verdana, sans-serif;
}

#parent-fieldname-sections li {
  background: none repeat scroll 0 0 #2d5c90;
  border: 1px solid #2d5c90 !important;
  margin: 0 5px 0 0;
  border-bottom: 1px solid #729F2E;
  color: #ffffff !important;
  line-height: 1.5em;
  list-style: none;
  margin: 0;
  display: inline;
  padding: 0 0 1px;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

#parent-fieldname-sections li a {
  color: white !important;
  display: inline;
  margin: 0;
  padding: 4px 9px 0 9px;
  text-decoration: none;
}
#parent-fieldname-sections li a:hover {
  color: white !important;
}

#parent-fieldname-sections .current {
  background: white;
  border-bottom: 4px solid white !important;
  color: #2d5c90 !important;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  padding-top: 0px;
}

#parent-fieldname-sections a.current:hover {
  color: #2d5c90 !important;
}

.panes div {
  background-color: #ffffff;
  border-color: #2D5C90;
  color: #000000;
  border-image: none;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  font-size: 14px !important;
  overflow: hidden;
  padding: 0 8px;
}

.section-left {
    border-style: none !important;
    width: 48%;
    margin: 0;
    float: left;
    clear: left;
}

.section-right {
    border-style: none !important;
    width: 48%;
    margin: 0;
    float: right;
    clear: right;
}

.section-left dl, .section-right dl {
    margin: 10px 0 0 0;
}

.section-left dd, .section-right dd {
    margin-bottom: 0;
}

table.plain th, table.plain td {
   border: none;
}

.tileHeadline {
    border: medium none;
    font-size: 110%;
    font-weight: bold;
}

.tileFooter {
    border-bottom: 1px solid #2d5c90;
}

#content ol {
    list-style-type: decimal;
}
#content ol ol {
    list-style-type: lower-alpha;
}
#content ol ol ol {
    list-style-type: lower-roman;
}
#content ol ol ol ol {
    list-style-type: decimal;
}
#content ol ol ol ol ol {
    list-style-type: lower-alpha;
}
#content ol ol ol ol ol ol {
    list-style-type: lower-roman;
}
#content ul {
    list-style-type: disc;
}
#content ul ul {
    list-style-type: circle;
}
#content ul ul ul {
    list-style-type: square;
}
#content ul ul ul ul {
    list-style-type: disc;
}
#content ul ul ul ul ul {
    list-style-type: circle;
}
#content ul ul ul ul ul ul {
    list-style-type: square;
}
dl.toc {
    background: #FFFFFF;
}
img.image-left, img.image-right, .captioned img {
    border: none;
}

@media print {

body {
  font-family:"Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  font-size:11pt;
  }
h1, h2, h3, h4, h5, h6 {
  font-weight:bold;
  line-height:125%;
  page-break-inside:avoid;
  page-break-after:avoid;
  }
a {
  border-bottom:0.5pt solid #000000;
  color:#000000;
  text-decoration:none;
  }
.documentDescription {
  font-weight:bold;
  }
div.pageBreak {
  page-break-before:always;
  }
#content dt {
  margin:1em 0 0.625em;
  }
#content p, #content table {
  margin-bottom:0.625em;
  margin-top:0.625em;
  }
#content .documentDescription, #content #description {
  margin:0.5em 0 1.31em;
  }
#portal-slogan,
#footer,
#left-column,
#right-column,
#box-links,
#box-links2,
#iowa_sliver_bar,
#iowa_sliver_spacer,
#logo,
.breadcrumbs,
#links p,
#slider-container,
#viewlet-below-content,
#portal-header-img,
.wcvideo-container,
#subscribe-links {
  display:none;
  }
section.article-content aside.article-text-two {
  width: 940px !important;
}
section.article-content aside.article-text-three {
  width: 940px !important;
}
.image-right {
    float: right;
    margin: 0.5em;
}
.image-left {
    float: left;
    margin: 0.5em;
}
table.invisible td, table.invisible th, table.plain td, table.plain th, table.listing td, table.listing th {
    padding: 0.5em 1em;
    vertical-align: top;
}
#content img.tileImage, #content div.newsImageContainer {
    float: right;
    margin: 0 1em 0.5em;
}
header {background:#696969; height:0px; padding:0px;}

#content ul {
    padding: 0 20px;
}
#content ul ul {
    padding: 0 20px;
}
#content ul ul ul {
    padding: 0 20px;
}
#content ul ul ul ul {
    padding: 0 20px;
}
#content ul ul ul ul ul {
    padding: 0 20px;
}
#content ul ul ul ul ul ul {
    padding: 0 20px;
}
#content ol {
    padding: 0 20px;
}
#content ol ol {
    padding: 0 20px;
}
#content ol ol ol {
    padding: 0 20px;
}
#content ol ol ol ol {
    padding: 0 20px;
}
#content ol ol ol ol ol {
    padding: 0 20px;
}
#content ol ol ol ol ol ol {
    padding: 0 20px;
}
#wrapper {
    width: auto;
}
section.article-content aside.article-text-one {
  width: auto !important;
}
section.article-content {
  width: auto !important;
}
}
