* {
	margin: 0;
	padding: 0;
}

body
{
	background-color: #3b3b3b;
	border: none;
	font: 72%/125% "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
	min-width: 920px;
	padding-top: 18px;
	position: relative;
	width: 100%;
}

a
{
	border-bottom: solid 1px black;
	color: black;
	text-decoration: none;
}

a img {
	border: none;
}

p, blockquote, li, h3, input, select, textarea{
	text-align: left;
}
p {
	line-height: 1.6em;
}

input, select, textarea {
	background-color: #c0c0c0;
	border: 1px solid #3b3b3b;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
}

h1 {
	color: #606060;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
h3
{
	font-weight: normal;
	font-size: 1.2em;
}

blockquote
{
	margin: 20px;
	padding: 10px 0 10px 10px;
	background: #ededed;
}

pre {
	background: #ededed url(/images/pre_bg.png) top left repeat-y;
	margin: 20px 0;
	overflow: auto;
	padding: 20px 0 20px 20px;
}
pre, code {
	font-family: "Andale Mono", Courier, monospace;
}

/* ********************** [ =common stuff ] ************************* */
.caps
{
	font-size: 1.0em;
	letter-spacing: 0.1em;
}

div.dots-x {
	background: transparent url(/images/dot_bg.gif) repeat-x;
	height: 1px;
	width: auto;
}

/* ********************** [ =container stuff ] ************************* */
div#container {
	margin: 0 auto;
	position: relative;
	width: 920px;
}

div#main {
	background: #e0e0e0 url(/images/main_bg.gif) repeat-y right;
	padding: 20px 0 8px 0;
}

/* ********************** [ =header stuff ] ************************* */
div#top {
	background: #969393 url(/images/top_bg.gif) bottom repeat-x;
	clear: both;
	color: #e0e0e0;
	margin: 0 auto;
	padding: 8px 0;
}
div#top input {
	border-right: solid 1px #e0e0e0;
	border-top: solid 1px #3b3b3b;
	border-left: solid 1px #3b3b3b;
	border-bottom: solid 1px #e0e0e0;
}

div#top #top-content {
	height: 28px;
}
div#top div#qotd {
	color: #000;
	font-size: .8em;
	font-weight: bold;
	left: 20px;
	position: absolute;
	top: 10px;
	text-transform: uppercase;
}
div#top div#currently {
	background: transparent url(/images/currently_bg.gif) 0 1px no-repeat;
	font-size: .8em;
	left: 20px;
	padding-left: 6px;
	position: absolute;
	top: 25px;
	text-transform: uppercase;
}

div#top form {
	position: absolute;
	right: 20px;
	top: 12px;
}
div#top form br {
	display: none;
}

div#head
{
	background: transparent url(/images/hdr_bg.gif) no-repeat;
	height: 130px;
	margin: 7px auto;
 	overflow: hidden; 
	width: 725px;
}
div#head img {
	height: 104px;
	padding: 12px 0 0 3px;
	width: 540px;
}

div#head h1#logo
{
	float: left;
	height: 130px;
	text-indent: -9000px; 
	width: 170px;
}
div#head h1#logo a:link, div#head h1#logo a:visited, div#head h1#logo a:hover, div#head h1#logo a:active
{
  border: none;
  display: block;
  height: 100%;
}

/* ********************** [ =primary nav ] ************************* */
div#nav
{
	background: #5f5d5d url(/images/nav_bg.gif) repeat-x  left bottom;
	color: #e0e0e0;
	padding-top: 8px;
}
div#nav a:link, div#nav a:visited, div#nav a:hover, div#nav a:active {
	border-bottom: none;
	color: #e0e0e0;
	display: block; 
	float: left;
	font-size: .8em;
	font-weight: bold;
	padding: 2px 8px 0 8px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
div#nav a img {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: transparent;
}
div#nav a:hover {
	color: #e15c0f;
}
div#nav a:hover img {
	border-bottom: solid 2px #e15c0f;
}
ul#nav-menu img {  /* this fixes the padding for images in the replacement */
	padding: 3px 0 0 0;
}
ul#nav-menu {
	list-style-type: none;
	margin-left: 195px;
	padding-top: 9px;
	position: relative;
}
ul#nav-menu li {
	float: left;
	position: relative;
}
ul#nav-menu li.selected {
	background: #e0e0e0 url(/images/tab_lc.gif) top left no-repeat;
}
ul#nav-menu li.selected a:link, ul#nav-menu li.selected a:visited, ul#nav-menu li.selected a:hover, ul#nav-menu li.selected a:active {
	background: #e0e0e0 url(/images/tab_rc.gif) no-repeat top right;
	color: #e15c0f;
	margin-left: 3px;
	padding-left: 2px;
}
ul#nav-menu li.selected a:link img, ul#nav-menu li.selected a:visited img, ul#nav-menu li.selected a:hover img, ul#nav-menu li.selected a:active img { 
	margin-left: 3px;
}


