/* Darren Ansley 09/20/2009*/
/*  =========================================================================  */
/*  Reset CSS  */
/*  -------------------------------------------------------------------------  */

* {
  margin: 0;
  padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-family: inherit;
}

a img { 
  border: none; 
}


/*  =========================================================================  */
/*  general styles  */
/*  -------------------------------------------------------------------------  */

html {
  font-family: Georgia, Times, serif;
  font-size: 93.75%;
}

body {
  color:#666;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  background: #fff url(/images/design/footer_bg.gif) left bottom repeat-x;
}

body.home  {
/*   background-image: url(/images/design/bg_body_home.jpg); */
}
/* 
body.work  {
  background-image: none; 
  background-color: #e5e5e5;
}*/

h1 {
	font-size: 2em;
	margin: -.3em 0 .5em 0;
	font-weight: normal;
  color: #f29500;
  font-weight: 900;
  font-family: "adelle-1","adelle-2", Georgia, serif;
}

h2 {
	font-size: 20px;
	margin: 0 0 .1em 0;
  font-family: "adelle-1","adelle-2", Georgia, serif;
/*   color: #808080; */
  font-weight: 900;
}

h3 {
  font-size: .8em;
  text-transform: uppercase;
  font-family: "museo-sans-1","museo-sans-1", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  letter-spacing: .1em;
  color: #8c8c8c;
  margin: 0 0 1.2em 0;
  font-weight: normal;
  position: relative;
  width: 100%;
  padding: 4px 0 10px;
  background: transparent url(/images/design/_bg_bubble.png) 9px bottom no-repeat;
  line-height: 1;
}

.postcontent h3 {
  background-image: none;
  padding: 0;
  margin-bottom: .4em;
}

h3 span{
  background-color: #f29500;
  color: #fff;
  padding: 3px 9px 2px;
  margin: 0;
}

h4 {
  color: #666666;
  font-weight: bold;
  margin: 0 0 .35em 0;
}

h5 {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "museo-sans-1","museo-sans-1", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  letter-spacing: .15em;
  color: #8c8c8c;
  margin: 0 0 .5em 0;
  font-weight: normal;
}

p {
  margin: 0 0 1em 0;
  line-height: 1.5em;
 }

ul {
/* 	list-style: none; */
	margin: 0 0 2em 0;
}

ul li {
	list-style: circle;
/* 	padding: 0 0 0 10px; */
	margin: 0 0 .4em 1.3em;
}

hr {
	border: 0px none;
	height: 1px;
	margin: 0;
	padding: 0;
}

.small {
  font-size: 11px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}


/*  =========================================================================  */
/*  layout  */
/*  -------------------------------------------------------------------------  */
#headerwrapper, #footerwrapper {
  width: 100%;
}

#header, #content, #footer {
  width: 920px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

#headerwrapper {
  background: #000 url(/images/design/racing_bg.jpg) no-repeat 50% top;
  display: table;
}

.home #headerwrapper {
  background: #000 url(/images/design/racing_bg_home.jpg) no-repeat 50% top;
}

.detail #headerwrapper {
  background: #000 url(/images/design/racing_bg_work.jpg) no-repeat 50% top;
}

#header {
  height: 379px;
}

.home #header {
  height: 525px;
}

.detail #header {
  height: 150px;
}

/*  general styles - links */
/*  -------------------------------------------------------------------------  */
a:link, a:visited {
  color: #0061a6;
  text-decoration: none;
  border-bottom: 1px dotted #5f97bf;
  outline: none;
}

a:hover, a:active {
  color: #f29500;
  border-bottom-color: #ccc;
  outline: none;
}


/*  =========================================================================  */
/*  layout - columns */
/*  -------------------------------------------------------------------------  */

.columna, .columnb, .columnc, .columnd, .columne, .columnz, .columnfour, .columnf {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  display: inline;
}

.columna {
  width: 146px;
}

.columnb {
  width: 248px;
}

.columnc {
  width: 366px;
  margin-left: 40px;
  margin-right: 40px;
/*
  margin-right: 20px;
  padding-right: 40px;
*/
}

.columnd .columnc {
  margin-right: 0;
  width: 346px;
}

