/*** Tripods CSS - by D. Francis ***/

html, body {
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	background: #000000;
	text-align: center;
	vertical-align: top;
}

a:link, a:visited, a:active, a:hover {
	background: transparent;
	text-decoration: none;
	outline: none;
}



/*** Tripod Page Styles ***/

#show01 {
	width: 600px;
	height: auto;
	margin: 0;
	border: 0;
}

#show02 {
	width: 600px;
	height: auto;
	margin: 0;
	border: 0;
}

#show03 {
	width: 600px;
	height: auto;
	margin: 0;
	border: 0;
}

#show04 {
	width: 400px;
	height: auto;
	margin: 25px 0 0;
	border: 0;
}

#show05 {
	width: 50%;
	height: auto;
	margin: 25px auto -10px;
	border: 0;
	border-top: 1px solid #055840;
	padding: 20px 0 0;
}

#show05 img {
	width: 800px;
	height: auto;
	margin: 0 auto;
	border: 0;
}

#show06 {
	width: 50%;
	height: auto;
	margin: 25px auto 0;
	border: 0;
	border-top: 1px solid #055840;
	padding: 20px 0 0;
}

#buy, #follow {
	width: auto;
	height: 24px;
	margin: 15px auto 10px;
	border: 0;
}

.wtb-lnk {
	width: auto;
	height: 24px;
	margin: 8px 0 0;
}

#show07 {
	width: 50%;
	height: auto;
	margin: 25px auto 100px;
	border: 0;
	border-top: 1px solid #055840;
	padding: 20px 0;
}

.smicon {
	width: auto;
	height: 30px;
	margin: 4px 4px 12px;
}



/*** Email page styles ***/

#show03.emailheader {
	margin-top: -46px;
}

#div_email {
	background: #191919;
	width: 600px;
	height: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #cccccc;
	text-align: left;
	vertical-align: top;
	padding: 30px 60px;
	border: 1px solid #999999;
	border-radius: 12px;
	margin: auto;
}

#div_email h3 {
	font-size: 1.35em;
	color: #d6a329;
	margin-top: 4px;
}

#div_email a {
	color: #fef;
}

.row {
	width: 100%;
	padding: 1px 0;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.left, .right {
	float: left;
	margin-top: 6px;
}

.left {
	width: 32%;
}

.right {
	width: 68%;
}

.left label {
	position: relative;
	top: 6px;
}

input, textarea {
	background: #333333;
	width: calc(100% - 14px);
	padding: 6px;
	border: 1px solid transparent;
	font-family: helvetica;
	color: #ffffff;
	font-size: 1em;
}

input:focus, textarea:focus {
	outline: none;
}

textarea {
	resize: none;
	height: 60px;
}

input[type="image"] {
	background: transparent;
	width: 26%;
	height: auto;
	margin: 26px 0 6px;
	padding: 0;
}



/*** Mobile Styles ***/

@media screen and (min-device-width: 375px) and (max-device-width: 800px) {

	#show01 {
		width: 100%;
		height: auto;
		margin: 0;
		border: 0;
	}

	#show02 {
		width: 95%;
		height: auto;
		margin: 35px auto 0;
		border: 0;
	}

	#show03 {
		width: 95%;
		height: auto;
		margin: 35px auto 0;
		border-top: 1px solid #055840;
		padding: 40px 0;
	}

	#show03 img {
		width: 100%;
		height: auto;
	}

	#show04 {
		width: 100%;
		height: auto;
		margin: 0 auto;
		border: 0;
		border-top: 1px solid #055840;
		padding: 60px 0 20px 0;
	}

	#buy, #follow {
		width: auto;
		height: 60px;
		margin: 5px 0 0 0;
	}

	.wtb-lnk {
		width: auto;
		height: 60px;
		margin: 8px 0 0;
	}

	#show05 {
		width: auto;
		height: auto;
		margin: 40px auto 100px;
		border-top: 1px solid #055840;
		padding: 60px 0;
	}

	#follow {
		width: auto;
		height: 40px;
		margin: 0 0 5px 0;
		border: 0;
	}

	.smicon {
		width: auto;
		height: 60px;
		margin: 4px 4px 12px;
	}

}



/*** JS enterIn/enterOut Styles ***/

.enterOut {
	-webkit-transform: scale(1.0, 1.0);
	opacity: 0.01;
	-webkit-transition: all 0.80s ease-in-out;
	transition: all 0.80s ease-in-out;
	visibility: hidden;
}

.enterIn {
	-webkit-transform: scale(1.0, 1.0);
	-webkit-transition: all 0.80s ease-in-out;
	transition: all 0.80s ease-in-out;
	visibility: visible;
}


/*** End of CSS ***/
