/*  
Theme Name: Sedona Website Theme
Theme URI: http://brainstormbrand.com/
Description: Theme for Sedona Website
Version: 1.0
Author: Brainstorm, Inc 2008
Author URI: http://brainstormbrand.com/

    Based on:
    Kubrick v1.5
     http://binarybonsai.com/kubrick/

    This theme was designed and built by Michael Heilemann,
    whose blog you will find at http://binarybonsai.com/

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php

*/

body {
    margin : 0 0 0 0;
    padding : 0;
    font-size : 11px;
    font-family : Trebuchet MS, Trebuchet, Helvetica, sans-serif;
    color : #515a4d;
    background : #fff;
    line-height : 1.5em;
}

a {
    /*color : #9bb268;*/
    color : #768a46;
    text-decoration : underline;
}

a:hover {
    text-decoration : underline;
}

img.valignmiddle {
    vertical-align : middle;
}

@media print {
    body {
        font-size : 9pt;
        background : #fff;
    }
    
    body, body * {
        color : #000 !important;
    }
}

acronym, abbr, span.caps
{
    cursor: help;
    font-size: 0.9em;
    letter-spacing: .07em;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    color: #777;
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    font-style : italic;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

form {
    margin : 0;
}

/** IE's are making the h1/2 etc. tags huge **/
h1 {
    font-size : 2em;
}

h2 {
    font-size : 1.5em;
}

h3 {
    font-size : 1.2em;
}

/*    Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img {
    padding : 0;
    border: 0;
}

img[align=right], img[align="right"] {float:right !important; clear : right; margin-left : 3px;}
img[align=left], img[align="left"] {float : left!important; clear : left; margin-right : 3px;}
img.left {float : left!important; margin : 0 15px 20px 0 !important;}
img.right {float:right !important;margin: 0 0 20px 15px !important;}
img.block {float:none !important;display:block !important;clear:both !important;}
img.nofloat {float:none !important;display:inline !important;margin:0 !important;padding:0 2px;}

body>#ieroot p {
    margin : 1em 0;
}

pre {font-size : 1em;}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #777;
}

strike {
    color: #777;
}

/*
* Global classes
*/
.alignright {
    float: right;
}

.alignleft {
    float: left
}

.alt {
    margin: 0;
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#hideMe {display : none;}

.noscript-alert {
    font-size : x-small;
    color : red;
}

.clearboth {
    clear : both;
}

#ieroot .clearboth {
    height : 0px;
    overflow : hidden;
}

/*
* Master containers
*/
#mastercontainer {
    width : 809px;
    margin : 0 auto;
    padding : 23px 0;
}

@media print {
    #mastercontainer {
        width : auto;
        padding : 0;
    }
}

/*
* Main Navigation
*/
#mainnavigationcontainer {
    height : 31px;
    background : #576f6f url(images/core_main_nav_dotted_line.gif) 0 27px repeat-x;
}

@media print {
    #mainnavigationcontainer {
        display : none;
    }
}

/* if in interior pages. core page nav looks different */
#mainnavigationcontainer.interiornav {
    width : 805px;
}

#mainnavigationrightshadow {
    height : 31px;
    background : transparent url(images/core_main_nav_shadow.gif) top right repeat-y;
}

.interiornav #mainnavigationrightshadow {
    height : auto;
    background : transparent;
}

#mainnavigation {
    display : block;
    margin : 0 auto;
    padding : 7px 0 0 0;
    width : 526px;
    list-style : none;
    text-align : center;
}

/*
.interiornav #mainnavigation {
    padding-top : 8px;
}
*/

#mainnavigation li {
    display : block;
    float : left;
}

/* main nav links */
#mainnavhomelink span,
#mainnavaboutuslink span,
#mainnavserviceslink span,
#mainnavcareerslink span,
#mainnavcontactuslink span {
    display : none;
}

#mainnavhomelink,
#mainnavaboutuslink,
#mainnavserviceslink,
#mainnavcareerslink,
#mainnavcontactuslink {
    display : block;
    height : 15px;
}