#footer .columnc {
  width: 346px;
  margin-right: 60px;
}

.columnd {
  width: 552px;
  margin-right: 60px;
}

.columne {
  width: 880px;
}

.columnf {
  width: 674px;
  margin-left: 40px;
}

.columnz {
  width: 960px;
}

.columnfour {
  width: 220px;
  margin: 0 0 1.3em;
}

.left {
  float: left;
  display: inline;
}

.right {
  float: right;
  display: inline;
}

.clear {
  clear: both;
}

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

img.left {
  margin-right: 20px;
  margin-top: .35em;
}

#footer img.left {
  margin-right: 10px;
  margin-top: .45em;
}


/*  =========================================================================  */
/*  forms */
/*  -------------------------------------------------------------------------  */
.contact h1 {
  margin-bottom: .3em;
}

label {
  display: block;
  margin-bottom: .2em;
}

.row {
  float: left;
  width: 100%;
}

label em {
  color: #9a0101;
}

fieldset {
  border: 0 none;
  background: transparent url(/images/design/stripe_c.gif) no-repeat center top;
  padding-top: 0;
  margin: 0 0 .5em 0;
}

input.text {
  border: 1px solid #b3b3b3;
  border-right-color: #e0e0e0;
  border-bottom-color: #e0e0e0;
  font-size: 15px;
  margin: 0 0 1.1em 0;
  padding: 8px;
  width: 328px;
  font-family: "Lucida Grande", Verdana, sans-serif;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
}

textarea {
  border: 1px solid #b3b3b3;
  border-right-color: #e0e0e0;
  border-bottom-color: #e0e0e0;
  font-size: 15px;
  margin: 0 0 1em 0;
  padding: 8px;
  width: 328px;
  height: 200px;
  font-family: "Lucida Grande", Verdana, sans-serif;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
    background-color: #fff;

}

button, input.button {
  padding: .65em 1.2em .75em;
  background-color: #e1e3e5;
  font-weight: bold;
  border: 0 none;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: .8667;
  cursor: pointer;
  color: #0061a6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

button:hover {
  background-color: #f29500;
  color: #fff;
}

#errormessage {
  padding: .85em 0;
}

#errormessage p {
  margin: 0;
  color: #9a0101;
}

p.note em {
  color: #9a0101;
}

p.note {
  font-size: .8667em;
  font-style: italic;
}

p.buttons {
  padding-left: 206px;
  clear: both;
  margin-bottom: 2em;
}


/*  =========================================================================  */
/*  header */
/*  -------------------------------------------------------------------------  */

#logo {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 40px;
  top: 82px;
}

/*
.work #logo {
  left: 880px;
}
*/

#logo a {
  display: block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: -999em;
  background: url(/images/design/sprite.png) no-repeat -970px 0;
  border-bottom: 0 none;
}

ul#nav {
  position: absolute;
  top: 92px;
  left: 100px;
  font-family: "museo-sans-1","museo-sans-1", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 1;
  font-size: .7333em;
  text-transform: uppercase;
  letter-spacing: .07em;
  list-style-type: none;
  font-weight: bold;
}

/*
.work ul#nav {
  left: 40px;
}
*/

ul#nav li {
  float: left;
  margin: 0 30px 0 0;
  padding: 0;
  list-style-type: none;
}

ul#nav li a {
  display: block;
  float: left;
  text-decoration: none;
  color: #fff;
  border-bottom: 0 none;
}

/*
.work ul#nav li a {
  color: #979ea5;
}
*/

ul#nav li a:hover {
  color: #ffa71a;
}

.home ul#nav li#home a, .about ul#nav li#about a, .work ul#nav li#work a, .contact ul#nav li#contact a, .blog ul#nav li#blog a {
  color: #ffa71a;
  font-weight: bold;
}

p#summary {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -999em;
  width: 0;
  height: 0;
  overflow: hidden;
/*
  color: #fff;
  font-size: 1.2em;
  width: 750px;
*/
}

.home h1 {
  width: 880px;
  height: 208px;
  position: absolute;
  top: 245px;
  left: 40px;
  width: 851px;
  overflow: hidden;
  text-indent: -999em;
  background: transparent url(/images/design/sprite_flourish.png) 0 0 no-repeat;
  padding: 0;
}

