/*
		Site:	New Age Gate
		File:	Main CSS
		Author:	Mike Davis
		Date:	September 2009
		Update: Tuberdyke-March 2010
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

html {
    font-size: 100%; /* IE hack */
}

body {
    font-family: Arial, Helvetica, Sans-Serif;
	color: #7d7a78;
}

table,
select,
input {
    font-size: 100%; /* IE hack */
}

input,
select,
th,
td,
li li,
li p,
td p,
blockquote p {
    font-size: 1em;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

/* ---------------------------------------------------- DEFAULT STYLES ---------------------------------------------------- */

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
    list-style: none;
    list-style-position: outside;
    padding: 0;
	margin: 0;
}

h1 {
    font-size:2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1em;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.afterFix:after {
	clear: both;
    height: 0;
    content: ".";
    visibility: hidden;
    display: block;
}

sup {

}

/* ---------------------------------------------------- PAGE INIT ---------------------------------------------------- */

#container {
    font-size: 62.5%;
    line-height: 1.8em;
    width: 770px;
    position: relative;
    margin: 0 auto;
}

#content {
	font-size: 1.6em;
}

#header-join {
	margin: 10px 0 10px 0;
}

#top-content {
	/*border-top: 2px solid #bce4f7;*/
	padding-top: 25px;
}

#bottom-content {
	/*border-top: 2px solid #bce4f7;*/
	margin: 10px 0 0 0;
}

#signup-copy {
	color: #2483ca;
	font-weight: bold;
	width: 410px;
	float: left;
	margin-left: 132px;
	display: inline;
}

#input-box {
	width: 200px;
	float: left;
}

input#age  {
	margin:0 5px 0 10px;
	width: 30px;
}

#privacy-copy {
	font-size: .75em;
	margin: 10px 0 10px 132px;
	width: 450px;
	text-align: left;
}

#header-signup {
	width: 634px;
	margin: 15px auto 0;
}

#bottom-content h2 {
	font-size: 1em;
	width: 140px;
	position: relative;
	top: 10px;
	left: 132px;
	line-height: 1.4em;
}

#bottom-content p {
	width: 500px;
	margin: 10px 0 0 132px;
}

/*#family-playtimes-box {
	background: url(/content/v4/us/family/img/family_playtimes_box.jpg) no-repeat 0 0;
	width: 60px;
	height: 60px;
	margin: 0 15px 15px 0;
}*/

#family-playtimes-box h2 {
	color: #ee524a;
	width: 275px;
}

/*#pregnancy-playtimes-box {
	background: url(/content/v4/us/family/img/family_playtimes_box.jpg) no-repeat 0 0;
	width: 60px;
	height: 60px;
}*/

#pregnancy-playtimes-box h2 {
	color: #fc9503;
	width: 300px;
}

/*#grandest-playtimes-box {
	background: url(/content/v4/us/family/img/family_playtimes_box.jpg) no-repeat 0 0;
	width: 60px;
	height: 60px;
	clear: both;
}*/

#grandest-playtimes-box h2 {
	color: #69c830;
	width: 275px;
}

form#keywordsearch input {
	font-size: .9em;	
}

#member-copy a{
	display:block;
	background: url(/content/v4/us/family/img/already-member.gif) no-repeat 0 0;
	width: 513px;
	height: 34px;
	margin: 20px auto 10px;
	text-indent: -9999px;
}
