body
{
	font-size: 14px; 
	line-height:24px;
	font-family:'Roboto', sans-serif;
	color:#000;
}
p{
	margin:6px 0 20px 0;
	padding: 0px;
	font: 18px 'Lato', sans-serif;
	font-weight: 300;
	color: #7a726f;
	line-height: 28px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}
/*Links*/
a:link, a:visited {
	color:#527B73;
	text-decoration: none;
	cursor: pointer;
	text-shadow:none;
}
a:hover, a:active {
	color:#000;
	text-decoration: none;
	cursor: pointer;
	text-shadow:none;
}
/* Headers */
h1{
	padding: 0;
	font: 36px 'PT Serif', serif;
	font-weight: 400;
	color: #534742;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}
h2{
	padding: 0;
	font: 30px 'PT Serif', serif;
	font-weight: 400;
	color: #534742;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}
h3{
	padding: 0;
	font: 18px 'PT Serif', serif;
	font-weight: 400;
	color: #534742;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}
h4{
	padding: 0;
	font: 18px 'PT Serif', serif;
	font-weight: 400;
	color: #534742;
	text-transform: none;
	text-decoration: none;
	text-align: left;
}
aside h4 {text-transform:uppercase;}
/* HTML Elements */
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 18px; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 18px 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 18px; }


/* lists */

ul{
	width: 100%;
	list-style: none;
	padding: 0;
	margin:20px 0px 20px 0px;
	display: block;
}
ul li{
	background: url(../images/check.png) no-repeat left 9px;
	font-style: normal;
	font-weight: normal;
	font: 18px 'Lato', sans-serif;
	line-height:28px;
	font-weight: 300;
	color: #7a726f;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	margin: 0;
	padding-left: 20px;
}

ol{
	width: 100%;
	list-style: none;
	padding: 0 0 0 25px;
	margin:20px 0px 20px 0px;
	list-style-type: decimal;
}
ol li{
	font-style: normal;
	font-weight: normal;
	font: 18px 'Lato', sans-serif;
	font-weight: 300;
	color: #7a726f;
	line-height: 10px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	margin: 6px 0 20px 0px;
	padding:0;
}
blockquote{
	padding: 0px;
	background: url(../images/blockquote.png) top left no-repeat;
	font:italic 18px/24px 'Lato', sans-serif;
	color: #7a726f;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 18px;
	margin-top: 10px;
}
/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 18px; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption {
	padding: 0px;
	font: 18px 'Lato', sans-serif;
	font-weight: 300;
	color: #7a726f;
	line-height: 28px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* Helpers
-------------------------------------------------------------- */
.b-relative
{
	position: relative;
}
.b-hide 
{
	display: none;
}
.blocker  
{
	display: block;
}
.b-inline
{
	display: inline;
}
.b-nobreak  
{
	white-space: nowrap;
}
.b-overflow 
{
	overflow: hidden;
}
.b-float
{
	float: left;
	_clear: right;
}
.b-floatr
{
	float: right;
	_clear: left;
} 
.clear
{
	clear:both;
	width:1px;
	height:1px;
	overflow:hidden;
}
.thin {font-family:'Colaborate-Thins', Georgia, serif;}
.regular {font-family:'Colaborate-Regulars', Verdana, sans-serif;}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

