/* #989C35, #C45C5E, #BEC24C, #8CAB63, #C3C75A */

/* FFEBC6, F4D7A2 */

/** General Definitions **/
body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  color: #444444;
  background:#F4F4ED;
}

p {
  margin: 0 0 20px 0;
}

a {
  color: #AA9988;
  text-decoration: none;
}
a:hover {
  color:#8CAB63;
}

ul {
  list-style-type: square;
  margin: 10px 0 10px 30px;
}

ol {
  list-style-type: decimal-leading-zero;
  margin: 10px 0 10px 30px;
}

li {
  margin: 0 0 8px 0;
}
pre {
  margin: 10px 0 30px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 6px;
  background-color: #eee;
  font-size: 100%;
  font: lucida console;
  line-height: 100%;
  overflow: auto;
  padding: 3px;
}
dl {
  width: 93%;
  border: 1px solid #ccc;
  padding: 8px;
  margin: 0 0 15px 15px;
}
dt {
  font-weight: bold;
  font-size: 110%;
  padding: 10px;
  background-color: #444444;
  margin-bottom: 5px;
  color:#FFF;
}
dd em {
  font-weight: bold;
}
dd {
  padding: 0 0 5px 10px;
}

/** Main Layout Items **/
#headerwrapper {
  overflow: auto;
  background: #F4F4ED url('../images/header-back.jpg') repeat-x;
}
#header {
  width: 960px;
  margin: 0px auto;
  height: 150px;
}

#logo {
  margin-top: 0px;
  float: left;
}

#title {
  margin: 30px 0 0 10px;
  float: left;
}

#content {
  width: 960px;
  margin: 0px auto;
  padding-top: 30px;
}

#main {
  width: 700px;
  float: left;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
}

#sidebar {
  width: 220px;
  float: right;
}

#footerwrapper {
  clear: both;
  background: #f4cd85 url('../images/footerback.png') top left repeat-x;
  overflow: auto;
  border-bottom: 10px solid #FCF0CA;
}

#footer {
  margin:0 auto;
  overflow:auto;
  padding:30px 0 40px 0;
  width:960px;
}

#footerbar {
  width: 960px;
  margin: 0px auto;
}

#footerbar img {
  vertical-align: middle;
}

#footerbar span {
  color: #F4F4ED;
  margin: 0 0 0 30px;
  font-weight: bold;
}

#footer div.footblock {
  float: left;
  margin: 10px 0;
  padding: 0 20px 0 20px;
}

#footer div.footblock h3 {
  margin: 0 0 6px 0;
}

#footer div.footblock ul {
  list-style-type: none;
  margin:0;
}

#footer div.footblock ul li img {
  vertical-align:bottom;
  margin: 0 6px 0 0;
}

#footer div.footblock ul li a {
  color: #444444;
}

#footer div.footblock ul li a:hover {
  color: #8CAB63;
}

#footer div.footblock p {
  width: 230px;
}

/** Main Menu **/
#header ul {
  position: absolute;
  margin: 99px 0 0 -80px;
  list-style: none;
  padding: 0;
  display: inline;
}

#header ul li {
  display: inline;
  padding: 0;
  text-align: center;
  margin: 0 0 0 5px;
  float: left;
}

#header ul li a {
  display: block;
  padding: 5px 15px;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  background:url(../images/menu-back.png) repeat 0 0;
  background-position: 50% 0;
}

#header ul li a:hover, #header ul li a:focus, #header ul li a:active, #header ul li.active a {
  background-position: 50% -250px;
}

#header ul li.active a {
  color: #FFF;
}

/** Main Section **/
#main h1, #main h1 a, #main h2, #main h3 {
  color: #663300;
  margin: 0 0 6px 0;
}

#main h1 {
  font-size: 180%;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #663300;
}

#main h2 {
  font-size: 160%;
}
#main h3 {
  font-size: 140%;
  margin: 6px 0;
}
#main h4 {
  margin: 6px auto;
}

#main div.section {
  margin: 0 0 16px 0;
}

/** Blog/Notebook Definitions **/
div.summaryPost {
  margin: 0 0 36px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #DDD;
  font-size: 90%;
  color: #444444;
}

