/**
 * $Id
 * 
 * File:
 * base.css
 * 
 * About:
 * Global stylesheet, base styles
 * 
 * Author:
 * James Dahlfred, Brightform Interactive (http://brightform.com)
 * 
 * Version:
 * 3.0
 */

/* -----------------------------------------------------------------------------
 * GENERAL RESET
 * -------------------------------------------------------------------------- */

* {
  text-decoration: none;
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
  }

/* -----------------------------------------------------------------------------
 * SPECIFIC RESETS
 * -------------------------------------------------------------------------- */

body, blockquote, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, select, textarea, ol, p, pre, table, th, td, ul {
  margin: 0;
  padding: 0;
  }
table {
  border-collapse:
  collapse; border-spacing: 0;
  }
table[border] {
  border-collapse: separate;
  border-spacing: 0;
  }
thead, tbody, tfoot, tr, th, td {
  width: auto;
  height: auto;
  background-color: transparent;
  vertical-align: inherit;
  border: none;
  }
caption, th { text-align: left; }
a, a img, a abbr, a acronym, abbr, acronym, applet, fieldset, form, iframe, img, object, table { border: none; }
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
  font-style: normal;
  font-weight: normal;
  }
code, isindex, kbd, listing, plaintext, pre, samp, tt, var, xmp {
  font: inherit;
  white-space: normal;
  font-weight: normal;
  }
h1, h2, h3, h4, h5, h6 { font-size: 1em; border: none; }
ol, ul, dir, menu { list-style: none; }
ol { list-style-type: decimal; }
q:before, q:after { content: ''; }
a { text-decoration: none; }
a:hover, a:focus, input:focus, select:focus, textarea:focus { outline: none; }
hr { display: none; } /* We will re-reset it later for content */

/* -----------------------------------------------------------------------------
 * LANGUAGE-SPECIFIC PUNCTUATION
 * -------------------------------------------------------------------------- */

q { quotes: '\201C' '\201D' '\2018' '\2019'; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }
*[lang|='en'] q:before { content: '\201C'; }
*[lang|='en'] q:after { content: '\201D'; }
*[lang|='en'] q q:before { content: '\2018'; }
*[lang|='en'] q q:after { content: '\2019'; }

/* -----------------------------------------------------------------------------
 * HTML & BODY
 * -------------------------------------------------------------------------- */

html, body {
  color: #283649;
  background-color: #ffffe7;
  }
html {
  height: 100%;
  /*margin-bottom: 1px;*/
  }

/* \*/

html { font-family: sans-serif; }

/* */

body { 
  height: auto;
  font-family: "Myriad Pro", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-size: 75%;
  line-height: 1.3em;
  }

/* -----------------------------------------------------------------------------
 * BASIC ELEMENTS
 * -------------------------------------------------------------------------- */

blockquote { padding-left: 1.5em; }
cite, dfn, em, i { font-style: italic; }
b, dt, h1, h2, h3, h4, h5, h6, strong, th, thead td { font-weight: bold; }
caption, th, td { text-align: left; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
small, sup, sub { font-size: 85%; }
big {
  font-size: 125%;
  line-height: 80%;
  }

del { text-decoration: line-through; }
ins, dfn { border-bottom: 1px solid black; }

pre { white-space: pre; }
pre * { font-size: 100%; white-space: pre; }
abbr, acronym {
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: .1em;
  }
abbr[title], acronym[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted black;
  }
code, kbd, pre, samp, tt, var {
  font-size: 100%;
  font-family: "Monaco", "Courier New", mono-space, monospace;
  }
img {
  display: block;
  margin: 0;
  }

/* -----------------------------------------------------------------------------
 * DEPRECATED HTML
 * -------------------------------------------------------------------------- */

center, *[align] { text-align: inherit; }
s, strike, u { text-decoration: inherit; }
nobr { white-space: normal; }
marquee { overflow: visible; -moz-binding: none; }
blink { text-decoration: none; }
font, basefont {
  color: inherit;
  font: inherit;
  font-size: 100%;
  }

/* -----------------------------------------------------------------------------
 * CLEARFIX HACK
 * -------------------------------------------------------------------------- */

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

* html>body .clearfix {
  display: inline-block;
  display: -moz-inline-box;
  width: 100%;
  }

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
  }

/* -----------------------------------------------------------------------------
 * LINKS
 * -------------------------------------------------------------------------- */

a, a:link, a:visited {
  text-decoration: none;
  color: #cc4e00;
  cursor: pointer;
  }
a:active, a:hover {
  text-decoration: underline;
  color: #cc4e00;
  cursor: pointer;
  }
a.plain, a:active.plain, a:hover.plain {
  text-decoration: none;
  outline: none;
  }

