html
{
    height: 100%;
}

body
{
    background: url(../images/tagline_background.png) left top repeat-x;
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
    font-size: 100%;
    height: 100%;
    margin: 0;
}

body.coming_soon,
body.apps
{
    background: none;
}

a:link,
a:visited,
a:active,
a:hover
{
    text-decoration: none;
}

#content a:link,
#content a:visited,
#content a:active,
.footer a:link,
.footer a:active,
.footer a:visited,
.nav_footer .contact_information a:link,
.nav_footer .contact_information a:active,
.nav_footer .contact_information a:visited
{
    color: #0B61D7;
}

#content a:hover,
.footer a:hover,
.nav_footer .contact_information a:hover
{
    color: #000;
}

.nav_footer a:link,
.nav_footer a:active,
.nav_footer a:visited
{
    color: #777;
}

.footer a:hover,
.nav_footer a:hover
{
    color: #000;
}

.nav_footer li a
{
    display: block;
}

a img
{
    border: 0;
}

#container
{
    margin: 12px auto 0 auto;
    padding-bottom: 20px;
    width: 100%;
}

#content
{
    margin: 0 auto;
    padding: 130px 26px 0 26px;
    position: relative;
    width: 948px;
}

#logo
{
    position: absolute;
    top: -3px;
    left: 15px;
}

.navigation
{
    background: url(../images/navigation_background.gif) repeat-x;
    width: 100%;
    height: 46px;
    z-index: 100;
}

.navigation ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.navigation li
{
    display: inline;
    margin: 0;
    padding: 0;
}

.navigation li.right
{
    position: absolute;
    top: 0;
    right: 0;
}

.navigation li a
{
    background-image: url(../images/navigation.gif);
    background-repeat: none;
    float: left;
    height: 48px;
    outline: 0;
}

.navigation li a.home            { width: 69px;  background-position: 0 0; }
.navigation li a.apps            { width: 63px;  background-position: -70px 0; }
.navigation li a.services        { width: 84px;  background-position: -133px 0; }
.navigation li a.portfolio       { width: 101px; background-position: -221px 0; }
.navigation li a.about           { width: 75px; background-position: -322px 0; }
.navigation li a.contact         { width: 89px; background-position: -397px 0; }
.navigation li a.essays          { width: 75px; background-position: -485px 0; }
.navigation li a.goodies         { width: 87px; background-position: -558px 0; }
.navigation li a.client_intranet { width: 132px; background-position: -815px 0; }

.navigation li a.home:hover            { width: 69px;  background-position: 0 -48px }
.navigation li a.apps:hover            { width: 63px;  background-position: -70px -48px; }
.navigation li a.services:hover        { width: 84px;  background-position: -133px -48px; }
.navigation li a.portfolio:hover       { width: 101px; background-position: -221px -48px; }
.navigation li a.about:hover           { width: 75px; background-position: -322px -48px; }
.navigation li a.contact:hover         { width: 89px; background-position: -397px -48px; }
.navigation li a.essays:hover          { width: 75px; background-position: -485px -48px; }
.navigation li a.goodies:hover         { width: 87px; background-position: -558px -48px; }
.navigation li a.client_intranet:hover { width: 132px; background-position: -815px -48px; }

.navigation li a.home.current,
.navigation li a.home:active            { width: 69px;  background-position: 0 -96px }
.navigation li a.apps.current,
.navigation li a.apps:active            { width: 63px;  background-position: -70px -96px; }
.navigation li a.services.current,
.navigation li a.services:active        { width: 84px;  background-position: -133px -96px; }
.navigation li a.portfolio.current,
.navigation li a.portfolio:active       { width: 101px; background-position: -221px -96px; }
.navigation li a.about.current,
.navigation li a.about:active           { width: 75px; background-position: -322px -96px; }
.navigation li a.contact.current,
.navigation li a.contact:active         { width: 89px; background-position: -397px -96px; }
.navigation li a.essays.current,
.navigation li a.essays:active          { width: 75px; background-position: -485px -96px; }
.navigation li a.goodies.current,
.navigation li a.goodies:active         { width: 87px; background-position: -558px -96px; }
.navigation li a.client_intranet.current,
.navigation li a.client_intranet:active { width: 132px; background-position: -815px -96px; }

#content.with_sidebar
{
    padding-right: 311px;
    width: 670px;
}

