/* ------------------------------------------------------------

  * Grant County
  * Coded by Andrew Martin for Imulus, an Interactive Agency in Boulder, CO.

  screen.css
  - Site wide style, layout, and function

  =Colors
  - brown #975c02
  - light brown #d4ae70
  - logo green #5d9732
  - aqua blue #538c99

------------------------------------------------------------ */

/* =Initial Page Structure 
------------------------------------------------------------ */



html {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  background:#d8b173;
}

body { 
  position: relative;
}

.wrapper {
  width:900px;
  margin:0 auto;
  position:relative;
}

#header { 
  height:109px;
  width:100%;
  background:#e5e5e5 url(http://www.grantcounty.com/images/layout/global/header-tile.jpg) repeat-x scroll 0px 0px;
  position: relative;
}

#header .wrapper {
  height:109px;
}

.sub #header { 
  position: relative;
}

#content { 
  z-index:0;
  position: relative;
}

.sub #content { 
  position: relative;
}

#footer { 
  clear: both;
  position: relative;
}

/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Molengo", Georgia, "Times New Roman", Times, serif;
  padding-bottom: 8px;
}

h1 { 
  font-size: 18px;
  padding-bottom: 12px;
}

h2 { 
  font-size: 16px;
}

h3 { 
  font-size: 14px;
}

h4 { 
  font-size: 12px;
}

h5 { 
  font-size: 12px;
}

h6 { 
  font-size: 12px;
}


.spacer { 
  padding-top: 18px;
}

input,
textarea { 
  padding: 2px;
  border: 1px solid #5d5d5d;
/*  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;*/
}

input[type="image"], 
input.submit { 
  border: 0 !important;
  padding: 0 0 0 3px !important;
  background: transparent !important;
  width: auto !important;
}

select { 
  padding: 0;
  border: 1px solid #5d5d5d;
/*  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;*/
}

img,
a img { 
  border: 0;
  vertical-align: middle;
} 



a:hover { 
  color: #000;
  text-decoration: none;
}



a.hover-box img.original {
  float: left;
  position: relative;
}

a.hover-box img.hover { 
  display: none;
}

a.hover-box { 
  position: relative;
  float: left;
  display: block;
}

a.hover-box:hover { 
  display: block; 
  font-size: 100%; 
  z-index: 1; 
}

a.hover-box:hover img.hover { 
  display: block;
  position: absolute;
  float: left;
  left: 0;
  top: 0;
  z-index: 1000;
}

/* =Special List Styles
------------------------------------------------------------ */

ul.no-space li {
  margin-bottom:0px !important;
}

ul.img-bullets li,
#content #lower ul li {
  background:url("http://www.grantcounty.com/images/icons/lower-bullet.png") no-repeat scroll 5px 5px transparent;
/*  margin-left:10px;*/
  padding:0 0 5px 17px;
}

/* =Special Link Styles
------------------------------------------------------------ */