#mainnavhomelink {
    width : 79px;
    background : transparent url(images/core_main_nav_home.gif) 0px 3px no-repeat;
}

#mainnavaboutuslink {
    width : 107px;
    background : transparent url(images/core_main_nav_about_us.gif) 0px 3px no-repeat;
}

#mainnavserviceslink {
    width : 106px;
    background : transparent url(images/core_main_nav_services.gif) 0px 3px no-repeat;
}

#mainnavcareerslink {
    width : 103px;
    background : transparent url(images/core_main_nav_careers.gif) 0px 3px no-repeat;
}

#mainnavcontactuslink {
    width : 123px;
    background : transparent url(images/core_main_nav_contact_us.gif) 0px 3px no-repeat;
}

#mainnavhomelink.current,
#mainnavhomelink:hover {
    background-image : url(images/core_main_nav_home_hover.gif);
}

#mainnavaboutuslink.current,
#mainnavaboutuslink:hover {
    background-image : url(images/core_main_nav_about_us_hover.gif);
}

#mainnavserviceslink.current,
#mainnavserviceslink:hover {
    background-image : url(images/core_main_nav_services_hover.gif);
}

#mainnavcareerslink.current,
#mainnavcareerslink:hover {
    background-image : url(images/core_main_nav_careers_hover.gif);
}

#mainnavcontactuslink.current,
#mainnavcontactuslink:hover {
    background-image : url(images/core_main_nav_contact_us_hover.gif);
}

/*
* Interior
*/
#interiorbodycontainer {
    padding : 0 0 1px 0;
    background : transparent url(images/int_bg_border.gif) top left repeat-y;
    min-height : 480px;
}

* html #interiorbodycontainer {
    height : 480px;
}

@media print {
    #interiorbodycontainer {
        padding : 0;
        background : transparent;
    }
}

/*
* Interior Header
*/
#headerlogolink {
    display : block;
    width : 809px;
    height : 141px;
    text-indent : -99em;
    background : transparent url(images/int_top.jpg) top left no-repeat;
}

/** headers specific to pages **/
body#aboutus                                #headerlogolink { background-image : url(images/headers/header_about_us.jpg); }
body#services                               #headerlogolink { background-image : url(images/headers/header_services.jpg); }
body#careers #headerlogolink, body#staff    #headerlogolink { background-image : url(images/headers/header_careers.jpg); }
body#contactus                              #headerlogolink { background-image : url(images/headers/header_contactus.jpg); }
body#strategic-planning                     #headerlogolink { background-image : url(images/headers/header_strategic_planning.jpg); }
body#project-management                     #headerlogolink { background-image : url(images/headers/header_project_management.jpg); }
body#instructional-design                   #headerlogolink { background-image : url(images/headers/header_instructional_design.jpg); }
body#elearning                              #headerlogolink { background-image : url(images/headers/header_elearning.jpg); }
body#instructional-delivery                 #headerlogolink { background-image : url(images/headers/header_instructional_delivery.jpg); }
body#physician-education                    #headerlogolink { background-image : url(images/headers/header_physician_education.jpg); }

@media print {
    #headerlogolink {
        width : auto;
        height : auto;
        text-indent : 0;
        background : transparent !important;
        font-size : 1.7em;
        font-weight : bold;
    }
}

/*
* Sub navigation
*/
#sidebar {
    float : left;
    margin : 40px 0 0 0;
    width : 152px;
}

#sidebarul {
    display : block;
    margin : 0 0 50px 0;
    padding : 0;
    list-style : none;
}

#ieroot #sidebarul li {
    list-style : none;
}

#subnavcontainer {
    display : block;
    margin : 0 0 1em 0;
    padding : 0;
}

#ieroot #subnavcontainer {
    float : left;
    width : 152px;
    margin-bottom : 50px;
}

#subnavigation {
    margin : 0;
    padding : 0;
}

#subnavigation li {
    display : block;
    float : none;
    width : auto;
    margin : 0;
    padding : 10px 0 11px 0px;
    background : transparent url(images/secondary_nav_dotted_line.gif) bottom left no-repeat;
    text-align : right;
}

