/* @override http://www.twowordheap.com/wp-content/themes/twowordheap/css/text.css */

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 Arial, Helvetica Neue, Helvetica, sans-serif;
}

a:focus
{
	outline: 1px dotted invert;
}

small {
	font-size: 90%;
}

sup { 
	vertical-align: super;
	font-size: 80%;
}
sub { vertical-align: sub; }

abbr {
	border-bottom: 1px dotted #333;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 25px;
}

h2
{
	font-size: 23px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

.issInfo p {
	font: bold 14px/14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
}

.txtLogo p {
	font: bold 26px/18px "Arial Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

ul.largeNumber {
	list-style: none;
}

span.largeDigit {
	font-size: 60px;
	display: inline-block;
	margin-left: -30px;
	vertical-align: middle;
	height: 45px;
	width: 40px;
	line-height: 40px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: circle;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}