strong.rss a,
a.rss {
  display:block;
  width:15px;
  height:16px;
  text-indent:-9999px;
  background:transparent url(http://www.grantcounty.com/images/icons/social-sprite.png) no-repeat scroll -79px 0px;
}


/* =Utilities 
------------------------------------------------------------ */ 

.left { 
  float: left;
  position: relative;
  margin: 0 10px 5px 0;
}

.right { 
  float: right;
  position: relative;
  margin: 0 0 5px 10px;
}

.clear {
  clear: both;
}

.clear-left { 
  clear: left;
}

.clear-right { 
  clear: right;
}

.clear-none { 
  clear: none;
}

.center { 
  text-align: center;
}

.autoclear:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.autoclear { 
  display: inline-block;
}

.autoclear { 
  display: block;
}

  /* =Forms 
------------------------------------------------------------ */ 

.forms p { 
  position: relative;
  float: left;
  clear: left;
  padding: 0 0 15px 150px;
}
  
.forms p label.name { 
  position: relative;
  float: left;
  width: 140px;
  padding-right: 10px;
  margin-left: -150px;
  text-align: right;
}  

.forms span.error { 
  display: block;
  position: absolute;
  right: 0;
  color: #900;
  font-size: .9em;
  padding: 5px 5px 5px 5px;
  line-height: 1em;
}

.forms p input { 
  width: 300px;
}

.forms p input.small { 
  width: 70px;
}

.forms p input.medium { 
  width: 200px;
}

.forms p input.large { 
  width: 300px;
}

.forms p input.submit { 
  background: #5995a9 !important;
  width: auto !important;
  height: auto !important;
  padding: 5px 10px !important;
  color: #fff !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.forms p textarea { 
  width: 300px;
}

.forms p textarea.short { 
  height: 70px;
}

.forms p textarea.tall { 
  height: 180px;
}

.forms p span.radcheck { 
  
}

.forms p span.radcheck input { 
  border: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 5px;
}

.forms p select { 
  border: 1px solid #ccc;
  width: 306px;
}

/*Arrow Used in Galleries*/

a.arrow {
  position:relative;
  cursor:pointer;
  width:55px;
  height:46px;
  display:block;
  text-indent:-9999px;
  background:transparent url(http://www.grantcounty.com/images/buttons/arrow-sprites.png) no-repeat scroll 0px 0px;
}

a.arrow.next { background-position:0 0; }
a.arrow.next:hover { background-position:0 -46px; }
a.arrow.previous { background-position:-55px 0; }
a.arrow.previous:hover { background-position:-55px -46px; }

/* =Layout and Function 
------------------------------------------------------------ */ 

  /* =Header 
------------------------------------------------------------ */ 

#header strong.logo {
  display:block;
  position:relative;
  top:15px;
  text-indent:-9999px;
  float:left;
}

#header strong.logo a {
  width:285px;
  height:75px;
  background:transparent url(http://www.grantcounty.com/images/layout/header/grant-county-logo.png) no-repeat scroll 0px 0px;
  display:block;
}

    /* =Social Nav
------------------------------------------------------------ */

ul.social li a {
  text-indent:-9999px;
  display:block;
  background:transparent url(http://www.grantcounty.com/images/icons/social-sprite.png) no-repeat scroll 0px 0px;
  width:16px;
  height:16px;
}

ul.social li.linkedin a { background-position:0 0; }
ul.social li.twitter a { background-position:-26px 0; }
ul.social li.facebook a { background-position:-52px 0; }


#header ul {
  float:right;
  position:relative;
}

#header ul.social { 
  top:7px; 
  margin-right:10px; 
}

#header ul.newsletter { 
  top:0px;
  height:32px;
  background:transparent url(http://www.grantcounty.com/images/layout/header/newsletter-bg.gif) no-repeat scroll top left;
  padding-left:5px;
}

#header ul.newsletter li a {
  background:url("http://www.grantcounty.com/images/layout/header/newsletter-bg.gif") no-repeat scroll right top transparent;
  color:#FFFFFF;
  display:block;
  font-size:13px;
  height:22px;
  padding:5px;
}

#header ul.social li {
  float:left;
  margin-right:16px;
}

#header ul.social li.facebook {margin-right:0px;}

    /* =Search
------------------------------------------------------------ */

#header #search {
  position:absolute;
  right:0;
  bottom:0;
  background:url("http://www.grantcounty.com/images/layout/header/search-bg-tile.png") no-repeat scroll right top transparent;
  padding:0 15px 0 0;
  height:50px;
  width:342px;
}

#header #search ul {
  float:left;
  margin-right:15px;
}

#header #search ul li {
  float:left;
  line-height:1.0em;
  background:transparent url(http://www.grantcounty.com/images/layout/header/searchnav-separator.png) no-repeat scroll top right;
/*  border-right:1px solid #FFF;*/
}

#header #search ul li.item01 a {
  padding-left:25px;
}

#header #search ul li a {
  height:13px;
  padding:13px 18px 10px 18px;
/*  border-right:1px solid #d6d6d6;*/
  display:block;
}

#header #search #searcher {
  float: right;
  padding-top:10px;
}

#header #search input {
  font-size:11px;
  background:transparent url(http://www.grantcounty.com/images/layout/input/search-bg.gif) no-repeat scroll 0px 0px;
  padding:3px;
  border:0 none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  float:left;
  font-family:'Helvetica Neue',Helvetica,Arial,Sans-Serif;
  color:#555;
}

#header #search input.text {
  width: 120px;
}

#header #search input#search-go {
  margin:3px 0 0 5px;
}

    /* =Navigation
------------------------------------------------------------ */

