
body {
	font-family: Ubuntu, Verdana, sans-serif;
	color: #363636;
	margin: 0;
	padding: 0;
	background-color: #151945;   

	background: url(/backgrounds/pond-crop4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover; 
    -moz-background-size: cover;   
    -o-background-size: cover;     
    background-size: cover;
}


.header {
	background: rgba(0, 0, 0, .5);
	border-bottom: 1px solid #3D3D3D;
	
	/*position: absolute;*/
	position: fixed;
	top: 0px;
	left:0px;
	width: 100%;
	height: 90px;

	z-index: 10;
	font-size: 0.9em;
}
	
	.header #nav {
		width: 650px;
		max-width: 960px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		padding:0px;
		height: 100%;
	}



	.header a#push.active, .header a#push:hover {
		color: #4EFF45;
	}

	.header span a#push {
		display: inline-block;
		width: 90px;
		height: 100%;
		text-align: center;
		text-decoration: none;
		float: center;

		padding: 0px;
		margin: 0px;
		margin-right: -4px;

		color: #EDEDED;
		background-color: rgba(0, 0, 0, .5);
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
	}

	.header span a#logo {
		display: inline-block;
		margin-top: 0px;
		margin-right:-20px;
		width:250px;
		height: 100%;
		border:0px;
	}



	.header span a#push img {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		display: block;
		padding:5px;
		padding-bottom:5px;
		width:50px;
		height:50px;
	}

	.header span a#logo img {
		/*display: block;
		clear: both;
		padding: 10px 10px;
		width:215px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		height:49px;*/
	}





.wrapper {
	padding-top:0px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
	min-width: 960px;
	/*max-width: 1200px; can't make it work */
	max-width: 960px;
	
}

	.wrapper#first {
		margin-top:100px;
	}

.container {
	
	width: 100%;

	background-color: #F7FCFF;
	background: rgba(255, 255, 255, .85);
	border-radius:10px;
	box-shadow: 0px 0px 70px 10px #000;

	float: center;

	padding-bottom: 20px;
	padding-top: 20px;

}

.amazingwords {
	margin: 0px;
	margin-top: -20px;
	padding-left: 30px;
	padding-right: 30px;
}

	.amazingwords h3 {
		/*margin: 0px;
		margin-left: 30px;
		margin-top: 10px;*/
		margin-bottom: 0px;
		font-size: 1.8em;
	}

.snippet {
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	border-bottom-left-radius:2em;
	border-bottom-right-radius:2em;
	padding-left: 20px;
	padding-right: 20px;
}

	.snippet h3 {
		text-transform: uppercase;
	}

	.snippet.blue {
		border: 3px solid #2965E6;
		background-color: #3374FF;
		color: #FFF;
	}

	.snippet.blue a {
		color: #E8FEFF;
	}

	.snippet.orange {
		border: 3px solid #EB972A;
		background-color: #FF9D1C;
		color: #FFF;
	}

	.snippet.orange a {
		color: #FEFFE8;
	}

	.snippet.yellow {
		border: 3px solid #D6AD24;
		background-color: #FFC400;
		color: #FFF;
	}

	.snippet.yellow a {
		color: #F5F1E4;
	}

	.snippet.red {
		border: 3px solid #BA383E;
		background-color: #DB4B52;
		color: #FFF;
	}

	.snippet.red a {
		color: #FFDEE0;
	}

	.snippet.green {
		border: 3px solid #0EAB10;
		background-color: #00C903;
		color: #FFF;
	}

	.snippet.green a {
		color: #DAF2DA;
	}

	.snippet.purple {
		border: 3px solid #510D85;
		background-color: #6900BA;
		color: #FFF;
	}

	.snippet.purple a {
		color: #C8B6D6;
	}

	.snippet#right {
		border-bottom-left-radius:0em !important;
		border-top-right-radius:2em;
		border-bottom-right-radius:2em;
		width: 100%;
		height: 100%;
	}


.robottable {
	border: 0px;
	table-layout: fixed;
	width: 100%;
	border-spacing: 0px;
}

	.robottable td {
		border-spacing: 0px;
	}

	.robottable td#robotpic {
		width: 300px;
		margin: 0px;
		padding: 0px;
	}

		.robottable td#robotpic img {
			width: 100%;
		}

	.robottable td#robotdesc {
		padding: 0px;
		margin: 0px;
		height: 100px;
	}

	.robottable tr {
		height: 100%;
	}

	.robottable tr.spacer {
		height: 50px;
	}


