html
{
    background:  #9b8666;
    background-image: url("/packages/bootstrap/images/wwi/front_tree.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; 
}

body
{
    margin: 0;  
}

.breadcrumb 
{	
    color: #333;
    font-size: 9px;
    margin: 0 1%;    
    padding-left: 1em;
    padding-top: 1em;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #333;
    text-decoration: underline;
}

  
#doc
{
  //background-color: #fff;
  background-image: url("/packages/bootstrap/images/wwi/background-pixel.png");
  background-repeat:repeat;
  border: 2px solid #eaaf5f;
  width: 95%;
  margin: auto;
  max-width: 1200px;
  text-align: left;
  word-wrap: break-word;
}

.main_logo
{
    font-size: 100%;
    margin: 10px 10px 0px;
    max-width: 1200px;
    text-align: center;	
}

.minilogo_upper, .minilogo_lower
{
    font-size: 100%;
    margin-top: 9px;
    text-align: left;
    font-size: 19px;
    letter-spacing: 1.4px;
    font-family: Cal Roman Capitals;
    float: left;	
}

.minilogo_lower
{
	margin-bottom: 10px;
}

.newsWrap 
{
    color: #111;
}
   
.NewsDate
{
    color: #999999;
    margin-left: 0.75em;
    font-size: 90%;
    vertical-align:middle;
}

#doc .modified {
    color: #999999;
    font-size: 80%;
    padding: 0.5em 0;
}
    
.googleHide 
{
	display: none; 
}

.homeLink a
{
	z-index: 100;
	height: 25px;
    margin: 0;
    width: 190px;	
}

.homeLink a:hover
{
	background-color: #0a52b2;
	border-radius:  5px;
}

.navbar
{
  background-image: url("/packages/bootstrap/images/wwi/header-pixel.png");
  background-repeat:repeat;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  width: 95%;
  margin: auto;
  max-width: 1200px;
  padding-bottom: 20px;
}

#footerContainer {
  background-image: url("/packages/bootstrap/images/wwi/footer-pixel.png");
  background-repeat:repeat;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  color: #111;
  font-size:13px;
  left: 0%;
  line-height:16px;
  width: 95%;
  margin: auto;
  max-width: 1200px;
}

#wwi_footer {
  margin: 0px auto 0px;
  padding: 20px 0px 5px;
  max-width: 1200px;
  width: 96%;
  color: #111;
  float: none;
}

.left-text
{
    text-align: left;
}

.right-text
{
    text-align: right;
}

#wwi_footer a
{
    //color: #555;
}

#wwi_footer hr
{
        background-color: #606060;
}

.copyright, .footer_links
{
	margin: auto;	
}

.centerImages 
{
    font-size: 0;
    text-align: center;
}

.centerImages:before 
{
    height: 100%;
    vertical-align: middle;
}

.centerImages > img 
{
    display: inline-block;
    vertical-align: middle;
}

.rssSummaryList .rssItem 
{
    border-bottom: 1px dotted #CCCCCC;
    padding: 0.5em 0;
}

.currentSearch-break, .smi-break
{
	display: none;	  
}

.midbutton-break, .first-searchbar-break, .second-searchbar-break
{
	display: none;	  
}

#doc .about_header 
{
    padding: 0.2em 1em 0 1em;
}

#doc .guide_header 
{
    padding-left: 1em;
    padding-top: 0.2em;
}

#doc .help_header 
{
    padding-left: 1em;
    padding-top: 0.2em;
}

#doc .formblock {
    background-color: #EEEEEE;
    border: 3px solid #DDDDDD;
    padding: 0.5em;
}

#doc .docContent {
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-size: 100%;
    padding: 1em 0.5em 1em 0;
}

#doc textarea,
#doc input[type="text"],
#doc input[type="password"],
#doc input[type="datetime"],
#doc input[type="datetime-local"],
#doc input[type="date"],
#doc input[type="month"],
#doc input[type="time"],
#doc input[type="week"],
#doc input[type="number"],
#doc input[type="email"],
#doc input[type="url"],
#doc input[type="search"],
#doc input[type="tel"],
#doc input[type="color"] 
{
  background-color: #ffffff;
  border: 1px solid #C0C0C0;
}

#doc .docContentBox {
	border: 1px solid #EEEEEE;	
}

.docContent ul {
    margin: 0 0 1em 1em;
}

.offscreen {
    display: inline;
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

#banner_block
{
        background: #9b8666;
        margin: 0 1% 1%;
}

#article_container
{
        vertical-align: top;
        border: #111 solid 1px;
        padding: 1%;
        border-spacing: 20px 0;
	display: table-cell;
	width: 30%;
}

#article_page_item
{
        margin: 0px 1% 20px;
        color: #111;
        border: #111 solid 1px;
        padding: 1%;
        width: 45%;
	vertical-align: top;
	display: inline-block;
	float: none;
}

#front_article, #article_page_item
{
        color: #111;
}

#front_article a, #article_page_item a
{
        color: #111;
}

#doc embed, #doc object , .youtubeBlock, .vimeo-player
{
    margin-bottom: 1em;
}

.rssSummaryList .rssItem {
    border-bottom: 1px dotted #CCCCCC;
    padding: 0.5em 0;
}

@media (max-width: 1150px) 
{
	.btn-custom
	{
		float: none;	
	}
}

@media (max-width: 979px)
{
	.top-social-icons
        {
                display: none;
        }
	#hd .nav li
	{
  		margin-left: 60px;
		height: 42px;
	}
	#miniNav 
	{
		margin-top: 0px !important;
	}
	.hd_menu
	{
		padding-top: 8px;
	}
}

@media (max-width: 767px) 
{
	.first-searchbar-break, .currentSearch-break, .smi-break
	{
		display: inline;	  
	}
	#wwi_footer img
	{
		margin-top: 8px;
	}
	#searchForm_lookfor, #searchForm_type, #searchForm_button
	{
		float: left;	
	}
	#searchForm_button
	{
		margin-left: 10px;	
	}
        .left-text, .right-text
	{
		text-align: center;
	}
        .footer-left-margin
	{
    		margin-left: 0px;
	}
	#article_page_item
	{
		width: 90%;
	}
	#article_container
	{
		width: auto;
	}
}

@media (max-width: 530px) 
{
	#article_container
        {
                display: inline-block;
		border-spacing: 20px 20px;
		width: auto;
        }
	.second-searchbar-break, .midbutton-break
	{
		display: inline;
	}
	.main_logo
	{
    	text-align: center;
    	font-size: 32px;	    	
	}
}

.slide-tab-div 
{
     padding: 20px;
     width: 250px;
     background: #ccc;
     border: 1px solid #29216d;
}

#cboxTitle {
    width:98.5% !important;
    margin:0 5px 24px !important;
    padding:5px !important;
    background-color:#333 !important;
    opacity:0.5 !important;
    filter:alpha(opacity=75) !important;
    color:#fff !important;
}

td.galleryImages
{
   padding-top: 8px;
}

.btn_navbar_custom 
{
   margin-right: 15px !important;
   margin-top: 10px !important;
   z-index: 1000;
   position: relative;
}

.lightboxed-image-caption-content
{
   word-wrap:break-word;
}

.lightboxed-image-block, .lightboxed-image-caption
{
   height: auto;
   max-width: 96%;
   margin: 10px 8px;
}