/* -----------------------------------------------------------------------------
 * HEADINGS
 * -------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { color: #374963; }
h1 {
  color: #283649;
  font-size: 1.6em;
  font-weight: bold;
  padding: .6em 0 .4em 0;
  }
h2 {
  font-size: 1.4em;
  font-weight: bold;
  padding: .6em 0 .4em 0;
  border-bottom: 1px solid #dbdbc8;
  margin-bottom: .6em;
  }
h3 {
  font-size: 1.2em;
  font-weight: bold;
  padding: .6em 0 .4em 0;
  }
h4, h5 {
  border-bottom: 1px solid #dbdbc8;
  margin-bottom: .1em;
  }
h5, h6 { color: #7a7a6f; }
h5 { font-size: .8em; }
h6 { font-size: .6em; }

/* -----------------------------------------------------------------------------
 * TABLE ELEMENTS
 * -------------------------------------------------------------------------- */

table.padded th,
table.padded td { padding: .25em; }

/*
table {
  width: 100%;
  border: 0;
  margin: 1em 0 1.5em 0;
  padding: 0;
  }
th, td {
  padding: 0;
  text-align: left;
  vertical-align: top;
  }
th { background-color: #ededd8; }
td.label {
  width: 20%;
  text-align: right;
  }
*/

/* -----------------------------------------------------------------------------
 * FORMS
 * -------------------------------------------------------------------------- */

form { background-color: transparent; }
fieldset {
  width: auto;
  padding: 0;
  border: 0;
  margin: 0 0 1em 0;
  }
fieldset > *:first-child {
  margin-top: 0;
  }
fieldset table {
  padding-top: 1em;
  margin: 0;
  }

/* \*/

legend {
  width: 100%;
  padding: 6px 0;
  border: 0;
  border-top: 1px solid #1b2430;
  border-bottom: 1px solid #dbdbc8;
  margin: 0;
  color: #283649;
  background-color: #fff;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bold;
  letter-spacing: .1em;
  }

/* */

@media all and (min-width: 0px) /* for Opera 8 */ { 
  legend {
    margin-bottom: 1.6em;
  }
}

/*
input, textarea, select {
  font: inherit;
  white-space: normal;
  }
input, textarea, select, button { cursor: pointer; }
input[type='text']:focus, input[type='password']:focus, input[type='search']:focus, textarea:focus { cursor: text; }
input[type='hidden'] { display: none; }
input[disabled='true'] { }

select[multiple] { margin-bottom: .8em; }
option { padding: 0 .4em .1em; }
button { padding: .3em .5em; }
*/

.one         { width:  1.25em; }
.two         { width:  2.25em; }
.three       { width:  3.25em; }
.four        { width:  4.25em; }
.five        { width:  5.25em; }
.six         { width:  6.25em; }
.seven       { width:  7.25em; }
.eight       { width:  8.25em; }
.nine        { width:  9.25em; }
.ten         { width: 10.25em; }
.fifteen     { width: 15.25em; }
.twenty      { width: 20.25em; }
.twenty-five { width: 25.25em; }
.thirty      { width: 30.25em; }
.thirty-five { width: 35.25em; }
.forty       { width: 40.25em; }

form span {
  display: block;
  margin: 0;
  padding: 1px;
  border: 1px solid #dbdbc8;
  background-color: #fff;
  overflow: hidden;
/*
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -opera-border-radius: 4px;
  border-radius: 4px;
*/
  }

form span input,
form span textarea,
form span select {
  display: inline-block; /* default appearance */
  display: -moz-inline-box; /* default appearance */
  padding: 2px;
  border: 1px solid #dbdbc8;
  border-top-color: #b8b8a7;
  border-bottom-color: #cccab8;
  font-size: 11px;
  font-family: inherit;
  line-height: 13px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box: border-box;
/*
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -opera-border-radius: 2px;
  border-radius: 2px;
*/
  }
input[type='radio'] {
  position: relative;
  bottom: -.2em;
  }
form th, form td {
  padding: 0 8px 5px 0;
  vertical-align: middle;
  }
form td td {
  padding-bottom: 0;
  font-size: 1.0em;
  }
form td { padding-right: 0; }
table.snug { width: auto; }
form span.note {
  display: inline;
  padding: 0;
  border: none;
  background-color: transparent;
  overflow: auto;
  }
span.inline { 
  float: left;
  margin: 0 6px;
  }
span.inline select { min-width: 64px; /* Tried to appease Opera, useless */ }

textarea           { height: 6em; }
textarea.brief     { height: 50px;  width: 100%; }
textarea.body      { height: 100px; width: 100%; }
textarea.body_more { height: 200px; width: 100%; }
textarea.todo      { height: 75px; width: 100%; }

/* -----------------------------------------------------------------------------
 * BASIC STYLES
 * -------------------------------------------------------------------------- */

.note {
  color: #7a7a6f;
  font-style: italic;
  } 

p, ul, ol, blockquote {
  margin-bottom: 0.5em;
  }

hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dbdbc8;
  padding: 0;
  margin: 10px 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  }

/* -----------------------------------------------------------------------------
 * WRAPS AND DIRECT CHILDREN
 * -------------------------------------------------------------------------- */

#color_wrap, #head_wrap, #neck_wrap, #chest_wrap, #body_wrap {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 960px;
  margin: 0 auto;
  }

#head, #nav, #neck, #chest, #body, #foot {
  position: relative;
  width: 960px;
  height: auto;
  margin: 0 auto;
  }

/* -----------------------------------------------------------------------------
 * COLOSTRIP, GLOBAL NAVIGATION
 * -------------------------------------------------------------------------- */

#colors_wrap {
  height: 11px;
  background: #363631 url("/images/global/colorstrip.gif") repeat-x top left;
  }
#head_wrap {
  background: #363631 url("/images/global/header.gif") repeat-x bottom left;
  }
#head_wrap, #head, #nav, #nav li {
  height: 79px;
  }

#nav {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  list-style: none;
  }
#nav a,
#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
  color: #ff8030;
  }
#nav li {
  float: left;
  width: auto;
  padding: 0;
  list-style: none;
  }
#nav li a {
  display: block;
  width: auto;
  height: 68px;
  padding: 0;
  }

#nav_projects { width: 465px; }

#nav_home.here { background: transparent url("/images/home/pointer.gif") no-repeat bottom left; }
#nav_work.here { background: transparent url("/images/work/pointer.gif") no-repeat bottom left; }
#nav_notes.here { background: transparent url("/images/notes/pointer.gif") no-repeat bottom left; }
#nav_about.here { background: transparent url("/images/about/pointer.gif") no-repeat bottom left; }
#nav_contact.here { background: transparent url("/images/contact/pointer.gif") no-repeat bottom left; }
#nav_projects.here { background: transparent url("/images/projects/pointer.gif") no-repeat bottom left; }

/* -----------------------------------------------------------------------------
 * TOPLOGIN
 * -------------------------------------------------------------------------- */

#toplogin table {
  width: auto;
  height: 68px;
  }
#toplogin td {
  width: auto;
  height: 68px;
  vertical-align: top;
  font-size: 12px;
  }
#toplogin td.field {
  height: 39px;
  padding: 29px 0 0 3px;
  }
#toplogin td.text {
  height: 33px;
  padding: 35px 3px 0 3px;
  }
#toplogin span {
  width: 10em;
  margin: 0 2px 0 0;
  border-color: #4a4a43;
  background-color: #2e2e2a;
  }

#toplogin input[type="text"], #toplogin input[type="password"] {
  color: #fff;
  border-color: #4a4a43;
  background-color: #54544d;
  }

/* -----------------------------------------------------------------------------
 * NECK (TITLE, LOCAL NAVIGATION)
 * -------------------------------------------------------------------------- */

#neck_wrap {
  height: auto;
  padding: 3px 0 0 0;
  border-bottom: 1px solid #69695f;
  background-color: #455c7d;
  }
#neck img {
  display: inline-block;
  display: -moz-inline-box;
  }

/* -----------------------------------------------------------------------------
 * BODY
 * -------------------------------------------------------------------------- */

#chest_wrap, #body_wrap {
  padding: 10px 0;
  }
#chest_wrap {
  background: #ffdd8c url("/images/global/chester.gif") repeat-x bottom left;
  }
#chest, #body, #foot {
  width: 950px;
  padding-left: 6px;
  padding-right: 4px;
  }
#foot {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1em;
  }

/* -----------------------------------------------------------------------------
 * ALERTS
 * -------------------------------------------------------------------------- */

div#alerts {
  position: relative;
  width: 936px;
  padding: .6em 6px 0em 6px;
  background-color: #ffdd8c;
  border: 1px solid #dbdbc8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -opera-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto 1em auto;
  }

p.error {
  color: red;
  background: transparent url("/images/global/error.png") no-repeat left top;
  padding: 1px 0 0 21px;
  }
p.notice {
  background: transparent url("/images/global/notice.png") no-repeat left top;
  padding: 1px 0 0 21px;
  }
p.array {
  background: transparent url("/images/global/array.png") no-repeat left top;
  padding: 1px 0 0 21px;
  }
  
/* -----------------------------------------------------------------------------
 * FLOATS, INLINES, IMAGES
 * -------------------------------------------------------------------------- */

.float_left { float: left; }
.float_right { float: right; }
.inline { display: inline; }
.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  }
.aligned  {
  display: inline;
  position: relative;
  top: 8px;
  }
.aligned_ico  {
  display: inline;
  position: relative;
  top: 4px;
  }
.framed, .framed_left, .framed_right {
  padding: 2px;
  background-color: #fff;
  border: 1px solid #dbdbc8;
  }
.framed_left {
  float: left;
  margin: 0 10px 10px 0;
  }
