/*
 * media/styles/common.css
 */

/* {{{ Resets */

body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote
{
    margin: 0;
    padding:0;
}

fieldset, img, abbr, acronym {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

/* }}} */
/* {{{ Standard fonts */

body, td, th, input, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

#main {
    color: #666;
}

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

a {
    color: #900;
}

a.modest {
    color: inherit;
}

blockquote {
    margin: 2em;
}

blockquote p {
    font-family: "trebuchet ms";
    font-style: italic;
    font-size: 120%;
    line-height: 1.5em;
    margin: .25em 0;
    text-align: center;
}

blockquote cite {
    display: block;
    font-size: 85%;
    color: #666;
    text-align: right;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.section {
    margin: 2em 0;
}

.subsection {
    margin: 1.5em 0;
}

.first {
    margin-top: 0 !important;
}

/* }}} */
/* {{{ Headlines */

h1, h2, h3, h4 {
    font-family: "trebuchet ms";
    color: #444;
    line-height: 1.2em;
    margin-bottom: 1em;
}

h1.modest, h2.modest, h3.modest, h4.modest {
    margin-bottom: .5em;
}

h1 {
    font-size: 275%;
}

h1.modest {
    font-size: 200%;
}

h1.kicker {
    font-size: 150%;
}

h2 {
    font-size: 170%;
    margin-bottom: .75em;
}

h2.modest {
    font-size: 150%;
}

h2.kicker {
    font-size: 120%;
}

h3 {
    font-size: 120%;
}

h3.kicker {
    font-size: 100%;
}

h4 {
    font-size: 100%;
    font-weight: bold;
}

h1 .kicker, h2 .kicker, h3 .kicker, h4 .kicker {
    display: block;
    color: #666;
    font-size: 70%;
    line-height: 1.2em;
    margin-bottom: .2em;
}

/* }}} */
/* {{{ Links and link lists */

a.icon-more, ul.icon-more a {
    display: inline-block;
    padding-left: 10px;
    background: transparent url(../images/common/icon-arrow.gif) no-repeat 0 5px;
}

a.icon-exit, ul.icon-exit a,
a.icon-pdf, ul.icon-pdf a,
a.icon-doc, ul.icon-doc a,
a.icon-jpg, ul.icon-jpg a,
a.icon-gif, ul.icon-gif a {
    padding-left: 20px;
    background-position: 0 2px;
    background-repeat: no-repeat;
}

a.icon-exit, ul.icon-exit a {
    background-image: url(../images/common/icon-exit.gif);
}

a.icon-pdf, ul.icon-pdf a {
    background-image: url(../images/common/icon-pdf.gif);
}

a.icon-doc, ul.icon-doc a {
    background-image: url(../images/common/icon-doc.gif);
}

a.icon-jpg, ul.icon-jpg a {
    background-image: url(../images/common/icon-jpg.gif);
}

a.icon-gif, ul.icon-doc a {
    background-image: url(../images/common/icon-gif.gif);
}

a.icon-mail, ul.icon-mail a {
    display: inline-block;
    padding-left: 18px;
    background: transparent url(../images/common/icon-mail.gif) no-repeat 0 3px;
}

/* LINK LIST */

ul.link-list {
}

ul.link-list li {
    margin: .5em 0;
}

ul.link-list a.active {
    background: none;
    font-weight: bold;
    color: #444;
}

/* STORY LIST */

ul.story-list {
    margin: 1em 0 .3em 10px;
}

ul.story-list li {
    margin-bottom: .7em;
    padding-left: 16px;
    background: transparent url(../images/common/bullet-900.gif) no-repeat 0 5px;
}

ul.story-list a {
    color: #666;
    padding-bottom: .5em;
}

ul.story-list a:hover, 
ul.story-list a .kicker {
    color: #900;
}

/* DISPATCH */

ul.dispatch {
    margin: 1em 0 .5em 0;
}

ul.dispatch li {
    padding-left: 16px;
    background: transparent url(../images/common/bullet-999.gif) no-repeat 0 7px;
    margin-bottom: .5em;
}

ul.dispatch li a {
    font-family: "trebuchet ms";
    font-size: 130%;
}

/* }}} */
/* {{{ Content */

body.story .teaser {
    font-family: 'trebuchet ms';
    font-weight: bold;
}

/* }}} */
/* {{{ Layout helpers */

body.no-banner #banner {
    display: none;
}

body.no-sidebar #sidebar {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

/* }}} */
/* {{{ Lists */

/* BULLETS */

ul.bullets {
    margin: 1em 0 .3em 10px;
}

ul.bullets li {
    margin-bottom: .7em;
    padding-left: 16px;
    background: transparent url(../images/common/bullet-999.gif) no-repeat 0 5px;
}

/* HINTS */

dl.hints {
}

dl.hints dt {
    margin: 1em 0 .2em 0;
    font-family: "trebuchet ms";
    font-weight: bold;
    color: #444;
}

dl.hints dt {
}

/* CHRONICLE */

dl.chronicle {
}

dl.chronicle dt {
    float: left;
    clear: left;
    width: 130px;
    margin: .25em 0;
}

dl.chronicle dd {
    margin-left: 130px;
    margin-bottom: 2em;
}

/* }}} */
/* {{{ Forms */

.form-wrap {
    margin: 2em 0;
}

form dt {
    float: left;
    clear: left;
    width: 110px;
    padding: 3px 0;
    text-align: right;
}

form dd label {
    color: #000;
}