.sidebar
{
    background-image: url(../images/rounded_rectangle/sidebar_top.png);
    background-repeat: no-repeat;
    clear: right;
    float: right;
    margin-bottom: 20px;
    width: 243px;
    margin-left: 35px; /* For IE7 */
    margin-right: -281px;
}

.sidebar.short
{
    background-image: url(../images/rounded_rectangle/sidebar_top_short.png);
}

.sidebar.tall
{
    background-image: url(../images/rounded_rectangle/sidebar_top_tall.png);
}

.sidebar .wrapper
{
    background: url(../images/rounded_rectangle/sidebar_bottom.png) bottom no-repeat;
    margin: 0;
    padding: 16px 18px 18px 16px;
}

#content .sidebar h2
{
    font-size: .875em; /* 14px */
    margin-top: 0;
    margin-left: 0;
}

#content .sidebar * + h2
{
    margin-top: 25px;
}

#content .sidebar p + .contact_information
{
    margin-top: 1em;
}

#content .sidebar .contact_information + h2
{
    font-size: .75em;
}

#content .sidebar h2 + h2
{
    margin-top: 1.25em;
}

#content .sidebar p,
#content .sidebar li
{
    font-size: .625em; /* 10px */
}

#content .sidebar p
{
    margin: 1.25em 0 0 0;
    text-align: justify;
}

#content .sidebar h2 + p
{
    margin-top: 0;
}

#content .sidebar ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#content .sidebar ul li
{
    list-style: none;
}

#content .sidebar .download
{
    display: block;
    font-size: .875em; /* 14px */
    font-weight: bold;
    text-align: center;
}

#content .sidebar .download img
{
    border: 0;
    margin: 0 auto -10px auto;
}

#content.no_logo
{
    padding-top: 10px;
    text-align: center;
}

#content.no_logo h1
{
    position: static;
}

#content.no_logo h2,
#content.no_logo p
{
    text-align: center;
}

#content.no_logo form
{
    margin-left: auto;
    margin-right: auto;
    width: 603px;
}

#content.no_logo form p
{
    text-align: left;
}


#content.extra_wide
{
    padding-right: 0;
    padding-left: 26px;
    width: 974px;
}

#content.no_logo.extra_wide
{
    padding-left: 0;
}

#content.no_logo.extra_wide .extra_wide_box
{
    margin-left: -12px;
}

.extra_wide_box
{
    width: 998px;
}

h1
{
    line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 39px;
    left: 150px;
}

h2
{
    font-size: 1.125em; /* 18px */
    margin: 15px 0 7px 0;
}

#content h2 a
{
    margin-left: -8px;
    padding: 8px;
}

p + h2
{
    margin-top: 30px;
}

div.code + h2
{
    margin-top: 30px;
}

h1 + h2,
.sidebar + h2
{
    margin-top: 0;
}

h3
{
    font-size: .938em; /* 15px */
    font-weight: bold;
    margin: 1em 0 .5em 0;
    padding: 0;
}

h4
{
    font-size: 0.9em; /* 16px */
    font-weight: bold;
    margin: 1.25em 0 .5em 0;
    padding: 0;
}

#content p
{
    font-size: .75em; /* 12px */
    line-height: 1.8;
    margin: 0 0 1.25em 0;
    padding: 0;
}

#content ul li
{
    list-style: square;
}

#content ol li,
#content ul li
{
    font-size: .75em; /* 12px */
    line-height: 1.625em; /* 18px */
    margin-bottom: .5em;
}

#content li li
{
    font-size: 100%;
}

#content ul ul,
#content ol ol
{
    margin-top: .5em;
}

#content blockquote
{
    color: #666;
    margin: 1em 40px;
}

#content blockquote p
{
    line-height: 1.5 !important;
    margin: 12px auto !important;
}

#content h2 + ul,
#content h2 + img.right + ul,
#content h2 + img.left + ul
{
    margin-top: 0;
}

#content hr
{
    background: #ccc;
    border: 0;
    clear: both;
    color: #ccc;
    height: 2px;
    margin: 25px auto;
    width: 100%;
}

#content hr.dotted
{
    background: #fff;
    height: 1px;
    border-top: 1px dotted #aaa;
}

#content .tab_navigation
{
    background: url(../images/tab_navigation_inactive.gif) top repeat-x;
    position: absolute;
    top: 86px;
    left: 148px;
    min-height: 19px;
    padding-left: 3px;
    width: 828px;
}

#content.with_sidebar .section_navigation
{
    margin-right: -284px;
}