.framed_right {
  float: right;
  margin: 0 0 10px 10px;
  }

/* -----------------------------------------------------------------------------
 * INDEX
 * -------------------------------------------------------------------------- */

body#index #body {
  padding-top: 5px;
  padding-bottom: 5px;
  }
#switcher {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: auto;
  height: 26px;
  margin: 0;
  list-style: none;
  }
#switcher li {
  float: left;
  width: auto;
  height: 26px;
  padding: 0;
  list-style: none;
  cursor: pointer;
  }
#switcher li a {
  display: block;
  width: auto;
  height: 26px;
  padding: 0;
  }

body#index #switcher li img { display: inline; }
body#index #switcher li.tab.active,
body#index #switcher li.tab:hover { border-bottom: 1px solid #fff; }

body#index #mask {
  position: relative;
  width: 950px;
  height: 441px;
  overflow: hidden;
  }
body#index #box { position: absolute; }
body#index #box div {
  float: left;
  width: 950px;
  height: 441px;
  }

body#index div.project table { padding: 0; }
body#index div.project td { vertical-align: top; }
body#index div.project td.image {
  width: 656px;
  padding: 0;
  }

body#index div.project td.words {
  width: 283px;
  padding-right: 10px;
  }

body#index div.project td.words ul li {
  list-style: disc outside;
  padding-left: 0;
  margin-left: 1.25em;
  }

body#index #chest_wrap { border-top: 1px solid #cccabb; }
body#index #chest table td {
  vertical-align: top;
  width: 182px;
  padding-right: 10px;
  padding-bottom: 10px;
  }

body#index #chest table td img { margin-bottom: .5em; }
body#index #chest table td p { margin-bottom: 0; }

/* -----------------------------------------------------------------------------
 * HOME
 * -------------------------------------------------------------------------- */

body#home #body {
  padding-top: 5px;
  padding-bottom: 5px;
  }
#switcher {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: auto;
  height: 26px;
  margin: 0;
  list-style: none;
  }
#switcher li {
  float: left;
  width: auto;
  height: 26px;
  padding: 0;
  list-style: none;
  cursor: pointer;
  }
#switcher li a {
  display: block;
  width: auto;
  height: 26px;
  padding: 0;
  }

body#home #switcher li img { display: inline; }
body#home #switcher li.tab.active,
body#home #switcher li.tab:hover { border-bottom: 1px solid #fff; }

body#home #mask {
  position: relative;
  width: 950px;
  height: 441px;
  overflow: hidden;
  }
body#home #box { position: absolute; }
body#home #box div {
  float: left;
  width: 950px;
  height: 441px;
  }

body#home div.project table { padding: 0; }
body#home div.project td { vertical-align: top; }
body#home div.project td.image {
  width: 656px;
  padding: 0;
  }

body#home div.project td.words {
  width: 283px;
  padding-right: 10px;
  }

body#home div.project td.words ul li {
  list-style: disc outside;
  padding-left: 0;
  margin-left: 1.25em;
  }

body#home #chest_wrap { border-top: 1px solid #cccabb; }
body#home #chest table td {
  vertical-align: top;
  width: 182px;
  padding-right: 10px;
  padding-bottom: 10px;
  }

body#home #chest table td img { margin-bottom: .5em; }
body#home #chest table td p { margin-bottom: 0; }

/* -----------------------------------------------------------------------------
 * ABOUT / CONTACT
 * -------------------------------------------------------------------------- */

body#about form#contact table td {
  padding: .25em .25em 0 0;
  vertical-align: top;
  }
body#about form#contact table td.label {
  width: 100px;
  padding: .75em .5em .25em 0;
  }

/* -----------------------------------------------------------------------------
 * BLOGGER-SPECIFIC STYLING
 * -------------------------------------------------------------------------- */

/* Layout
----------------------------------------------- */
body#notes #blog-header {
  margin-bottom: 12px;
  }
body#notes #blog-header h1 {
  margin: 0;
  padding: 0 0 6px 0;
  font-size: 225%;
  font-weight: normal;
  color: #612E00;
  }
body#notes #blog-header h1 a: link {
  text-decoration: none;
  }
body#notes #blog-header h1 a: visited {
  text-decoration: none;
  }
body#notes #blog-header h1 a: hover {
  border: 0;
  text-decoration: none;
  }
body#notes #blog-header p {
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 94%;
  line-height: 1.5em;
  }
body#notes div.clearer {
  clear: left;
  line-height: 0;
  height: 10px;
  margin-bottom: 12px;
  _margin-top: -4px; /* IE Windows target */
  background: url("http: //www.blogblog.com/scribe/divider.gif") no-repeat bottom left;
  }
@media all {
  body#notes #main {
    width: 800px;
    float: right;
    padding: 8px 0;
    margin: 0;
    }
  body#notes #sidebar {
    width: 150px;
    float: left;
    padding: 8px 0;
    margin: 0;
    }
  }