#navigation {
  background:transparent url(http://www.grantcounty.com/images/layout/header/nav-brown-tile.jpg) repeat-x scroll 0px 0px;
  width:100%;
  height:42px;
  clear:both;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

#navigation .shadow-wrapper {
  width:100%;
  position:relative;
  z-index: 3;
  background:transparent url(http://www.grantcounty.com/images/layout/header/nav-shadow-tile.png) repeat-x scroll 0px 0px;
}

#navigation ul {
  background:url("http://www.grantcounty.com/images/layout/header/nav-separator-border.png") no-repeat scroll left top transparent;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

#navigation ul li {
  display:block;
  background:url("http://www.grantcounty.com/images/layout/header/nav-separator-border.png") no-repeat scroll right top transparent;
  float:left;
  font-size:14px;
  line-height:14px;
}

#navigation ul li a {
  display:block;
  padding:14px 20px;
  text-decoration:none;
  color:#FFF;
  text-shadow: #555 1px 1px 0px;
}

#navigation ul li a:hover, 
#navigation ul li:hover > a {
  background:#b07836;
}

#navigation ul li ul {
  position:absolute;
  top:100%;
  width:210px;
  z-index:10;
  -moz-box-shadow:0 3px 5px rgba(0,0,0,.5);
  -webkit-box-shadow:0 3px 5px rgba(0,0,0,.5);
  box-shadow:0 3px 5px rgba(0,0,0,.5);
}

#navigation ul li ul li {
  background:#b07836;
  font-size:13px;
  line-height:16px;  
}

#navigation ul li ul li a {
  width:170px;
  background: #b07836 url(http://www.grantcounty.com/images/layout/header/subnav-dot-border.png) repeat-x scroll bottom left;
  padding:10px 20px;
  font-size: 12px;
}

#navigation ul li ul li a:hover,
#navigation ul li ul li.last a:hover {
  background:#D29B5a;
}

#navigation ul li ul li.last a {
  background:transparent;
}

  /* =Content 
------------------------------------------------------------ */ 

body.home #content {
  clear:both;
  width:100%;
  background:#d1af75 url(http://www.grantcounty.com/images/layout/content/main/paper-tile.jpg) repeat-x scroll 0px 0px;
}

body #content {
  background:url("http://www.grantcounty.com/images/layout/content/lower/lower-tile.png") repeat-x scroll 0 0 #FFFFFF;
}

body.data-center #content,
body.discover #content {
  clear:both;
  width:100%;
  background:#d1af75 url(http://www.grantcounty.com/images/layout/content/main/paper-tile.jpg) repeat-x scroll 0px 0px;
}

#content .wrapper {
  padding-right:300px;
  width:600px;
}

body #content .wrapper {
  padding:0;
  background:url("http://www.grantcounty.com/images/layout/content/lower/lower-tile.png") repeat-x scroll 0 0 #FFFFFF;
  width:899px;
  position: relative;
}

body #content #lower {
  position: relative;
}

span.st_sharethis{
  position: absolute;
  top: 28px; right: 20px;
}

body.home span.st_sharethis {
  top: 10px; right: 300px;
}

body.home #content .wrapper,
body.data-center #content .wrapper,
body.discover #content .wrapper { background:transparent; }

body #content #lower .wrapper { background:transparent; }

#content object {
  position:relative;
  z-index: 5;
}

  /* =Basic 100% width landing page
------------------------------------------------------------ */

body.wider #lower {
  width:100%;
}

  /* =Data Center Subpage - Special 'Marquis' Image
------------------------------------------------------------ */

body.data-center #content #marquis {
  background:url("http://www.grantcounty.com/images/mock/data-center-main.png") no-repeat scroll 0 0 transparent;
  height:420px;
  width:900px;
}

body.discover #content #marquis {
  background:url("http://www.grantcounty.com/images/mock/discover-main.png") no-repeat scroll 0 0 transparent;
  height:280px;
  left:50%;
  margin:15px 0 0 -455px;
  padding:187px 0 0 45px;
  position:relative;
  width:855px;
}

body.data-center #content #marquis .box {
  background:url("http://www.grantcounty.com/images/layout/content/data-center/data-center-box-top.png") no-repeat scroll 0 0 transparent;
  float:right;
  line-height:24px;
  padding-top:13px;
  width:267px;
  margin:40px 40px 30px 0;
  color:#fff;
}

body.data-center #content #marquis .box h1 {
  background:transparent url(http://www.grantcounty.com/images/layout/content/data-center/heading-tile.gif) repeat-x scroll bottom left;
  padding-bottom:13px;
  margin-bottom:16px;
}

