body {
	background-color: #fff;
	font-size: medium;
	margin: 0;
}
body, p, a, input, textarea, select {
	color: #000;
	font-family: "Myriad Roman", "Myriad Pro", Verdana, Geneva, Helvetica, sans-serif;
}
a {
	font-weight: bold;
}
a:hover {
	color: #666;
	text-decoration: none;
}
br.clear {
	clear: both;
}
p {
	line-height: 150%;
	margin-bottom: 10px;
}
p.header {
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
hr {
	background-color: #333;
	border: 0;
	color: #333;
	height: 1px;
	margin: 40px 0;
}
input.text,
textarea {
	border: 1px #ccc solid;
	padding: 2px;
}
span.error {
	background-color: #ffe7e7;
	color: #900;
	display: block;
	font-weight: bold;
	margin: 10px 0;
	padding: 8px 20px;
}
ol li {
	list-style-type: decimal;
}

#column-content h1 {
	font-size: xx-large;
	margin-bottom: 10px;
}
#column-content h2 {
	font-size: xx-large;
	margin-bottom: 10px;
}
#column-content p {
	line-height: 180%;
	margin-bottom: 20px;
}
#column-content ol li,
#column-content ul li {
	line-height: 150%;
	margin: 15px 0;
}
#column-content ul {
	margin-bottom: 30px;
}
#column-content ul li {
	list-style: square;
	margin-left: 40px;
}


object,
embed,
#nav-wrapper,
#creative-header,
#clever-header,
#fun-header,
#rfq-header,
#contact-header,
#about-header,
#kudos-header,
#blog-header,
#clients-header,
#sitemap-header,
#error-header,
#column-info {
	display: none;
}

div.post-content {
	float: none;
	margin-bottom: 10px;
	width: 100%;
}
div.post-info {
	float: none;
	width: 100%;
}