/* Global Font and Letter Spacing */
body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Tahoma', sans-serif !important;
	font-weight: 500;
}

h1 {
	font-size: 32px;
	letter-spacing: 0.25em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 24px;
	letter-spacing: 0.5px;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 19px;
	letter-spacing: 0.5px;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 18px;
	letter-spacing: 0.5px;
	margin-bottom: 0.5em;
}

h5 {
	font-size: 17.5px;
	letter-spacing: 0.5px;
	margin-bottom: 0.5em;
}

h6 {
	font-size: 17px;
	letter-spacing: 0.5px;
	margin-bottom: 0.5em;
}

/* General bottom margin for headings */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
}

/* Reduce top margin for any heading following another heading */
h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h2 + h3, h2 + h4, h2 + h5, h2 + h6,
h3 + h4, h3 + h5, h3 + h6,
h4 + h5, h4 + h6,
h5 + h6 {
    margin-top: -0.25em;
}

/* Paragraph Settings */
p {
	font-size: 16px;
	margin-top: 0.5em; /* Uniform top margin for paragraphs */
}

/* Link Styling */
a {
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.site-content a, div.entry-content p a, 
div#secondary.widget-area aside#text-2.widget.widget_text div.textwidget a,
div#secondary.widget-area aside#text-3.widget.widget_text div.textwidget a {
	text-decoration: underline !important;
}

/* Navigation Menu */
#primary-navigation ul.menu li, 
#secondary-navigation ul.menu li {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: capitalize;
}

/* Widget Area Styles */
#tertiary .widget {
	padding: 0.5em 0;
	font-size: 0.8em;
}

div#secondary.widget-area aside#widget_contact_info-2.widget.widget_contact_info,
div#secondary.widget-area aside#text-2.widget.widget_text div.textwidget {
	font-size: 18px;
	font-family: 'Tahoma', sans-serif !important;
	font-weight: 500;
}

/* Form and Contact Information Styling */
.contact-form label {
	display: inline-block;
	width: 230px;
}

#contact-form-299 form.contact-form.commentsblock div label.grunion-field-label.textarea {
	width: 499px;
}

.sep {
	color: transparent;
}