/* General Styles */
body {
	color: #777;
	font-family: "Century Gothic", "Apple Gothic", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

p {	
	color: #777;
	display: block;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 15px;
}
a { color: #000; outline: none; text-decoration: none; -webkit-transition-property: color; }
a.active { color: #000; }
a:hover { color: #FFC82D; }

small { font-size: 0.75em; }
strong { font-weight: bold; }
em { font-style: italic; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1em; }
#article h1 { font-size: 42px; }
#article h2, #article h4, #article h5, #article h6 { color: #000; }
#article h2 { color: #FFC82D; }
#article, #article p { color:#333; }
h1 { font-size: 5.0em; }
h2 { font-size: 3.5em; margin: 0 0 15px; }
h3 {
	color: #333;
	font-size: 2.2em;
	margin: 5px 0 15px 5px;
	line-height: 1em;
}
h4 { font-size: 2.0em; }

#author-box p { margin: 0; }
#author-box h4 { border-bottom: 1px solid #ccc; padding-bottom: 15px; }
	#author-box h4 a { border: none; color: #fff; }
	#author-box h4 a:hover { border: none; color: #555; }

#blockquote {
	background: rgba(100, 100, 100, .1);
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin: 25px auto;
	padding: 20px 50px;
	width: 350px;
}
	blockquote p { font-size: 18px; font-style: italic; line-height: 24px; }
	blockquote a { color: #555; border-bottom: 1px dotted; }
	blockquote a:hover { color: #000; border-bottom: 1px solid; }
	
cite {
	display: block;
	float: right;
	font-size: 12px;
	margin-top: 5px;
}

input { font-size: 1.0em; }

#content #left-column a, #main-left a, .contact-wrap a { border-bottom: 1px dotted #000; }
#content #left-column a:hover, #main-left a:hover, .contact-wrap a:hover { border-bottom: 1px solid #FFC82D; color: #FFC82D; }

/*  Page Headers  */
h2.identity {
	background: url(../images/identity_header.png) no-repeat left top;
	color: #fbfbfb;
	height: .9em;
	padding: 4px 0 0 10px;
	width: 274px;
}

h2.print {
	background: url(../images/print_header.png) no-repeat left top;
	color: #fbfbfb;
	height: .9em;
	padding: 4px 0 0 10px;
	width: 274px;
}

h2.web {
	background: url(../images/web_header.png) no-repeat left top;
	color: #fbfbfb;
	height: .9em;
	padding: 4px 0 0 10px;
	width: 274px;
}

h2.identity-large {
	background: url(../images/identity900.png) no-repeat left top;
	color: #fbfbfb;
	height: .9em;
	margin-top: 25px;
	padding: 4px 0 0 10px;
	width: 900px;
}

h2.print-large {
	background: url(../images/print900.png) no-repeat left top;
	color: #fbfbfb;
	float: left;
	height: .9em;
	margin-top: 25px;
	padding: 4px 0 0 10px;
	width: 900px;
}

h2.web-large {
	background: url(../images/web900.png) no-repeat left top;
	color: #fbfbfb;
	float: left;
	height: .9em;
	margin-top: 25px;
	padding: 4px 0 0 10px;
	width: 900px;
}

h2.generic-large {
	background: url(../images/generic900.png) no-repeat left top;
	color: #fbfbfb;
	float: left;
	height: .9em;
	overflow: hidden;
	padding: 5px 0 0 10px;
	width: 900px;
}

h3.magenta { margin-top: 5px; }
.magenta { color: #ED1459; }
.blue { color: #0897DB; }
.green { color: #48BC67; }
.dark { color: #333; }