div.summaryPost h2 {
  padding: 0 4px 0 60px;
}

div.summaryPost h2 a {
  text-decoration: none;
  color: #663300;
  font-size: 90%;
}

div.summaryPost div.info {
  padding: 0px 4px 4px 60px;
  font-size: 90%;
}

div.summaryPost div.info a.commentcount {
  background: url('../images/comment.png') no-repeat 0 1px;
  padding-left: 18px;
  text-decoration: none;
}

div.summaryPost div.info span.tags {
  background: url('../images/tag_green.png') no-repeat;
  padding-left: 18px;
  margin-left: 10px;
}

div.summaryPost div.postdate {
  float: left;
  border: 2px solid #CCC;
  background: #FFF url('../images/header-back.jpg') repeat-x 0 -40px;
  padding: 2px 6px;
  color: #EEE;
}

div.summaryPost div.postdate span {
  display: block;
  text-align: center;
}

div.summaryPost div.postdate span.day {
  font-size: 160%;
}

div.summaryPost div.summary {
  margin: 10px 0 0 60px;
}

div.summaryPost div.readlink {
  width: 100%;
  text-align: right;
  padding: 10px 0 0 0;
}
div.update {border: 6px solid #AA9988; padding: 10px;}
#main div.update h3 {color:#8CAB63;}
p.devLink {
  margin: 10px auto;
  border: 1px solid #FFF;
  padding: 6px;
  text-align: center;
  width: 90%;
  font-size: 80%;
}

a.moreposts {
  display: block;
  text-align: right;
  font-weight:bold;
  font-size:110%;
  margin: 0 0 10px 0;
}

div.pagelinks {
  text-align: center;
  margin: 24px 0;
}
div.pagelinks p {
  margin: 0 0 12px 0;
}
#ditto_pages a.ditto_page, #ditto_pages span.ditto_currentpage, #ditto_pages a.ditto_next_link, #ditto_pages a.ditto_previous_link{
  border: 1px solid #AA9988;
  padding: 4px;
  margin: 0 0 0 6px;
  background-color:  #663300;
  color:#FFF;
}

#ditto_pages a.ditto_page:hover, #ditto_pages span.ditto_currentpage, #ditto_pages a.ditto_next_link:hover, #ditto_pages a.ditto_previous_link:hover{
  background-color:  #8CAB63;
}

ul.portfolio, ul.projectimages {
    list-style-type: none;
    margin:0;
}
ul.portfolio li {
    float: left;
    width: 150px;
    text-align: center;
}
ul.projectimages li {
    float: left;
    width: 130px;
    text-align: center;
}
ul.portfolio li img, ul.projectimages li img {
    border: 6px solid #444444;
}
#main ul.portfolio li h3 {
    font-size: 90%;
}

/** Sidebar Section **/

div.sideitem {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-size: 80%;
}
div.sideitem h3 {
  font-size: 120%;
  border-bottom: 1px dotted #8CAB63;
  padding: 8px 0 2px 0;
  color:#8CAB63;
  margin: 0 0 8px 0;
}

img.flickrthumb {
  margin: 0 12px 12px 0;
  padding: 6px 8px 26px 6px;
  background: url('../images/polaroid1.jpg') no-repeat;
}

div.tweet {
  margin: 0 0 10px 0;
}
div.tweet span.tweetdate {
  display: block;
}

/*********************************************
Calendar Definitions
*********************************************/
table.calendar {
  width: 182px;
  padding: 0px;
  margin: 0px auto;
  margin-bottom: 5px;
  border-left: 1px solid #A2ADBC;
  font: bold 12px/20px;
  text-align: center;
  background-color: #EEE;
  color: #888888;
}
.calendar-prev, .calendar-prev a, .calendar-next, .calendar-next a {
  font: bold 18px;
  text-align: center;
  text-decoration: none;
}
caption.calendar-month {
  margin: 0px auto;
  margin-top: 5px;
  padding: 5px 0px;
  width: 182px;
  color: #8CAB63;	 
  font: bold 12px/20px;
  text-align: center;
}
table.calendar th {
  font: bold 11px/20px;
  color: #616B76;
  width: 26px;
  height: 25px;
  border-right: 1px solid #A2ADBC;
  border-bottom: 1px solid #A2ADBC;
  border-top: 1px solid #A2ADBC;
  text-align: center;
}
table.calendar td {
  border-right: 1px solid #A2ADBC;
  border-bottom: 1px solid #A2ADBC;
  width: 26px;
  height: 25px;
  text-align: center;
}
table.calendar td a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  font-size:110%;
}
table.calendar td a:link, table.calendar td a:visited {	
  color: #AA9988;
}
table.calendar td a:hover, table.calendar td a:active {
  color: #8CAB63;
}