body.data-center #content #marquis .box .inner {
  background:transparent url(http://www.grantcounty.com/images/layout/content/data-center/data-center-box-tile.png) repeat-y scroll 0px 0px;
  padding:0 25px;
}

body.data-center #content #marquis .box .inner p {
  padding:0;
}

body.data-center #content #marquis .box .inner .bottom {
  height:13px;
  position:relative;
  bottom:-13px;
  left:-25px;
  width:267px;
  background:url("http://www.grantcounty.com/images/layout/content/data-center/data-center-box-bot.png") no-repeat scroll 0 0 transparent;
}

body.data-center #content #marquis strong.view-more a {
  background:url("http://www.grantcounty.com/images/layout/content/data-center/view-demographics-button.png") no-repeat scroll 0 0 transparent;
  clear:both;
  font-weight:normal;
  display:block;
  float:right;
  font-family:"Molengo";
  font-size:18px;
  height:31px;
  margin:0 40px 0 0;
  padding:5px;
  text-align:center;
  width:257px;
  color:#000;
}

  /* =Discover Subpage - Custom Marquis layout boxes
------------------------------------------------------------ */

body.discover #content #marquis h1 {
  position:absolute;
  top:20px;
  left:40px;
  color:#865200;
  font-size:25px;
}

body.discover #content #marquis .box {
  float:left;
  width:201px;
  height:152px;
  padding:10px 15px;
  margin-right:15px;
  position:relative;
  background:transparent url(http://www.grantcounty.com/images/layout/content/discover/marquis-box-bg.png) no-repeat scroll 0px 0px;
}

body.discover #content #marquis .box.last { margin-right:0; }

body.discover #content #marquis .box h2 {
  font-size:15px;
  margin-bottom:15px;
}

body.discover #content #marquis .box p {
  line-height:1.6;
  color:#fff;
}

body.discover #content #marquis .box strong.read-more a {
  text-indent:-9999px;
  display:block;
  position:absolute;
  z-index: 5;
  right:15px;
  bottom:15px;
  width:22px;
  height:22px;
  background:transparent url(http://www.grantcounty.com/images/icons/plusmore.png) no-repeat scroll 0px 0px;
}

  /* =Bios Subpage
------------------------------------------------------------ */

body.sub.bios #content #lower ul.bio-thumbs li {
  float:left;
  background:transparent;
  position:relative;
  width:121px;
  height: auto;
  font-family:'Molengo';
  font-size:13px;
  text-align:center;
  line-height:21px;
  border:1px solid #969696;
  padding:1px;
  margin:0 24px 24px 0;
}

body.sub.bios #content #lower ul.bio-thumbs li img {
  display:block;
}

body.sub.bios #content #lower ul.bio-thumbs li a {
  display:block;
  cursor: default;
  width:121px;
  color:#FFF;
  text-shadow: #000 1px 1px 2px;
  position:relative;
}

body.sub.bios #content #lower ul.bio-thumbs li a p {
/*  background:url("http://www.grantcounty.com/images/layout/content/bios/spantile.png") repeat scroll 0 0 transparent; */
  background: #000;
  padding: 3px 3px;
  display: block;
}

body.sub.bios #content #lower ul.bio-thumbs li a span {
  display: block;
  font-size: 13px;
  line-height: 15px;
}
  
body.sub.bios #content #lower ul.bio-thumbs li a span.staffFullName {

}

body.sub.bios #content #lower ul.bio-thumbs li a span.staffTitle {
  font-size: 10px;
}
  

body.sub.bios #content #lower div.polaroid {
  width:255px;
  padding:14px 13px;
  float:left;
  height:267px;
  position:relative;
  margin-right:25px;
  background:transparent url(http://www.grantcounty.com/images/layout/content/bios/polaroid-bg.jpg) no-repeat scroll 0px 0px;
}

body.sub.bios #content #lower div.polaroid a {
  display:block;
  color:#000;
}

body.sub.bios #content #lower div.polaroid img {
  margin-bottom:3px;
}

body.sub.bios #content #lower div.polaroid span {
  font-size:14px;
  display:block;
}

body.sub.bios #content #lower div.polaroid em {
  font-size:12px;
  display:block;
  font-style:normal;
}

