@import url(structure.css);
@import url(utilities.css);

/* ################ DEFAULT FORMATTING ################ */

/* ========== LINKS ========== */
a:link,
a:visited {
	font-family: inherit;
	font-size: inherit;
}

a:link {}

a:visited {}

a:link:hover,
a:visited:hover,
a:link:hover *,
a:visited:hover * {}

a:link:active,
a:visited:active {}


/* ========== OTHER ELEMENTS ========== */

/* Any overall settings. Recommend font-family and line-height */
* {}

/* Set overall font and line-height */
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
li, dt, dd,
legend, label, option,
th, td, caption {}

/* Set general left and right margins */
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
ul, ol, dl,
form, table {
	margin-left: 0;
	margin-right: 0;
}

/* General header top and bottom margins */
h1, h2, h3, h4, h5 {
	margin-top: 1em;
	margin-bottom: 0;
}

/* General content and container element top and bottom margins */
h6, p, blockquote, address,
ul, ol, dl,
form, table, object {
	margin-top: 0;
	margin-bottom: 1em;
}

/* General header styling */
h1, h2, h3, h4, h5, legend {}

/* General content styling */
p, blockquote, address,
li, dt, dd,
label,
th, td, caption {}

/* Form field styling */
select, option, optgroup,
input, button, textarea {
	vertical-align: middle;
}

/* ========== BLOCK LEVEL AND CORE CONTENT ELEMENTS ========== */

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {
	float: left;
	margin: 0;
}

p {}

blockquote,
blockquote * {}

address { font-style: normal; }

img {
	border: 0;
}

pre {
	margin: 1em 15px;
	padding: 15px;
	color: #333;
	border: 1px solid #333;
	background-color: #CCC;
}

/* ========== LISTS ========== */

ul, ol, dl {}

ul {}

ol {}

li {}

ul ul {}

ol ol {}

ul li {}

ol li {}

dl {}

dt {}

dd {}


/* ========== FORMS ========== */

form {}

fieldset {}

legend {}

label {}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {}

input[type="checkbox"],
input[type="radio"] {}

input[type="text"],
input[type="password"],
input[type="file"],
textarea {}

textarea {}

button {}

input {}

select {}

optgroup {}

option {}


/* ========== TABLES ========== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

tr {}

th, td { padding: 0; }

th {}

td {}

caption {}

thead {}
tbody {}
tfoot {}


/* ========== INLINE/PHRASE ELEMENTS ========== */

/* Make sure left and right margins for inline elements are always disabled */
del, ins,
sup, sub, big, small,
em, strong, code, dfn, kbd, samp, var, q, cite, abbr, acronym,
a {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/*
 	IE/WIn does not support automatic quoting of q tag.
	Must add quote entities manually OUTSIDE of the <q> tags.
*/
q:before,
q:after {
	content: "";
}

html>body abbr[title],
* html abbr {
	border: 0;
	cursor: help;
	font-style: normal;
}

q {}
cite {}
em {}
strong {}
sup {}
sub {}
del {}
ins {}
code {}
dfn {}
kbd {}
samp {}
var {}
big {}
small {}

/* ################ GENERAL STYLE OVERRIDES ################ */

/* Zeroes out left and right margins of nested elements so parent element will control them */
p *,
li *,
blockquote *,
form *,
fieldset * {
	margin-right: 0;
	margin-left: 0;
}

/* Sets all nested lists to not repeat any large left margin the top-level list has */
li ul, li ol {
	margin-left: 15px;
}

/* ################ PAGE SECTION REDEFINITIONS ################ */

/* ################ CUSTOM CLASS ################ */
