/******************************************************************
Theme Name: Grip & Rip
Theme URI: http://www.grip-rip.com
Description: Dave's Grip & Rip Site
Version: 1.0
Author: Eddie Machado
Author URI: http://www.skeletonkeymedia.com
Tags: 
******************************************************************/

/******************************************************************
Title: Reset Stylesheet
******************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************************************
GENERAL STYLES
******************************************************************/

html {
	background: #333333 url(http://grip-rip.com/images/grip-bg.png) repeat;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	width: 600px;
	margin: 0 auto;
}

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

.hidden {
	display: none;
}

.rightside {
	position: relative;
}

.logoutbg {
	position: absolute;
	top: -30px;
	left: 430px;
	font-size: 1.1em;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

#header-logo {
	width: 300px;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/

h1 {
	background: url(http://grip-rip.com/images/grip-logo.png) no-repeat;
	display: block;
	width: 638px;
	height: 131px;
	margin: 100px auto 25px;
}

	h1 span {
		display: none;
	}
	
/******************************************************************
LINK STYLES
******************************************************************/

a, a:visited {
	text-decoration: none;
	padding: 2px 6px;
	background: #A60000;
	color: #fff;
}

a:hover, a:active {
	background: #FFFF0D;
	color: #000;
	text-shadow: none;
}

/******************************************************************
CONTENT STYLES
******************************************************************/

p {
	width: 638px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.5em;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}



li {
	margin: 0 auto;
	text-align: left;
	font-size: 1.8em;
	line-height: 1.5em;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

#kettlebell {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .7;
	z-index: -9999;
}

/******************************************************************
FORM STYLES
******************************************************************/

#updates {
	width: 638px;
	margin: 15px auto;
}
	
	#updates label {
		color: #fff;
		text-shadow: 0 1px 1px #000;
		font-size: 1.6em;
		float: left;
		margin: 0 -320px 0 0;
		font-weight: 700;
		padding: 4px 0 3px 0;
	}

	#updates input[type=text] {
		background: none;
		border: 0;
		border-bottom: 3px solid #000;
		float: left;
		font-size: 1.6em;
		font-weight: 700;
		color: #fff;
		text-shadow: 0 1px -1px rgba(0,0,0,0.4);
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
	#updates input.first-name-input {
			padding: 4px 0 3px 100px;
			width: 100px;
			margin: 0 20px 0 0;
		}
		
		#updates input.email-input {
			padding: 4px 0 3px 60px;
			width: 255px;
			margin: 0 10px 0 0;
		}
		
		#updates input[type=text]:focus {
			border-bottom: 3px solid #CC0000;
		}
	
	#updates input[type=submit] {
		background: #CC0000;
		padding: 4px 9px;
		font-size: 1.6em;
		font-weight: 700;
		color: #fff;
		text-shadow: 0 1px 1px #000;
		border: 1px solid #B1002C;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		float: right;
	}
	
		#updates input[type=submit]:hover {
			background: #4FA63C;
			border: 1px solid #326926;
			cursor: pointer;
		}
 