body.sub.bios #content #lower div.polaroid strong.read-more a {
  text-indent:-9999px;
  display:block;
  position:absolute;
  z-index: 5;
  right:10px;
  bottom:20px;
  width:19px;
  height:19px;
  background:transparent url(http://www.grantcounty.com/images/icons/plusmore-bios.gif) no-repeat scroll 0px 0px;
}

body.sub.bios #content #lower div.polaroid.last { margin-right:0; }

    /* =Bios / Staff Lightbox Layout
------------------------------------------------------------ */

div.featured-polaroid {
  width:560px; /*total width is 895px*/
  padding:0 0 0 335px;
}

div.featured-polaroid img {
  float:left;
  margin-left:-335px;
  position:relative;
  z-index:999999999;
}

div.featured-polaroid h1 {
  color:#347900;
  padding-bottom:5px;
  background:transparent;
  font-size:20px;
  line-height:1em;
}

div.featured-polaroid h2 {
  color:#955b00;
  padding-bottom:15px;
  margin-bottom:15px;
  font-size:15px;
  line-height:15px;
  background:url("http://www.grantcounty.com/images/layout/content/lower/heading-border-tile.gif") repeat-x scroll left bottom transparent;
}

div.featured-polaroid p {
  font-size:12px;
  line-height:24px;
}

    /* =Lifestyle Subpage
------------------------------------------------------------ */

body.lifestyle #content #lower h1 {
  background:transparent url(http://www.grantcounty.com/images/layout/content/lifestyle/lifestyle-heading.png) no-repeat scroll 0px 0px;
  text-indent:-9999px;
  padding:0;
  width:571px;
  height:187px;
}

body.lifestyle #sidebar .image-banner {
  margin-bottom:25px;
}

    /* =Videos Subpage
------------------------------------------------------------ */

body.videos #content #lower #main-video {
  background:url("http://www.grantcounty.com/images/layout/content/videos/main-video-bg.png") no-repeat scroll 0 0 transparent;
  height:380px;
  margin:0 0 5px -15px;
  padding:5px 0 0 10px;
  width:902px;
}

body.videos #content #lower #main-video cite {
  color:#347900;
  display:block;
  font-family:"Molengo",Georgia,"Times New Roman",Times,serif;
  font-size:20px;
  font-style:normal;
  line-height:1em;
  padding:5px;
}

body.videos #content #lower #lower-video-gallery { 
  position:relative; 

}

body.videos #content #lower #lower-video-gallery ul {
  left:50px;
  overflow:hidden;
  position:relative;
}

body.videos #content #lower #lower-video-gallery ul li {
  background:url("http://www.grantcounty.com/images/layout/content/videos/lower-video-preview.png") no-repeat scroll 0 0 transparent;
  float:left;
  height:239px;
  padding:30px 28px 0;
  width:212px;
}

body.videos #content #lower #lower-video-gallery ul li.last { padding-right:0; }

body.videos #content #lower #lower-video-gallery ul li cite {
  display:block;
  font-size:12px;
  font-style:normal;
  line-height:14px;
  padding:3px;
  width:194px;
}

body.videos #content #lower #lower-video-gallery a.arrow {
  position:absolute;
  z-index:15;
}

body.videos #content #lower #lower-video-gallery a.arrow.previous {
  top:100px;
}

body.videos #content #lower #lower-video-gallery a.arrow.next {
  right:10px;
  top:100px;
} 

    /* =Photos Subpage
------------------------------------------------------------ */

body.sub.photos #content #lower {
  width:900px;
  padding:50px 0 20px 0;
}

body.photos #content #lower #photo-gallery {
  position:relative;
  width:780px; 
  /*For some reason, the gallery was breaking at any width under 780px on scroll.*/
  left:75px;
}

body.photos #content #lower #photo-gallery #pager {
  padding:5px 15px 5px 0;
  float:right;
}

body.photos #content #lower #photo-gallery #pager a {
  text-indent:-9999px;
  width:11px;
  float:left;
  margin-right:6px;
  height:11px;
  display:block;
  background:transparent url(http://www.grantcounty.com/images/buttons/paging-sprites.png) no-repeat scroll 0px 0px;
}

body.photos #content #lower #photo-gallery #pager a:hover,
body.photos #content #lower #photo-gallery #pager a.activeSlide {
  background-position:0 -11px;
}

body.photos #content #lower #photo-gallery ul {
  clear:both;
}

