/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400|Quicksand:300,400);

@font-face {
  font-family: 'Quicksand' !important;
  font-style: normal !important;
  font-weight: 300 !important;
  src: local('Quicksand Light'), local('Quicksand-Light'), url(http://themes.googleusercontent.com/static/fonts/quicksand/v3/qhfoJiLu10kFjChCCTvGlHhCUOGz7vYGh680lGh-uXM.woff) format('woff') !important;
}
@font-face {
  font-family: 'Quicksand' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url(http://themes.googleusercontent.com/static/fonts/quicksand/v3/sKd0EMYPAh5PYCRKSryvWz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff') !important;
}
@font-face {
  font-family: 'Source Sans Pro' !important;
  font-style: normal !important;
  font-weight: 300 !important;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGNbE_oMaV8t2eFeISPpzbdE.woff) format('woff') !important;
}
@font-face {
  font-family: 'Source Sans Pro' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff') !important;
}*/

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: 'Quicksand', sans-serif !important;
font-weight:normal;
}

thead th,
tbody th{
font-family: 'Quicksand', sans-serif !important;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: 'Quicksand', sans-serif !important;
}

.menu{
font-family: 'Quicksand', sans-serif !important;
}

blockquote{
font-family: 'Quicksand', sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
color: #3A3A3A;
background:#fff url(img/black-thread-light.png);
font:normal 0.9em/150% 'Quicksand', sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
text-align: center;
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
text-align:center;
padding:20px;
margin:0;
border-top:1px solid #ddd;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background:#fff;
}

	#link-top{
	display:none;
	}

/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}

	.navbar span{
	color:#86dc00;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

.light-font{
	font-weight: 100;
}
.outer{
	background-color: white;
}
h1#title{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	margin: 80px 0 0 0;
}
h2#subtitle{
	font-size: 20px;
	line-height: 20px;
	margin: 15px 0 25px 0;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 300;
}
h4#contact{
	font-size: 14px;
	margin: 11px 0 75px 0;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 300;
	line-height: 22px;
}
h4#contact a{
	color: #3A3A3A;
	text-decoration: none;
}
h4#contact a:hover{
	background: #E6E6E6;
}