/* @group Browser Reset (Defaults) */
/* Eric Meyer CSS Reset - v1.2 - May 4, 2007
   Don't forget to set a foreground and background colour on the 'html' or 'body' element! */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; padding: 0; outline: 0; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {background: white; color: black; line-height: 1;}
/*ol, ul {list-style: none;}*/
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {font-weight: normal; text-align: left;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* @end */

/* @group Base Typography */
body {
  background-color: #dadada;
  font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, dl, dt, dd, ol, ul, legend, caption {
  margin: 18px 0;
}

h1, h2, h3, h4 {
  font-family: "UniversLTStd-LightCn", "Arial Narrow", Arial, sans-serif;
  font-size: 36px;
  font-weight: 100;  
  line-height: 36px;
}

h1 {text-transform: uppercase;}

h2 {
  color: #969696;
  font-size: 30px;
  margin-top: 0;
}

h2 span {
  font-family: "UniversLTStd-BoldCn", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
}

h3 {color: #a1cc4d;}

h4 {
  color: #969696;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

strong {font-weight: bold;}

a {text-decoration: none;}

a:link, 
a:active, 
a:visited {color: #5b6185;}
a:hover {color: #a1cc4d;}


form {width: 430px;}

label,
input.text,
textarea {
  display: block;
  float: left;
  margin: 4px 0;
  padding: 6px;
}

label {
  clear: left;
  font-weight: bold;
  font-size: 14px;
  padding-left: 0;
  text-align: right;
  width: 110px;
}

input.text,
textarea {
  background-color: #e6e6e6;
  border: none;
  font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  width: 295px;
}

.button_group {
  clear: both;
  padding-left: 118px;
  position: relative;
}

button, 
input.submit {
  background-color: #5b6185;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin: 4px 0;
  padding: 10px;
  text-transform: uppercase;
}
input.submit:hover {background: #a1cc4d;}

.success {color: #666;}
.error {color: #ce282e;}

ul.error {
  font-size: 12px;
  list-style-type: square;
  margin-left: 18px;
}

div.error, 
div.success {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 18px 0;
}

div.error span {background: #ce282e;}
div.success span {background: #a1cc4d;}

div.success span, 
div.error span {
  color: #fff;
  padding: 2px 4px;
}
/* @end */

/* @group Structure */
#header,
#wrapper,
#footer {
  width: 942px;
  margin: 0 auto;
  clear: both;
}

#footer {overflow: hidden;}

#wrapper {
  background: transparent url(/images/wrapper_bg.png) 0 0 no-repeat;
  min-height: 294px;
  padding: 27px 9px 0;
  width: 942px;
}

#main {
  background: #fff;
  border-bottom: 1px solid #c9c9c9;
  padding: 36px 54px 54px;
  overflow: auto;
  position: relative;
}

.matter {
  border-color:#e6e6e6;
  border-style: solid;
  border-width: 1px 0;
  padding: 18px 0;
}
.aside {
  clear: both;
  background: #fff url(/images/rule.gif) 0 0 repeat-x;
  padding-top: 18px;
}

.section:after,
.aside:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* @end */

/* @group Fancy */
#header h1,
#header p {
  float: left;
  line-height: 36px;
}

#header h1 {margin: 26px 0 10px;}

/*#header h1 span.cufon {margin-top: -3px;}*/

#header p {margin: 30px 0 6px 10px;}

#header .current {
  background-color: #4c5276;
  color: #fff;
  border-radius: 2px;
  padding: 2px 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#header p a {
  background: #dadada;
  border-radius: 2px;
  -webkit-transition: background-color .4s linear;
  -webkit-transition: padding .05s linear;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#header p a:hover {
  background: #a1cc4d;
  color: #fff;
  padding: 2px 3px;
}

#subtitle { 
  color: #969696;
  min-height: 108px;
}
/* @end */

/* @group Book Advert */
#book_advert {
  background: url(/images/book_advert_bg.png) 0 0 no-repeat;
  height: 162px;
  padding: 9px 27px;
  position: absolute;
  right: 132px;
  top: 31px;
  width: 216px;
}

#book_advert div {width: 50%;}

#book_advert img:hover {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
}

#book_advert h3 {
  color: #695d46;
  font-family: "UniversLTStd-LightCn", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin: 36px 0 0;
  text-align: right;
}

#book_advert h3 strong {
  display: block;
  font-size: 24px;
  font-weight: 100;
  text-transform: uppercase;
}

#book_advert img {
  float: right;
  margin: 18px 0 18px 18px;
  -webkit-transform: rotate(0);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: .25s;
  -moz-transform: rotate(0);
  -moz-transform-origin: 50% 50%;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: .25s;
}

