* {
	margin: 0;
	padding: 0;
}

body{
	color:#000;
        background-color: #D8D8D9;
	font-size: 15px;
	font-family: Lato, Helvetica, Arial, sans-serif;
        font-weight: 400;
}

/* Styling the page */

#splash {
	position: fixed;
	top: 0;
	background: url('/images/gradient.png') no-repeat center -530px;
	width: 100%;
	height: 1000px;
}

#page{
	width:900px;
	margin:20px auto;
	margin-top: 210px;
	height: auto;
    display: flex;
	left: 0;
	right: 0;
}

#list {
	width: 960px;
	margin: 20px auto;
}

#content {
	position: relative;
	display: block;
	height: 200px;
	margin: 0 auto;

	margin-bottom: 130px;
	left: 0;
	right: 0;
}

#logo{
	float: left;
	text-align:center;
	margin-top: 20px;
	font-family: Lato, Helvetica, Arial, sans-serif;
        text-shadow: 0px 3px 3px rgba(0,0,0,0.75);
	font-size: 100px;
}

#contentArea{
	position: relative;
	display: block;
	float: left;
	overflow:hidden;
	margin-left:75px;
	padding-right:20px;
	padding-left:79px;
	padding-top:29px;
	padding-bottom:10px;
	/*border-left: 2px rgba(255,255,255,0.7) solid;*/
	border-left: 5px rgba(0,0,0,1) solid;
	height:150px;
}

#contentArea p img{
	float:left;
	margin:-15px 20px 0 0;
}

#personal {
	text-align: left;
	font-weight: 700;
	font-size: 35px;
	font-family: Lato, Helvetica, Arial, sans-serif;
	color: #000;
}

#personal.contact {
        margin-top: 50px;
	text-align: left;
	font-weight: 400;
	font-size: 35px;
	font-family: Lato, Helvetica, Arial, sans-serif;
	color: #000;
}

#splash-message {
	text-align: left;
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 20px;
	font-family: Lato, Helvetica, Arial, sans-serif;
}


/* Hyperlink styles */

a, a:visited {
	text-decoration:underline;
	outline:none;
	color:#4086c7;
}

a:hover{
	border-bottom:1px dashed transparent;
	text-decoration:none;
}

/* Form Styles*/
.field {
	float: left;
}

#subscribe_container {
	display: block;
	width: 300px;
        display: none; 
}

#subscribe_field {
	float: left;
	width: 200px;
	height: 15px;
	padding: 7px;
	font-size: 16px;
	font-weight: 300;
	font-family: Lato, Helvetica, Arial, sans-serif;
	color: #666;
	margin:3px 0;
	margin-bottom:5px;
	border: none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#subscribe_button {
	float: left;
	margin-left: 5px;
}

#submit_button {
	background: #444 url(/img/button-overlay.png) repeat-x;
	font-size: 13px;
	font-family: Lato, Helvetica, Arial, sans-serif;
	display: inline-block;
	padding: 7px 10px 8px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border:none;
	position: relative;
	cursor: pointer;
	margin:3px 0;
}

#submit_button:hover{
	background: #555 url(/img/button-overlay.png) repeat-x;
}

.message {
	clear: both;
	position: relative;
	top:0;
	font-size: 14px;
	font-family: Lato, Helvetica, Arial, sans-serif;
	color: #000;/*rgba(0,0,0,0.4);*/
}


/* Subscriber Share */

#share {
	display: none;
	position: fixed;
	width: 380px;
	height: auto;
	background-color: rgba(0, 0, 0, 0.8);
	top: 170px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 17px;
	padding-bottom: 20px;
	font-weight: 200;
	font-size: 15px;
	font-family: Lato, Helvetica, Arial, sans-serif;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-box-shadow:1px 1px 0 #000;
	-webkit-box-shadow:1px 1px 1px 0 #000;
	box-shadow:1px 1px 0 #000;
}

#share h1{
	font-size: 30px;
	font-weight: 200;
	font-family: Lato, Helvetica, Arial, sans-serif;
}

#share h3{
	margin-top: 16px;
}

#share p{
	margin-top: 10px;
}

#share_link_copy {
	display: block;
	width: 290px;
	height: 15px;
	padding: 5px;
	margin: 0 auto;
	margin-top: 25px;
	font-size: 17px;
	font-weight: 200;
	font-family: Lato, Helvetica, Arial, sans-serif;
	text-align: center;
}

#share_message {
	text-align: center;
	margin-top: 15px;
	font-size: 15px;
	color: #000;/*#3d8de7;*/
	font-weight: 100;
	font-family: Lato, Helvetica, Arial, sans-serif;
}

#sharing {
	float: left;
	position: relative;
	width: auto;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 22px;
}

#share_note {
	clear: both;
	text-align: center;
	font-size: 13px;
	color: #888;
}

/* Subscriber List */
.odd { background: rgba(0, 0, 0, 0.2); }
.even { background: none; }
#list td{ padding: 5px; }


/* Footer */
#footer {
	position: relative;
	display: block;
	left: 0;
	right: 0;
	bottom: 20px;
	color:#000; /*rgba(255, 255, 255, 0.4);*/
	text-align: center;
	width: 600px;
	height: 20px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 300;
/*	font-family: "Helvetica Neue", Lato, Helvetica, Arial, sans-serif;*/
}