/*

************** This file contains basic template styles.  *****************


	
	TABLE OF CONTENTS ---------------------------------------------------------------------------------------------------------------------
	
	Global Styles
		Typography
	Page Structure
		Header
		Content
			Subhead
			Main Content
				Rail
				Widget
		Footer

*/


/* GLOBAL ---------------------------------------------- */

body {
	background: #ccc;
	font: 67% Arial, Helvetica, sans-serif;
}

/* --------- GLOBAL: Typography */

h1 {
	top: -1000em;
	left: -1000em;
	position: absolute;
}

h2 {
	font-size: 3.6em;
	font-weight: bold;
}

h2.sub {
	font-size: 2.1em;
	font-weight: normal;
}

h3 {
	font-size: 1.9em;
	padding-bottom: .5em;
	font-weight: bold;
}

p {
	font-size: 1.3em;
	padding-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

span.smark
{
    font-family: "Lucida Sans Unicode" !important; /* A rare sm-supporting font. */
    line-height: 0 !important; /* keep the leading consistent in a paragraph */
}


/* PAGE STRUCTURE ---------------------------------------------- */

#page {
	width: 970px;
	margin: 0 auto;
	background: #fff;

}

/* --------- PAGE STRUCTURE: Header */

#header {
	background: #666;
	min-height: 100px;
}

/* --------- PAGE STRUCTURE: Content */

#content {
	overflow: auto;
}

/* --------- PAGE STRUCTURE: Content || Subhead */

#subhead {
	padding: 20px;
}

/* --------- PAGE STRUCTURE: Content || Main Content */

#content_main {
}

/* --------- PAGE STRUCTURE: Content || Main Content: Rail */

#rail {
	float: left;
	width: 345px;
	margin: 10px 10px 10px 20px;
}

#rail hr {
	margin-bottom: 1.5em;
	border-width: 0 0 1px 0;
}

#rail li {
	padding-bottom: 1em;
	font-size: 1.3em;
	list-style: disc;
	margin-left: 2em;
}

/* --------- PAGE STRUCTURE: Content || Main Content: Widget */

#widget {
	float: right;
	width: 575px;
	margin: 10px;
}

/* --------- PAGE STRUCTURE: Footer */

#footer {
	padding: 20px;
}

#footer h3 {
	font-size: 1.3em;
}

#footer p {
	font-size: 1.1em;
}

