/* ====================

Title: css reset
(http://meyerweb.com/eric/tools/css/reset/) 
==================== */


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;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html { overflow-y: scroll; }

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input.text { 
	width: 445px; padding: 7px; margin: 0 0 17px 0; display: block;
	font-size: 1.2em; line-height: 1em; font-family: Helvetica, Arial, sans-serif; color: #636363;
	box-shadow: none;
	border: 1px solid #afafaf;
	background: #f4f4f3;
}
input.text::-webkit-input-placeholder, input.text::-moz-placeholder  { color: #8a8a8a; }

#footer input.text {
	background: #f7f7f6;
	box-shadow: #5c5c5d 0 1px 1px;
	border: 1px solid #707070;
}

select.select {
	width: 458px;
	padding: 5px;
	margin-top: 11px;
}

form input.inline-short {
	display: inline-block;
	width: 40px;
}

label.select select {
	display: block;
	margin: 0px 0px 17px;
}

button.tiny-button {
	font-size: 0.696em;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 3.5em;
	font-family: Helvetica, Arial, sans-serif;
}

html{
	background: url('/assets/images/v1/background-default.75qgdoitlh2he67g.jpg') no-repeat top center fixed #D2D2D4; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

/* strange code to stop iphone making some p tags randomly bigger */
@media only screen and (max-device-width: 480px) { 
    html {
        -webkit-text-size-adjust: none; 
    }
}

.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 100%;
}

.form-horizontal .form-actions, .form-horizontal .controls {
    padding-left: 0;
    margin-left: 0;
}

.form-actions {
    background-color: transparent;
    border-top: none;
    margin: 0;
    padding: 0;
}

.input-xlarge {
	margin-top: 9px;
    height: 55px;
    font-size: 30px;
	padding: 5px 20px;
    width: 70%;
    border-radius: 12px;
	border: 1px solid #a7a7a7;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.25);  
}

h1 {
	margin: 0 auto 20px; 
	font-size: 2.5em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -2px;
	width: 70%;
	color: #444444;
}

.form-horizontal .control-group {
    margin-bottom: 6px;
}

.btn-primary {
    font-size: 30px;
    line-height: 18px;
    padding: 20px 23px 23px; 
    margin-top: 19px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 2px 2px rgba(0, 0, 0, 0.25);    
    border-radius: 8px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;    
    background-color: hsl(95, 100%, 30%) !important;
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86d129", endColorstr="#53b40f");
  	background-image: -khtml-gradient(linear, left top, left bottom, from(#86d129), to(#53b40f));
  	background-image: -moz-linear-gradient(top, #86d129, #53b40f);
  	background-image: -ms-linear-gradient(top, #86d129, #53b40f);
  	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86d129), color-stop(100%, #53b40f));
  	background-image: -webkit-linear-gradient(top, #86d129, #53b40f);
  	background-image: -o-linear-gradient(top, #86d129, #53b40f);
  	background-image: linear-gradient(#86d129, #53b40f);
  	border-color: #9ad940 #69c11c hsl(96, 100%, 24%);
  	color: #fff !important;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  	-webkit-font-smoothing: antialiased;
}

.help-inline {
	display: block;
	font-size: 1.25em;
	margin: 20px auto 0; 
	color: white;
	width: 50%;
	background-color: #67bc1a;
	border-color: #67bc1a;
	padding: 20px 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.badge {
 	font-size: 11.844px;
  	font-weight: bold;
  	line-height: 14px;
  	color: #ffffff;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  	white-space: nowrap;
  	vertical-align: baseline;
  	background-color: #999998; 
  	padding: 1px 9px 2px;
  	-webkit-border-radius: 9px;
  	-moz-border-radius: 9px;
   	border-radius: 9px;
}

.badge-success {
    background-color: #53b510;
}


#badges { position: absolute; bottom: 22px; left: 20px; }
#signupanywhere-logo { position: absolute; bottom: 15px; right: 20px; }

@media only screen and (max-width: 600px) { 
	html { background: none; }
	body { background: url('/assets/images/v1/background-narrow.fe5t75yj6jjoeblq.jpg') left top; padding-top: 1.6em; }
    h1 { margin-bottom: 6px; }
    #badges, #signupanywhere-logo { position: relative; left: 0; top: 0; text-align: center; padding-bottom: 20px; }
    #badges { margin-top: 78px; }
	.input-xlarge {
		margin-top: 9px;
		height: auto;
		font-size: 15px;
		line-height: 20px;
		padding: 6px 10px;
		border-radius: 6px;
	}    
	.signup-logo { width: 300px; }
	.help-inline { padding: 10px 15px; }
}
