/*
Thanks to Eric Meyer's reset <http://meyerweb.com/eric/tools/css/reset/>
v1.0 | 20080212
*/
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,hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
address,
cite {
	display:inline;
	font-style:normal;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td {
	text-align:left
}

/* =====Typography=====*/
body {
	background: #fff;
	color: #999;
	font: 75%/1.5 helvetica, arial, sans-serif; /* Set in percentages so IE6 can still resize. The percentage notation also fixes a strange quirk where IE dramaticly scales text. */
}
html>body {
	font-size: 12px; /* a more exact setting in pixels for browsers that can resize them. */
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
.alt-font,
.entry-title,
.section-title,
.heading-bar {
	font-family:"Arial Rounded MT Bold",'Helvetica Rounded','Helvetica Rounded Black',arial,sans-serif;
	font-weight:bold;
}
.giant-font {
	font:bold 16px/1'Compacta MT Bold','Compacta LET','Impact','Charcoal','Arial Black','Gadget',arial,sans-serif;
	text-transform:uppercase;
}
.section-title {
	border-bottom:1px solid #ccc;
	margin-left:10px;
	margin-right:10px;
}
.grid_1 .section-title,
.grid_2 .section-title,
.grid_3 .section-title,
.grid_4 .section-title,
.grid_5 .section-title,
.grid_6 .section-title,
.grid_7 .section-title,
.grid_8 .section-title,
.grid_9 .section-title,
.grid_10 .section-title,
.grid_11 .section-title,
.grid_12 .section-title {
	margin-left:0;
	margin-right:0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	color:#000;
}
strong {
	font-weight:bold;
}
em,
*[lang] {
	font-style: italic;
}
strike,
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* Links */
a,
a:visited {
	color: #00A4E7;
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active,
a.alt-color,
a.alt-color:visited {
	color:#CC0033;
	text-decoration: underline;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
.h2 a,
.h3 a,
.h2 a:visited,
.h3 a:visited {
	color: #000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h2 a:hover,
.h3 a:hover {
	color: #CC0033;
	text-decoration: none;
}
/* Font sizes and vertical measure */
h1 {
	font-size: 2em; /* 24 */
	line-height: 1.5;
	margin:0 0 .25em;
}
h2,
big,
.h2 {
	font-size: 1.5em; /* 18 */
	line-height: 1;
}
h2 {
	margin: 0 0 .5em 0;
}
h3,
.h3 {
	font-size: 1.16666667em; /* 14 */
	line-height: 1.28571429;
	margin: 0 0 .58333334em 0;
}
h4,
h5,
h6,
.h4 {
	font-size:1em;
	margin: 0 0 .75em 0;
}
p {
	margin: 0 0 1.5em 0;
}
p.tight {
	margin:0 0 .5em 0;
}
blockquote {
	border-left:.16666667em solid #e9eaea;
	margin: 0 .75em .75em .75em;
	padding-left:1em;
}
.small,
small,
acronym,
.caps {
	font-size: 11.5px;
	line-height: 1.5em;
}
pre {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	overflow: auto;
}
ul,
ol,
dd {
	margin: 0 0 1.5em 1.5em;
}
li ul,
li ol {
	margin-bottom: 0;
}
ul.plain,
ol.plain {
	list-style:none;
	margin-left:0;
}
hr {
	border-bottom:1px solid #ccc;
	height:0;
	margin:1.5em 0;
}
textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;
	padding: 3px;
}
input[type=text],
input[type=password] {
	border:1px solid #ccc;
	padding:4px;
}
/* Repeat, because IE borks with [type=foo] syntax */
input.text {
	border:1px solid #ccc;
	padding:4px;
}
input[type=text]:focus,
input[type=password]:focus {
	border-color:#aaa;
}
input[type=submit] {
	cursor:pointer;
}
label,
input.submit {
	cursor:pointer;
}

/* Posts */
.entry-content,
.entry-summary {
	font-size:14px;
}