#content .section_navigation ul,
#content .section_navigation li span,
#content .section_navigation li.section_title a,
#content .section_navigation li.last,
#content .section_navigation li.last.current a,
#content .section_navigation li a.active,
#content .section_navigation li a:active,
#content .section_navigation li.current a
{
    background-image: url(../images/section_navigation_background.gif) !important;
    background-repeat: none !important;
}


#content .section_navigation ul
{
    float: right;
    height: 30px;
    margin: -94px 0 0 0;
    padding: 0;
}

#content .section_navigation li
{
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
}

#content .section_navigation li a
{
    background-position: left -60px;
    float: left;
    height: 26px;
    outline: 0;
    padding: 4px 8px 0 9px;
}

#content .section_navigation li a.active,
#content .section_navigation li a:active
{
    background-position: left -90px;
}

#content .section_navigation li.current a
{
    background-position: left -90px;
    color: #000;
}

#content .section_navigation li span
{
    background-position: left -60px;
    float: left;
    height: 30px;
    width: 1px;
}

#content .section_navigation li.section_title span
{
    display: none;
}

#content .section_navigation li.section_title a
{
    background-position: left -120px;
    font-weight: bold;
    padding-left: 1.5em;
}

#content .section_navigation li.section_title a:hover
{
    background-position: left -150px;
}

#content .section_navigation li.section_title a.active,
#content .section_navigation li.section_title a:active
{
    background-position: left -180px;
}

#content .section_navigation li.section_title.current a
{
    background-position: left -30px;
    color: #000;
    padding-left: 9px;
}

#content .section_navigation li.last
{
    background-position: right top;
}

#content .section_navigation li.last a.active,
#content .section_navigation li.last a:active
{
    background-position: right -30px;
}

#content .section_navigation li.last.current a
{
    background-position: right -30px;
    color: #000;
}

#content .section_navigation li.only a
{
    padding-right: 4px;
}

#content .section_navigation li.only span
{
    background-position: right top;
    display: block !important;
    float: right;
    width: 3px;
}

#content .section_navigation li.only:active span
{
    background-position: right -30px;
}

#content .sub_navigation ul
{
    margin: 0;
    padding: 0;
}

#content .sub_navigation ul li
{
    background: url(../images/sub_navigation_inactive.gif) top repeat-x;
    list-style: none;
    float: left;
    font-size: 12px; /* 12px */
    margin: 0 0;
    padding: 0 0 3px 0;
}

#content .sub_navigation li a
{
    outline: 0;
    padding: 0 10px;
    vertical-align: -1px;
}

#content .sub_navigation li.active
{
    background: url(../images/sub_navigation_active_top.gif) top left repeat-x;
}

#content .sub_navigation li.active a
{
    color: #000;
    padding: 0 5px;
    vertical-align: 4px;
}

#content .sub_navigation li.active + li a
{
    padding-left: 16px;
}

.rounded_rectangle
{
    margin: 5px 0 28px 0;
    padding-top: 20px;
}

.rounded_rectangle .wrapper
{
    padding: 0 20px;
}

.rounded_rectangle.full,
.rounded_rectangle.blog
{
    width: 998px;
}

.rounded_rectangle.full.white,
.rounded_rectangle.full.white_to
{
    background: url(../images/rounded_rectangle/full_white_top.png) top no-repeat;
}

.rounded_rectangle.full.white .wrapper
{
    background: url(../images/rounded_rectangle/full_white_bottom.png) bottom no-repeat;
}

.rounded_rectangle.full.white_to.grey .wrapper
{
    background: url(../images/rounded_rectangle/full_white_to_grey_bottom.png) bottom no-repeat;
}

.rounded_rectangle.errors
{
    background: url(../images/rounded_rectangle/error_top.png) top left no-repeat;
    padding-top: 15px;
}

.rounded_rectangle.errors .wrapper
{
    background: url(../images/rounded_rectangle/error_bottom.png) bottom left no-repeat;
    padding-bottom: 15px;
}

.rounded_rectangle.notification
{
    background: url(../images/rounded_rectangle/notification_top.png) top left no-repeat;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    width: 670px;
}

.rounded_rectangle.notification .wrapper
{
    background: url(../images/rounded_rectangle/notification_bottom.png) bottom left no-repeat;
    min-height: 32px;
    padding-bottom: 15px;
}

.rounded_rectangle.notification .clear
{
    display: none;
}

.rounded_rectangle.notification strong
{
    color: #000;
}

#content .rounded_rectangle.notification p
{
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
    padding-top: 8px;
}