/* ********************** [ =left stuff ] ************************* */
div#left
{
	clear: left;
	color: #6d6d6d;
	float: left;
	padding: 50px 10px;
	width: 180px;
}
div#left a {
	border: none;
}
div#left p
{
	font-size: 1.0em;
	line-height: 1.5em;
}

body#article div#left, body#projects div#left {
	display:none;
}

div#left h4 img {
	padding-bottom: 4px;
}

/* ********************** [ =primary content ] ************************* */
div#center
{
	background: #e0e0e0 url(/images/dot_bg.gif) repeat-y;
	margin: 0 160px 0 180px;
	padding: 0 20px 20px 20px;
	position: relative;
}

body#article div#center, body#projects div#center {
	background-image: none;
	margin-right: 180px;
	margin-left: 60px;
}

div#center p {
	line-height: 1.8em;
	margin: 0 0 20px 0;
}

body#about div#center p {
	margin: 20px 0;
}
body#projects div#center h4 {
	font-size: 1.2em;
	margin: 20px 0 10px 0;
}
body#projects div#center p {
	margin: 10px 0;
}
body#projects div#center p.indent {
	margin-left: 25px;
}

div#center div.action-links {
	background: transparent url(/images/li_bullet_grey.gif) no-repeat 0 4px;
	color: #969393;
	font-size: .9em;
	padding-left: 8px;
}
body#article div#center div.action-links {
	margin: 2px 0 8px 0;
}
div.read-more {
	background: transparent url(/images/more_info.gif) no-repeat 0 0;
	color: #005ec3;
	display: inline;
	padding: 0 0 0 16px;
}
div.make-comments {
	background: transparent url(/images/comment.gif) no-repeat 0 0;
	color: #005ec3;
	display: inline;
	padding: 0 0 0 18px;
}
div.read-more a:link, div.read-more a:visited, div.read-more a:hover, div.read-more a:active,
div.make-comments a:link, div.make-comments a:visited, div.make-comments a:hover, div.make-comments a:active
{
	border-bottom: none;
	color: #005ec3;
	text-decoration: none;
}
div.read-more a:hover, div.make-comments a:hover {
	border-bottom: 1px solid #005ec3;
}

div#center p img {
	float: left;
	margin: 10px 10px 10px 0; 
}
img.thumbnail, div#center p img.thumbnail {
	float: right;
	margin: 0 0 10px 10px;
}


div#center h1 img {  /* for graphic text */
	margin: 0;
	padding-bottom: 5px;
}
div#center h1.archive-title, div#h1.archive-title img {
	margin: 0 0 0 -15px;
	padding: 0;
}

div#center h3, div#center h3 a, div#center h3.title
{
	border: 0px;
	color: #005ec3;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: -.05em;
	line-height: 1.2em;
	margin-bottom: 5px;
}
div#center h3.title {
	margin-bottom: 10px;
}
div#center h3 a:hover, div#center h3.title a:hover {
	border-bottom: solid 1px #005ec3;
}
div#center h3.archive-title, div#center h3.archive-title a {
	font-size: 1.2em;
	font-weight: normal;
}

body#services h3 {
	font-size: 1.2em;
	margin: 20px 0 10px 0;
}

div#center ul {
	list-style-type: none;
	margin: 10px;
}
div#center ul li {
	background: transparent url(/images/li_bullet_grey.gif) 0 5px no-repeat;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding: 0 0 0 8px;
}
div#center ol {
	margin: 10px 10px 10px 18px;
}
div#center ol li {
	margin-bottom: 10px;
	padding: 0 0 0 5px;
}
div#center ol li p {
	margin: 0;
	padding: 0;
}

div#center table { margin-bottom: 1.5em; border-collapse: collapse; } 
div#center table td {
  border: solid 1px #a5a5a5;
  padding: 5px;
}

div.more-heading {
	color: #005ec3;
	font-weight: normal;
}



/* ********************** [ =right stuff ] ************************* */
div#right
{
	background-color: #d5d5d5;
	color: #6d6d6d;
	float: right;
	overflow: hidden;
	padding: 50px 0;
	width: 160px;
}
div#right a {
	border: none;
}
div#right p
{
	font-size: 1.0em;
	line-height: 1.5em;
}

div#right h4 {
	background: transparent url(/images/h4_bg.gif) bottom repeat-x;
	padding: 0 0 14px 10px;
}
div#right h4 img {
	padding-bottom: 4px;
}

