/* Basic settings */
body {
	margin: 0;
	padding: 0;
	font-family: 'Times New Roman', serif;
	font-size: 100%;
	color: #787878;
	background: white;
}
#wrapper {
	padding-top: 10px;
}
.container {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
}
.clear {
clear:both;
height:0;
width:100%;
}
/*Basic font styling */
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 2.8em;
}
h3 {
	font-size: 1.6em;
	padding-bottom: 25px;
}
p, ul, ol {
	margin-top: 0;
}
ul, ol {
}
a {
	text-decoration: none;
	color: #5E5E5E;
}
a:hover {
	text-decoration: underline;
}

/* Header */
#header-wrapper {
	overflow: hidden;
	height: 140px;
	width: 100%;
	background: url(http://i.imgur.com/CHjjT44.png) no-repeat center bottom;
	background-size: 100% 40px;
}
#header {
	height: 100px;
	margin: 0 auto;
	background: #01B6AD url(http://i.imgur.com/aU5iCi9.png) repeat;
}

/* Logo */
#logo {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
#logo h1 {
	line-height: 100px;
	font-size: 26px;
	text-align:center;
	color: #fff;
	font-weight: bold;
}

/* Content settings */
#page {
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0;
	background: #FFFFFF;
}
h2.peralta{
	font-family: 'Peralta', cursive;
	text-align:center;
	color:#2f2f2f;
	font-size:34px;
	padding-bottom:5px;
}
.splithalf {
  width: 93.75%;
  max-width: 900px;
  padding: 0;
  margin: 0 auto;
}
#intro-text h3 {
    color: #333;
    font-size: 30px;
    margin-top: 60px;
	text-align: center;
}

.splithalf .left ul {
    line-height: 26px;
    margin-top: 30px;
}
.splithalf .left ul li {
    list-style-position: outside;
    margin-bottom: 10px;
    margin-left: 15px;
    padding: 5px 0;
	font-size: 22px;
}

.left {
	float: left;
	width: 63.33%;
	font-size: 17px;
	background-image: url('http://i.imgur.com/q1N20uh.jpg');
	background-repeat: no-repeat;
	background-position: right 130px;
}
.right-nopic {
	float: left;
	width: 36.67%;
	margin-top: 1em;
}

/* Footer */
#footer-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 2em;
}
#footer {
	height: 20px;
	margin: 0 auto;
	padding: 5px 0;
	background: #40a7d7 url(http://i.imgur.com/aU5iCi9.png) repeat;
}
#footer p {
	margin: 0;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
}
#footer a {
	color: #000;
	text-decoration:underline;
}

/* Form settings */
#buttonid ,
#mc-embedded-subscribe,
#chimpy_shortcode_submit {
	background: #5c5c5c;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
	/*Rounded Corners*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*Shadow*/
	-webkit-box-shadow: 0px 6px 0px rgba(254, 100, 0, 0.9);
	-moz-box-shadow: 0px 6px 0px rgba(254, 100, 0, 0.9);
	box-shadow: 0px 6px 0px rgba(254, 100, 0, 0.9);
	/*Gradient*/
	background: #FF934C; /* Old browsers */
	background: -moz-linear-gradient(top,  #FF934C 0%, #E07B3A 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF934C), color-stop(100%,#E07B3A)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FF934C 0%,#E07B3A 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FF934C 0%,#E07B3A 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FF934C 0%,#E07B3A 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FF934C 0%,#E07B3A 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF934C', endColorstr='#E07B3A',GradientType=0 ); /* IE6-9 */
	/* Change all instances of 3ab1e0 for the start colour of your gradient. Change all instances of 0474d1 for the end colour of your gradient */
	font-size: 22px;
	font-family: 'Fauna One', serif;
	font-weight: bold;
	height: 58px;
	width: 250px;
	margin: 14px auto 0 auto;
	overflow: hidden;
	display: block;
	text-align: center;
	color:#fff;
}
#buttonid:hover,
#mc-embedded-subscribe:hover
#chimpy_shortcode_submit:hover {
	margin-top: 16px;
	/*Shadow*/
	-webkit-box-shadow: 0px 4px 0px rgba(0, 78, 146, 0.9);
	-moz-box-shadow: 0px 4px 0px rgba(0, 78, 146, 0.9);
	box-shadow: 0px 4px 0px rgba(0, 78, 146, 0.9);
	/*Gradient*/
	background: #E07B3A; /* Old browsers */
	background: -moz-linear-gradient(top,  #E07B3A 0%, #FF934C 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E07B3A), color-stop(100%,#FF934C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #E07B3A 0%,#FF934C 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #E07B3A 0%,#FF934C 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #E07B3A 0%,#FF934C 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #E07B3A 0%,#FF934C 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E07B3A', endColorstr='#FF934C',GradientType=0 ); /* IE6-9 */
}
.optinform input, .optinform textarea {
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
	color: #999;
}
.optinform input {
	margin: 10px auto;
	width: 210px;
}
.optinform input:focus, .optinform textarea:focus {
    background: #fff;
    border:1px solid #555;
    box-shadow: 0 0 3px #aaa;
}
.optinform input {
    padding:9px 5px;
}
input[type="text"]
{
    font-size:16px;
}
.squeeze-page-1-subscribe-textinput,
.mc-field-group {
	width: 222px;
	margin: 0 auto;
}
.error-container {
	margin: -10px 0;
}
/* Chimpy specific settings */
.chimpy_signup_form header {
	font-size: 28px;
	text-align: center;
	line-height: 34px;
	font-family: "Open Sans",​sans-serif;
	font-weight: bold;
	color: rgb(212, 115, 0);
	padding-left: 10px;
	padding-right: 10px;
}

.chimpy_status_underlay .description {
	font-size: 20px;
	text-align: center;
	line-height: 24px;
	font-family: "Open Sans",​sans-serif;
	font-weight: bold;
}

/* Responsive settings */
@media screen and (max-width: 780px) {

/* Header */
#header-wrapper {
	overflow: visible;
	min-height: 140px;
	height: auto;
	background: none;
}
#header {
	height: auto;
}
#logo h1 {
	line-height: 70px;
}

/* Content */
#page {
	padding-top: 20px;
}
.splithalf {
  width: 98%;
}
.left {
	width: 100%;
	background: none;
}
.right-nopic {
	width: 100%;
}

.hide-mobile {
	display: none;
}
}