@media handheld {
  body#notes #main {
    width: 100%;
    float: none;
    }
  body#notes #sidebar {
    width: 100%;
    float: none;
    }
  }

/* Typography : :  Main entry
----------------------------------------------- */
body#notes h2.date-header {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 90%;
  margin: 0;
  padding: 0;
  }
body#notes .post {
  margin: 8px 0 24px 0;
  line-height: 1.5em;
  }
body#notes h3.post-title {
  font-weight: normal;
  font-size: 140%;
  color: #1B0431;
  margin: 0;
  padding: 0;
  }
body#notes .post-body p {
  margin: 0 0 .6em 0;
  }
body#notes .post-footer {
  font-family: Verdana, sans-serif;
  color: #211104;
  font-size: 74%;
  border-top: 1px solid #BFB186;
  padding-top: 6px;
  }
body#notes .post ul {
  margin: 0;
  padding: 0;
  }
body#notes .post li {
  line-height: 1.5em;
  list-style: none;
  background: url("http: //www.blogblog.com/scribe/list_icon.gif") no-repeat 0px .3em;
  vertical-align: top;
  padding:  0 0 .6em 17px;
  margin: 0;
  }

/* Typography : :  Sidebar
----------------------------------------------- */
body#notes h2.sidebar-title {
  font-weight: normal;
  font-size: 120%;
  margin: 0;
  padding: 0;
  color: #211104;
  }
body#notes h2.sidebar-title img {
  margin-bottom: -4px;
  }
body#notes #sidebar ul {
  font-family: Verdana, sans-serif;
  font-size: 86%;
  margin: 6px 0 12px 0;
  padding: 0;
  }
body#notes #sidebar ul li {
  list-style:  none;
  padding-bottom: 6px;
  margin: 0;
  }
body#notes #sidebar p {
  font-family: Verdana,sans-serif;
  font-size: 86%;
  margin: 0 0 .6em 0;
  }

/* Comments
----------------------------------------------- */
body#notes #comments {}
body#notes #comments h4 {
  font-weight: normal;
  font-size: 120%;
  color: #29303B;
  margin: 0;
  padding: 0;
  }
body#notes #comments-block {
  line-height: 1.5em;
  }
body#notes .comment-poster {
  background: url("http: //www.blogblog.com/scribe/list_icon.gif") no-repeat 2px .35em;
  margin: .5em 0 0;
  padding: 0 0 0 20px;
  font-weight: bold;
  }
body#notes .comment-body {
  margin: 0;
  padding: 0 0 0 20px;
  }
body#notes .comment-body p {
  font-size: 100%;
  margin: 0 0 .2em 0;
  }
body#notes .comment-timestamp {
  font-family: Verdana, sans-serif;
  color: #29303B;
  font-size: 74%;
  margin: 0 0 10px;
  padding: 0 0 .75em 20px;
  }
body#notes .comment-timestamp a: link {
  color: #473624;
  text-decoration: underline;
  }
body#notes .comment-timestamp a: visited {
  color: #716E6C;
  text-decoration: underline;
  }
body#notes .comment-timestamp a: hover {
  color: #956839;
  text-decoration: underline;
  }
body#notes .comment-timestamp a: active {
  color: #956839;
  text-decoration: none;
  }
body#notes .deleted-comment {
  font-style: italic;
  color: gray;
  }
body#notes .paging-control-container {
  float:  right;
  margin:  0px 6px 0px 0px;
  font-size:  80%;
  }
body#notes .unneeded-paging-control {
  visibility:  hidden;
  }

/* Profile
----------------------------------------------- */
body#notes #profile-container {
  margin-top: 12px;
  padding-top: 12px;
  height: auto;
  background: url("http: //www.blogblog.com/scribe/divider.gif") no-repeat top left;
  }
body#notes .profile-datablock {
  margin: 0 0 4px 0;
  }
body#notes .profile-data {
  display: inline;
  margin: 0;
  padding: 0 8px 0 0;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 90%;
  color: #211104;
  }
body#notes .profile-img {
  display: inline;
  }
body#notes .profile-img img {
  float: left;
  margin: 0 8px 0 0;
  border: 1px solid #A2907D;
  padding: 2px;
  }
body#notes .profile-textblock {
  font-family: Verdana, sans-serif;
  font-size: 86%;
  margin: 0;
  padding: 0;
  }
body#notes .profile-link {
  margin-top: 5px;
  font-family: Verdana, sans-serif;
  font-size: 86%;
  }

/* Post photos
----------------------------------------------- */
body#notes img.post-photo {
  border: 1px solid #A2907D;
  padding: 4px;
  }

/* Feeds
----------------------------------------------- */
body#notes #blogfeeds {
  }
body#notes #postfeeds {
  padding: 0 0 12px 20px;
  }
