/*
 * Grid
 * A simple, flexible, fluid grid system that can flow nicely inside a fluid or a fixed container or play good with another Grid system.
 * Brajeshwar, http://brajeshwar.com
 *
 * Demo & Details: http://brajeshwar.github.com/grid/
 */
 
/* grids container - wrap your grids within */
.grids {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

/* grids */

.g1of2, .g1of3, .g1of4, .g1of5,
.g2of3, .g2of5,
.g3of4, .g3of5,
.g4of5	{ float: left; display: inline; }

.g1of2	{ width: 50%; }
.g1of3	{ width: 33.33%; }
.g1of4	{ width: 25%; }
.g1of5	{ width: 20%; }

.g2of3	{ width: 66.66%; }
.g2of5	{ width: 40%; }

.g3of4	{ width: 75%; }
.g3of5	{ width: 60%; }

.g4of5	{ width: 80%; }



/**
visual styling 
**/

.logo{
	min-width: 186px;
	min-height: 200px;
	width: 220px;
}
.pg_title_text{
	margin-top: 63px;
}

body {
	min-width: 920px;
	margin: 1em auto;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 1em;
	color: #333;
}

header {
	margin: 0.5em 0;
}

hr {
	background-color: #ababab;
	border: 0 none;
	height: 1px;
	line-height: 0;
	margin: 0.75em auto;
	page-break-after: always;
	width: 100%;
}


#meta {
	text-align: right;
	padding-top: 1em;
}

#footer-meta {
	text-align: right;
}


.content {
	margin: 0.75em 1em;
	font-size: 0.9em;
}

.info {
	text-align: center;
	padding: 1em 0;
	margin: 0;
}

.signup_box{
	padding: 20px;
	line-height:50px;
}
.content_box{
	padding:20px;
}

.pg_content{
	width: 720px;
	background: #FFF;
}

.envelope_bottom{
	
	width: 920px;
	vertical-align: bottom;
	height: 320px;
	margin-left: -140px;
	margin-top: -35px;

}

.lt_shadow{
	-moz-box-shadow: 0 0 7px #aaa;
	-webkit-box-shadow: 0 0 7px #aaa;
	-box-shadow: 0 0 7px #aaa;

}
.field_label{
	font-size: 16px;
	font-weight: bold;

}
.hint_text{
	font-size: 12px;
	font-color: #777;
	font-style: italic;
}

.sub_header{
	color: #f47a20;
	font-weight: bold;
}
.quote{
	color: #666;
	font-weight: bold;
	font-style: italic;
	
}
.todo_section{
	background-color: #e5eebd;
}
.todo_header{
	background-color: #f47a20;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	padding: 5px 10px;
}
.todo_body{
	padding: 5px 25px;
}
.gradient{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #c1edf4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c1edf4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#c1edf4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#c1edf4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#c1edf4 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#c1edf4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1edf4',GradientType=0 ); /* IE6-9 */
}

#signup-button{
	width: 260px;
	margin-top: 30px;
	margin-left: 190px;
}
.bottom_content{
	background: #d9f1f5;
	padding:5px;
	margin: 10px 15px 0 15px;
	
}
/*

/* `Headings and small
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica', 'Arial', sans-serif;
}
h1 {
	font-weight: bold;
	color: #7ac142;
	font-size: 2.25em; /* 68px */
	line-height: 1.1471em;
	margin: 0 0 0.3824em;
}
h2 {
	font-size: 1.125em; /* 42px */
	line-height: 1.2381em;
	margin: 0 0 0.619em;	
	
}
h3 {
	font-size: 1.325em; /* 26px */
	line-height: 1em;
	margin: 0 0 1em;
	font-weight: normal;
}
h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
small {
	font-size: 0.625em; /* 10px */
	margin: 0 0 2.6em;
}
/* `Forms
---------------------------------------- */
form {
	margin: 0;
}
fieldset {
	border: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
/* Same font settings as body */
button, input, select, textarea {
	font-family: 'Helvetica', 'Arial', sans-serif;
	color: #222;
	line-height: 2em;
	
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	appearance: button;
}

button{

	background-color: #f47a20;
	padding: 0px 20px;
	font-weight: 500%;
	font-size: 1.4em;
	border-radius: 9px;
	border: #f47a20 1px solid;
	color: #fff;
}
button:hover{
	background-color: #d66311;
}
input[type="email"], input[type="tel"]{
	width: 250px;
	border: 1px #999 solid;
	line-height: 2em;
}



overriding jquery ui 
--------------------------*/
input.ui-autocomplete-input{
	padding: 0px;
}
button.ui-button-icon-only{
	width: 1em;
	height: 2.2em;
	margin-left: -3px;
	margin-top: -5px;
}
.ui-widget{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
}
.ui-button { 
	border-radius: 2px;
}

/* `Hyperlinks
---------------------------------------- */
a {
	text-decoration: none;
	color:#1985b5;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
}
a:focus {
	outline: thin dotted;
}



/* `Clearfix hack: http://nicolasgallagher.com/micro-clearfix-hack/
---------------------------------------- */
.cf:before, .cf:after { 
	content: ""; 
	display: table; 
}
.cf:after { 
	clear: both; 
}
.cf { 
	*zoom: 1;
}

/* Default (mobile) styles
---------------------------------------- */
/* Centering pages without a wrapper: http://www.camendesign.com/code/developpeurs_sans_frontieres */
html {
	background: none;
}
body {
	background: none;
	width: 92%;
	margin: 0 auto;
}

/* Wide mobile devices styles
---------------------------------------- */
@media only screen and (min-width: 480px) {
	body {
		
	}
}

/* Tablets/netbooks styles
---------------------------------------- */
@media only screen and (min-width: 768px) { 
	body {
		
	}
}

/* Desktop devices styles
---------------------------------------- */
@media only screen and (min-width: 1024px) { 
	body {

	}
}

/* Print styles
---------------------------------------- */
@media print {
	* {
		background: transparent !important;
		color: black !important; /* The woes of CSS color in print typography: sanbeiji.com/archives/953 */
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a, a:visited {
		color: #333 !important;
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/* Do not show javascript and internal links */
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""; 
	}
	/* Printing Tables: css-discuss.incutio.com/wiki/Printing_Tables */
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3{
		page-break-after: avoid;
	}
}
