/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/



/* Body and structure
-------------------------------------------------- */

body {
	position: relative;
	padding-top: 180px;
	background: url("../img/bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}
#bgauthor {
	background: url("../img/bg_author.jpg") no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}
#bgbooks {
	background: url("../img/bg_books.jpg") no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}
#bgguide {
	background: url("../img/bg_guide.jpg") no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}
/* Code in headings */
h3 code {
	font-size: 14px;
	font-weight: normal;
}
h3 span {
	font-size: 60%;
	font-weight: normal;
}

.name {
	background-color: rgba(00, 00, 00, 0.5);
	padding: 5px 5px 10px 8px;
	margin-bottom:0;
}
.desc {
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}
/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
	font-size: 100%;
}
/* Change the docs' brand */
body > .navbar .brand {
	width: 400px;
	height: 125px;
	background: url(../img/nav_logo.png) no-repeat;
	text-indent: -9999px;
	padding-right: 0;
	padding-left: 0;
	margin: -16px -100px -25px;
	float: left;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}
body > .navbar .brand_new {
	width: 400px;
	height: 125px;
	background: url(../img/nav_logo_echoes.png) no-repeat;
/*	width: 457px;
	height: 214px;
	background: url(../img/nav_logo_echoes.png) no-repeat;*/
	text-indent: -9999px;
	padding-right: 0;
	padding-left: 0;
	margin: /*-70px instead of -16*/-16px -90px -25px;
	float: left;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	}