#subnavigation a {
    display : block;
    padding : 0 14px 0 9px;
    color : #788a89;
    text-decoration: none;
}

#subnavigation .current_page_item a {
    color : #6e7a6a;
    font-weight : bold;
}

#subnavigation a em {
    font-style : normal;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 1.2em;
    color : #9acbcd;
}

#subnavigation .current_page_item a em {
    color : #9bb268;
}

#subnavigation #subnavtitle {
    padding-right : 14px;
    padding-bottom : 12px;
    background : transparent;
    font-size : 16px;
    text-decoration: none;
}

#subnavigation #subnavtitle a {
    padding-right : 13px;
    color : #768a46;
    background : transparent url(images/secondary_nav_title_arrow.gif) center right no-repeat;
    text-decoration: none;
}

@media print {
    #subnavcontainer {
        display : none;
    }
}

/*
* Custom sidebar stuff
*/
#customsidebarcontainer {
}

#dynamicsidebarcontainer {
    display : block;
    margin : 0;
    padding : 0 0 0 7px;
    list-style : none;
}

#dynamicsidebarcontainer li {
    display : block;
    margin : 1em 0;
    padding : 0 0 0 12px;
}

#perpagecustomsidebarcontent {
}

/*
* Int Content
*/
#interiorcontencontainer {
    margin : 46px 0 0 199px;
    padding : 0 70px 0 0;
    min-height : 200px;
}

* html #interiorcontencontainer {
    height : 200px;
}

#interiorcontencontainer p {
    margin : 16px 0;
}

@media print {
    #interiorcontencontainer {
        padding : 0;
        min-height : 0;
    }
    
    * html #interiorcontencontainer {
        height : auto;
    }
}

#contentfooterlinks {
    border-top : 1px dotted #576f6f;
    margin : 36px 70px 0 199px;
    padding : 10px 0 6px 0;
}

/*
* Pages
*/
#pagetitle {
    margin : 0 0 14px 0;
    padding : 0;
    font-weight : normal;
    font-size : 18px;
    line-height : 1.3em;
    color : #6e7a6a;
}

#pagetitle:first-letter {
    float : left;
    display : block;
    margin-top : 4px;
    font-size : 26px;
    line-height : 20px;
    text-transform : uppercase;
}

@media print {
    #pagetitle {
        margin : 1em 0;
    }
}

/*
* blog
*/


/**
* Posts
*/

.post {
    margin : 0 0 40px 0;
}

.posttitle {
    margin : 0;
    font-size : 15px;
    font-weight : normal;
    width : 290px;
}

.posttitle a {
}

.postmetadata {
    margin : 1em 0;
    font-family : Arial, Verdana, Helvetica, sans-serif;
}

.postmetadata ul,
.postmetadata li {
    display : inline;
    margin : 0;
    padding : 0;
    list-style : none;
}

.postmetadata li {
    margin-right : 7px;
    text-transform : uppercase;
}

.postmetadata a {
    border-bottom : 1px dotted #57533b;
}

.postmetadata a:hover {
    text-decoration : none;
}


.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align : center;
}


/* Begin Lists

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
} 

html>body .entry li {
    margin: 7px 0 8px 10px;
}

.entry ul li:before {
    content: "\00BB \0020";
}

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

/*
* Home page (core page)
*/
#corebottomcontainer {
    margin : 0;
    width : 809px;
    background : transparent url(images/core_repeating_background.gif) top left repeat-y;
}

#corebottomcontainerinner {
    background : transparent url(images/core_bottom.jpg) bottom left no-repeat;
}

#corebottomcontent {
    padding : 20px 60px 60px 54px;
    min-height : 104px;
    color : #6a5d57;
}

#corebottomcontent #coreheadercontainer {
    margin-left : 220px;  /* same as corebottomrightcontent below */
}

* html #corebottomcontent {
    height : 104px;
}

#corebottomcontent a {
    color : #5e8c8c;
}

#coresidebarcontainer {
    float : left;
    width : 200px;
}

