@import url("style-dist.css");

/* fix garland line height */
.content {
  line-height: normal;
}

.node .content, .block .content  {
  line-height: 1.25em;
}

/* justify main content */

.node .content {
   text-align: justify;

}

/* misc */
h2 {
   font-style: italic;
   font-weight: bold;
}

.terms {
   font-style: italic;
   font-weight: bold;

}
a:link, a:visited, a {
   color: #369;
}

a:hover {
   color: #666;
}

/* menus */
ul.menu li {
   font-weight: bold;
   padding-bottom: 0em;
}

/* make sure secondary links don't overlap long title, so move them down */
ul.secondary-links {
  margin-top: 1.5em;
}

/* move breadcrumbs to the right so they don't overlap with node titles */
#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  right: 35px; /* LTR */
  left: auto;
  z-index: 3;
}

/* background gradients/colors */

body {
  background: #dda;
}
#wrapper {
  background: #dda url(images/header-gradient.png) repeat-x 50% 0;
}

tr.odd, tr.info {
  background: #dda;
}

tr.odd td.menu-disabled {
  background: #dda;
}

body {
   color: #333;

}

#wrapper #container #footer {
   color: #494949;
}

/* backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  background: #fff url(images/header-bg-content.png) repeat-x 50% 0;
}

#wrapper #container #center .right-corner {
  background: transparent url(images/header-bg-content-right.png) no-repeat 100% 0;
}

#wrapper #container #center .right-corner .left-corner {
  background: transparent url(images/header-bg-content-left.png) no-repeat 0 0;
}

/* arrows for primary links */
ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  background: transparent url(images/header-bg-navigation-item.png) no-repeat 50% 0;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  background: transparent url(images/header-bg-navigation-item-hover.png) no-repeat 50% 0;
}



/* get rid of left margin on body */
#wrapper #container {
  padding: 0 5px;
}





/* header site title/slogan styles */

/* remove the 1em border at the top of header */
#header-region {
  min-height: 0em;
  height: 0; /* for IE */
  background: #d2e6f3;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  /* title - slogan */
  color: #eee;
  font-size: 1.1em;
  font-weight: bold;
  /* undo the line-formatting from garland */
  white-space: normal;
/*  padding-top: 15px; */
/* keep heading text below primary links */
  padding-top: 35px; 
  line-height: 1em;


}
#wrapper #container #header h1 img {
  /* undo the line-formatting from garland */
  padding-top: 0;
  /* align image higher than text, since there's no primary links on this side */
  margin-top: -20px;
}

#wrapper #container #header h1 span {
  /* title - site name */
  color: #fff;
  font-size: 1.7em;
  font-style: italic;
  padding-right: 1em;
}
#wrapper #container #header h1 span.site-url {
  font-size: 1.3em;
  color: #444;
  padding-left: 2em;
  padding-top: 0.6em;
}

/* make the header shorter - 60 instead of 80 -- also adjusted some other settings and images to make this work. */
#wrapper #container #header {
   height: 60px;

}

/* center section no longer has border inside the header, so don't need to push content down back into the main region */
/* also put a smaller border on the right and left of the content -- make the content wider within the center */
#wrapper #container #center .right-corner .left-corner {
  padding-top: 10px;
  /* left side has a margin of -10px in style-dist */
  padding-left: 20px;
  padding-right: 10px;

  /* margin moves the background down below the header, to match "#wrapper #container .sidebar"  */
  margin-top: 41px;
}

/* move up so it doesn't push the header breadcrumbs bar down on non-front pages */
ul.secondary-links {
  padding: 0px 0 0;
}

/* fix node border */
.node {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em 0 1.5em;
  padding: 1.5em 0;
} 


/* fix comments header */

#comments {
margin: 0 0;
}


/* mission block */


#mission {
  padding: 1.5em 2em;

  background-color: #369;
  color: #fff;
}

#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
} 
#mission .right {
  float: right;
}

/* sticky blocks -- used for front page sports quotes */
.sticky {
  background-color: #ccc;
  border: solid 1px #bbb;
  padding-left: 5px;
  padding-right: 5px;

}
.sticky h2 {
 font-style: italic;
}

.sticky .content {
  color: #222;
}

/* orderpub link */

#orderpub, #orderpub a {
 font-weight: bold;
 color: #000;
 font-style: italic;
 font-size: 1.1em; 
 text-align: center;
}

#orderpub {
 margin-top: 0;
 margin-bottom: 0;
 margin-left: 1.75em;
 margin-right: 1.75em;
 border-top: 2px solid #369;
 border-bottom: 2px solid #369;
 padding: 5px;

}

/* Polls */

#block-views-poll_block {
 border: 5px solid #39c;
 font-size: 90%;
}

#block-views-poll_block, #block-views-poll_block .form-item label, #block-views-poll_block .title a {
 background-color: #369;
 color: #fff;
}

#block-views-poll_block .view-poll_block {
 margin-left: 5px;
 margin-top: 0;
 padding-top: 0;
 padding-bottom: 0;
}

#block-views-poll_block .title a {
 font-size: 1.2em;
}

#block-views-poll_block .submitted a {
 color: #999;
}





/* make the left siderbar wider */




/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 1000px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 800px;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -240px;
}
body.sidebar-right #center {
  margin-right: -240px;
}
body.sidebars #center {
  margin: 0 -240px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 240px;
}
body.sidebar-right #squeeze {
  margin-right: 240px;
}
body.sidebars #squeeze {
  margin: 0 240px;
}

#wrapper #container .sidebar {
  margin: 20px 0 5em 0;
  width: 240px;
}
#wrapper #container #sidebar-left {
  margin: 50px 0 5em 0;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}

.block .content {
  margin: 0.5em 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

body.sidebar-left #footer {
  margin-left: -240px;
}

body.sidebar-right #footer {
  margin-right: -240px;
}

body.sidebars #footer {
  margin: 0 -240px;
}


/* poll box */
.block-poll .poll {
 border: 5px solid #39c;
 font-size: 90%;
 margin-left: 5px;
 margin-top: 0;
 padding: 10px;
}

.block-poll .poll, .block-poll .poll .form-item label, .block-poll .poll .title a,  .block-poll .poll .title  {
 background-color: #369;
 color: #fff;
}

.block-poll .poll .title a, .block-poll .poll .title  {
 font-size: 1.2em;
}

.block-poll .poll .submitted a {
 color: #999;
}


