/* =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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
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: 0;
}

/*-------------------------------------------------------*/
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

body {
	background: #809080 url(http://consulting.olofson.net/wp-content/themes/olofsonconsulting/images/oc-small-squares2.png);
	background-attachment: scroll;
	text-align: center;
	margin: 0;
}

a {
	color: #000;
	text-decoration: underline;
}

div.container {
	width: 642px;
	margin: 50px auto 20px auto;
}

div.footer,
div.footer a {
	color: #354;
	font-size: 14px;
}
div.footer {
	margin: 20px;
	overflow: visible;
	display: block;
	text-align: center;
}

div.group-block {
	width: 626px;
	padding: 0 8px 0 8px;
	margin: 16px 0 16px 0;
	overflow: visible;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	-khtml-box-shadow: 8px 8px 8px rgba(0,0,0,0.5);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