p.blurb {
  height: 114px;
  position: absolute;
  top: 215px;
  left: 40px;
  width: 500px;
  overflow: hidden;
  text-indent: -999em;
}

.about p.blurb {
  background: transparent url(/images/design/sprite_flourish.png) 0 -208px no-repeat;
}

.work p.blurb {
  background: transparent url(/images/design/sprite_flourish.png) -500px -208px no-repeat;
}

.contact p.blurb {
  background: transparent url(/images/design/sprite_flourish.png) 0 -322px no-repeat;
}

.blog p.blurb {
  background: transparent url(/images/design/sprite_flourish.png) -500px -322px no-repeat;
}



/*  =========================================================================  */
/*  content */
/*  -------------------------------------------------------------------------  */
h3 a, ul a {
  border-bottom: 0 none !important;
}

#contentwrapper {
    padding: 4em 0;
}

.work #content {
  background-image: none;
}

p.more {
  clear: both;
  font-size: .733em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

#content .columnb {
  padding-bottom: 2em;
}

.blog #content .columnb ul {
  margin-bottom: 3.5em;
}

.icon {
  float: left;
  margin: .3em 10px 0 0;
}

/*  content - home */
/*  -------------------------------------------------------------------------  */

.home #content .columnb {
  background-image: none;
}


.home #content {
  background-image: none;
}

#latestposts {
/*   margin-bottom: 1.5em; */
}

.latest {
  background: transparent url(/images/design/stripe_c.gif) no-repeat center bottom;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}

.latestpost h2, .latest h2 {
  color: #f29500;
  font-family: "adelle-1","adelle-2", Georgia, serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2;
}

.latestpost h2 a, .latest h2 a {
  color: #f29500;
  border-bottom: 0 none;
}

.latestpost h2 a:hover, .latest h2 a:hover {
  color: #404040;
}

.latestpost h4, .blog h4 {
  font-family: "adelle-1","adelle-2", Georgia, serif;
  font-weight: normal;
  color: #666;
	font-size: 18px;
  margin-bottom: .1em;
}

p.date {
  color:#B3B3B3;
  font-size: 0.733em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

.latestpost p.date {
  padding-bottom: .15em;
  margin-top: -.2em
}

span.action {
  display: block;
  padding: .35em 0 .45em 0;
  clear: both;
}

span.action a {
  padding: .55em .95em .65em;
  background-color: #e1e3e5;
  border-bottom: 0;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: .7333em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

span.action a:hover {
  background-color: #f29500;
  color: #fff;
}

img.featured {
  display: block;
}

.featuredproject {
  padding: 10px 0 0 0;
  margin-bottom: 2em;
  text-align: center;
}

.featuredproject a {
  border: 0 none;
}

.featureddesc {
  font-size: 13px;
}

h3.blockafter {
  margin-bottom: 1.6em;

}

h2 a, h3 a, h4 a {
  border-bottom: 0 none !important;
}

.after {
  margin-bottom: 4em;
}

/*  content - work */
/*  -------------------------------------------------------------------------  */
.work h1 {
  padding-bottom: 0;
}

p.featured {
  margin: .4em 0 1.3em;
}

.group {
  float: left;
  width: 100%;
  margin: 0 0 2em 20px;
}

.detail .group p {
  margin-bottom: 2em;
}

.columnfour a, .featured a {
  border-bottom: 0 none;
}

.columnfour a span, .featured span {
  text-align: center;
  display: block;
  font-style: italic;
  font-size: .88em;
  padding-top: .1em;
}

.links {
  text-align: right;
  font-size: 14px;
}

.links a {
  border: 0 none;
}

.links span {
  margin: 0 5px;
  color: #b3b3b3;
}

.mobile {
  text-align: center;
}

.mobile img {
  margin: 0 15px;
}

/*  content - twitter */
/*  -------------------------------------------------------------------------  */

#tweets {
/*  border-bottom: 1px solid #e8e8e8; */
}

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

#tweets li {
  padding: 0 0 .95em 0;
  list-style-type: none;
  margin: 0 0 .75em 0;
  background: url(/images/design/_bg_dotted_line.png) left bottom repeat-x;
}

