/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color:#D0C5B1;
}

@font-face {
    font-family: 'blackjackregular';
    src: url('/fonts/black_jack-webfont.eot');
    src: url('/fonts/black_jack-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/black_jack-webfont.woff') format('woff'),
         url('/fonts/black_jack-webfont.ttf') format('truetype'),
         url('/fonts/black_jack-webfont.svg#blackjackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Georgia, 'Times New Roman', serif;
}

.img-thumbnail {
	background-color:#E2DCD2;
	border:#B4A48A 2px solid;
}
.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.jumbotron {
	background: #811822 url(/gfx/red.jpg); /* Old browsers */
	color:#DFD8CA;
}

/* jumbotron banner */

.bluebanner {
	float:right;
	background-color:transparent;
	position:absolute;
	top:50px;
	right:10%;
	display:block;
	z-index:5;
	padding:0;
	border:none;
}

.bluebanner img {
	width:180px;
	height:270px;
}

.subhead > .bluebanner img {
	width:90px;
	height:135px;
}

@media (max-width: 559px) {
	.jumbotron h1 { font-size:40px !important;}
	.jumbotron p.lead { font-size:24px !important;}
	.bluebanner img {
		width:90px;
		height:135px;
	}
}


@media (min-width: 560px) and (max-width: 767px) {
	.jumbotron h1 { font-size:60px !important;}
	.bluebanner img {
		width:90px;
		height:135px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.jumbotron h1 { font-size: 90px !important}
	.bluebanner img {
		width:90px;
		height:135px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bluebanner {
		right:5%;
	}
	.bluebanner img {
		width:180px;
		height:270px;
	}
}

@media (min-width: 1200px) {
	.bluebanner img {
		width:180px;
		height:270px;
	}
}

/* /jumbotron banner */

.jumbotron h1 {
	color:#C18880;
	text-align:left;
}
.jumbotron p.lead {
	font-family:blackjackregular;
	text-align:left;
}

.navbar-purple .navbar-inner {
  background-color:#3F273A;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,.34));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,.1)), to(rgba(0,0,0,.34)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,.34));
  background-image: -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,.34));
  background-image: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(0,0,0,.34));
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff192032', endColorstr='#ff111111', GradientType=0);
  
	border-color: #4C5B8B; 
}

.navbar-inverse {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
  background-image: -webkit-linear-gradient(top, #3c3c3c, 0%, #222222, 100%);
  background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
}

.navbar-purple .navbar-nav > .active > a {
  background-color: #381D31;
  color:#fff;
}

.navbar-purple .navbar-brand,
.navbar-purple .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color:#ADB2C8;
}

.navbar-purple {
/*	background:#c00;*/
	background-image:url(/gfx/purple.jpg);
	background-repeat:repeat-x;
}

.navbar-purple .navbar-nav > li > a:hover,
.navbar-purple .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #6A3540;
}
.nav .caret {
  border-top-color: #ADB2C8;
  border-bottom-color: #ADB2C8;
}

.nav a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* Masthead (docs home)
------------------------- */
.masthead {
	text-align:left;
  padding: 70px 0 80px;
  margin-bottom: 0;
  color: #DFD8CA;
}
.masthead h1 {
  font-size: 120px;
  line-height: 1;
  letter-spacing: -2px;
}
.masthead p {
  font-size: 40px;
  font-weight: 200;
  line-height: 1.25;
}

/* Textual links in masthead */
.masthead-links {
  margin: 0;
  list-style: none;
}
.masthead-links li {
  display: inline;
  padding: 0 10px;
  color: rgba(255,255,255,.25);
}

/* Link styles (used on .masthead-links as well) */
.masthead-links a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.masthead-links a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}
ul.masthead-links  {
	padding-left:0;
}

/* Download button */
.masthead .btn {
  padding: 14px 24px;
  font-size: 24px;
  font-weight: 200;
  color: #fff; /* redeclare to override the `.jumbotron a` */
  border: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.masthead .btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
}
.masthead .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
     -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
          box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
}

.panel, .well {
	background-color:#DFD8CA;
}

.well {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#DFD8CA), to(#E8E2D7));
    background-image: -webkit-linear-gradient(top, #DFD8CA, 0%, #E8E2D7, 100%);
    background-image: -moz-linear-gradient(top, #DFD8CA 0, #E8E2D7 100%);
    background-image: linear-gradient(to bottom, #DFD8CA 0, #E8E2D7 100%);
    background-repeat: repeat-x;
    border-color: #dcd7ca;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffDFD8CA', endColorstr='#ffE8E2D7', GradientType=0);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1)
}

a.navbar-brand {
	font-family: Georgia, 'Times New Roman', serif;
}

.btn-link {
	color:#48727c;
}
a {
	color:#48727c;
}
p.green {
	background-color:#88b0bc;
}
::selection {
	color:#fff;
	background-color:#88b0bc;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 2px solid #B87D73;
}

.dropdown-menu {
	background-color:#381d31;
	color:#ADB2C8;
}

.dropdown-menu > li > a {
	color:#ecf0f1;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #6a3540;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#6a3540), to(#6a3540));
  background-image: -webkit-linear-gradient(top, #6a3540, 0%, #6a3540, 100%);
  background-image: -moz-linear-gradient(top, #6a3540 0%, #6a3540 100%);
  background-image: linear-gradient(to bottom, #6a3540 0%, #6a3540 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.btn-primary {
    color:#ecf0f1;
    background: #34495e; /* Old browsers */
    background: -moz-linear-gradient(top,  #34495e 0%, #2c3e50 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34495e), color-stop(100%,#2c3e50)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #34495e 0%,#2c3e50 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #34495e 0%,#2c3e50 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #34495e 0%,#2c3e50 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #34495e 0%,#2c3e50 100%); /* W3C */
    border-color: #202e3c;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34495e', endColorstr='#2c3e50',GradientType=0 ); /* IE6-9 */
}

.btn-primary:active, .btn-primary.active {
    background-color: #34495e;
    border-color: #202e3c
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #f1c40f;
  background: #202e3c;
  border-color: #202e3c;
}