@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/eandjdesign-grid.css";
@import "lib/enhanced.css";
/* Site
-------------------------------------------------------------- */
#header {
	overflow:hidden;
	position:relative;
}
#header img {
	float:left;
}
#header h2 {
	float:right;
	margin:0;
	padding:0 .3em 0 0;
	border-bottom:0;
	font-style:italic;
	font-size:1.5em;
	width:auto;
}
#header ol,#header li {
	list-style:none;
	padding:0;
	margin:0;
}
#header ol {
	position:absolute;
	top:.2em;
	right:0;
}
#header li {
	float:left;
	text-align:center;
	margin:.2em 0 0 2.3em;
	width:auto;
}
#header li a {
	border:1px solid #fff;
	padding:.4em 1em .25em;
}
#header li a:hover {
	background:#ccc;
	border:1px solid #aaa;
}
#header li.selected a {
	background:#dedede;
	border:1px solid #ccc;
}
#content-contain {
	clear:both;
	margin:10px 0;
}

/* sidebar
-------------------------------------------------------------- */
#sidebar {
	width:220px;
	float:left;
}
#sidebar h3,#sidebar h4 {
	clear:both;
	border-bottom:1px dotted #999;
}
#disclaimer {
	clear:both;
	padding:1em 0;
	margin:0;
}
#disclaimer blockquote {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background:#dedede;
	border:1px solid #ccc;
	padding:1.2em;
	margin:1em .3em;
}
#disclaimer strong {
	display:block;
}
/* -- tag cloud styling -- */
ol.tags,ol.tags a {
	color:#999;
}
.tag1,.tag2,.tag3,.tag4,.tag5,.tag6 {
	line-height:1.7;
}
ol.tags,ol.tags li {
	list-style:none;
	padding:0;
	margin:0;
}
ol.tags li	{ display:inline; }
.tag1				{ font-size: 1.4em	}
.tag2 			{ font-size: 1.3em	}
.tag3 			{ font-size: 1.1em	}
.tag4 			{ font-size: 0.9em	}
.contact h5 {
	margin:0;
	padding:0;
}

/* content
-------------------------------------------------------------- */
#content { 
	width: 700px; 
	float: right; 
	margin: 0;
}
#thumbs {
	overflow:hidden;
}
#thumbs div {
	margin-top:10px;
	margin-bottom:10px;
}
#clients {
	margin-top:1.8em;
	margin-bottom:2em;
}
.client {
	clear:both;
	display:none;
	overflow:hidden;
}
#content h3 {
	margin-top:0;
}
.additional-info {
	clear:both;
	overflow:hidden;
	display:none;
	padding-top:1em;
}
.additional-info .row {
	clear:both;
	display:block;
	padding-top:1em;
}
#thumbs img,.readmore {
	cursor:pointer;
}
.readmore {
	text-transform:lowercase;
}

/* footer
-------------------------------------------------------------- */
#foot {
	margin:0;
	clear:both;
	padding-top:.3em;
	padding-bottom:3em;
	background:#dedede;
}
#foot h5 {
	border-bottom:1px dotted #ccc;
}
#foot h4 {
	margin-top:1.5em;
	padding:0;
}
#foot-cols {
	margin:auto;
	width:960px;
}
#foot-cols p {
	text-align:center;
	border-top:1px dotted #ccc;
	clear:both;
	font-size:.8em;
	font-style:italic;
}
#foot-cols .info { margin: 0; padding: 0; }
.tweets ul,.tweets li {
	margin:0;
	padding:0;
	list-style:none;
}
.tweets {
	font-size:.9em;
}
#foot-nav {
/*	text-align:center;*/
}
#foot-cols ul.nav {
	margin:20px 0;
	padding:20px 0;
}
#foot-cols ul.nav li {
	font-size:20px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	text-align:center;
}
