@charset "UTF-8";

body {
	background-color:#030000;
}

/* Start here */
#wrapper {
	max-width: 1020px	;

}

header {
	position: relative;
	height: 70px;
	background: #fff;
	margin: 0;
}

h2 {
	font-weight: 500;
	letter-spacing: .05em;
	color: #A7A1A1;
	font-style:normal;
	font-family: source-sans-pro, sans-serif;
}

#stargazer {
    float: left;
    margin: 5px 0 0 50px;
    font-weight: 500;
}

nav {
	position: absolute;
	right: 50px;
	top: 20px;
	width: 40%;
}

ul {
	list-style-type:none;
}

li {
	display: inline-block;
	width: 20%;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #76A9F1;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro, sans-serif;
}

a {
	text-decoration:none;
	color: #3EB1E3;
}

a:hover {
	text-decoration:none;
	color: #B2E1E8;
}

#content1 {
	clear: both;
}

#headerimg {
	background:#333333;
	background-image:url("start/images/gallery/hoof_bottom_shoe.jpg");
	height:500px;
	margin:0 auto;
}

article {
	background: #010000;
	height: 100%;
	margin:  50;
	padding: 0px 0;
}

#saturnbaby {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 50px;
	color:#7F7A7A;
}



#saturnbaby2 {
	width: 100%;
	float: left;
	margin: 0px 0px 30px 50px;
	color:#7F7A7A;
}

p {
	display: inline-table;
	width: 80%;
	margin: 0px 0px 0px 70px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #CAC3C3;
	letter-spacing: .01em;
	font-style: normal;
	font-weight:400;
	font-family: source-sans-pro, sans-serif;
}

#caption {
	float: left;
	text-align: left;
	margin: 500 15px 0 0;
	padding: 0;
	color: #737373;
	font-size:.5em;
}

/* Section 2 */

#content2 {
	margin: 20px auto;
}

#section2A {
	float: left;
	margin: 0;
	width: 425px;
	overflow: hidden;
}



#section2AB {
	float: left;
	margin: 0;
	width: 450px;
	overflow: hidden;
	height: auto
}


#img2A {
	height:220px;
	width:50%;
	margin: 30px right;
	float: center;
	background: #333333;
	background-image:url("start/images/gallery/highres/images/hoofcutaway220.jpg");
}

#header2A {
	width: 80%;
	float: left;
	margin: 0px 0px 30px 50px;
	color:#7F7A7A;
}

#section2B {
	float: right;
	margin: 0;
	width: 450px;
	overflow: hidden;
}

#img2B {
    height: 220px;
    width:22%;
    float: right;
    background: #333333;
    background-image:url("start/images/gallery/hoof_imbalance1_220.jpg");

}

#img2B:hover {
    height: 220px;
    width:22%;
    float: right;
    background: #333333;
    background-image:url("start/images/gallery/hoof_imbalance1_new220.jpg");

}

#header2B {
	width: 90%;
	float: left;
	margin: 0px 0px 30px 50px;
	color:#7F7A7A;
}

/* Show More */

#morebutton {
	width: 200px;
	border: 2px solid #333;
	color:#333;
	background-color: #9E9D9D;
	padding: 3px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 400;
	font-family: source-sans-pro, sans-serif;
	margin: 20px auto;
	transition: background-color, color 0.5s ease 0;
}

#morebutton:hover {
	color: #eee;
	background-color: #333;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Footer */

footer {
	display: block;
	clear: both;
	height: 250px;
	background: #030000;
	margin: 20px 0 0 0;
}

#contact {
	float: left;
	width: 33%;
}

#Footer {
    margin: 50px 0 30px 50px;
    color: #CAC3C3;
    font-family: source-sans-pro, sans-serif;
}

#contactList {
	display: block;
	width: 90%;
}

.footerList {
	display: block;
	clear: both;
	width: 100%;
	text-align: left;
	list-style:none;
	height: 25px;
	color:#BABABA;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .02em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro, sans-serif;
	margin: 0 0 0 50px;
}

#subscribeFooter {
	float: right;
	width: 33%;
}

#subscribe {
    margin: 50px 0 30px 0;
    color: #9E9D9D;
    font-family: source-sans-pro, sans-serif;
    font-style: normal;
}


*:focus {
	outline: none;
}

.newsletter {
	display: block;
}

input, button {
	border: 2px solid #eeeeee;
	height: 30px;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro, sans-serif;
}

input {
	width:200px;
}

button {
	background: #9E9D9D;
	text-align: center;
	color: #333333;
	width: 60px;
	height: 42px;
	transition: background, color, .5s ease 0;
}

button:hover {
	background: #9E9D9D;
	border: 1px #DADADA;
	color: #40A4F1;
}

/* focus */

* {
	margin:0;
	padding:0; 
	-webkit-margin-before: 0; 
	-webkit-margin-after: 0;
	-webkit-padding-start: 0;
	}