#affiliates {
	width: 638px;
	margin: 15px auto;
}
	
	#affiliates label {
		color: #fff;
		text-shadow: 0 1px 1px #000;
		font-size: 1.6em;
		float: left;
		margin: 0 -320px 0 0;
		font-weight: 700;
		padding: 4px 0 3px 0;
	}
	
	#affiliates label.affiliates {
		clear: both;
		margin-top: 20px;
	}

	#affiliates input[type=text] {
		background: none;
		border: 0;
		border-bottom: 3px solid #000;
		float: left;
		font-size: 1.6em;
		font-weight: 700;
		color: #fff;
		text-shadow: 0 1px -1px rgba(0,0,0,0.4);
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
		#affiliates input.first-name-input {
			padding: 4px 0 3px 100px;
			width: 100px;
			margin: 0 20px 0 0;
		}

		#affiliates input.email-input {
			padding: 4px 0 3px 60px;
			width: 255px;
			margin: 0 20px 0 0;
		}
		
		#affiliates input.affiliate-input {
			padding: 4px 0 3px 90px;
			margin-top: 20px;
		}
		
		#affiliates input[type=text]:focus {
			border-bottom: 3px solid #CC0000;
		}
		
			#affiliates input[type=text]:focus label {
				color: #CC0000;
			}
	
	#affiliates input[type=submit] {
		background: #CC0000;
		padding: 4px 9px;
		font-size: 1.6em;
		font-weight: 700;
		color: #fff;
		text-shadow: 0 1px 1px #000;
		border: 1px solid #B1002C;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		float: right;
		margin: 20px 30px 0 0;
	}
	
		#affiliates input[type=submit]:hover {
			background: #4FA63C;
			border: 1px solid #326926;
			cursor: pointer;
		}
 
/******************************************************************
SIGNUP PAGE STYLES
******************************************************************/

.topbar {
	margin: 10px auto 30px;
}

.signupbox, .loginbox {
	background: rgba(255,255,255,0.15);
	border: 1px solid #000;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 300px;
	margin: 30px auto 0;
}

	.signupbox h2, .loginbox h2 {
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: center;
		color: #fff;
		text-shadow: 0 1px 1px #000;
		font-size: 1.5em;
		padding-bottom: 10px;
	}

	.signupbox label, .loginbox label {
		display: block;
		width: 75px;
		float: left;
		font-size: 1.4em;
		padding: 5px 7px;
		margin: 5px 0 7px;
		color: #fff;
		text-shadow: 0 1px 1px #000;
	}
	
		.signupbox label[for="accept_term"] {
			float: right;
			font-size: 1.1em;
			width: 200px;
		}

	.textbg, .text {
		width: 150px;
		border: 1px solid #000;
		width: 185px;
		font-size: 1.4em;
		padding: 5px 7px;
		margin: 5px 0 7px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
	.signupbox .checkbox {
		margin: 10px 0 0 60px;
	}
	
	.signupbox .blue_button, .loginbox .blue_button {
		clear: both;
		float: right;
		margin: 5px;
		border: 1px solid #A60000;
		background: #A60000 url(http://grip-rip.com/images/shiny.png) repeat-x 0 50%;
		color: #fff;
		text-shadow: 0 1px 1px #000;
		padding: 4px 8px;
		font-size: 1.4em;
		font-weight: 700;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
	.loginbox a[href="lostpass.php"] {
		float: right;
		margin: 0 5px;
		background: #A66400;
		font-size: 1.3em;
		font-weight: 700;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
/******************************************************************
THANKS PAGE STYLES
******************************************************************/

.thanksbody {
}

.thanksbody p {
	margin: 20px 5px;
	font-size: 2em;
}

.graybox {
	font-size: 1.3em;
	font-weight: 700;
	color: #999999;
	text-shadow: 0 1px 1px #000;
}

.descriptionbox {
	width: 680px;
}

label[for="referal_link"] {
	font-size: 13px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

.transbg {
	width: 285px;
}

/******************************************************************
COMMENT STYLES
******************************************************************/

/******************************************************************
FOOTER STYLES
******************************************************************/

.footer {
	color: #fff;
	text-shadow: 0 1px 1px #000;
	margin: 25px 0;
}

.footer a {
	background: none;
	padding: 0;
	color: #A60000;
	text-shadow: none;
}

.copyright {
	width: 48%;
	float: left;
}

	.copyright p {
		font-size: 1.2em;
		line-height: 1.4em;
		text-align: left;
	}

.nav_bottom {
	width: 48%;
	float: right;
}

	.nav_bottom li {
		float: right;
		margin: 0 5px 0 0;
		font-size: 1.2em;
		text-align: right;
		padding: 0 5px;
	}