#tweets li:first-letter {
  text-transform: uppercase;
}

#tweets a {
  border-bottom: 0 none;
}

.home #content .columna {
  overflow-x: hidden;
} 

/*  content - flickr */
/*  -------------------------------------------------------------------------  */

#flickrphotos {
  float: left;
  width: 261px;
  display: inline;
}

.flickr_badge_image {
  float: left;
  margin: 0 13px 13px 0;
  display: inline;
}

.flickr_badge_image img {
  width: 74px;
  height: 74px;
}

.flickr_badge_image a {
  border-bottom: 0 none;
}

#flickrphotos a img {
  display: block;
}

/*  content - delicious */
/*  -------------------------------------------------------------------------  */

div.delicious-posts {
 /*  background: url(/images/design/dashdot.gif) left bottom repeat-x;
  padding-bottom: .5em;
  margin-bottom: .65em;
  border-bottom: 1px solid #e8e8e8; */
}

.delicious-posts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.delicious-posts li.delicious-post {
  padding: 0 0 .75em 0;
  list-style-type: none;
  margin: 0 0 .75em 0;
  font-size: 1em;
  background: url(/images/design/_bg_dotted_line.png) left bottom repeat-x;
}

.delicious-posts a {
  border-bottom: 0 none;

}

.delicious-posts .delicious-extended {
  font-size: 1em;
      font-size: 11px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/*  content - feeds */
/*  -------------------------------------------------------------------------  */

.feed {
	padding: 0 12px 0 17px;
	background-position: 0 1px;
	background-repeat: no-repeat;
}

.feedrss {
	background-image: url(/images/design/icon_rss.gif);
}

.feeddeli {
	background-image: url(/images/design/icon_delicious.gif);
}

.feedflickr {
	background-image: url(/images/design/icon_flickr.gif);
}

.feedtwitter {
	background-image: url(/images/design/icon_twitter.gif);
}

.feed a {
	border-bottom: 0 none;
}


/*  content - contact */
/*  -------------------------------------------------------------------------  */
.vcard {  
  margin-bottom: 3.5em;
}

/*  content - blog */
/*  -------------------------------------------------------------------------  */
img.postgraphic {  
  display: block;
  float: left;
  margin: 3px 14px 5px 0;
}


/*  content -blog */
/*  -------------------------------------------------------------------------  */
.blog h1 {
  margin-bottom: 0;
}

.blog h1 a {
  border-bottom: 0 none;
  color: #f29500;
}

h1 a:hover {
  color: #404040;
}

.post {
  margin-bottom: 3em;
}

p.feedback {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  background: url(/images/design/stripe_c.gif) center top no-repeat;
  font-size: .8em;
  padding-top: .8em;
}

p.feedback a {
  border-bottom: 0 none;
}

#comments {
  padding-top: 1em;
  margin-bottom: 1em;
  font-size: .86667em;
}

.blog fieldset {
  padding-top: 1.5em;
}

.comment {
  padding: 1em 0;
  background: url(/images/design/_bg_dotted_line.png) left top repeat-x;

  /* border-top: 1px solid #e8e8e8; */
  position: relative;
}

.author {
  font-weight: bold;
  padding-left: 20px;
  width: 126px;
}

.author span {
  position: absolute;
  left: 0;
  top: 1em;
  color: #ccc;
}

.author a {
  border-bottom: 0 none;
}

.darren .columnc {
  font-style: italic;
}

h2#postcomment {
  padding-top: 1em;
  padding-bottom: 1em;
}

.postcontent {
  padding-bottom: .75em;
}

/*  content - sidebar */
/*  -------------------------------------------------------------------------  */
#content .columnb ul li {
  padding-bottom: .5em;
    background: url(/images/design/_bg_dotted_line.png) left bottom repeat-x;
    list-style-position: inside;
    margin-left: 0;
}

#content .columnb ul li:last-child {
  background-image: none;
}

.home #content .columnb ul li:last-child {
  background-image: url(/images/design/_bg_dotted_line.png);
}


/*  =========================================================================  */
/*  footer */
/*  -------------------------------------------------------------------------  */

