﻿/* Add-ons for non-homepages
-------------------------------------------------- */
@media print {
.navbar2 {
     display:none;
}
}

body {
	color: #666;
	font-weight: 400;	
}

a {
     color: #354CA1;     
}

a:hover {
     color: #CC0000;
}


#titleWrapper h1 {
    /*color: #812F21;*/
   color: #A4011F;
    font-size: 24pt;
    font-weight: 700;
    line-height: 28px;
    text-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
}


#titleWrapper h1:first-letter {
    font-size: inherit;
}

.breadcrumb {
    font-size: 12px;
    font-weight: 400;
    display: block !important;
    background: none;
}
.breadcrumb a {
    color: #CCC;
}

.breadcrumb > li {
vertical-align: middle;
}

.breadcrumb > li > .divider {
 text-decoration: none;
 }

.breadcrumb > .active {
    color: #999999;
}

.nav-header {
    color: #666;
	background-color: #EFEFEF;
    font-size: 12px;
    font-weight: 800;
}

.nav-header a {
	color: #666;
}

ul {
    margin: 0 0 10px 25px;
	padding-bottom: 0px;
}

h2 {
text-align: left;
color: rgb(164, 1, 31);
font-weight: bold;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
background-color: #EFEFEF;
color: rgb(17, 111, 214);
font-weight: bold;
}

footer a {
color: #818285;
}

footer a:hover, a:focus {
color: #58585A;
text-decoration: none;
}


/*-----------------------------------------------------
      CHANGES TO "THE WELL" 
----------------------------------------------------- */

.well {
	/* changes default styling on "the well", which is like a callout box */
	margin: 15px 0;
	-webkit-box-shadow: 0px 0px 10px 0px #CCC;
	-moz-box-shadow: 0px 0px 10px 0px #CCC;
	box-shadow: 0px 0px 10px 0px #CCC;
	color: #666;
}
.well p {
	/* changes default styling on p tags inside a well */
	font-size: 97%;
	line-height: 130%;
	margin: 7px 0;
}
.wellRight {
	/* use along with class .well, to float the thing to the right of the copy. 
	     it'll size itself to the width of your content. 
             to set a fixed width on it, use an inline style */
	float: right;
	margin: 5px 0 15px 15px;
}

.wellLeft {
	/* use along with class .well, to float the thing to the left of the copy. 
	     it'll size itself to the width of your content. 
             to set a fixed width on it, use an inline style */
	float: left;
	margin: 5px 15px 15px 0;
}

.well img {
	/*makes images inside well containers shrink to fit as viewport decreases in size*/
	max-width: 100%;
}

.well a.btn {
	margin: 10px auto;
}

