/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}




/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
/*position: relative;*/
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.tm7{
	margin-top:7px;
}
.tm30{
    		margin-top:30px;	
    	}
.tm60{
    		margin-top:1em;	
    	}
.tm100{
    		margin-top:8em;	
    	}
.w70px{
    		width: 70px;
    	}
.lrm30{
    		margin-left:30px;
    		margin-right:30px;
    	}
.bm30{
    		margin-bottom: 15px;
    	}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
}
/*.cover-container {
  margin-right: auto;
  margin-left: auto;
}*/

/* Padding for spacing */
.inner {
  padding: 30px;
}
.close-space{
	margin-top:10px;
	margin-bottom: 30px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
  /*margin-bottom: 60px;*/
}

.carousel-control{
	width: 10%;	
}
.carousel-indicators{
	bottom: 7px;
	margin-bottom:7px;	
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	left:0;
	right:0;
	bottom:0;
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	width: 100%;
	height: 100%;
	background-color: #777;
}
.carousel-inner {
  width: 100%;	
  height: 100%;
}

/* Bump up size of carousel content */
  .carousel-caption .lefter {
    line-height: 1.4;
    text-align: left;
    font-size: 16px;
    margin-top:7px;
  }
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
    text-align: right;
  }
  .carousel-caption {
   border-radius: 0;
   background: url('navy50.png') repeat;
   padding: 10px 15px;
   Padding-bottom: 20px;
  }

/*
 * Header
 */
 .masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
  /*background: url('white70.png') repeat;*/
  border-radius: 8px;
  padding: 15px;
}
.masthead-nav{
	background: url('navy50.png') repeat;
	padding: 10px;
	border-radius:8px; 
}
.masthead-nav > li {
  display: inline-block;
   
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

/*@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
  
}*/
.tm5{
	margin-top: 5px;
}

.headlines .list-group-item-josh{
	text-align: left;
	color: navy;
	text-shadow: 0 0 1px rgba(0,0,0,0.2);
	background: url('white95.png') repeat;
}
.headlines .list-group-item-josh:hover{
	text-align: left;
	color: navy;
	text-shadow: 0 0 1px rgba(0,0,0,0.2);
	background: url('white80.png') repeat !important;
}
.headlines a{
	text-align: left;
	text-shadow: 0 0 1px rgba(0,0,0,0.2);
}

.headlines a h4{
	margin-bottom: 3px;
	margin-top: 6px;
	/*border-top: 2px solid green;*/
	
}
.headlines a h5{
	margin-bottom: 3px;
	margin-top: 6px;
	/*border-top: 1px solid green;*/
	
}



/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
    z-index: 20;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering 
  .site-wrapper-inner {
    vertical-align: middle;
  }*/
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    /*width: 800px;*/
    /*width: 80%;*/
    z-index: 20;
    width: 100%;
  }
}


/******************Overlay Menu *************/
#full-menu{
	display:none;
	/*background: url(Logogrey200-50.png) 50% 1% no-repeat, url(whitenoise.png) repeat,  #fff200;*/
	/*background: url(whitenoise.png) repeat,  #fff200;*/
	background: url(whitenoise.png) repeat, #5bc0de;
	color: white;
	position:fixed;
	left:5%;
	width:90%;
	height:95%;
	z-index:500;
	font-size:18px;
	line-height:1.4;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-align: left;
	overflow-y: auto;
	overflow-x:hidden;
	
}
#full-menu p{
	color: white;
	text-shadow: none;
	margin:0;
	/*text-shadow: 0 1px 3px rgba(0,0,0,.8);*/
}
#full-menu p a{
	color: white;
	text-shadow: 0 0 1px rgba(0,0,0,.5);
	display: block;
	text-decoration: none;
	padding-left: 10px;
	margin-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight:400;
	/*border-radius: 4px;*/
}
#full-menu p a:hover{
	color: white;
	text-shadow: 0 0 2px rgba(0,0,0,.8);
	display: block;
	background:url(whitenoise.png) repeat, navy;
}
  .blur {
  	
    opacity: 0.4;
    pointer-events: none;
}