#coresidebarcontainer ul {
    margin : 0;
    padding : 0;
    list-style : none;
}

#coresidebarcontainer ul li {
    margin : 0;
    padding : 0;
    list-style : none;
}

#corebottomrightcontent {
    margin : 0 0 0 220px;
}

@media print {
    #coretopcontainer {
        display : none;
    }
    
    #corebottomcontainer {
        background : transparent;
    }
    
    #corebottomcontent {
        font-size : inherit;
        padding : 0;
        min-height : 0;
        line-height : inherit;
    }
    
    #corebottomcontainerinner {
        background : transparent;
    }
}

/*
* Interior Footer
*/
#interiorfooter {
    height : 18px;
    background : transparent url(images/int_bottom_bg.gif) top left no-repeat;
}

@media print {
    #interiorfooter {
        display : none;
    }
}

/*
* Footer
*/
#footercontainer {
    margin-top : 9px;
    font-size : 9px;
}

#footercontainer a {
    color : #576f6f;
}

#footerright {
    float : right;
    padding : 0 19px 0 0;
    width : 300px;
    text-align : right;
    color : #576f6f;
}

#footerleft .label {
    color : #9d9a9a;
}

@media print {
    #footercontainer {
        clear : left;
        margin : 1em 0 0 0;
        font-size : 1em;
        border : 1px solid red;
    }
    
    #footerleft {
    }
    
    #footerright {
        float : none;
        width : auto;
        margin : 1em 0;
        text-align : inherit;
    }
}

/** WordPress from here on out **/

/*
* Sidebar Widgets
*/
#sidebar .widget {
    margin : 1em 0;
}

#sidebar .widget_text {
    margin : 0 0 25px 0;
    padding : 0 0 0 12px;
}

.widget_text_inner {
}

.widget_text h2 {
    margin : 0 0 7px 0;
    font-size : 25px;
    font-weight : normal;
    color : #e8c12f;
}

#sidebar .widget_text h2 a {
    color : #e8c12f;
}

#sidebar .widget_text h2 a:hover {
    text-decoration : none;
}

/*
* Comments
*/
.navigation {
    height : 3em;
}

.nocomments {
    color: #777;
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
    font-weight: bold;
}

.commentlist p {
    margin: 10px 5px 10px 0;
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentmetadata {
    margin: 0;
    display: block;
    font-weight: normal;
}

#commentform p {
    margin: 5px 0;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 100%;
    padding: 2px;
}

#commentform #submit {
    margin: 0;
    float: right;
}

/*
* Calendar
*/
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar a {
    display: block;
    text-decoration: none;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
    font-size: 9pt;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
    font-size: 9pt;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
    width: 100%;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { 
    /* Doesn't work in IE 6 */
    background-color: #fff;
}

/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px; 
    text-align: center;
}

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
}

#sidebar #searchsubmit {
    padding: 1px;
}



.docdownload, .directory {
    margin-top: 15px;
    padding: 0px;
    border: 0px;
}
.docdownload th {
    text-align: left !important;
    vertical-align: middle !important;
    border-bottom: 1px #DDD solid;
}
.docdownload td {
    font-style: italic;
    color: #DDD;
    vertical-align: top;
    padding: 5px 0px;
    border-bottom: 1px #EEE solid;
}
.docdownload td a {
    font-style: normal;
    color: auto;
}
.docdownload .padright {
    padding-right: 10px;
}
.docdownload .spacer, .directory .spacer {
    width: 17px;
    height: 34px;
    background-image: url('http://www.sedonalearning.com/wp-content/uploads/2008/11/spacer.png');
    background-repeat: repeat-y;
    padding: 5px 0px;
}
.docdownload .spacernoh {
    width 17px;
    background-image: url('http://www.sedonalearning.com/wp-content/uploads/2008/11/spacer.png');
    background-repeat: repeat-y;
}
.directory td {
    padding: 10px 5px;
    border-top: 1px #DDD solid;
}

#contentfooterlinks a {
    text-decoration: none;
}
