/*
	Name: Healthy Children Strong Familes
	Type: Index css
	Date: July 2012
	Author: Duncan Adams
	Version: 1.0
*/
@font-face {
    font-family: "Title Text";
    src: url(../fonts/GearedSlab.ttf) format("truetype");
}

html {
	height: 100%;
}
body {
	/*this is what you change to change the background image. change the url in the box, be careful not to disrupt the "" signs on either side*/
	background-image:url('../images/background.jpg');
	background-repeat:  no-repeat;
	background-position: left;
	background-color: #000;
	color: #FFF;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: left;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	display:inline;
}

#floating_content_box {
	background: #A34F02; /* Old browsers */
	background: -moz-radial-gradient(180px 250px, circle cover,  #A34F02 57%, #6A3301 100%); /* FF3.6+ */
	background: -webkit-radial-gradient(180px 250px, circle cover,  #A34F02 57%, #6A3301 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(180px 250px, circle cover,  #A34F02 57%, #6A3301 100%); /* Opera 12+ */
	background: -ms-radial-gradient(180px 250px, circle cover,  #A34F02 57%, #6A3301 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #A34F02 57%,#6A3301 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A06330', endColorstr='#873F04',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #FFF;
	display: block;
	width: 508px;
	height: 100%;
	float:right;
	position: relative;
	-moz-box-shadow:inset 29px 0px 29px -29px #000000;
	-webkit-box-shadow:inset 29px 0px 29px -29px #000;
	box-shadow:inset 29px 0px 29px -29px #000000;
	min-height: 600px;
}

/* Title */
#title {
	font-family: "Title Text", Verdana, Tahoma;
	width:508px;
	height: 160px;
	display: block;
}
#healthy_children {
	border-top: 1px #FFF solid;
	width:477px;
	margin-top:101px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 60.72px;
	text-align: center;
	letter-spacing: 5px;
	padding-top:9px;
	padding-bottom: 0px;
	text-rendering:optimizeLegibility;
	font-weight: 400;
	height: 56px;
}
#healthy_children h1 {
	margin-bottom: 0px;
	padding: 0px;
	font-size: 60.72px;
	line-height: 0pt;
	text-decoration: none;
	font-weight: 400;
}
#strong_families {
	font-size: 66px;
	text-align: center;
	line-height: 80px;
	border-top: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	width:477px;
	margin-top:0px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 0px;
	letter-spacing: 5.5px;
	padding-top: 6px;
	padding-bottom: 0px;
	text-rendering:optimizeLegibility;
	font-weight: 400;
	height: 69px;
}
#strong_families h1 {
	margin: 0px;
	padding: 0px;
	font-size: 67px;
	line-height: 0pt;
	text-decoration: none;
	font-weight: 400;
}

/*Subtitle or Mission */
#subtitle {
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-rendering:optimizeLegibility;
	font-family: "Title Text", Verdana, Tahoma;
}

/* Content text */
#content {
	padding-left:60px;
	padding-right: 60px;
	padding-top: 50px;
	font-size: 16px;
	font-family: "Arial", Veranda, Geneva, Sans-Serif;
	font-weight: 400;
	text-rendering:optimizeLegibility;
	height: 150px;
}

/* Styles for the selection buttons */
nav {
	list-style-type: none;
	display: inline;
	color: #FFF;
	width:508px;
	position: absolute;
	bottom:30px; 
}
nav ul {
	margin:0px auto;
	width: 328px;
	padding: 0px
}
nav ul li {
	border-top: 1px solid #723300;
	background: #99490D;
	background: -webkit-gradient(linear, left top, left bottom, from(#D19660), to(#7A4B20));
	background: -webkit-linear-gradient(top, #D19660, #7A4B20);
	background: -moz-linear-gradient(top, #D19660, #7A4B20);
	background: -ms-linear-gradient(top, #D19660, #7A4B20);
	background: -o-linear-gradient(top, #D19660, #7A4B20);
	padding: 9.5px 19px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 23px;
	font-family: Georgia, Serif;
	text-decoration: none;
	vertical-align: middle;
	display: inline;
	margin:0px;
}
nav ul li:hover {
	border-top-color: #000;
	background: #723300;
	color: #ccc;
}
nav ul li:active{
	border-top-color: #575757;
	background: #575757;
}
nav ul li a {
	text-decoration: none;
	color: #FFF;
}

/*end styles for selection buttons*/