body.photos #content #lower #photo-gallery ul li {
  background:none repeat scroll 0 0 #FFFFFF;
  border:1px solid #BEBEBE;
  float:left;
  margin:0 15px 15px 0;
  padding:5px;
  width:233px;
}

body.photos #content #lower #photo-gallery ul li.last { margin-right:0; }

body.photos #content #lower #photo-gallery a.arrow {
  position:absolute;
}

body.photos #content #lower #photo-gallery a.arrow.previous {
  left:-70px;
  top:200px;
}

body.photos #content #lower #photo-gallery a.arrow.next {
  right:-60px;
  top:200px;
}
    /* =Sidebar
------------------------------------------------------------ */

#sidebar {
  background:transparent url(http://www.grantcounty.com/images/layout/sidebar/sidebar-top.png) no-repeat scroll top left;
  left:50%;
  margin-left:175px;
  position:absolute;
  top:20px;
  width:285px;
  color:#fff;
  line-height:1.6;
  z-index:10;
}

#sidebar-alt {
  background: 0;
  left:50%;
  margin-left:175px;
  position:absolute;
  top:60px;
  width:285px;
  color:#fff;
  line-height:1.6;
  z-index:10;
}

#sidebar-alt .image-banner {
  margin-bottom: 10px;
}

#sidebar span.bottom {
  background:url("http://www.grantcounty.com/images/layout/sidebar/sidebar-bottom.png") no-repeat scroll 0 0 transparent;
  bottom:-9px;
  display:block;
  height:9px;
  position:relative;
  width:269px;
}

#sidebar a {
  color:#a5e9ff;
}

#sidebar strong.rss {
  position:absolute;
  right:35px;
  top:15px;
  z-index: 10;
}

#sidebar h2 {
  color:#000;
  padding:12px 25px;
  line-height:18px;
  width:217px;
  margin-left: 1px;
  background:url("http://www.grantcounty.com/images/layout/sidebar/sidebar-heading-first.png") no-repeat scroll 0 0 transparent;
}

#sidebar h2.first {
  background:url("http://www.grantcounty.com/images/layout/sidebar/sidebar-heading-first.png") no-repeat scroll 0 0 transparent;
  position:relative;
  top:-8px;
}

#sidebar h2.arrow {
  background:url("http://www.grantcounty.com/images/layout/sidebar/sidebar-heading-arrow.png") no-repeat scroll 0 0 transparent;
  position:relative;
  width:235px;
  margin-top: 5px;
}

#sidebar ul,
#sidebar p {
  padding:0 0 15px 0;
  margin: 0 45px 0 25px;
}

#sidebar cite.date {
  font-style:normal;
  display:block;
  font-weight:bold;
}

#sidebar a.newsEvent {
  color: inherit;
  display: block;
}

#sidebar a.newsEvent:hover {
  color: #A5E9FF;
}




#sidebar div.inner {
  margin-top:8px;
  background:transparent url(http://www.grantcounty.com/images/layout/sidebar/sidebar-tile.png) repeat-y scroll 0px 0px;
}

#sidebar div.inner p {
  line-height: 1.6;
}

#sidebar div.inner ul li{
  padding-bottom: 10px;
}


    /* =Lower Content Area
------------------------------------------------------------ */

body.home #content #lower {
  background:url("http://www.grantcounty.com/images/layout/content/lower/lower-tile.png") repeat-x scroll 0 0 #FFFFFF;
  padding:25px 0 25px;
  margin-top:-40px;
}

body.home #content #lower .wrapper {
  width:413px;
  padding:0 300px 0 187px;
}

body.sub #content #lower {
  float:left;
  padding:20px;
  width:560px;
}

body.data-center #content #lower,
body.discover #content #lower {
  background:url("http://www.grantcounty.com/images/layout/content/lower/lower-tile.png") repeat-x scroll 0 0 #FFFFFF;
  margin-top:-40px;
  padding:50px 0 25px 0;
}

body.discover #content #lower { margin-top:-60px; }

body.data-center #content #lower .wrapper,
body.discover #content #lower .wrapper {
  width:900px;
  padding:0;
}


body.sub #content #lower .event-item {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}

body.sub #content #lower .event-item h2 {
  padding-bottom: 0;
}

body.sub #content #lower .event-item h2 a:hover {
  text-decoration: underline;
}

body.sub #content #lower .event-item p {
  padding-bottom: 10px;
}

