/***************************************************  
	File Name:	fonts.css
	Desc.:		fonts
	Site:		Harford Shelter
	Version:	1.0 2010-06-25
	
	Author:		Nicolas Minacapelli
	Company:	Sequel Design Associations, Inc.
	Email:		webmaster@sequeldesign.com
***************************************************/

/***************************************************
	COLORS CODES:
	
	CBB383	bkgd - body					brown
	c0143c	bkgd - left side menu		red
	f0c52d	bkgd - left side search		yellow
	4570a9	bkgd - left side buttons	red
	f0c52d	bkgd - menu horizontal 		yellow
	002e5f	bkgd - footer				blue (dk)
	
	fedd4b	headers, nav, search		yellow
	4570a9	links						red
	002e5f	subhead color				blue (dk)
	4670AA	side buttons/footer links 	blue (lt)
	414141	main text					gray (dk)
	bababa	font color					gray (lt)
***************************************************/

/**************************************************
	LAYOUT CSS/STYLES
***************************************************/

a:link {
	text-decoration: none;
	color: #4d8de6;
}
a:visited {
	text-decoration: none;
	color: #4d8de6;
}
a:hover {
	text-decoration: underline;
	color: #4d8de6;
}
a:active {
	text-decoration: none;
	color: #4d8de6;
}

#footer_sections a { color: #b4c8e3; }
#footer_sections a:hover { text-decoration: underline; }

.parent_title { font-size:12px; line-height:16px; font-weight:bold; color:#c0143c!important; text-transform:uppercase; }
.page_title { font-size:18px; line-height:21px; font-weight:normal; color:#e6b300!important; text-transform:uppercase; }

.section_head { font-size:17px; line-height:22px; font-weight:bold; color:#f0c52d!important; }
.section_subhead { font-size:11px; line-height:15px; font-weight:bold; color:#fff!important; }

.headline { font-size:12px; line-height:15px; font-weight:bold; color:#f0c52d!important; }
.heading { font-size:16px; line-height:20px; font-weight:bold; color:#002e5f!important; }

.main_heading { font-size:16px; line-height:20px; font-weight:bold; color:#4570a9!important; }

.shadow-box { background:#fedd4b; padding:15px }

.blue_lt { color:#4d8de6; }
.blue { color:#002e5f; }
.red { color:#c0143c; }
.yellow { color:#f0c52d; }
.brown { color:#CBB383; }

.bold { font-weight:bold }

.rule_divider { background:#fedd4b; line-height:1px; height:1px; margin:5px 0 5px 0 }

h1,h2,h3,h4,h5,h6 { font-family:Arial, Helvetica, sans-serif; }

/*h1 { font-size:30px; line-height:38px; font-weight:normal; }
h2 { font-size:26px; line-height:32px; font-weight:normal; }
h3 { font-size:22px; line-height:28px; font-weight:bold; }
h4 { font-size:18px; line-height:22px; font-weight:bold; }
h5 { font-size:18px; line-height:22px; font-weight:bold; }
h6 { font-size:14px; line-height:18px; font-weight:bold; }*/