/** About Section **/
img.aboutimg {
  float: left;
  margin: 0 10px 0px 0;
}

div.devMainLink {
  background: #242424;
  padding: 0 0 10px 0;
  margin: 8px 6px 20px 6px;
  color: #E6E6E6;
  font-size: 90%;
  border: 1px solid #1B1B1B;
}
div.devMainLink a.title {
  background: #242424 url('../images/sideheadback.png') top repeat-x;
  color: #E6E6E6;
  font-size: 120%;
  border-bottom: 1px solid #383838;
  padding: 8px;
  display: block;
}
div.devMainLink a {
  color: #E6E6E6;
}
div.devMainLink a:hover {
  color: #8CAB63;
}
div.devMainLink p {
  margin: 10px;
}

div.devHeading img {
  float: left;
}
div.devHeading h1 {
  line-height: 100%;
}
div.devHeading p {
  margin-top: 0px;
}

/** Dev Menu **/
div.devMenu {
  margin: 40px 0 20px 0;
  overflow: auto;
  border-bottom: 1px solid #444444;
}
div.devMenu ul {
  list-style: none;
  padding: 0;
  margin:0;
  display: block;
}

div.devMenu ul li {
  display: inline;
  padding: 0;
  text-align: center;
  margin: 0 0 0 5px;
  float: left;
}

div.devMenu ul li a {
  display: block;
  padding: 5px 15px;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  background:#444444;
}

div.devMenu ul li a:hover, div.devMenu ul li a:focus, div.devMenu ul li a:active, div.devMenu ul li.active a {
  background-color: #8CAB63;
}

div.devMenu ul li.active a {
  color: #FFF;
}
span.version {
  font-size: 50%;
  color: #FF0000;
}

div.examplenav a {
  margin: 0 0 0 16px;
}

div.examplenav {
  margin: 20px 0;
  text-align:center;
}

div.examplenav a.fd-prev {
  margin:0;
}

#main div.menu ul li {
  margin: 0;
}

#exampleoutput {
  margin: 0 0 20px 0;
}

/* File Download Example CSS */
div.exampleoutput tr.fd-alt {
  background-color: #eee;
}
div.exampleoutput tr.fd-directory {
  background-color: #336699;
  color: #fff;
}
/* Example 4 */
div.fd-example4 {
  display: block;
  border: 1px dashed #ccc;
  padding: 6px;
}
div.fd-example4 span {
  display: block;
}
div.fd-example4 div.fd-file{
  border-bottom: 1px solid #663300;
  padding: 5px;
  background: #FFF;
}
div.fd-example4 div.fd-alt {
  background: #EEE;
}
div.fd-example4 div.fd-firstfile {
  border-top: 1px solid #663300;
}
div.fd-example4 div.fd-file span.fdexp-info {
  margin-left: 20px;
  font-size: 80%;
}
div.fd-example4 img {
  vertical-align: middle;
  padding: 2px;
}