.column img {
	width: 100%;
}

#quotes {
	height:60px;
	vertical-align: middle;
	position: relative; 
}

#quotes > div { 
    position: absolute; 
    top: 0px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

.starthere {
	width: 90%;
	border: 0px;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
}

	.starthere td {
		width: 150px;
		height: 120px;
		text-align: center;
		vertical-align: top;
		margin-left: 10px;
		margin-right: 10px;
	}

	.starthere td img {
		width: 100px;
		height: 100px;
		margin-bottom: 10px;
	}

	.starthere td a {
		text-decoration: none;
		color: #5E5629 !important;
	}


.snowflake {
	position: fixed;
	color: #FFFFFF;
	z-index: 5;
}

.footer {
	background: rgba(0, 0, 0, .60);
	width: 100%;
	font-size: 0.8em;
	color: #63FF70;

	/*position: fixed;
	bottom: 0px;
	left: 0px;*/

	margin-top: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}

	.footer p {
		margin: 0px;
		padding: 0px;
		padding-left: 50px;
	}

	.footer a {
		color: #D2FF85;
	}

	.footer span {
		display: block;
		font-style: italic;
		padding-top: 10px;
		padding-bottom: 5px;
	}


/* Overall & panel width defined using css in MovingBoxes version 2.2.2+ */
#slider-one { width: 100%;}
#slider-one > li { width: 250px; }
.sliderbox {
	 margin-top: 20px; margin-bottom: 20px;
	 margin-left: auto;
	 margin-right: auto;
	 padding-left: 50px;
	 padding-right: 50px;
	 width: 960px;

}
.sliderbox span#feat {
	background-color: #383838;
	padding: 5px 10px 10px 10px;
	font-size: 2em;
	color: #FFF;
}

.mb-panel {
    opacity: 0.5;
    filter: alpha(opacity=50);   
}
.mb-panel.current {
    opacity: 1;
    filter: alpha(opacity=100);
}









.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.25, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -moz-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 0.25, #e6e6e6);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn.primary {
  color: #fff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.btn:disabled {
  cursor: default;
  background-image: none;
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.large {
  font-size: 16px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn-blue {
  background-color: hsl(195, 79%, 43%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#56c5eb", endColorstr="#1798c4");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#56c5eb), to(#1798c4));
  background-image: -moz-linear-gradient(top, #56c5eb, #1798c4);
  background-image: -ms-linear-gradient(top, #56c5eb, #1798c4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56c5eb), color-stop(100%, #1798c4));
  background-image: -webkit-linear-gradient(top, #56c5eb, #1798c4);
  background-image: -o-linear-gradient(top, #56c5eb, #1798c4);
  background-image: linear-gradient(#56c5eb, #1798c4);
  border-color: #1798c4 #1798c4 hsl(195, 79%, 38%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-orange {
  background-color: hsl(30, 100%, 50%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb265", endColorstr="#ff7f00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffb265), to(#ff7f00));
  background-image: -moz-linear-gradient(top, #ffb265, #ff7f00);
  background-image: -ms-linear-gradient(top, #ffb265, #ff7f00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb265), color-stop(100%, #ff7f00));
  background-image: -webkit-linear-gradient(top, #ffb265, #ff7f00);
  background-image: -o-linear-gradient(top, #ffb265, #ff7f00);
  background-image: linear-gradient(#ffb265, #ff7f00);
  border-color: #ff7f00 #ff7f00 hsl(30, 100%, 45%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-green {
  background-color: hsl(86, 79%, 44%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#daf6b5", endColorstr="#7cc817");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#daf6b5), to(#7cc817));
  background-image: -moz-linear-gradient(top, #daf6b5, #7cc817);
  background-image: -ms-linear-gradient(top, #daf6b5, #7cc817);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #daf6b5), color-stop(100%, #7cc817));
  background-image: -webkit-linear-gradient(top, #daf6b5, #7cc817);
  background-image: -o-linear-gradient(top, #daf6b5, #7cc817);
  background-image: linear-gradient(#daf6b5, #7cc817);
  border-color: #7cc817 #7cc817 hsl(86, 79%, 34%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.66);
  -webkit-font-smoothing: antialiased;
}

/* http://charliepark.org/bootstrap_buttons/ */

