#book_advert ul#stores {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

#book_advert a:link,
#book_advert a:active,
#book_advert a:visited {
  color:#fff;
  font-weight: bold;
}

#book_advert a:hover {
  color: #5B6185;
  font-weight: bold;
}
/* @end */

/* @group Carousel */
div#portfolio {margin: 0 -54px;}

div.scrollable {
  float: left;
}

a.prev, a.next, a.prevPage, a.nextPage {
  background: transparent url(/images/jquery.scrollable/arrow_left.png) 50% 0 no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 36px;
  margin: 43px 0 0;
  width: 54px;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
  background-position: 50% -36px;
}

a.disabled {
  visibility: hidden !important;
}

a.next, a.nextPage {
  background-image: url(/images/jquery.scrollable/arrow_right.png);
  clear: right;
}

div.navi {
  background: #fff url(/images/rule.gif) 0 100% repeat-x;
  height: 20px;
  margin: 0 auto;
  width: 834px;
  text-align: center;
}

div.navi a {
  background: transparent url(/images/jquery.scrollable/navigator.png) 0 0 no-repeat;
  cursor: pointer;
  display: -moz-inline-block;
  display: inline-block;
  height: 8px;
  margin: 2px;
  width: 8px;
}

div.navi a:hover {
  background-position: 0 -8px;
}

div.navi a.active {
  background-position: 0 -16px;
}

div.scrollable {
  height: 470px;
  overflow: hidden;
  position: relative;
  width: 834px;
}

#slides {
  clear: both;
  margin: 0;
  position: absolute;
  width: 20000em;
}

a.prev, a.next {
  margin-top: 198px;
}

#slides li {
  float: left;
  height: 470px;
  list-style-type: none;
  overflow: hidden;
  position: relative;
  width: 834px;
}

#slides h3 {
  width: 70%;
  float: left;
}

#slides .time {
  color: #cecece;
  line-height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 30%;
}

#slides .article {
  float: left;
  width: 390px;
}

#slides .figure {
  float: right;
  margin-bottom: 18px;
}

#slides .figure img {
  border: 8px solid #7f7f7f;
}

#slides .related {
  clear: both;
  border-top: 1px solid #e6e6e6;
}
/* @end scrollable */

/* @group Projects */
#nda div.article {
  float: left;
  height: 72px;
  margin-right: 18px;
  text-align: center;
  width: 195px;
}

#nda .section {overflow: hidden;}

#footer .nav,
#footer #legal {
  float: left;
  width: 50%;
}

#footer #legal {text-align: right;}
#footer .nav ul {list-style: none;}

#footer .nav li {
  background: url(/images/footer_nav_div.png) 100% 50% no-repeat;
  float: left;
  padding: 0 6px;
}

#footer .nav li.last,
#footer .nav li:last-child {background: none;}

.card  {
  float: left;
  margin: 0 18px 0 0;
  position: relative;
  text-align: center;
  width: 195px;
}

.card.last, #nda .article.last {margin-right: 0;}

.card .figure img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.blurb {
  background: #eee;
  height: 188px;
  text-align: left;
  width: 195px;
}

.blurb p {
  font-size: 10px;
  margin: 0;
  padding: 18px;
}

.card:hover  {
  background: url(/images/curl_hover.png) 50% 188px no-repeat; 
  cursor: pointer;
}

.card .figure p {margin-top: 0;}

.card .img div {
  height: 152px;
  padding: 18px;
  width: 159px;
}

#bio, #process {overflow: auto;}

body.about #bio div {
  float: left;
  width: 50%;
}

.portrait {
  -webkit-transform: rotate(0);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: .25s;
  -moz-transform: rotate(0);
  -moz-transform-origin: 50% 50%;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: .25s;
}

.portrait:hover {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
}

#ajax_notice {
  font-size: 14px;
  float: right;
  padding: 0 18px;
  width: 40%;
}

.spinner {
  color: #999;
  left: 290px;
  position: absolute;
  top: 15px;
}

.spinner img {vertical-align: middle;}
/* @end fancy */