/* -----------------------------------------------------------------------------
 * PROJECT MANAGER: LOGIN
 * -------------------------------------------------------------------------- */

body#projects form#login,
body#projects form#forgot {
  float: left;
  width: 450px;
  }
body#projects form#login {
  margin-right: 12px;
  }

/* -----------------------------------------------------------------------------
 * PROJECT MANAGER: ALL
 * -------------------------------------------------------------------------- */

body#projects h2,
body#projects h3 { margin-bottom: 1em; }
body#projects #switcher { bottom: 1px; }

/* -----------------------------------------------------------------------------
 * PROJECT MANAGER: MENU
 * -------------------------------------------------------------------------- */

body#projects #menu_wrapper {
  float: left;
  width: 168px;
  height: auto;
  padding: 0;
  margin: 0 10px 0 0;
  }
body#projects #menu_top,
body#projects #menu_end {
  font-size: 0;
  line-height: 0;
  }
body#projects #menu_top {
  position: relative;
  width: 168px;
  height: 5px;
  background: transparent url("/images/projects/menu_top.gif") no-repeat top left;
  }
body#projects #menu_mid {
  position: relative;
  width: 168px;
  height: auto;
  background: transparent url("/images/projects/menu_mid.gif") repeat-y top left;
  }
body#projects #menu_mid ul {
  list-style: none;
  width: 168px;
  padding-bottom: 9px;
  margin-bottom: 0;
  background: transparent url("/images/projects/menu_div.gif") no-repeat bottom left;
  }
body#projects #menu_mid ul.last {
  padding-bottom: 0;
  background-image: none;
  }
body#projects #menu_mid ul li {
  list-style: none;
  display: block;
  width: 168px;
  height: 19px;
  padding: 0;
  margin: 0;
  }
body#projects #menu_mid ul li a {
  display: block;
  width: 145px;
  height: 16px;
  padding: 3px 3px 0 20px;
  margin: 0;
  }
body#projects #menu_mid ul li:hover {
  background: transparent url("/images/projects/menu_hover.gif") no-repeat top left;
  }
body#projects #menu_mid ul li.switch:hover {
  background: transparent url("/images/projects/menu_switch.gif") no-repeat top left;
  }
body#projects #menu_mid ul li.here,
body#projects #menu_mid ul li.here:hover {
  background: transparent url("/images/projects/menu_here.gif") no-repeat top left;
  }
body#projects #menu_mid ul li.here *,
body#projects #menu_mid ul li:hover * {
  text-decoration: none;
  color: #fff;
  }
body#projects #menu_mid .header {
  display: block;
  width: 155px;
  height: 16px;
  padding: 3px 3px 0 10px;
  margin: 0;
  text-transform: uppercase;
  color: #283649;
  }
body#projects #menu_end {
  position: relative;
  width: 168px;
  height: 5px;
  background: transparent url("/images/projects/menu_end.gif") no-repeat top left;
  }

/* -----------------------------------------------------------------------------
 * PROJECTS OVERVIEW PANELS & PANES
 * -------------------------------------------------------------------------- */

body#projects .panel {
  width: 782px;
  height: auto;
  margin: 0 auto 0 168px;
  }
body#projects .panel > h2 {
  margin: 0;
  /*margin-left: 10px;*/
  }
  
/* - - OVERVIEW - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body#projects .pane {
  float: left;
  width: 375px;
  height: auto;
  background-color: #fff;
  padding: 2px;
  border: 1px solid #dbdbc8;
  margin: 10px 0 0 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -opera-border-radius: 4px;
  border-radius: 4px;
  }
body#projects #overview_notes.pane {
  margin-right: 10px;
  }

body#projects .pane > * {
  padding: .5em;
  margin: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -opera-border-radius: 2px;
  border-radius: 2px;
  }
body#projects .pane > h3 {
  color: #fff;
  background-color: #455d7c;
  }

body#projects #overview_schedule.pane table {
  width: 375px;
  padding: 0;
  margin: 2px 0 0 0;
  }
body#projects #schedule.panel table.bigCal {
  width: 772px;
  padding: 0;
  margin: 0;
  }

body#projects #overview_schedule.pane table th,
body#projects #overview_schedule.pane table td {
  width: 51px;
  height: 31px;
  }
body#projects #schedule.panel table.bigCal th,
body#projects #schedule.panel table.bigCal td {
  width: 110px;
  height: 90px;
  }
body#projects #overview_schedule.pane table th,
body#projects #overview_schedule.pane table td,
body#projects #schedule.panel table.bigCal th,
body#projects #schedule.panel table.bigCal td {
  padding: 3px;
  border: 1px solid #dbdbc8;
  vertical-align: top;
  }
body#projects #overview_schedule.pane table th,
body#projects #schedule.panel table.bigCal th {
  height: auto;
  background-color: #ededd8;
  }
body#projects #overview_schedule.pane table td.off,
body#projects #schedule.panel table.bigCal td.off {
  background-color: #ededd8;
  color: #dbdbc8;
  }

body#projects #overview .pane > ul > li,
body#projects .panel > ul > li {
  list-style: none;
  margin: 0;
  }

/*
body#projects #notes li.list > h4,
body#projects #notes li.list > h5,
body#projects #notes li.list > ul,
body#projects #notes li.list > .body { padding-left: 25px; }
body#projects #notes li.list > h4 { color: #fff; background: #374963 url("/images/icons/list.png") no-repeat .3em 3px; }
  
body#projects #notes li.list > ul > li > h4,
body#projects #notes li.list > ul > li > h5,
body#projects #notes li.list > ul > li > .body { padding-left: 26px; }
body#projects #notes li.list > ul > li.note > h4 { background: url("/images/icons/note.png") no-repeat .3em left; }
body#projects #notes li.list > ul > li.todo > h4 { background: url("/images/icons/todo.png") no-repeat .3em left; }
body#projects #notes li.list > ul > li > h5 { background: url("/images/icons/date.png") no-repeat .2em left; }

body#projects #notes li.list > h4:hover,
body#projects #notes li.list > ul > li > h4:hover { cursor: pointer; }
*/