body > .navbar .brand:hover {
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
	color: #FFF;
}
body > .navbar .brand_new:hover {
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
	color: #FFF;
}
p {
	font-size: 120%;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #CCC;
	text-shadow: 2px 2px 0 #000000;
}
.navbar-inverse .navbar-inner {
	margin-top: 60px;
	background-image: url(../img/nav_bg.png);
	background-repeat: repeat-x;
	background-color: transparent;
	border-color: transparent;
	line-height: 80px;
	font-size: 120%;
}
.navbar .nav > li {
	float: left;
	line-height: 80px;
}
.navbar .nav > li > a {
	padding: 10px 35px;
}
.navbar-inverse .btn-navbar {
	background-color: #0E0E0E;
	background-image: linear-gradient(to bottom, #FEDE83, #BC5125);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
	background-color: #BC5125;
	color: #FFFFFF;
}
.navbar .btn-navbar {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	float: right;
	margin-left: 5px;
	margin-right: 25px;
	padding: 7px 30px;
}
.navbar .btn, .navbar .btn-group {
	margin-top: 31px;
}
/* media content
-------------------------------------------------- */
.media, .media .media {
	margin: 40px;
}
.media2 {
	margin: 20px;
}
h4.media-heading {
	font-size: 200%;
	margin-bottom: 20px;
	font-variant: small-caps;
	padding-left: 30px;
}
h4.book-info {
	font-size: 150%;
	margin-bottom: 20px;
	font-variant: small-caps;
	padding-left: 30px;
	line-height: 110%;
}
.media-body p {
	font-size: 120%;
	padding-left: 30px;
}
.excerpt {
	font-size: 130%;
	margin-top: 50px;
}
.pdf {
	float: left;
	margin-left: 30px;
	margin-right: 10px;
}
.guide {
	width: 80%;
	font-size: 130%;
	line-height: 120%;
	padding-left: 25px;
}
.guidenav {
	line-height: 100%;
	margin-bottom: 15px;
	text-align: center;
}
.imgauthor {
	border: 3px solid #000;
	margin: 65px 30px 0 0;
}
.imgborder {
	border: 3px solid #CCC;
	margin-right: 20px;
}
.imgthumb {
	padding: 0 10px 20px;
}
.imgbuy {
	padding: 0 0 20px 30px;
}
.imgbuylast {
	padding-left: 30px;
}
/* Ribbons */
h5.ribbontop {
	background: url("../img/ribbontop.png") no-repeat scroll left top transparent;
	float: left;
	font-size: 160%;
	font-variant: small-caps;
	height: 84px;
	line-height: 88px;
	margin-left: -50px;
	margin-top: -33px;
	position: absolute;
	text-align: left;
	text-shadow: 1px 1px 2px #000000;
	width: 469px;
	padding-left: 15px;
}
h5.bookinfo {
	background: url("../img/ribbontop.png") no-repeat scroll left top transparent;
	float: left;
	font-size: 160%;
	font-variant: small-caps;
	height: 84px;
	line-height: 90px;
	margin-left: -10px;
	margin-top: -10px;
	padding-left: 15px;
	position: absolute;
	text-align: left;
	text-shadow: 1px 1px 2px #000000;
	width: 469px;
}
h5.ribbonleftlrg {
	background: url(../img/ribbonleft.png) no-repeat right top;
	width: 500px;
	height: 84px;
	font-variant: small-caps;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	line-height: 88px;
	font-size: 160%;
	text-align: right;
	padding-right: 21px;
	float: right;
	position: absolute;
	margin-left: 38px;
}
h5.ribbonleft {
	background: url(../img/ribbonleft3.png) no-repeat right top;
	width: 469px;
	height: 84px;
	font-variant: small-caps;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	line-height: 88px;
	font-size: 160%;
	text-align: right;
	padding-right: 21px;
	float: right;
	position: absolute;
	margin-left: 75px;
}
h5.ribbonright {
	background: url("../img/ribbonright.png") no-repeat scroll right 35px top transparent;
	font-size: 130%;
	font-variant: small-caps;
	height: 80px;
	line-height: 125%;
	margin: 0;
	text-align: left;
	text-shadow: 1px 1px 2px #000000;
	width: 382px;
	padding-top: 32px;
	padding-left: 25px;
	margin-left: 0px;
	margin-right: 0px;
}
h5.ribbonsmall {
	font-variant: small-caps;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
	background: url(../img/guideribbon.png) no-repeat right top;
	width: 234px;
	height: 110px;
	font-size: 150%;
	line-height: 105px;
	text-align: center;
	margin: 0;
}
h5.ribbonsmall a {
	color: #FFF;
	text-decoration: none;
}
@media (min-width: 768px) and (max-width: 979px) {
h5.ribbonleft {
	margin-left: -14px;
}
}
@media (max-width: 767px) {
h4.media-heading {
	font-size: 150%;
}
.media-body p {
	font-size: 120%;
}
h5.ribbonleft {
	display: none;
}
}
.quote {
	margin-left: 10px;
}
.quoteby {
	margin-left: 20px;
	color: #e49526;
	text-transform: capitalize;
}
.footer {
	background-color: rgba(0, 0, 0, 0.7);
	height: 70px;
	line-height: 60px;
	text-align: center;
	/*padding-left: 33%;*/
	width: 100%;
}
.footer p {
	margin-bottom: 9px;
}
.footer img {
	margin: 0 10px;
}
/* Sections
-------------------------------------------------- */
/* padding for in-page bookmarks and fixed navbar */
section {
	padding-top: 30px;
}
section > .page-header, section > .lead {
	color: #5a5a5a;
}
section > ul li {
	margin-bottom: 5px;
}
/* Separators (hr) */
.separator {
	margin: 40px 0 39px;
}
/* Faded out hr */
hr.soften {
	height: 1px;
	margin: 70px 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
	border: 0;
}
/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.jumbotron {
	position: relative;
	padding: 40px 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
	background: #020031; /* Old browsers */
	background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #020031), color-stop(100%, #6d3353)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #020031 0%, #6d3353 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #020031 0%, #6d3353 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #020031 0%, #6d3353 100%); /* IE10+ */
	background: linear-gradient(45deg, #020031 0%, #6d3353 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
	box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.jumbotron h1 {
	font-size: 80px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
}
.jumbotron p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 30px;
}
/* Link styles (used on .masthead-links as well) */
.jumbotron 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;
}
.jumbotron a:hover {
	color: #fff;
	text-shadow: 0 0 10px rgba(255,255,255,.25);
}
/* Special grid styles
-------------------------------------------------- */

.show-grid {
	margin-top: 10px;
	margin-bottom: 20px;
}
.show-grid [class*="span"] {
	background-color: rgba(0, 0, 0, 0.7);
	text-align: left;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	min-height: 40px;
	line-height: 30px;
	margin-top: 30px;
}
/*.show-grid [class*="span"]:hover {
	background-color: #ddd;
}*/
.show-grid .show-grid {
	margin-top: 0;
	margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
	margin-top: 5px;
}
.show-grid [class*="span"] [class*="span"] {
	background-color: none;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
	background-color: #999;
}
/* Misc
-------------------------------------------------- */
.nomargins {
	margin: 0;
}
/* Make tables spaced out a bit more */
h2 + table, h3 + table, h4 + table, h2 + .row {
	margin-top: 5px;
}
/* Dropdowns */
.bs-docs-example-submenus {
	min-height: 180px;
}
.bs-docs-example-submenus > .pull-left + .pull-left {
	margin-left: 20px;
}
.bs-docs-example-submenus .dropup > .dropdown-menu, .bs-docs-example-submenus .dropdown > .dropdown-menu {
	display: block;
	position: static;
	margin-bottom: 5px;
 *width: 180px;
}
.navbar .nav .dropdown-toggle .caret {
	margin-left: 5px;
	margin-top: 42px;
}



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

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
.container {
	max-width: 970px;
}
.sidenav {
	width: 258px;
}
.sidenav > li > a {
	width: 230px \9; /* Override the previous IE8-9 hack */
}
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
/* Unfloat brand */
body > .navbar-fixed-top .brand {
	float: left;
	margin-left: 0;
	padding-left: 10px;
	padding-right: 10px;
}
/* Inline-block quick links for more spacing */
.quick-links li {
	display: inline-block;
	margin: 5px;
}
/* When affixed, space properly */
.sidenav {
	top: 0;
	width: 218px;
	margin-top: 30px;
	margin-right: 0;
}
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
/* Remove any padding from the body */
body {
	padding-top: 0;
}
/* Widen masthead and social buttons to fill body padding */
.jumbotron {
	margin-top: -20px; /* Offset bottom margin on .navbar */
}
/* Adjust sidenav width */
.sidenav {
	width: 166px;
	margin-top: 20px;
}
.sidenav.affix {
	top: 0;
}
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
/* Remove any padding from the body */
body {
	padding-top: 0;
}
/* Widen masthead and social buttons to fill body padding */
.jumbotron {
	padding: 40px 20px;
	margin-top: -20px; /* Offset bottom margin on .navbar */
	margin-right: -20px;
	margin-left: -20px;
}
.masthead h1 {
	font-size: 90px;
}
.masthead p, .masthead .btn {
	font-size: 24px;
}
.marketing .span4 {
	margin-bottom: 40px;
}
.social {
	margin: 0 -20px;
}
/* Space out the show-grid examples */
.show-grid [class*="span"] {
	margin-bottom: 5px;
}
/* Sidenav */
.sidenav {
	width: auto;
	margin-bottom: 20px;
}
.sidenav.affix {
	position: static;
	width: auto;
	top: 0;
}
/* Unfloat the back to top link in footer */
.footer {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
.footer p {
	margin-bottom: 9px;
}
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
/* Remove padding above jumbotron */
body {
	padding-top: 0;
}
/* Change up some type stuff */
h2 small {
	display: block;
}
/* Downsize the jumbotrons */
.jumbotron h1 {
	font-size: 45px;
}
.jumbotron p, .jumbotron .btn {
	font-size: 18px;
}
.jumbotron .btn {
	display: block;
	margin: 0 auto;
}
/* center align subhead text like the masthead */
.subhead h1, .subhead p {
	text-align: center;
}
/* Do our best to make tables work in narrow viewports */
table code {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}
/* Tighten up footer */
.footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
 .navbar .brand {
	width: 206px;
	height: 65px;
	background: url(../img/nav_logo_480.png) no-repeat;
	text-indent: -9999px;
	padding-right: 0;
	padding-left: 0;
	

  }
  .navbar .brand_new {
	width: 212px;
	height: 76px;
	background: url(../img/nav_logo_echoes_480.png) no-repeat;
	text-indent: -9999px;
	padding-right: 0;
	padding-left: 0;
	
  }
}