p + .rounded_rectangle.notification,
.video + .rounded_rectangle.notification,
.photo + .rounded_rectangle.notification
{
    margin-top: 1.75em;
}

.rounded_rectangle.table_of_contents
{
    background: url(../images/rounded_rectangle/table_of_contents_top.png) top left no-repeat;
    margin-left: 0;
    margin-bottom: 30px;
    padding-top: 15px;
    width: 523px;
}

h1 + .rounded_rectangle.table_of_contents
{
    margin-top: 0;
}

.rounded_rectangle.table_of_contents .wrapper
{
    background: url(../images/rounded_rectangle/table_of_contents_bottom.png) bottom left no-repeat;
    margin: 0;
    padding: 20px 15px 10px 0;
}

#content .rounded_rectangle.table_of_contents ul,
#content .rounded_rectangle.table_of_contents ol
{
    margin: 6px 0 0 15px;
    padding: 0;
}

#content .rounded_rectangle.table_of_contents ol
{
    margin-left: 24px;
}

#content .rounded_rectangle.table_of_contents ul ul,
#content .rounded_rectangle.table_of_contents ol ol
{
    margin: 8px 0 -8px 16px;
    padding: 0;
}

#content .rounded_rectangle.table_of_contents ul li,
#content .rounded_rectangle.table_of_contents ol li
{
    font-size: .689em;
    line-height: 1.4em;
    margin: 0 0 0 7px;
    padding: 0 0 8px 0;
    text-indent: -7px;
}

#content .rounded_rectangle.table_of_contents ol li
{
    padding-left: 7px;
}

#content .rounded_rectangle.table_of_contents ul li
{
    list-style: none;
}

#content .rounded_rectangle.table_of_contents ul ul li,
#content .rounded_rectangle.table_of_contents ol ol li
{
    font-size: 100%;
}

#content .rounded_rectangle.notification + .rounded_rectangle.table_of_contents
{
    margin-top: 30px;
}

.rounded_rectangle p
{
    color: #494949;
    font-size: .689em; /* 11px */
    line-height: 1.625em; /* 26px */
    margin: .5em 0 1.5em 0;
}

img.right
{
    float: right;
    margin-top: 10px;
    margin-left: 20px;
}

img.left
{
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}

img.border,
.photo img,
.video object
{
    border: 1px solid #000;
    padding: 4px;
}

p > img.left,
p > img.right
{
    margin-top: 5px;
}

img.photo,
.images img
{
    border: solid 1px #bbb;
    padding: 4px;
}

.video,
.photo,
.audio,
.screenshot
{
    display: block;
    line-height: 0;
    margin: 1em auto;
    text-align: center;
}

img.photo.no_border
{
    border: 0;
    padding: 0;
}

.caption
{
    color: #666;
    display: block;
    font-size: .814em; /* 14px */
    font-weight: bold;
    margin: -.5em auto 1.5em auto;
    text-align: center;
}

a.enlarge
{
    background: url(../images/magnify.png) top left no-repeat;
    display: block;
    font-size: .814em; /* 14px */
    font-weight: bold;
    height: 21px;
    margin: -1.25em auto 1.5em auto;
    padding-left: 28px;
    padding-top: 3px;
    text-align: center;
    width: 160px;
}

.images
{
    display: block;
    margin: 1.25em auto;
    text-align: center;
}

.images a
{
    padding: 1.5em;
}

.video object
{
    width: 460px;
}

h1 > .pullquote_big,
#content > .pullquote_big
{
    margin-top: 5px;
}

.pullquote_big
{
    margin: 15px 0;
}

