/*

Title:		Valley View Senior Life
Author: 	D. Nathan Dillon, nate@natedillon.com
			New Boston Creative Group, LLC, http://www.newbostoncreative.com
Copyright:	(c) 2012 Valley View Senior Life

*/



/* Type
--------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,400italic);



/* Basic HTML
--------------------------------------------- */

html {
	font-size: 62.5%;
}

body {
	color: #54534e;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.5;
}

pre,
code {
	font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

hr {
	display: none;
}

blockquote {
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}



/* Links
--------------------------------------------- */

a, a:visited {
	color: #4e780c;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

a:hover, a:active {
	text-decoration: underline;
}



/* Spacing
--------------------------------------------- */

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-top: 0;
	margin-bottom: 14px; margin-bottom: 1.4rem;
}



/* Headings
--------------------------------------------- */

/**
 * Font sizes taken from "A Pracical Guide to Designing for the Web" by Mark Boulton (page 93).
 *
 * h1 - 218%
 * h2 - 164%
 * h3 - 145%
 * h4 - 118%
 */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 10px; margin-bottom: 1.0rem;
	color: #433c31;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	line-height: normal;
}



h1, .h1 {
	padding: 5px 0;
	color: #43471d;
	font-size: 31px; font-size: 3.1rem;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-top: 3px double #cdd1a8;
	border-bottom: 1px solid #a2a76e;
}

h2, .h2 {
	font-size: 23px; font-size: 2.3rem;
}

h3, .h3 {
	font-size: 20px; font-size: 2.0rem;
margin-top:20px;
}

h4, .h4 {
	font-size: 17px; font-size: 1.7rem;
margin-top:10px;
}

h5, .h5 {
}

h6, .h6 {
}

/* Forms
--------------------------------------------- */
input,textarea{margin-top:.25em;margin-bottom:.5em;}
input[type=text],input[type=password]{width:14em;}
.custom-form input[type=text],.custom-form input[type=password]{width:auto;}
input[type=submit]{margin-top:10px;}
select{margin-bottom:.75em;margin-top:.15em;}
legend,label{line-height:1.5em;padding-top:.5em;}
legend{color:#333;font-size:116%;padding:0.25em;}
fieldset{border:1px solid #ccc;padding:10px;}
