/*
Theme Name: Adjacent Concepts
Theme URI: http://adjacentconcepts.com/
Description: Wicked simple.
Version: 1.0
Author: Blain Smith
Author URI: http://adjacentconcepts.com/

Designed and Built by Blain Smith - adjacentconcepts.com
CSS, XHTML and Design Files are all Copyright 2007-2010 AdjacentConcepts.com
*/

@import "http://meyerweb.com/eric/tools/css/reset/reset.css";

body {
	background: #ffffff url(images/noise-tile.gif) repeat left top;
	font-family: Cambria,Georgia, Garamond, serif;
	font-size: 62.5%;
	line-height: 1.5;
	color: #595959;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

h1, h2, h3, h4 { 
	margin-bottom: 0.2em;
	font-style: italic; 
	font-weight: normal;
}

h1 { font-size: 2.4em; }
h2 { font-size: 2.4em; color: #5685AF; }
h3 { font-size: 2.0em; }
h4 { font-size: 1.8em; }

pre, p, ol, ul { 
	font-size: 1.6em; 
	margin-bottom: 1.2em;
}

pre {
	padding: 10px;
	border: 1px solid #c0c0c0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
blockquote {
	margin-bottom: 1.2em;
	padding: 1em 0 0 3em;
	font-style: italic;
	background: transparent url(images/double-quote.png) no-repeat left top;
}


blockquote cite {
	display: block;
	font-size: 0.8em;
	text-align: right;
}

ul { list-style: disc; margin-left: 40px; }
ol { list-style:decimal-leading-zero; margin-left: 40px; }

a { color:#5685AF; padding: 0 2px; font-style: italic; }
a:hover { color:#ffffff; background:#5685AF; text-decoration: none; }
a.nohover:hover { background: none; }

label {
	display: block;
	font-size: 1.6em;
}

input {
	width:50%;
}

input, textarea {
	margin-bottom: 10px;
	padding: 3px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

button, input, textarea {
	border:2px solid #CACBCB;
	font-family: inherit;
	font-size: 1.6em;
}

input:focus, textarea:focus {
	border:2px solid #EE7E2C;
}

textarea {
	width:100%;
	height: 80px;
}

button {
	padding: 5px 10px;
	font-weight: bold;
	color: #FFFFFF;
	background: #595959;
	cursor: pointer;
	border: none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
	text-shadow: -1px -1px 1px #444;
}

button:hover { 
	background: #EE7E2C; 
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5); 
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5); 
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5); 
	text-shadow: none; 
}

.content-item {
	margin: 0 auto;
	width:780px;
	padding: 30px 86px 30px 0;
}

.content-left {
	float: left;
	width: 250px;
	padding-right: 10px; 
}

.content-left ul {
	margin-left: 20px;
}

.content-left a {
	color: #595959;
	font-style: normal;
}

.content-left a:hover {
	background: none;
}

.content-left h3 a {
	font-style: italic;
}


.content-left h3,
	.content-left h3 a {
	font-style: italic;
}

.nav a {
	color: #595959;
	font-style: normal;
	text-decoration: none;
}
.nav a:hover {
	background: none;
	text-decoration: underline;
}

.content-left img { border: none; }

.content-right {
	float: right;
	width: 520px;
}

.content-right img {
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5); 
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.5); 
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.plus {
	color: #C04E37;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.icon {
	vertical-align: middle;
}

.amp {
	font-family: Baskerville, Palatino, 'Palatino Linotype', 'Hoefler Text', 'Times New Roman', serif;
	color: #C04E37;
	font-style: italic;
}

#header {
	padding: 40px 86px 20px 0;
	background: transparent url(images/brush-strokes.png) no-repeat 285px 100%;
}

#logo {
	width:450px;
	height: 80px;
	background: transparent url(images/logo.png) no-repeat left top;
}

#logo a {
	display: block;
	width:450px;
	height: 80px;
}

#logo a:hover {
	background:none;
}

#logo h1, #logo span {
	display: none;
}

#intro { font-size: 2.0em; }

#breadcrumb {
	padding-top: 0;
	padding-bottom: 0;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.4em;
}

#breadcrumb li {
	float: left;
	margin-right: 4px;
}
/*
#menu {
	display: none;
	width:450px;
	padding-top: 53px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float:right;
}

#menu a {
	display: block;
	padding: 0 10px;
	margin: 0 0 0 5px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 2em;
	color: #FFFFFF;
	background: #595959;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

#menu a:hover { background: #D48042; }
#menu li.current a { background: #5685AF; }

#stalk { 
	margin: 0;
	list-style-type: none; 
}

#twitter {
	
}

#twitter ul, #links ul {
	margin: 0;
	list-style: none;
}

#twitter li {
	margin-bottom: 10px;
}

#twitter li span {
	display: block;
	color: #a4a4a4;
	font-size: 0.8em;
	line-height: 1em;
}
*/

img.thumbnail {
	float: right;
	width: 180px;
	margin: 0 0 0 10px;
}

#work img {
	margin-left: -10px;
}

#work ul {
	margin-left: -25px;
	list-style: none;
}

#work li {
	float: left;
	margin:0 0 0 26px;
	text-align: center;
	width:155px;
}

#work li a {
	padding: 0;
}

#work li img {
	width:145px;
	height:145px;
}

#work li span {
	display: block;
}

.section-head {
	clear: both;
}

.twitter {
	margin: 0;
	list-style: none;
}

.twitter-item {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #fefefe;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.twitter-timestamp {
	display: block;
	color: #a4a4a4;
	font-size: 0.8em;
	line-height: 1.0em;
}

.twitter-search {
	margin-bottom: 5px;
	font-size: 1.2em;
}

#comments ol {
	font-size: 1em;
}

#footer {
	background: #595959;
	color: #ffffff;
	border-top: 2px solid #4F4F4F;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.25); 
}

#footer a {
	text-decoration: none;
	color: #FDBE1B;
}

#footer a:hover {
	background: none;
	text-decoration: underline;
}

#footer .content-right p {
	text-align: right;
}

#footer .amp { color: #fff; }

.clearfix:after, .content-item:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix, .content-item {
	display: inline-block;
}
 
html[xmlns] .clearfix, html[xmlns] .content-item {
	display: block;
}
 
* html .clearfix, * html .content-item {
	height: 1%;
}


