body {
	font-size: 0.9em;
}

.container, hr {
	width: 750px;
}


h2 {
	margin-bottom: 0;
}

h3 {
	margin-bottom: 5px;
}

h3 a {
	color: #000;
	text-decoration: none;
}

.prepend-top {
	margin-top: 1.5em !important;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.inline {
	display: inline;
	margin: 0;
}

dl.inline {
	display: inline;
}
dl.inline dt {
	display: inline;
	font-weight: normal;
}
dl.inline dd {
	display: inline;
	margin-left: 5px;
}

#delicious ul {
	line-height: 1.1em;
	margin: 0;
}
#delicious li {
	list-style-type: none;
	margin-bottom: 8px;
}

.favicon {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.title {
	margin: 0;
}

.quiet a {
	color: #666;
}

#header {
	position: relative;
}

#logo {
	line-height: 1em;
}
#logo img {
	width: 220px;
	height: 32px;
}

#tagline {
	margin-left: 10px;
}

#nav {
	position: absolute;
	bottom: 0;
	right: 0;
}
#nav ul {
	margin: 0;
	padding: 4px 0;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-left: 10px;
}
#nav li a {
	text-decoration: none;
	background-color: #8F8F8F;
	padding: 4px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	border-radius: 4px;
	color: #fff;
}
#nav li:hover a {
	background-color: #F08940;
}
#nav li.active a {
	background-color: #973B37;
}

.frontline {
	font-size: 1.3em;
	margin-bottom: 25px;
}

.box {
	min-height: 89px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	border-radius: 4px;
	background-color: #E6E6E6;
	border: 1px solid #CCC;
	/*color: #fff;*/
}
.box img {
	margin-right: 10px;
	vertical-align: sub;
}

ul.anglequote {
	list-style: none;
	margin: 0;
}
ul.anglequote li:before {
	content: "\00BB \0020";
}

.clientlogo {
	margin-right: 30px;
	margin-bottom: 30px;
}
.clientlogo:last-child {
	margin-right: 0;
}

#mememe h3.small {
	font-size: 0.9em;
	margin: 0;
}

#mosaic {
	line-height: 1em;
	height: 124px;
}
#mosaic .thumbnail {
	width: 60px;
	clip: rect(0px, 60px, 60px, 0px);
	margin-right: 2px;
}

.book {
	max-height: 180px;
	overflow: hidden;
}
.book img {
	max-width: 190px;
	max-height: 180px;
}

#slide img {
	margin-left: 5px;
}
