/*main.css*/
 /* Sticky footer styles
      -------------------------------------------------- */

html, body {
	height: 100%;
	
}
/* The html and body elements cannot have any padding or margin. 

.navbar-inverse .navbar-inner {
  background-color: #FFF;
  background-image: none;
  border-color: #FFF;
  filter: none;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #000;
  background-color: #FFF;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #000;
  text-shadow: none;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #000;
  text-decoration: none;
  background-color: #FFF;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

*/

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -49px;
}

#main {
	margin-top: 0px;
	line-height:1.1em;
}
/* Set the fixed height of the footer here */
#push, #footer {
	height: 49px;
}
#footer {
	background-color: #FFF;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.navigator {
	font-family: Norican;
	font-size: 28px;
	padding-top:20px;
}
ul#tnav {
	list-style-type: none;
	margin:0 0 10px 0;
}
ul#tnav li {
	display: inline-block;
	padding:8px;
	width:80px;
	
}
.janepagepush {
	padding:88px 0 30px 0;
}
.jane		{
				font-size: 17px; line-height:1.3em;
				font-family: 'Carrois Gothic', sans-serif;
			}
.fs 			{padding-left:0px;}
.darkblue	{color:#573e8d;}
.blue 		{color:#00a2e2;}
.pink 		{color:#e33a98;}
.green		{color:#4eaf4c;}
.lila		{color:#8fa1d3;}
.orange		{color:#ee8d2e;}
.darkorange	{color:#e96340;}
.purple 		{color:#8857a2;}
.light_pink	{color:#ea4498;}

.footerimage {
	padding:0;
	
}

.spacer75 {
	height:75px;
}

h3 {
	font-family: 'Carrois Gothic', sans-serif !important;
	font-size: 12px;
}

#workloader img {
	padding:0;
	margin:0;
	float:left;
}
.modal-body {
	height:700px !important;
	max-height: 700px !important;
}
.modal.fade.in {
    top: 30%;
}