form dt label.required, .required-label {
    padding-left: 8px;
    background: transparent url(../images/common/icon-required.gif) no-repeat 0 4px;
}

.required-label {
    padding-left: 3px;
}

form dd {
    margin: 0 0 .5em 120px;
}

form .textfield {
    border: 1px solid #999;
    padding: 3px;
    line-height: 1.2em;
}

form .textfield, form select, form .file {
    width: 80%;
}

form textarea {
    height: 7.2em;
}

form input.checkbox, form input.radio {
    margin: 2px 4px;
}

form .description {
    margin: 0;
    font-size: 85%;
}

form ul.errors, ul.form-errors {
    color: #900;
    font-style: italic;
}

/* }}} */
/* {{{ Breadcrumbs */

#breadcrumbs {
    font-family: "trebuchet ms";
    font-size: 85%;
}

#breadcrumbs ul {
    line-height: 1em;
}

#breadcrumbs ul li {
    float: left;
    padding-left: 13px;
    background: transparent url(../images/layout/breadcrumbs_sep.gif) no-repeat 5px center;
}

#breadcrumbs ul li.first {
    padding-left: 0;
    background: none;
}

#breadcrumbs a {
    display: block;
}

/* }}} */
/* {{{ Office Contact */

.office-contact {
    margin: 1em 0;
}

.office-contact a.icon-mail {
    margin: .25em 0;
}

/* }}} */
/* {{{ Advisory Board */

.board-member {
    clear: both;
    margin: 1.5em 0;
}

.board-member img {
    float: left;
}

.board-member h2, .board-member ul {
    margin-left: 50px;
}

/* }}} */
/* {{{ Consultant Profile */

.consultant-profile h1 {
    font-size: 180%;
    margin-bottom: .25em;
}

.consultant-profile .section {
    margin: 3em 0;
}

/* }}} */
/* {{{ Survey */

.survey-question {
    font-family: "trebuchet ms";
    font-weight: bold;
    color: #333;
}

.survey-message {
    margin: 1em 0;
    background: #ffc;
    color: #222;
    border: 1px solid #cc3;
    padding: .5em 1em;
}

table.survey-table {
    width: 100%;
    border-collapse: collapse;
}

table.survey-table tr.even {
    background-color: #f6f6f6;
}

table.survey-table td, table.survey-table th {
    padding: .3em .5em;
}

table.survey-table .high {
    text-align: left;
}

table.survey-table .low {
    text-align: right;
}

table.survey-table .item-option {
    width: 2em;
    text-align: center;
}

ul.survey-items {
}

ul.survey-items li {
    margin: 1.2em 0;
    clear: both;
	overflow:hidden;
}

.survey-item-title {
}

ul.survey-item-options {
    margin: .5em 0;
    height: 1em;
}

ul.survey-item-options li {
    float: left;
    clear: none;
    margin: 0 .3em 0 0;

}

.survey-buttons, .survey-count {
    padding: .5em 0;
    background-color: #f6f6f6;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}

.survey-buttons {
    text-align: right;
}

.survey-count {
    text-align: center;
}

.slider {
    position: relative;
    width: 150px;
    height: 11px;
    background: transparent url('../images/common/slider-bg.gif') 0 0 no-repeat;
    overflow: hidden;
}

.slider .btn {
    position: absolute;
    width: 11px;
    height: 11px;
    background: transparent url('../images/common/slider-btn.gif') 0 0 no-repeat;
    top: 0;
    overflow: hidden;
}

/* }}} */
/* {{{ jQuery UI: Basic theme */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none; 
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

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

.ui-helper-clearfix {
    display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0);
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important; 
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Component containers
----------------------------------*/
.ui-widget {
    /*
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em; 
    */
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    /*
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
    */
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    /*
    color: #222222;
    */
}

.ui-widget-content a {
    /*
    color: #222222; 
    */
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc;
    color: #222222;
    font-family: 'trebuchet ms', sans-serif;
    font-weight: bold; 
}

.ui-widget-header a {
    color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: normal;
    color: #555555;
    outline: none; 
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
    outline: none; 
}

.ui-state-hover, .ui-widget-content .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada;
    font-weight: normal;
    color: #212121;
    outline: none;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
    outline: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    font-weight: normal;
    color: #212121;
    outline: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    outline: none;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
    color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec;
    color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text {
    color: #cd0a0a;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    opacity: .35; filter:Alpha(Opacity=35);
    background-image: none;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70);
    font-weight: normal;
}

/* }}} */
/* {{{ jQuery UI: Tabs */

.ui-tabs {
    border-width: 0;
    margin: 1em 0;
}

.ui-tabs .ui-tabs-nav {
    list-style: none;
    position: relative;
    padding: .2em .2em 0 .5em;
    background: #f6f6f6;
    border-color: #ccc;
    border-width: 0 0 1px 0;
}

.ui-tabs .ui-tabs-nav li {
    position: relative;
    float: left;
    border-color: transparent;
    border-bottom-width: 0;
    background: transparent;
    margin: 0 .2em -1px 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    text-decoration: none;
    padding: .3em 1em;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 1px;
    border-color: #ccc;
    border-width: 1px 1px 0 1px;
    background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

/* first selector in group seems obsolete, but required to overcome bug
   in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    padding: 1em 0;
    display: block;
    border-width: 0;
    background: none;
}

.ui-tabs .ui-tabs-hide {
    display: none !important; 
}

/* }}} */

/* vim: set foldmethod=marker: */
