/* @override 
	http://shareasmile/wp/wp-content/themes/shareasmile/css/shareasmile.css
	http://localhost/sandbox/shareasmile/css/shareasmile.css */
	
/*
This template is built with Twitter's Bootstrap framework (currently version 2.2.2)

It uses a customized version of Bootstrap (downloaded from http://twitter.github.com/bootstrap/customize.html), which includes all default options as well as the following custom variables:
* @sansFontFamily = 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans
* @navbarBackground = #DEE1E5
* @navbarBackgroundHighlight = #DEE1E5

*/

body {
  background: #DEE1E5;
  padding-top: 70px; /* 70px to make the container go all the way to the bottom of the topbar */
  padding-bottom: 40px;
}


.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


@media (max-width: 979px) {
  body { /* Remove top padding when top navbar goes static */
    padding-top: 0;
  }
  
/*  .navbar-fixed-top {
  	position: fixed;
  }*/
}



/* @group Navbar */

.navbar-inner {
	border: 0 !important;
	-moz-box-shadow: 0px 10px 5px #DEE1E5 !important;
	-webkit-box-shadow: 0px 10px 5px #DEE1E5 !important;
	box-shadow: 0px 10px 5px #DEE1E5 !important;
	padding-top: 10px;
	font-size: 1.3em;
	line-height: 1.3em;
}

.navbar .nav .active > a {
  background: 0 !important; 
  color: #333 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.nav-collapse .nav {
	padding-left: 50px;
}

.logo-wrapper {
	text-align: left;
	max-height: 40px;
	overflow: visible;
}

.logo {
	text-align: center;
/*	font-weight: bold;*/
	font-size: 1.1em;
	line-height: 1.3em;
	color: #5A626D;
	width: 60%;
}

/* Suckerfish stuff */

.navbar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

.navbar li:hover ul {
	left: auto;
}

.navbar ul ul {
	background-color: rgba(221, 225, 229, .9); /* Equivlanet to #dde1e5 */
	list-style-type: none;
	margin-left: 0px;
	-moz-box-shadow: 0px 10px 5px #DEE1E5 !important;
	-webkit-box-shadow: 0px 10px 5px #DEE1E5 !important;
	box-shadow: 0px 10px 5px #DEE1E5 !important;
}

.navbar ul ul > li:first-child {
	margin-top: 5px;
}

.navbar ul ul li {
	margin: 15px;
}

.navbar ul a {
	color: #777777;
}

/* @end */
/* @group Content */

#content {
	background-color: #FFEAD0;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	padding: 50px 50px 50px 62px;
	margin-bottom: 80px;
	min-height: 400px;
	border: 4px solid #ecdabf;
/*	-moz-box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	box-shadow: 0 0 5px #000000;*/
}


#content header {
	display: block;
	position: absolute;
	left: -100px;
	top: 0px;
	width: 150px;
	height: 150px;
	background-color: #F78C74;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	padding-top: 0px;
	text-align: center;
/*	-moz-box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	box-shadow: 0 0 5px #000000;*/
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
}

.vertical-center-wrapper {
	/* From http://css-tricks.com/vertically-center-multi-lined-text/ */
	display: table;
	height: 150px;
	width: 150px;
}

#content header h2 {
	font-family: "Kaushan Script";
	color: #5a636e;
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	padding: 0 3px;
	width: 100%;
	line-height: 1.3em;
}

#content header h2 small {
	font-size: .7em;
	color: #5a636e;
}

#content p {
	font-size: 1.3em;
	line-height: 1.4em;
}

.wrap-left {
	float: left;
	padding: 0 20px 5px 0;
}

.about-pic {
	margin-top: 20px;
}

.content-separator {
	margin: 20px;
	border-top: 1px solid #cecece;
}

.big-date {
	font-size: 2.8em !important;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0;
}

.big-location {
	font-size: 1.7em !important;
	font-weight: bold;
	text-align: right;
}

#register-now {
	background-color: #fdd777;
	display: table;
	float: right;
	position: relative;
	left: 0px;
	text-align: right;
	width: 300px;
	height: 300px;
	-webkit-border-radius: 300px;
	border-radius: 300px;
}

.register-wrapper {
	display: table-cell; 
	vertical-align: middle; 
	padding: 0 40px;
	height: 300px;
	width: 300px;
}