/* ********************** [ =footer stuff ] ************************* */
div#foot
{
	background: #969393 url(/images/footer_bg.gif) bottom repeat-x;
	clear: both;
	color: #e0e0e0;
	font-size: 1.0em;
	margin-top: 8px;
	padding: 8px 0;
	text-align: center;
}
div#foot p {
	line-height: 27px;
	text-align: center;
}
div#foot a:link, div#foot a:visited, div#foot a:hover, div#foot a:active {
	border-bottom: none;
	color: #e0e0e0;
}
div#foot a:hover {
	border-bottom: 1px solid #e0e0e0;
}

/* ********************** [ =misc stuff ] ************************* */


body#article h3.fullBodyTitle {
  margin-bottom: 15px;	
}
h4 {
	
	color: #606060;
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
}

div#featured-projects {
	background: transparent url(/images/new_badge.gif) no-repeat;
}
div#featured-projects h4 {
	padding: 15px 0 10px 40px;
}
div#featured-projects a {
	display: block;
	margin: 0 0 15px 12px;
}

div#categories ul, div#connections ul, ul.linklist {
	list-style-type: none;
	margin: 0 0 0 20px;
}
div#categories ul li, div#connections ul li, ul.linklist li {
	background: transparent url(/images/li_bullet_grey.gif) 0 7px no-repeat;
	font-size: 1.0em;
	padding: 3px 0 0 8px;
}

div#recent {
	margin-top: 30px;
}
div#recent ul {
	margin: 0 0 0 8px;
	list-style-type: none;
}
div#recent ul li {
	background: transparent url(/images/more_info.gif) 0 2px no-repeat;
	padding: 0 10px 10px 18px;
}

div#right a:link, div#right a:visited, div#right a:hover, div#right a:active {
	border-bottom: none;
	color: #6d6d6d;
}
div#right a:hover {
	border-bottom: 1px solid #6d6d6d;
}

/* ********************** [ =project listing ] ************************* */
div#center div.projectBlock {
  background: #d5d5d5;
  float: left;
  margin: 0 5px 10px 5px;
  padding: 0;
  text-align: center;
  width: 160px;
}
div#center div.projectBlock a:link, div#center div.projectBlock a:visited, div#center div.projectBlock a:hover, div#center div.projectBlock a:active {
	border: none;
	display: block;
	margin: 0;
	padding: 0;
}
body#projects div#center div.projectBlock a:hover h4, body#projects div#center div.projectBlock a:hover p {
  color: #005ec3;
}
body#projects div#center div.projectBlock h4 {
  color: #606060;
  font-size: 1.1em;
  height: 2.2em;
  margin: 0;
  text-align: center;
}
div#center div.projectBlock p {
	color: #606060;
	font-size: .8em;
	height: 3em;
	line-height: 1.2em;
	margin: 5px;
	text-align: center;
}
div#center div.projectBlock img {
	display: inline;
	float: none;
	margin: 5px 0;
}
/* ******************* [ =project information ] ********************** */
div#center div.projectInfoLeft {
	float: left;
	width: 48%;
}
div#center div.projectInfoRight {
	margin-left: 52%;
	text-align: center;
}
div#center div.projectInfoRight p {
	text-align: center;
}

/* ********************** [ =comment stuff ] ************************* */
div.comment-main, div.comment-updrift {
  margin: 5px 0;
  padding: 8px 0;
}
div.comment-main {
	background: #d5d5d5 url(/images/comment_bg.gif) left bottom repeat-x;
}
div.comment-updrift {
	background: #aed26c url(/images/comment_bg_wade.gif) left bottom repeat-x;
}
div.comment-main .text, div.comment-updrift .text {
	padding: 0 10px 0px 70px;
}

div.comment-ftr {
	margin: 0 0 20px 8px;
}

div.comment-ftr a:link, div.comment-ftr a:visited, div.comment-ftr a:hover, div.comment-ftr a:active {
	border-bottom: none;
	font-weight: bold;
	color: #005ec3;
	text-decoration: none;
}
div.comment-ftr a:hover {
	border-bottom: 1px solid #005ec3;
}

h3#comment {
	color: #005ec3;
	font-size: 1.0em;
	font-weight: bold;
}

.gravatar {
	display: block;
	float: left;
	margin-left: 18px;
}

/* ******************* [ =comment form stuff ] ********************* */
table.comment-form {
	margin: 20px 0;
}
table.comment-form td {
	padding: 2px 0 2px 5px;
}
table.comment-form td input {
	margin-right: 5px;
}
.comment_name_input, 
.comment_email_input, 
.comment_web_input {
	width: 200px;
}
.txpCommentInputMessage {
	width: 400px;
	height: 150px;
}

div.bottom-ads { margin: 10px; text-align: center; }
div.bottom-ads a { border-bottom: none; }

.clear {
	clear: both;
}
/* ********************** [ =clearfix ] ************************* */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


