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

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
font-weight:normal;
}

thead th,
tbody th{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

.menu{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

blockquote{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
}

a {
	text-decoration: none;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
background:#ffffff;
font:normal 0.9em/150% 'Trebuchet Ms', arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

#wrap{
width:960px;
background:#fff;
margin:0px auto 30px auto;
padding:0;

}

#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;
}

h1 {
	font-size: 1.8em;
	color: #055AA1;

}

h2 {
	font-size: 3.5em;
	color: #ffffff;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: normal;
}

h3 {
	font-size: 1.7em;
	color: #ffffff;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: normal;
}

#header {
	width: 960px;
	height: 120px;
	background: #055AA1;
	padding: 20px;
}

ul#social-sites {
	left: 675px;
	top: 50px;

}

ul#social-sites li {
	color: white;
	font-size: 14px;
	font-weight: bold;
	float: right;
	display: inline;
	margin: 0px 10px 0 0;
}


#top-nav {
	width: 960px;
	background: #fcfbe6;
	padding: 10px;
}

#top-nav ul {
	margin: 0;
	text-align: center;
}

#top-nav li {
	font-size: 1.2em;
	display: inline;
	list-style-type: none;
	color: #055AA1;
	margin-right: 40px;
}


#main-content {
	position: relative;
}

#main-content .col_12 {
	padding: 20px;
}

#main-content .col_8 {
	padding: 20px;
}

#main-content .col_4 {
	padding: 20px;
}

#content-box {
	width: 400px;
	position: absolute;
	left: 525px;
	top: -10px;
	margin-top: 25px;

}


#content-box h1{
	font-size: 2em;
	line-height: 1.2em;
	color: #ffffff;
	background-color: #656E7C;
	padding: 15px;	
}

#content-box p {
	font-size: .9em;
	color: #656E7C;
	background: #FCFBE6;
	padding: 15px;
	
}

#footer{
width: 960px;
text-align:center;
background:#efefef;
border-top:1px solid #ccc;

}