/* - - TO-DOS, NOTES, CLIENTS - - - - - - - - - - - - - - - - - - - - */

/*
.byline {
  font-size: .8em;
  padding-bottom: .5em;
  border-bottom: 1px solid #dbdbc8;
  }

.todo_list .byline {
  padding-bottom: 0;
  border-bottom: none;
  }
*/

/*
#now table,
#todos table,
#billing table,
#notes table,
#clients table { margin: 0; }
*/

/*
td.lbl { width: 3em; padding: 2px 5px 0 0; text-align: right; }
td.chk { width: 20px; padding-top: 2px; text-align: left; }
td.txt { padding: 2px 0; }
td.txt input,
td.txt textarea { width: 100%; }
td.btn_e, td.btn_er, td.btn_err { padding-left: 5px; }
td.btn_e { width: 20px; }
td.btn_er { width: 40px; }
td.btn_err { width: 60px; }
td.btn_a,
td.btn_ca,
td.btn_cu,
td.btn_ase,
td.btn_case,
td.btn_cuse { padding: 0 0 0 5px; text-align: right; }
td.btn_a { width: 51px; }
td.btn_ca { width: 110px; }
td.btn_cu { width: 120px; }
td.btn_ase { width: 171px; }
td.btn_case { width: 230px; }
td.btn_cuse { width: 240px; }
*/

/*
#todos h2 { margin: .5em 0; }
#now h2, #notes h2 { margin: .5em 0 0 0; }
#now_new, #todo_new, #note_new { padding-bottom: .5em; }

#now_new input,
#todo_new input,
#note_new input { width: 100%; }
#now_new textarea,
#todo_new textarea,
#note_new textarea { width: 100%; height: 75px; }
*/

/*
.now_top,
.todo_top,
.note_top,
.proj_top {
  border-top: 1px solid #7a7a6f;
  }
.now_top .buttons,
.todo_top .buttons,
.note_top .buttons,
.proj_top .buttons {
  float: right;
  text-align: right;
  width: 100px;
  margin: 5px 0 0 5px;
  white-space: nowrap;
  }
.now_top .buttons img,
.todo_top .buttons img,
.note_top .buttons img,
.proj_top .buttons img {
  display: inline;
  }

.now_list,
.todo_list,
.note_list,
.proj_list {
  padding: .5em 0 0 0;
  border-top: 1px solid #dbdbc8;
  margin: 0;
  }

.now_list li,
.list_list li,
.todo_list li,
.note_list li,
.proj_list li {
  background-image: none;
  padding: 0;
  }

.now_list li .handy,
.list_list li .handy,
.todo_list li .handy,
.note_list li .handy,
.proj_list li .handy {
  cursor: pointer;
  }
*/

/*
.todo_list li *,
.note_list li *,
.client_list li * {
  padding-top: 0;
  border-top: 0;
  border-bottom: 0;
  }
*/
/*
.now_list li li,
.todo_list li li,
.note_list li li,
.proj_list li li {
  height: auto;
  background: url(../i/arrow.gif) no-repeat 0 .25em;
  padding-left: 10px;
  border-top: none;
  margin-top: 0;
  }
.now_list li li.here,
.todo_list li li.here,
.note_list li li.here,
.proj_list li li.here {
  background: url(../i/arrow_here.gif) no-repeat 5px .25em;
  padding-left: 15px;
  }
*/
  
/* - - BILLING (HOURS & EXPENSES) - - - - - - - - - - - - - - - - - - */

