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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

img{
	display:block;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

label {
	cursor: pointer;
}

a {
	color:#969696;
	text-decoration:none;
}

a:hover{
	color:#545454;
}

p:after,
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.center {
	display:block; 
	margin:0 auto;
}

.alignleft{
	margin-right:20px;
	padding-top:3px;
}

.alignleft,
.left {
	float:left;
}

.right {
	float:right;
}

.selected{
	cursor:default;
}

.button,
#footer h3 a,
h1 a,
.replacement {
	background-repeat: no-repeat;
	background-position: 0 0;	
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	background-image:url(/styles/digitallab/img/sprite.png);
}

.button{
	border:0;
}

.page ul,
.post ul{
	
}

.page li,
.post li{
	list-style-type: disc;
	margin-left:15px;
	padding:0 0 20px 13px;
	font-size:15px;
}

.page ul{
	margin:0 0 10px 0;
}

.page li{
	list-style-type: disc;
	margin-left:15px;
	padding:0 0 20px 13px;
	font-size:15px;
}

p{
	padding-bottom:30px;
	font-size: 15px;
	clear:both;
	line-height:1.4;
}

h2{
	color:#545454;
}

.post h3{
	padding-bottom:30px;
	color:#F47A20;
	font-size:24px;
}

h3{
	font-family: "Helvetica Neue", Helvetica, arial, serif;
}

h4{
	font-size:13px;
	font-family: "Helvetica Neue", Helvetica, arial, serif;
	color:#969696;
	padding-bottom:20px;
}

h4 span {
	font-family: "Helvetica Neue", Helvetica, arial, serif;
	padding:0 4px;
	font-size:15px;
	color:#555555;
}

.red{
	color:#E54100;
	text-transform: uppercase;
}