/* @group Blog Overrides */
.blog #main {background: #fff url(/images/sidebar_split.gif) 0 0 repeat-y;}

#entries, #aside {
  float: left;
  position: relative;
}

#entries {width: 621px;}

#aside {
  margin-left: 18px;
  padding-top: 72px;
  width: 195px;
}

.published {
  background: url(/images/rule.gif) 0 0 repeat-x;
  color: #969696;
  display: block;
  padding-top: 6px;
  text-transform: uppercase;
}

.hidden {display: none;}

#search {width: auto;}

/* @group Blog Entry Overrides */
#entries h2 {
  color: #a1cc4d;
  font-size: 36px;
}

#entries h2 a:link, #entries h2:visited {color: #a1cc4d;}
#entries h2 a:hover, #entries h2.active {color: #4c5276;}

#entries h3 {
  color: #4c5276;
  font-size: 24px;
  margin-bottom: -18px;
}

#entries h4 {
  color: #4c5276;
  font-size: 18px;
  text-decoration: none;
}

.entry-content {margin-right: 50px;}

.entry-content ul {
  list-style-type: square;
  margin-left: 2.5em;
}

.entry-content blockquote {
  background: #f0f0f0;
  color: #6a6a6a;
  font-family: Palatino, Georgia, "Times New Roman", "Times Roman", Times, serif;
  font-style: italic;
  margin: -1px 0;
  padding: 1px 36px;
}

.entry-meta {
  background: #fff url(/images/rule.gif) 0 0 repeat-x;
  font-weight: bold;
  margin-right: -50px;
  padding-top: 9px;
  padding-right: 50px;
}

.entry-meta cite {display: block;}
.entry-meta a {font-weight: normal;}
/* @end */

/* @group Comments */
.commentslink {
  display: -moz-inline-box;
  display: inline-block;
  margin-top: 18px;
}

#commentform {
  background: #fff url(/images/rule.gif) 0 0 repeat-x;
  margin: 0;
  padding: 0;
  width: auto;
}

#commentform legend,
#search legend {display: none;}

#commentform p {margin: 0;}

#commentform #submit {
  background: #a1cc4d;
  color: #fff;
  font-weight: bold;
  margin: 18px 0 0 0;
  padding: 6px 12px;
  width: auto;
}

#commentform #submit:hover {background: #4c5276;}

#respond h3 {margin: 0 0 9px 0;}

#respond input {
  background-color: #e6e6e6;
  border: none;
  font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  padding: 6px;
  width: 198px;
}

#respond label {
  float: none;
  text-align: left;
  width: auto;
}

#respond label small {
  font-size: 11px;
  font-weight: normal;
}

#respond label, 
#respond input {
  display: -moz-inline-box;
  display: inline-block;
}

#comment {
  float: none;
  width: 90%;
}

#subscribe-label {
  font-size: 12px;
  font-weight: normal;
}
/* @end */

/* @group Comment Entries */
h3#comments, #respond h3 {
  color:  #a1cc4d;
  font-weight: bold;
}

.commentsblock {margin-right: -50px;}

.commentsblock li {list-style-type: none;}
.commentsblock li div {padding: 9px;}

.commentsblock li.odd {background: #fff url(/images/rule.gif) 0 100% repeat-x;}
.commentsblock li.even {background: #fef7e6 url(/images/rule.gif) 0 100% repeat-x;}

.commentsblock li div.comment-author {padding: 0;}
.comment-meta {
  font-size: 11px;
  text-transform: uppercase;
}

.comment,
.pingback {
  padding-right: 50px;
}

.comment br,
.pingback br {
  clear: none;
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
}

.comment-author {font-weight: bold;}

.avatar {
  float: right;
  margin: 0 0 9px 9px;
}
/* @end */

/* @group Aside Overrides */
#aside ul {list-style-type: none;}

#aside li {font-size: 11px;}

#s, #searchsubmit {
  border: none;
  line-height: 18px;
  margin: 0;
}

#s {
  background: #f0f0f0;
  color: #666;
  padding: 3px;
  width: 130px;
}

#searchsubmit {
  background: #a1cc4d;
  color: #fff;
  font-weight: bold;
  margin-left: -4px;
}

.highlight {
  background-color: #feefcb;
  font-weight: bold;
}

#aside h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: -18px;
}
/* @end */

/* @end */