/** Contact Form **/
#conform, .jot-form {
  position: relative;
  width: 70%;
  overflow: hidden;
  margin: 15px 0 15px 25px;
  border: solid 1px #ccc;
  font-size: 110%;
}
#conform input.text, .jot-form input.text{
  display: block;
  margin: 0 0 10px 0;
  padding: 0px 0;
  background-color: #eee;
  border: 1px solid #ccc;
  font-size: 100%;
  width: 50%;
}
#conform textarea, .jot-form textarea {
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
  background-color: #eee;
  width: 100%;
  font-size: 100%;
}
#conform fieldset, .jot-form fieldset {
  border: 0px;
  padding: 10px;
}
span.invalidmsg p {
  color: #FF0000;
  background-color: #FFCCCC;
  border-bottom: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  display: block;
  padding-left: 10px;
}
div.User-Comments{border-top: 1px solid #DDDDDD; margin: 15px 0 0 0;}
.jot-form {padding: 10px; margin: 20px 0 20px 0;}
.jot-err {border: 1px solid red;font-weight: bold;color: red;padding: 5px;margin-bottom: 10px;}
.jot-cfm {border: 1px solid green;font-weight: bold;color: green;padding: 5px;margin-bottom: 10px;}
.jot-row {border: 1px solid #CCCCCC;margin-bottom: 10px;background-color: #e9e9e9;}
.jot-row-alt {background-color: #f9f9f9;}
.jot-row-author {background-color: #FFFFE1;}
.jot-row-me {background-color: #FFDDDD;}
.jot-row-up {border: 1px dotted red;}
.jot-row-new {border: 1px dotted green;}
.jot-editby {font-size: 10px;color: #666666;font-style: italic;}
.jot-row div.gravatar {float:left; padding:6px 12px; text-align:center;}
.jot-row div.gravatar img {margin-bottom: 2px; padding-bottom: 0px;}
.jot-row div.gravatar p {margin:0px;}
.jot-row div.comment div.jot-header {padding: 5px 0 0 0;}
.jot-row div.comment div.jot-header span.jot-subject {display: block;font-weight: bold;font-size: 110%;}
.jot-row div.comment div.jot-header em {padding-right: 10px;}
.jot-row div.comment p {padding: 10px 0 0 40px;}
.jot-extra {clear:both; text-align: right; margin:0; padding:0px}
.jot-extra img {vertical-align: middle;}
.jot-row-author {background: transparent url('../../../images/menu-active.png') bottom center repeat-x;}
.jot-row-me {background: #eee;}

ol.tut {
  list-style-type: decimal; 
  color:#8CAB63;
  font-weight: bold;
}
ol.tut li p, ol.tut li pre, ol.tut li ul {
  color:#444444;
  font-weight: normal;
}

/* thickbox specific link and font settings */
#TB_window {font: 12px Arial, Helvetica, sans-serif;color: #333333;}
#TB_secondLine {font: 10px Arial, Helvetica, sans-serif;color:#666666;}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_overlay {position: fixed;z-index:100;top: 0px;left: 0px;height:100%;width:100%;}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {background-color:#000;filter:alpha(opacity=75);-moz-opacity: 0.75;opacity: 0.75;}
* html #TB_overlay { /* ie6 hack */ position: absolute;height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#TB_window {position: fixed;background: #ffffff;z-index: 102;color:#000000;display:none;border: 4px solid #525252;text-align:left;top:50%;left:50%;}
* html #TB_window { /* ie6 hack */ position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_window img#TB_Image {display:block;margin: 15px 0 0 15px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;border-top: 1px solid #666;border-left: 1px solid #666;}
#TB_caption{height:25px;padding:7px 30px 10px 25px;float:left;}
#TB_closeWindow{height:25px;padding:11px 25px 10px 0;float:right;}
#TB_closeAjaxWindow{padding:7px 10px 5px 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;height:27px;}
#TB_ajaxContent{clear:both;padding:2px 15px 15px 15px;overflow:auto;text-align:left;line-height:1.4em;}
#TB_ajaxContent.TB_modal{padding:15px;}
#TB_ajaxContent p{padding:5px 0px 5px 0px;}
#TB_load{position: fixed;display:none;height:13px;width:208px;z-index:103;top: 50%;left: 50%;margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */}
* html #TB_load { /* ie6 hack */ position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_HideSelect{z-index:99;position:fixed;top: 0;left: 0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity: 0;opacity: 0;height:100%;width:100%;}
* html #TB_HideSelect { /* ie6 hack */ position: absolute;height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#TB_iframeContent{ clear:both;border:none;margin-bottom:-1px;margin-top:1px;_margin-bottom:1px;}