@charset "utf-8";

body{
	background-color:#FFF;
    margin: 0;
    padding: 0;
    position: relative;
	overflow-y:scroll;
}
html, body{
    color: #FC0;
    font-size: 18px;
	font-family:"Times New Roman", Times, serif;
    height: 100%;
    text-align: left;
	background-color:#000;
}
a{
	outline:0;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:none;
}
a:link, a:visited{
    color: #dfc296;
}
a:hover{
    text-decoration: underline;
}
.logo, .head {
	display: inline-block;
}
.logo {
		
}
.head {
	
}
.bg {
	margin:12px 0 18px 0;
}
address {
	float: right;
}
i {
	opacity:0.8;
	bottom:-2px;
	position: relative;
	margin-left:4px;
}

.jumbotron:after {
    /*background: url("../img/bs-docs-masthead-pattern.png") repeat scroll center center transparent;*/
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    /*opacity: 0.4;*/
    position: absolute;
    right: 0;
    top: 0;
}
.jumbotron {
    position: relative;
}
.bs-docs-sidenav {
  /*margin: 30px 0 0;*/
  padding: 0;
  /*background-color: #fff;*/
  /*-webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);*/
}
.bs-docs-sidenav > li > a {
  display: block;
  margin: 0 0 -1px;
  padding: 8px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  /*border: 1px solid #e5e5e5;*/
}

}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
 
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
  color:#000;
}
.bs-docs-sidenav {
	/*position: fixed;*/
	top:200px;
}

.bs-docs-sidenav.affix {
  top: 20px;
  position: fixed;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}
section#album .span2 {
	padding:32px 0 0 0;
}


/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {

}
/* Desktop
------------------------- */
@media (max-width: 980px) {

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    /*margin-top: 30px;*/
    margin-right: 0;
  }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    /*width: 166px;*/
   /* margin-top: 20px;*/
  }
  .bs-docs-sidenav.affix {
    top: 10px;
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
body {
    padding-top: 0;
}
  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }
  }
.bs-docs-sidenav > li > a:hover [class^="icon-"], .bs-docs-sidenav > li > a:hover [class*=" icon-"] {
	background-image: url("../img/glyphicons-halflings.png");
}
[class^="icon-"], [class*=" icon-"] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.hero-unit {
	padding:20px;
	background-color: transparent;
}
.up {
	font-size:14px;
}
.navbar-inverse .navbar-inner {
	background:none #000;
	border:0;
}
section#album {
	min-height:250px;
}
.small {
	font-size:11px;
}
.modal-header {
	border-bottom:1px solid #333333;
}
.modal {
	background-color:#333333;
}
button.close {
	color:#fff;
	opacity: 0.5;
}
h4.date {
	color:red;
}