body.sub #content #lower p.date {
  color: #888;
  font-style: italic;
}


body.sub #content #sidebar {
  float:right;
  position:relative;
  margin:0;
  left:auto;
}

/*  Forced the image to the left on the HOMEPAGE; this assumes a 
  167px width image (and thus creates a 20px gap to the right)*/

body.home #content #lower .wrapper img {
  float:left;
  margin-left:-187px;
  clear:both;
}

#content #lower h1 {
  clear:both;
  color:#347900;
  font-size:20px;
  padding:0 0 10px 0;
  margin:0 0 15px 0;
  background:transparent url(http://www.grantcounty.com/images/layout/content/lower/heading-border-tile.gif) repeat-x scroll bottom left;
}

body.home #content #lower h1 {
  margin-left:-187px;
}

#content #lower h2 {
  font-size:17px;
  color:#955b00;
}

  /* = "Grid" boxes -- appear on Data Center custom subpage
------------------------------------------------------------ */

#content #lower .grid {
  background:url("http://www.grantcounty.com/images/layout/content/lower/heading-border-tile.gif") repeat-x scroll 0 30px transparent;
  line-height: 1.6;
  float:left;
  padding:0 40px 0 0;
  margin:20px 0 0 0;
  width:260px;
}

#content #lower .grid h2 {
  color:#347900;
  font-size:20px;
  padding:0 0 5px 10px;
}

#content #lower .grid a:hover {
  background:transparent url(http://www.grantcounty.com/images/) no-repeat scroll 0px 0px;
}

#content #lower .grid a {
  color:#000;
  display:block;
  width:255px;
  padding:10px;
}

#content #lower .grid a:hover {
  background:transparent url(http://www.grantcounty.com/images/layout/content/data-center/grid-a-tile.jpg) no-repeat scroll bottom left;
}



#content #lower .grid img {
  float:left;
  margin:0 5px 5px 0;
}

  /* =Footer 
------------------------------------------------------------ */ 

#footer-tile {
  width:100%;
  background:url("http://www.grantcounty.com/images/layout/footer/footer-tile.jpg") repeat-x scroll left top transparent;
  padding-top:83px;
}

#footer {
  background:#d8b173;
}

/*  Same trick to pull the sponsors over and keep them on the left by their lonesome.*/

#footer .wrapper {
  padding-left:430px;
  width:460px;
}

#footer ul {
  width:460px;
  margin:0;
  margin-top: 10px;
  float:right;
}


#footer ul li {
  white-space:nowrap;
  color:#834c00;
  float:left;
  font-size:12px;
  margin-right:20px;
}

#footer ul li a {
  color:#834c00;
}

#footer ul.copyright {
  float:right;  clear:right;
  margin-top: 0px;
}

#footer ul.sponsors {
  float:left;
  width:423px;
  margin-left:-430px;
  margin-top: 0;
}

#footer ul.sponsors li {
  text-indent:-9999px;
  margin-right:25px;
}

#footer ul.sponsors li a {
  display:block;
  height:45px;
  opacity: 0.7;
}

#footer ul.sponsors li a:hover {
  opacity: 1;
}

#footer ul.sponsors li.the-chamber a {
  width:100px;
  background: url('http://www.grantcounty.com/images/assets/the-chamber.png') center center no-repeat;
}

#footer ul.sponsors li.grant-county-indiana a {
  width:104px;
  background: url('http://www.grantcounty.com/images/assets/show-me-grant-county.png') center center no-repeat;
}

#footer ul.sponsors li.grant-county a {
  background: url('http://www.grantcounty.com/images/assets/grant-county.png') center center no-repeat;
  width:123px;
}

a.button.archive {
  font-size: 125%;
  font-weight: bold;
}


    /* =Search
------------------------------------------------------------ */

div.xsltsearch_result {
  border-bottom: 1px solid #EEE;
  padding: 20px 0px;
}

div.xsltsearch_result p {
  padding: 0px;
}

p.xsltsearch_result_title {
  font-size: 15px;
  font-weight: bold;
}

div.xsltsearch_form,
p#xsltsearch_stats {
  display: none;
}

p#xsltsearch_summary {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

p#xsltsearch_navigation {
  padding: 20px 0px;

}

p#xsltsearch_navigation {
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

p#xsltsearch_navigation a.disabled {
  display: none;
}












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
