/*
	GANDR Web: Text.css
	Based on http://960.gs
*/

/* `HTML Reset
----------------------------------------------------------------------------------------------------*/
html,body,div,span,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}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body { background: #FFF url(../img/bg.png) repeat-x; color: #222; font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; } /*#f2f9f9*/
a { color: #3b1416; }
a:hover {}
a:focus { outline: 1px dotted; }
hr { border: none; border-top: 2px solid #C2d9d9; clear:both; height:0; margin:0 10px; width:938px; }
.bq-bottom { background: url(../img/bq-bottom.png) no-repeat 260px 0; display: block; height: 57px; }
cite { display: block; float: right; padding-top: 25px; }
.button, .button a {
	background-image:		-webkit-gradient(linear,0% 0,0% 100%,from(rgba(106,144,054,1)),to(rgba(123,155,064,1)));
	color:					#222;
	cursor:					pointer;
	display:				block;
	font-size:				30px;
	text-align:				center;
	text-decoration:		none;
	padding:				2px 0;
	width:					360px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	-moz-box-shadow:		0 1px 3px rgba(048,048,048,0.5);
	-webkit-box-shadow:		0 1px 3px rgba(048,048,048,0.5);
	text-shadow:			0px 1px 0px rgba(255,255,255,0.6);
}
.button { 	border: 1px solid #888; }
.green, .green a { background-color: #6A9036; }

.gray { background-color: #D9D9D9; }
.right { text-align: right; }

/* `Headings
----------------------------------------------------------------------------------------------------*/
h2, h4 { color: #3b1416; font-weight: normal; }
h1, h3 { font-family: GillSans, Calibri, Trebuchet, sans-serif; line-height: 1.05em; }
h1 { color: #3b1416; font-size: 50px; font-weight: normal; }
h2 { font-size: 23px; line-height: 1.25em; margin-bottom: 18px; text-transform: capitalize; }
h2.big, #contact-form h2 {
	border-bottom: 2px solid #C2d9d9;
	font-size: 40px;
	padding-bottom: 10px;
}
#contact-form h2 { margin-top: -5px; }
h3 { font-size: 18px; font-weight: normal; margin-bottom: 5px; text-transform: capitalize; }
#how-it-works h3 { font-size: 24px; font-weight: bold; padding-bottom: 205px; }
#cost h3 { padding: 25px 35px 5px 35px; }
#great-for h3, #great-for p { padding-left: 40px; }
#great-for .button { padding-left: 0; margin-top: -60px;}
#cost p { padding: 0 35px 0 35px; }
p.big { font-size: 15px; }
#cost .big { background-color: #999; font-size: 20px; text-shadow: 0px 1px 0px rgba(255,255,255,0.6); }
blockquote p { background: url(../img/quote-left.png) no-repeat 15px 25px; font-size: 15px; margin-right: 40px; margin-bottom: 0; margin-top: 4px; padding: 40px 50px 65px 60px; }
.subtitle {  position: relative; left: 260px; top: -60px; width: 200px; }

input.text,textarea{margin-top:5px;padding:8px;width:318px;}
textarea{height:174px;width:320px;}


/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 30px; }

p,
hr,
h1,
h2,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}