/*
#billing h2 { margin-bottom: .25em; }

#billing .bootstrapped { margin-top: -14px; }

#billing th,
#billing td {
  border: 0;
  padding: .75em;
  }
#billing th {
  font-weight: normal;
  background-color: #dbdbc8;
  }

#billing td.newRow { background-color: #ededd8; }
#billing td.address { width: 50%; }

#billing tr.unbilled td { }
#billing tr.billed td { color: #a7a797; }
#billing tr.paid td { color: #dbdbc8; }
tr.checked { background-color: #ededd8; }
*/
  /***************/
 /* vlaCalendar */
/***************/

/* Picker */

.vlaCalendarPicker {
	position: absolute;
	z-index: 999;
	
	margin-top: -5px;
	margin-left: -2px;
	
	display: none;
}

.vlaCalendarPicker .pickerBackground {
	background: transparent url('../images/calendar_background.png') no-repeat top center;
	padding: 16px;
	height: 130px;
	width: 166px;
	overflow: hidden;
}

/* Background for IE6 - code does not validate as it is a hack */
*html .vlaCalendarPicker .pickerBackground {
	background-image: url('../images/calendar_background.gif');
}

/* Main calendar */

.vlaCalendar, .vlaCalendar table {
	font-family: calibri, arial !important;
	color: black;
	font-size: 12px !important;
}

.vlaCalendar {
	display: block;
	width: 164px;
}
.vlaCalendar .container, .vlaCalendar .container div {
	width: 164px;
	height: 130px;
	text-align: left;
	position: absolute;
	overflow: hidden;
}

.vlaCalendar span.indication {
	display: block;
	text-align: center;
}

.vlaCalendar table {
	margin-top: 8px;
	text-align: right;
	border-collapse: collapse;
	background-color: white; /* <- IE ugly text in transition fix  */
}

.vlaCalendar .picker td {
	cursor: pointer;
}

/* Label & arrows */

.vlaCalendar .label:hover {
	color: #0066cc;
	cursor: pointer;
}
.vlaCalendar .noHover:hover {
	color: black;
	cursor: default;
}

.vlaCalendar .arrowLeft, .vlaCalendar .arrowRight {
	background: transparent url('../images/arrowleft.gif') no-repeat center;
	height: 12px;
	width: 10px;
	cursor: pointer;
}
.vlaCalendar .arrowLeft {
	margin-left: 5px;
	float: left;
}
.vlaCalendar .arrowLeft:hover {
	background-image: url('../images/arrowleft_hover.gif');
}
.vlaCalendar .arrowRight {
	margin-right: 5px;
	float: right;
	background-image: url('../images/arrowright.gif');
}
.vlaCalendar .arrowRight:hover {
	background-image: url('../images/arrowright_hover.gif');
}

/* Month */

.vlaCalendar .month th {
	text-align: center;
	font-weight: normal;
	width: 24px;
	padding-bottom: 1px;
	border-bottom: 1px solid #f5f5f5;
}

.vlaCalendar .month td {
	padding-right: 3px;
	height: 15px;
}

.vlaCalendar .month tr.firstRow td {
	padding-top: 2px;
}

.vlaCalendar .month td:hover {
	background: url('../images/day_hover.gif') bottom no-repeat;
	color: #0066cc;
}

.vlaCalendar .month td.selected {
	background: url('../images/day_selected.gif') bottom no-repeat;
	color: #0066cc;
}
.vlaCalendar .month td.selected:hover {
	background-image: url('../images/day_selected_hover.gif');
}

.vlaCalendar .month td.outsideDay {
	color: #a8a8a8;
}
.vlaCalendar .month td.outsideDay:hover {
	color: #b1c5fc;
}

/* Year & decade */

.vlaCalendar .year {
	margin-left: 2px;
}

.vlaCalendar .year td {
	width: 40px;
	height: 35px;
	text-align: center;
	cursor: pointer;
}
.vlaCalendar .year td:hover {
	background: url('../images/month_hover.gif') center no-repeat;
	color: #0066cc;
}

.vlaCalendar .year td.selected {
	background: url('../images/month_selected.gif') center no-repeat;
}
.vlaCalendar .year td.selected:hover {
	background-image: url('../images/month_selected_hover.gif');
}

.vlaCalendar .year td.current {
	background: url('../images/month_current.gif') center no-repeat;
	color: #0066cc;
}
.vlaCalendar .year td.current:hover {
	background-image: url('../images/month_current_hover.gif');
}

.vlaCalendar .year td.selectedcurrent {
	background: url('../images/month_selectedcurrent.gif') center no-repeat;
}
.vlaCalendar .year td.selectedcurrent:hover {
	background-image: url('../images/month_selectedcurrent_hover.gif');
}

.vlaCalendar .year td.outsideYear {
	color: #a8a8a8;
}
.vlaCalendar .year td.outsideYear:hover {
	color: #b1c5fc;
}
/* -----------------------------------------------------------------------------
 * ENGLISH
 * -------------------------------------------------------------------------- */
