/* --------------------------------------------------------------

   Reset default browser CSS.

   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/* =Structure
-------------------------------------------------------------- */

#wrapper {
	margin: 20px auto;
	width: 990px;
}
#main {
	margin: 0 auto;
	width: 990px;
}
#container {
	float: left;
	margin: 0 -330px 0 0;
	width: 100%;
}
#content {
	margin: 0 330px 0 50px;
}
.onecolumn #content {
	margin: 0 auto;
	width: 890px;
}
div.half {
	width: 46%;
	padding-right: 4%;
	float: left;
}
div.quarter {
	float:left;
	padding-right:3%;
	width:22%;
}
div.full {
	width: 98%;
	padding-right: 1%;
	float: left;
	margin-top: 1.5em;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;	
	width: 270px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
#colophon {
	margin: 0 auto;
	width: 950px;
}
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
}
#site-generator {
	margin: 0 auto;
	text-align: center;
	width: 220px;
}
#share-button {
	float: right;
	margin: -1.5em 0 0 0;
}


/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
	color: #444;
	font-size: 13px;
	line-height: 1.5em;
}
hr {
	background-color: #eaeaea;
	border:0;
	height: 1px;
	margin-bottom: 1.5em;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul {
	list-style: square;
	margin: 0 0 1.5em 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 1.5em 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 2em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
}
blockquote {
	font-size: 12px;
	font-style: italic;
	padding: 0 3.5em;
	margin-bottom: 1.75em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], textarea {
	padding: 0 0 0 3px;
}
a:link {
	color:#54ADC0;
}
a:visited {
	color:#54ADC0;
}
a:active,
a:hover {
	color: #DE7241;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