#footerwrapper {

}

#footer {
  background: url(/images/design/_footer_pinstripe.png) no-repeat center top; 
  padding: 4.5em 9px 1em;
}

/*
#footer .columnc {
  width: 366px;
  padding-right: 20px;
}
*/

#footer ul {
  list-style-type: none;
}

#footer ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#pagemeta {
  width: 880px;
  margin: 0 auto 0;
  font-size: .66em;
  color: #a6a6a6;
  font-family: "museo-sans-1","museo-sans-1", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  text-transform: uppercase;
  padding: 1.6em 0 5em 0;
  background: transparent url(/images/design/_bg_dotted_line.png) repeat-x center top; 
}

#footer a {
  border-bottom: 0 none;
}

#pagemeta a {
  border-bottom: 0 none;
  color: #a6a6a6;
}

#footer h5 {
/*
  background: url(/images/design/_bg_dotted_line.png) left bottom repeat-x;
  padding-bottom: .5em;
  margin-bottom: .75em;
*/

}

/*  =========================================================================  */
/*  fix - floats  */
/*  -------------------------------------------------------------------------  */

.fix:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
}

.fix {
	display:inline-block;
}

.fix {
	display: block;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: absolute;
  z-index:1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height:100%;
  background-color:#e0e0e0;
  filter:alpha(opacity=90);
  -moz-opacity: .9;
  opacity: .9;
}

#TB_window {
  position: absolute;
  z-index: 1020;
  display: none;
  text-align: left;

  background-color: #fff;
/*  background-color: rgba(20, 20, 20, .65);
*/
  font-size: .9333em;
  color: #b3b3b3;
  padding: 0 15px;
}

#TB_window a {
  border: 0 none;
}

#TB_window h2 {
  display: inline;
}

#TB_window img {
  display: block;
  margin: 0;
	border: 1px solid #ededed;
}

#TB_secondLine {
	float: left;
	padding: 11px 15px 15px 0;
}

#TB_siteurl {
  float: right;
  width: 65px;
  height: 45px;
  position: relative;
}

#TB_siteurl a {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 63px;
  background: url(/images/design/view.png) no-repeat 0 0;
  overflow: hidden;
  padding: 21px 0 0 0;
  height: 0 !important;
  height /**/:21px;
}

#TB_siteurl a:hover {
  background-position: 0 -21px;
}

#TB_navigate {
  float: right;
	position: relative;
	width: 65px;
	height: 45px;
	background: url(/images/design/buttons_bg.png) no-repeat 17px 10px;
	position: relative;
	left: 2px;
}

span#TB_prev {
	display: block;
	height: 21px;
	width: 21px;
}

span#TB_next {
	display: block;
	height: 21px;
	width: 21px;
}

#TB_prev a,  #TB_next a {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 21px;
	cursor: pointer;
	padding: 21px 0 0 0;
	height: 0px !important;
	height /**/:21px;
}

#TB_next a {
	background: url(/images/design/next.png) no-repeat 0 0;	
	top: 10px;
	right: 0;
}

#TB_next a:hover {
	background-position: 0 -21px;
}

#TB_prev a {
	background: url(/images/design/prev.png) no-repeat 0 0;	
	top: 10px;
	right: 27px;
}

#TB_prev a:hover {
	background-position: 0 -21px;
}

#TB_caption{
  padding: 13px 15px 10px 0;
}

#TB_closeWindow {
  position: absolute;
	top: 15px;
	right: 13px;
	height: 17px;
	width: 17px;
}

#TB_closeWindow a {
	display: block;
	background: url(/images/design/close.png) no-repeat 0 0;
	overflow: hidden;
	padding: 17px 17px 0 0;
	height: 0px !important;
	height /**/:17px;
	width: 0px !important;
	width /**/:17px;
}

#TB_closeWindow a:hover {
	background-position: 0 -17px;
}

#TB_closeAjaxWindow{
  padding:5px 10px 7px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: absolute;
  display:none;
  height:100px;
  width:100px;
  z-index:1010;
}
#TB_HideSelect{
  z-index:990;
  position:absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#TB_iframeContent{
  border:none;
  clear:both;
}