.pullquote_small
{
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

#content .contact_information p
{
    font-size: .689em; /* 11px */
    margin-bottom: 7px;
}

#content .sidebar .contact_information h2
{
    font-size: .814em; /* 13px */
    font-weight: bold;
}

.contact_information p span
{
    clear: left;
    display: block;
    float: left;
    width: 40px;
}

.contact_information p a span,
.footer .top_half a span
{
    clear: none;
    float: none;
    display: inline;
    word-spacing: -1px;
}

#content .column1,
#content .column2,
#content .column3
{
    float: left;
    margin-right: 30px;
    width: 300px;
}

#content .column3
{
    margin-right: 0;
}

#content .column1 img.left
{
    margin-left: -45px;
}

#content .column3 img.right
{
    margin-right: -45px;
}

#content .column3 + img
{
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 40px 0;
}

.nav_footer
{
    margin: 28px auto 0 auto;
    padding-bottom: 0;
    padding-top: 0;
}

#logo_small
{
    float: left;
    margin-top: 20px;
    margin-right: 40px;
}

.nav_footer .column
{
    float: left;
    margin-right: 80px;
    padding-bottom: 20px;
}

.nav_footer .column.goodies
{
    margin-right: 60px;
}

.nav_footer .column.elsewhere
{
    margin-right: 150px;
}

.nav_footer .contact_information
{
    float: left;
    margin-right: 0;
}

.nav_footer h2
{
    font-size: .814em; /* 13px */
    margin: 20px 0 0 0;
}

.nav_footer .column h2 a
{
    color: #000;
}

.nav_footer .column ul
{
    clear: left;
    list-style: none;
    margin: 0;
    padding: 3px 0 0 0;
}

.nav_footer .column ul li
{
    font-size: .689em; /* 11px */
    line-height: 1.7em;
    margin: 0;
    padding: 0;
}

.nav_footer .column ul li.new_group
{
    padding-top: 1.5ex;
}

.nav_footer .column h2 + p
{
    margin-top: 3px;
}

.nav_footer .column p
{
    clear: left;
    margin-bottom: 9px;
}

.footer
{
    font-size: .689em; /* 11px */
    margin: 20px auto 0 auto;
    padding: 0;
    width: 990px;
}

.footer .top_half
{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 12px;
}

.footer .top_half .email_link a
{
    margin-left: -8px;
}

.footer p
{
    margin-top: 0;
    max-width: 60%;
}

.footer .three_links
{
    float: right;
    margin-top: -2em;
    margin-right: -8px;
    max-width: 40%;
}

.footer a
{
    padding: 8px;
}

.footer .enclosed
{
    margin-left: -3px;
    padding: 0 8px 0 0;
}

.footer .enclosed a
{
    padding: 0;
}

.footer img
{
    padding: 0 2px;
}

.footer img + a > img
{
    padding: 0 5px 0 0;
    vertical-align: -2px;
}

.footer .top_half + p
{
    font-weight: bold;
}

.clear
{
    clear: both;
}

.clear_left
{
    clear: left;
}

form
{
    margin-top: 20px;
}

form .form_box,
form .form_box.large
{
    background: url(../images/form_box_top.png) top left no-repeat;
    clear: left;
    margin-bottom: 20px;
    min-height: 77px;
    width: 670px;
}

form .form_box .wrapper,
form .form_box.large .wrapper
{
    clear: left;
    padding: 14px 18px;
}

form .form_box .wrapper
{
    background: url(../images/form_box_bottom.png) bottom left no-repeat;
    min-height: 77px;
}

form .form_box.large .wrapper
{
    background: url(../images/form_box_bottom_large.png) bottom left no-repeat;
    min-height: 237px;
}

form label
{
    font-size: .75em; /* 12px */
    font-weight: bold;
}

form input[type=text],
form input[type=password],
form textarea
{
    background: white url(../images/form_field_background.png) top left no-repeat;
    border-top: 0;
    border-right: solid 1px #bbb;
    border-bottom: solid 1px #d8d8d8;
    border-left: 0;
    padding: 5px;
    display: block;
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
    font-size: .814em; /* 13px */
    margin: 10px 0;
}

#content.with_sidebar form .column1 input[type=text],
#content.with_sidebar form .column2 input[type=password]
{
    width: 97%;
}

#content.with_sidebar form input[type=text],
#content.with_sidebar form input[type=password],
#content.with_sidebar form textarea
{
    width: 98.5%;
}

form input[type=text],
form input[type=password],
form textarea
{
    width: 620px;
}

form textarea
{
    height: 195px;
}

form input[type=hidden]
{
    display: none;
}

#content form input[type=image]
{
    margin-top: 0;
    margin-left: 16px;
}

form label.required
{
    background: url(../images/required.png) right no-repeat;
    padding-right: 72px;
}

#content form p.explanation
{
    font-size: .625em; /* 10px */
    margin-bottom: 0;
}

#content form p.explanation code
{
    font-size: 110%;
}

#content form .column1,
#content form .column2
{
    float: left;
    margin: 0;
    width: 48.5%;
}

#content form .column1
{
    padding-right: 15px;
}

#content .yourmessage
{
    margin-bottom: 30px;
}

#content .yourmessage div
{
    border-bottom: 1px solid #eee;
    clear: left;
    padding: 5px 5px 5px 0;
}

#content .yourmessage div.last
{
    border-bottom: 0;
}

#content .yourmessage h2
{
    color: #666;
    float: left;
    font-size: .814em; /* 13px */
    margin: 0;
    padding: 1px 10px 0 0;
    width: 170px;
}

#content .yourmessage p
{
    margin: 0 0 0 180px;
    padding: 0;
    text-indent: 0;
}

#content .errors
{
    margin: 25px auto;
}

#content .errors > div
{
    padding-right: 20px;
    padding-left: 20px;
}

#content .errors h2
{
    color: #eb2000;
    font-size: .875em; /* 14px */
    background: url(../images/error_bullet.png) 0 2px no-repeat;
    margin: 0;
    padding-left: 20px;
}

#content .errors ul
{
    border: 0;
    margin: 15px 0 0 18px;
    padding: 0;
}

#content .errors li
{
    list-style: disc;
    line-height: 1.4;
    padding-left: 3px;
}

#content form .fieldWithErrors label.required
{
    background: url(../images/required_error.png) right no-repeat;
    padding-right: 72px;
}

#content form .fieldWithErrors + .fieldWithErrors
{
    background: none;
}

#content form .fieldWithErrors input,
#content form .fieldWithErrors textarea
{
    background-color: #ffcfce;
}

input.button
{
    background-image: url(../images/buttons.png);
    background-repeat: no-repeat;
    outline: 0;
    height: 26px;
    width: 87px;
}

input.button.send          { background-position: 0 0; }
input.button.send:active   { background-position: 0 -26px; }
input.button.post          { background-position: 0 -52px; }
input.button.post:active   { background-position: 0 -78px; }
input.button.search        { background-position: 0 -104px; }
input.button.search:active { background-position: 0 -130px; }
input.button.log_in        { background-position: 0 -156px; }
input.button.log_in:active { background-position: 0 -182px; }
input.button.remove        { background-position: 0 -208px; }
input.button.remove:active { background-position: 0 -234px; }
input.button.add           { background-position: 0 -260px; }
input.button.add:active    { background-position: 0 -286px; }

body #content a.link_button
{
    color: #0B61D7;
    float: left;
    font-size: .875em;
    font-weight: bold;
    height: 25px;
    outline: 0;
    text-align: center;
}

body #content .column1 a.link_button,
body #content .column2 a.link_button,
body #content .column3 a.link_button
{
    font-size: 1.064em;
    line-height: 1.6;
    margin: -.25em auto 2em auto;
}

body #content .sidebar a.link_button
{
    font-size: 1.3em;
    height: 27px;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
}

body #content .sidebar a.link_button span
{
    height: 23px;
    padding-top: 4px;
}

body #content a.link_button,
body #content a.link_button span
{
    background-image: url(../images/link_buttons.gif);
    background-repeat: no-repeat;
}

body #content a.link_button
{
    background-position: right 0;
    padding-right: 17px;
}

body #content a.link_button span
{
    background-position: left 0;
    float: left;
    height: 24px;
    padding: 3px 3px 0 12px;
}

body #content a.link_button:hover       { background-position: right -29px; color: #000; }
body #content a.link_button:hover span  { background-position: 0 -29px; }
body #content a.link_button:active      { background-position: right -58px; }
body #content a.link_button:active span { background-position: 0 -58px; }

body #content .file_download,
body #content .file_download a
{
    background-image: url(../images/download_background.gif);
    background-repeat: no-repeat;
}

body #content .file_download
{
    background-position: left top;
    float: left;
    margin-bottom: 1em;
}

body #content .file_download a
{
    background-position: right top;
    float: left;
    height: 49px;
    padding-top: 8px;
    padding-right: 45px;
    position: relative;
}

body #content .file_download a:hover
{
    background-position: right -57px;
}

body #content .file_download img
{
    position: absolute;
    top: 7px;
    left: 9px;
}

body #content .file_download p
{
    margin: 0 0 0 50px;
}

body #content .file_download p.filename
{
    font-weight: bold;
}

body #content .file_download p.size
{
    font-size: .689em;
}

body.maintenance
{
    background: none;
}

body.maintenance #container
{
    border-collapse: collapse;
    display: table;
    margin: 0;
    width: 100%;
    height: 100%;
}

body.maintenance #content.no_logo
{
    display: table-cell;
    margin: 0;
    padding: 0 100px 100px 100px;
    text-align: center;
    vertical-align: middle;
}

body.maintenance img.logo
{
    display: block;
    margin: 0 auto 25px auto;
}

body.maintenance p.footer
{
    color: #777;
    font-size: .75em;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.highlight
{
    background-color: #ffffe5;
    padding: 4px 3px 3px 3px;
}

body.message.index .form_box.special
{
    display: none;
}

.placeholder
{
  color: #aaa;
}

@media print
{
  body
  {
      font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
      font-size: 11px;
  }

  .navigation,
  #logo,
  .nav_footer,
  .footer,
  img.photo,
  img.pullquote_big,
  .sidebar.tall,
  .section_navigation,
  .table_of_contents,
  .link_button,
  #portfolio_sidebar,
  #portfolio_screen ul,
  a.visit_site,
  body.site.index img.left,
  body.site.index img.right,
  body.site.index .featured_box
  {
      display: none;
  }

  a
  {
      color: #0B61D7 !important;
  }

  .sidebar
  {
      border: 1px solid #ddd;
      font-size: 10px;
      margin: 0 0 1em 1em;
      padding: 0 .75em;
      float: right;
      width: 200px;
  }

  .sidebar h2
  {
      font-size: 12px;
  }

  .sidebar h3
  {
      font-size: 11px;
  }

  #screenshot
  {
      text-align: center;
  }
}

code,
.code,
pre,
kbd
{
	font-family: "Bitstream Vera Sans Mono", "Monaco", "Courier New", "Courier", monospace;
	font-size: 1em;
	font-size: 9pt;
}

h2 code,
h3 code
{
	font-family: "Courier New", "Courier", monospace;
	font-size: inherit;
}

.code
{
    color: white;
    background-color: #141414;
    line-height: 1.5;
    margin: 1.25em 40px 1.25em 1em;
    overflow: auto;
    padding: 0.75em 0.75em 0.75em 2.25em;
    text-indent: -1em;
}

.code pre
{
    line-height: 1.5;
    margin: 0 0 0 -1em;
    text-indent: 0;
}

.code p
{
    margin-bottom: 0;
}

.code p.command
{
    margin-top: 1em;
}

.code p.command:first-child
{
    margin-top: 0;
}

#content code em,
.code em
{
    text-transform: uppercase;
}

.code + p
{
    margin-top: 1.25em;
}

.code table tr td
{
  vertical-align:top;
}

li .code
{
    margin-left: 0;
}

.code pre.textmate-source-numbers
{
	font-size: 1em;
	font-size: 9pt;
	color: #999;
	margin: 0;
	padding-right: 2.5em;
	text-align: right;
}

.code pre.textmate-source
{
	color: #F8F8F8;
	font-size: 1em;
	font-size: 9pt;
	margin: 0;
	word-wrap: break-word;
}

.code pre.textmate-source .linenum {
	width: 75px;
	padding: 0.1em 1em 0.2em 0;
	color: #888;
	background-color: #eee;
}

pre.textmate-source span {
   padding-top: 0.2em;
   padding-bottom: 0.1em;
}

pre.textmate-source ::selection {
	background-color: rgba(221, 240, 255, 0.20);
}

pre.textmate-source .markup_bold      { font-weight: bold;          }
pre.textmate-source .markup_italic    { font-style: italic;         }
pre.textmate-source .markup_underline { text-decoration: underline; }


/* Comment */
pre.textmate-source .comment {
	color: #5F5A60;
	font-style: italic;
}

/* Constant */
pre.textmate-source .constant {
	color: #CF6A4C;
}

/* Entity */
pre.textmate-source .entity {
	color: #9B703F;
}

/* Keyword */
pre.textmate-source .keyword {
	color: #CDA869;
}

/* Storage */
pre.textmate-source .storage {
	color: #F9EE98;
}

/* String */
pre.textmate-source .string {
	color: #8F9D6A;
}

/* Support */
pre.textmate-source .support {
	color: #9B859D;
}

/* Variable */
pre.textmate-source .variable {
	color: #7587A6;
}

/* Invalid and Deprecated */
pre.textmate-source .invalid_deprecated {
	color: #D2A8A1;
	font-style: italic;
	text-decoration: underline;
}

/* Invalid and Illegal */
pre.textmate-source .invalid_illegal {
	color: #F8F8F8;
	background-color: rgba(86, 45, 86, 0.75);
}

/* Embedded Source */
pre.textmate-source .text .source {
	background-color: rgba(176, 179, 186, 0.08);
}

/* Embedded Source (Bright) */
pre.textmate-source .text_html_ruby .source {
	background-color: rgba(177, 179, 186, 0.13);
}

/* Entity inherited-class */
pre.textmate-source .entity_other_inherited-class {
	color: #9B5C2E;
	font-style: italic;
}

/* String embedded-source */
pre.textmate-source .string_quoted .source {
	color: #DAEFA3;
}

/* String constant */
pre.textmate-source .string .constant {
	color: #DDF2A4;
}

/* String.regexp */
pre.textmate-source .string_regexp {
	color: #E9C062;
}

/* String.regexp.«special» */
pre.textmate-source .string_regexp .constant_character_escaped, pre.textmate-source .string_regexp .source_ruby_embedded, pre.textmate-source .string_regexp .string_regexp_arbitrary-repitition {
	color: #CF7D34;
}

/* String variable */
pre.textmate-source .string .variable {
	color: #8A9A95;
}

/* Support.function */
pre.textmate-source .support_function {
	color: #DAD085;
}

/* Support.constant */
pre.textmate-source .support_constant {
	color: #CF6A4C;
}

/* C/C++ Preprocessor Line */
pre.textmate-source .other_preprocessor_c {
	color: #8996A8;
}

/* C/C++ Preprocessor Directive */
pre.textmate-source .other_preprocessor_c .entity {
	color: #AFC4DB;
}

/* Doctype/XML Processing */
pre.textmate-source .meta_tag_sgml_doctype, pre.textmate-source .meta_tag_sgml_doctype .entity, pre.textmate-source .meta_tag_sgml_doctype .string, pre.textmate-source .meta_tag_preprocessor_xml, pre.textmate-source .meta_tag_preprocessor_xml .entity, pre.textmate-source .meta_tag_preprocessor_xml .string {
	color: #494949;
}

/* Meta.tag.«all» */
pre.textmate-source .declaration_tag, pre.textmate-source .declaration_tag .entity, pre.textmate-source .meta_tag, pre.textmate-source .meta_tag .entity {
	color: #AC885B;
}

/* Meta.tag.inline */
pre.textmate-source .declaration_tag_inline, pre.textmate-source .declaration_tag_inline .entity, pre.textmate-source .source .entity_name_tag, pre.textmate-source .source .entity_other_attribute-name, pre.textmate-source .meta_tag_inline, pre.textmate-source .meta_tag_inline .entity {
	color: #E0C589;
}

/* css tag-name */
pre.textmate-source .meta_selector_css .entity_name_tag {
	color: #CDA869;
}

/* css:pseudo-class */
pre.textmate-source .meta_selector_css .entity_other_attribute-name_tag_pseudo-class {
	color: #8F9D6A;
}

/* css#id */
pre.textmate-source .meta_selector_css .entity_other_attribute-name_id {
	color: #8B98AB;
}

/* css.class */
pre.textmate-source .meta_selector_css .entity_other_attribute-name_class {
	color: #9B703F;
}

/* css property-name: */
pre.textmate-source .support_type_property-name_css {
	color: #C5AF75;
}

/* css property-value; */
pre.textmate-source .meta_property-group .support_constant_property-value_css, pre.textmate-source .meta_property-value .support_constant_property-value_css {
	color: #F9EE98;
}

/* css @at-rule */
pre.textmate-source .meta_preprocessor_at-rule .keyword_control_at-rule {
	color: #8693A5;
}

/* css additional-constants */
pre.textmate-source .meta_property-value .support_constant_named-color_css, pre.textmate-source .meta_property-value .constant {
	color: #CA7840;
}

/* css constructor.argument */
pre.textmate-source .meta_constructor_argument_css {
	color: #8F9D6A;
}

/* diff.header */
pre.textmate-source .meta_diff, pre.textmate-source .meta_diff_header {
	color: #F8F8F8;
	font-style: italic;
	background-color: #0E2231;
}

/* diff.deleted */
pre.textmate-source .markup_deleted {
	color: #F8F8F8;
	background-color: #420E09;
}

/* diff.changed */
pre.textmate-source .markup_changed {
	color: #F8F8F8;
	background-color: #4A410D;
}

/* diff.inserted */
pre.textmate-source .markup_inserted {
	color: #F8F8F8;
	background-color: #253B22;
}

/* Markup: List */
pre.textmate-source .markup_list {
	color: #F9EE98;
}

/* Markup: Heading */
pre.textmate-source .markup_heading {
	color: #CF6A4C;
}