#register-now h4 {
	font-size: 2em;
}

#register-now ul {
	list-style-type: none;
	font-size: 1.5em;
}

#register-now li {
	margin-bottom: .8em;
}


/* @end 


/* @group Footer */

#bottom-fixed-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #bottom-fixed-footer {
    position: relative;
  }
  
  #left-footer-side, #right-footer-side, #left-art {
  	display: none;
  }
}

#colophon {
	position: relative;
	z-index: 1;
	min-width: 100px;
	padding-top: 10px;
	height: 60px;
	font-size: .9em;
	color: #4a4338;
	background-color: #cdbb9c;
	-moz-box-shadow: 0 -1px 7px #000000;
	-webkit-box-shadow: 0 -1px 7px #000000;
	box-shadow: 0 -1px 7px #000000;
	z-index: -1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

#left-footer-side, #right-footer-side {
	width: 358px;
	height: 114px;
	position: relative;
	bottom: 0px;
	z-index: 111;
}

#left-footer-side {
	float: left;
	background-image: url(../img/corner-left.png);
}

#right-footer-side {
	float: right;
	background-image: url(../img/corner-right.png);
}

/* @group Art in bottom left */

#guy {
	position:fixed;
	bottom: 0;
	left: 80px;
	width: 132px;
	height: 308px;
	z-index: 222;
	background-image: url(../img/guy.png);
}

#kid-and-dentist {
	position:fixed;
	bottom: 0;
	left: 80px;
	width: 243px;
	height: 330px;
	z-index: 222;
	background-image: url(../img/kid-and-dentist.png);
}

#triathlon {
	position:fixed;
	bottom: 50px;
	left: -30px;
	width: 492px;
	height: 181px;
	z-index: 222;
	background: url(../img/triathlon.png) no-repeat;
}

/* @end */

/* @group Home page stuff */
body.home {
	background: #DEE1E5;
	padding-top: 30px !important;
	padding-bottom: 0px;
}

#navigation-bubbles ul, #picture-bubbles ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation-bubbles .navigation-wrapper {
	display: table;
}

#navigation-bubbles a {
	color: #5a636e;
	font-weight: bold;
	font-size: 1.6em;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#navigation-bubbles li, #picture-bubbles li {
	display: block;
	position: absolute;
}

#navigation-bubbles .about {
	background-color: #8c97a2;
	height: 140px;
	width: 140px;
	-webkit-border-radius: 140px;
	border-radius: 140px;
	left: 110px;
}

.about .navigation-wrapper {
	width: 140px;
	height: 134px;
}

#navigation-bubbles .what-we-do {
	background-color: #f3d17a;
	height: 150px;
	width: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	top: 100px;
}

.what-we-do .navigation-wrapper {
	width: 150px;
	height: 150px;
}

#navigation-bubbles .get-involved {
	background-color: #f78c74;
	height: 170px;
	width: 170px;
	-webkit-border-radius: 170px;
	border-radius: 170px;
	top: 180px;
	left: 110px;
}

.get-involved .navigation-wrapper {
	width: 170px;
	height: 170px;
}

#navigation-bubbles .triathlon {
	background-color: #bfc3ca;
	height: 130px;
	width: 130px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	top: 260px;
}

.triathlon .navigation-wrapper {
	width: 130px;
	height: 130px;
}

.bubble1 {
	top: 50px;
	right: 80px;
}

.bubble2 {
	top: 180px;
	right: 10px;
}

.bubble3 {
	top: 330px;
}

#big-logo {
	text-align: center;
}

/*.home #colophon {
	height: 70px;
	padding-top: 70px;
}*/

#kids-and-dentist {
	position:fixed;
	bottom: -110px;
	left: 20px;
	width: 398px;
	height: 400px;
	z-index: 222;
	background-image: url(../img/kids-and-dentist.png);
}

.home #donate {
	bottom: 20px;
}

#subtitle {
	font-weight: bold;
	font-size: 2em;
}

/* @end */

/* @group Donate bubbles */

#donate {
	width: 140px;
	height: 80px;
	position: fixed;
	bottom: 10px;
	right: 40px;
	padding-top: 60px;
	z-index: 222;
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 40px;
	background: url(../img/donate-circles.png) no-repeat center center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

#donate a {
	color: #5a636e;
}

/* @end */

/* @end */

