/*
 * 	OpenFund 2.0
 *	Project started @ November 22, 2009
 *
 *	Designed by Zaharenia Atzitzikaki
 *  http://sugarenia.com
*/

@import url('reset.css');

/* Basic
-------------------------------------*/
body
{
    font: 12px "Lucida Grande" , "Segoe UI" , Helvetica, Arial, sans-serif;
    background: #fafafa url("img/body-bg.gif");
    color: #333;
    overflow-x: hidden;
}
table, button, input, textarea, select, option
{
    font: 12px "Lucida Grande" , "Segoe UI" , Helvetica, Arial, sans-serif;
}
p
{
    margin: 0 0 18px 0;
    line-height: 1.5em;
}
a
{
    color: #0E69A0;
}
a:active
{
    outline: none;
}

ul, ol
{
    margin-bottom: 18px;
}
dt
{
    margin-bottom: 9px;
}
dd
{
    margin-bottom: 18px;
    line-height: 1.5em;
}

/* headers */
h1
{
    font-size: 32px;
    font-weight: bold;
    margin: 18px 0;
    line-height: 36px;
    letter-spacing: -1px;
    color: #111;
}
#content h1
{
    margin-top: 0;
}
h1 a
{
    text-decoration: none;
}
h2
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 18px;
    color: #666;
}
h3
{
    font-size: 16px;
    font-weight: bold;
    margin: 24px 0 18px;
    padding-bottom: 9px;
    line-height: 18px;
    border-bottom: 1px dotted #ccc;
}
h3 span
{
    margin-left: 5px;
    display: inline-block;
}
h3 span.all a
{
    background: url("img/all-tag.gif") no-repeat bottom left;
    text-indent: -9999em;
    display: block;
    width: 46px;
    height: 15px;
}
h3 span.feed
{
    float: right;
}
h3 span.feed a
{
    background: url("img/feed-tag.gif") no-repeat bottom left;
    width: 31px;
    height: 12px;
    display: block;
    text-indent: -9999em;
}
h3 span.top
{
    float: right;
}
h3 span.top a
{
    background: url("img/top-tag.gif") no-repeat bottom left;
    width: 21px;
    height: 7px;
    display: block;
    text-indent: -9999em;
    margin-top: 7px;
}
h3 span.sub
{
    display: block;
    float: right;
    margin: 0;
    font-size: 14px;
    color: #999;
}
h4
{
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}
h5
{
    font-size: 11px;
    font-weight: bold;
    margin: 36px 0 18px;
}
h6
{
    font-size: 10px;
    font-weight: bold;
    margin: 36px 0 18px;
    color: #6f6f6f;
}

/* Layout
-------------------------------------*/
#top-container
{
    background: #eee;
    padding: 4px 0;
    font-size: 10px;
    color: #333;
    border-bottom: 1px dotted #ccc;
}
#top
{
    width: 960px;
    margin: 0 auto;
    text-align: right;
}
#wrapper-container
{
    background: url("img/wrapper-bg.gif") repeat-y;
    margin: 0 auto;
    width: 1022px;
    border-bottom: 1px dotted #ccc;
}
#wrapper
{
    width: 940px;
    margin: 0 auto;
    background: #fff;
    padding: 18px 0px;
}
#header
{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 17px;
    margin-bottom: 24px;
}
#content-main
{
    width: 620px;
    float: left;
    border-right: 1px dotted #ccc;
    padding-right: 20px;
}
#content-side
{
    padding-top: 19px;
    width: 280px;
    float: right;
}

/* Top
-------------------------------------*/
#top a
{
    color: #666;
    text-decoration: none;
}
#top a:hover
{
    text-decoration: underline;
}

/* Header
-------------------------------------*/
#header-logo
{
    float: left;
    height: 54px;
}

/* menu */
#header-menu
{
    float: right;
    font-size: 13px;
    margin-top: 26px;
}
#header-menu ul
{
    margin-bottom: 0;
}
#header-menu li
{
    float: left;
    position: relative;
    font-weight: bold;
    border-right: 1px dotted #ccc;
    margin-right: 18px;
    padding-right: 18px;
}
#header-menu li:last-child
{
    margin-right: 0;
    border-right: none;
}
#header-menu li a
{
    text-decoration: none;
    color: #333;
}
#header-menu li span
{
    background: url("img/arrow-down.gif") no-repeat 96% 14px;
    padding: 8px 18px 8px 10px;
    margin: 1px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    position: relative;
    z-index: 999999;
    white-space: nowrap;
}
#header-menu li:hover span
{
    background-color: #eee;
    border: 1px solid #ddd;
    margin: 0;
    border-bottom: none;
}
#header-menu li ul
{
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    width: 150px;
    border: 1px solid #ddd;
    z-index: 99999;
    margin-top: -1px;
    -moz-box-shadow: 1px 1px 4px #eee;
    -webkit-box-shadow: 1px 1px 4px #eee;
    box-shadow: 1px 1px 4px #eee;
}
#header-menu li:hover ul
{
    display: block;
    background: #eee;
}
#header-menu li li
{
    text-align: left;
    float: none;
    margin: 0;
    font-weight: normal;
    position: relative;
    z-index: 999999;
    font-size: 13px;
    padding-right: 0;
    border-right: none;
}
#header-menu li li a
{
    display: block;
    text-decoration: none;
    color: #666;
    padding: 9px;
    border-bottom: 1px dotted #ddd;
}
#header-menu li li:last-child a
{
    border-bottom: none;
}
#header-menu li li a:hover
{
    background: #fff;
    color: #333;
}
#header-menu li.apply a, #header-menu li.apply strong
{
    text-decoration: none;
    color: #d3282b;
}
#header-menu li.selected strong
{
    padding-bottom: 2px;
    border-bottom: 1px dotted #999;
}

/* Masthead
-------------------------------------*/
#masthead
{
    width: 958px;
    position: relative;
    left: -49px;
    padding: 0 40px;
    margin: 0 0 36px;
    height: 370px;
    background: url("img/masthead-bg.png") no-repeat;
}
#masthead-promo
{
    padding: 36px 0 0;
    width: 940px;
    margin-left: 9px;
}
#masthead-promo .left
{
    width: 620px;
}
#masthead-promo h1
{
    margin-top: 0;
}
#masthead-promo .right
{
    width: 208px;
    background: #ebebeb;
    background: rgba(0, 0, 0, .04);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 12px 36px 15px 36px;
}
#masthead-promo .right h4
{
    background: url("img/promo-tag.png") no-repeat;
    text-indent: -9999em;
    width: 213px;
    height: 17px;
    margin-bottom: 18px;
}
#masthead-promo .right a
{
    background: url("img/apply-btn.png") no-repeat;
    display: block;
    width: 214px;
    height: 47px;
    text-indent: -9999em;
}
#masthead-promo .right a:hover
{
    background-position: 0 -47px;
}
#masthead-promo .right a:active
{
    background-position: 0 -94px;
}

#masthead-features
{
    background: url("img/masthead-line.gif") no-repeat;
    margin-top: 25px;
    padding-top: 25px;
    width: 940px;
    margin-left: 9px;
}
#masthead-features li
{
    float: left;
    width: 95px;
    margin-right: 18px;
    padding-left: 73px;
}
#masthead-features h3
{
    padding-bottom: 0px;
}
#masthead-features li:last-child
{
    margin-right: 0;
}
#masthead-features li#feature-start
{
    background: url("img/icons/start.png") no-repeat;
}
#masthead-features li#feature-remote
{
    background: url("img/icons/remote.png") no-repeat;
}
#masthead-features li#feature-funding
{
    background: url("img/icons/funding.png") no-repeat;
}
#masthead-features li#feature-followup
{
    background: url("img/icons/followup.png") no-repeat;
}
#masthead-features li#feature-advice
{
    background: url("img/icons/advice.png") no-repeat;
}
#masthead-features li h3
{
    font-size: 14px;
    margin: 0 0 3px 0;
    border-bottom: none;
}
#masthead-features li p
{
    font-size: 11px;
    color: #6f6f6f;
}

#masthead-advisors
{
    width: 940px;
    margin-left: 9px;
}
#masthead-advisors h3
{
    margin-top: 18px;
}

/* Content
-------------------------------------*/
.textual ul, .textual ol
{
    margin: 18px 0;
}
.textual ul li
{
    line-height: 1.5em;
    margin: 0 0 18px 18px;
    padding-left: 25px;
    background: url("img/bullet.png") no-repeat 0 2px;
}
.textual ol li
{
    line-height: 1.5em;
    margin: 0 0 18px 36px;
    list-style: decimal;
}


/* Advisors
-------------------------------------*/
.advisors li
{
    display: inline-block;
    width: 140px;
    margin: 0 16px 18px 0;
    vertical-align: top;
}

.advisors li:last-child, .advisors li.last, .advisors li:nth-child(4n)
{
    margin-right: 0;
}
#masthead-advisors li:nth-child(4n)
{
    margin-right: 20px;
}
.advisors li img
{
    display: block;
    margin-bottom: 18px;
    padding: 4px;
    background: #fff;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
}
.advisors li h4
{
    margin-left: 5px;
    white-space: nowrap;
}
.advisors li p
{
    font-size: 11px;
    color: #666;
    margin-left: 5px;
}

/* Partners
-------------------------------------*/
.partners li
{
    float: left;
    width: 140px;
    margin: 0 20px 18px 0;
}
#partners li:nth-child(4n)
{
    margin-right: 0;
}

.main-partners
{
    margin-bottom: 0;
}
.main-partners li
{
    margin-bottom: 18px;
    overflow: hidden;
}
.main-partners li:last-child
{
    margin-bottom: 0;
}
.main-partners img
{
    float: left;
    margin-right: 18px;
}
.main-partners p
{
    margin-left: 198px;
}


/* Benefits
-------------------------------------*/
#benefits .grid-cell p
{
    padding-left: 48px;
}
#benefits-start p
{
    background: url("img/icons/start.gif") no-repeat;
}
#benefits-funding p
{
    background: url("img/icons/funding.gif") no-repeat;
}
#benefits-advice p
{
    background: url("img/icons/advice.gif") no-repeat;
}
#benefits-followup p
{
    background: url("img/icons/followup.gif") no-repeat;
}

/* Schedule
-------------------------------------*/
#schedule li
{
    padding: 18px;
    margin-bottom: 18px;
}
#schedule li h3
{
    margin-top: 0;
}
#schedule li h3 span
{
    color: #999;
    margin: 0 5px 0 0;
    padding-right: 20px;
    background: url("img/arrow.gif") no-repeat center right;
}
#schedule li p
{
    margin-bottom: 0;
}
#schedule .completed
{
    color: #999;
}
#schedule .current
{
    background: #f2f2f2;
    border: 1px solid #ddd;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#schedule .current h3
{
    color: #D3282B;
}

/* FAQ
-------------------------------------*/
.textual dl.faq dt
{
    color: #0E69A0;
    text-decoration: underline;
    margin-bottom: 18px;
    cursor: pointer;
}
.textual dl.faq dd
{
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
    display: none;
}

/* Biographies
-------------------------------------*/
.bios
{
}
.bios li
{
    overflow: hidden;
    margin-top: 36px;
}
.bios h3
{
    margin-top: 0;
}
.bios .img
{
    float: left;
    width: 190px;
}
.bios .img.board
{
    margin: 0 18px 9px 0;
}
.bios .img img
{
    padding: 4px;
    background: #fff;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
}
/*.bios .info	{
	float: right;
	width: 410px;
}*/
.bio-full
{
    display: none;
}


/* Forms
-------------------------------------*/
.text
{
    border: 1px solid #bbb;
    border-color: #6f6f6f #ccc #ccc #ccc;
    padding: 3px;
    background-color: #FAFAFA;
    outline: none;
    vertical-align: middle;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
textarea.text
{
    overflow: auto;
}
select.text
{
    padding: 2px;
}
.text:focus
{
    background-color: white;
    border-color: #555 #999 #999 #999;
}

.text.text-important
{
    font-size: 14px;
    font-weight: bold;
}


/* Apply
-------------------------------------*/
.apply-form
{
    margin: 36px 0 36px;
}
.apply-form li
{
    margin-bottom: 24px;
}
.apply-form label
{
    display: block;
    font-weight: bold;
    margin-bottom: 9px;
}
.radiobuttons label
{
    display:inline;
}
.apply-form .text
{
    width: 500px;
}
.apply-form .text.text-small
{
    width: 250px;
}
.apply-form .help
{
    font-size: 11px;
    color: #999;
    margin-top: 3px;
}
.apply-form .legend
{
    border-top: 1px dotted #ccc;
    margin: 36px 0 18px 0;
    color: #D3282B;
}
.apply-form .legend span
{
    background: #fff;
    padding: 0 9px 0 0;
    position: relative;
    top: -10px;
    font-size: 14px;
    font-weight: bold;
}
.apply-form #add-member a
{
    padding-left: 25px;
    background: url("img/icons/add.png") no-repeat 0 2px;
    font-size: 14px;
}
.apply-form .inline-fields
{
    margin-bottom: 9px;
}
.apply-form .inline-fields label
{
    display: inline;
    font-weight: normal;
    margin-right: 18px;
}


/* buttons */
.apply-form .button-container
{
    margin-top: 54px;
}
.apply-form .apply-button
{
    display: block;
    width: 214px;
    height: 47px;
    text-indent: -9999em;
}
.apply-form #apply-step2
{
    background: url("img/buttons/step2.png") no-repeat;
}
.apply-form #apply-step2:hover
{
    background-position: 0 -47px;
}
.apply-form #apply-step2:active
{
    background-position: 0 -94px;
}

.apply-form #apply-step3
{
    width: 359px;
    background: url("img/buttons/step3.png") no-repeat;
}
.apply-form #apply-step3:hover
{
    background-position: 0 -47px;
}
.apply-form #apply-step3:active
{
    background-position: 0 -94px;
}

.apply-form #apply-step4
{
    width: 247px;
    background: url("img/buttons/step4.png") no-repeat;
}
.apply-form #apply-step4:hover
{
    background-position: 0 -47px;
}
.apply-form #apply-step4:active
{
    background-position: 0 -94px;
}

.apply-form #apply-step5
{
    width: 246px;
    background: url("img/buttons/step5.png") no-repeat;
}
.apply-form #apply-step5:hover
{
    background-position: 0 -47px;
}
.apply-form #apply-step5:active
{
    background-position: 0 -94px;
}

.apply-form #apply-done
{
    width: 159px;
    background: url("img/buttons/done.png") no-repeat;
}
.apply-form #apply-done:hover
{
    background-position: 0 -47px;
}
.apply-form #apply-done:active
{
    background-position: 0 -94px;
}


/* Blog
-------------------------------------*/
.post
{
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px dotted #ccc;
}
.post-header h1
{
    margin-bottom: 9px;
}
.post-header p
{
    font-size: 12px;
    color: #6f6f6f;
    margin-bottom: 36px;
}

/* misc styles */
.post-body h2
{
    margin-top: 36px;
}
.post-body h3
{
    margin-top: 36px;
    border-bottom: none;
    padding-bottom: 0;
}
.post-body h4
{
    margin: 36px 0 18px;
}
.post-body ul li
{
    line-height: 1.5em;
    margin: 0 0 18px 18px;
    padding-left: 25px;
    background: url("img/bullet.png") no-repeat 0 2px;
}
.post-body ol li
{
    line-height: 1.5em;
    margin: 0 0 18px 36px;
    list-style: decimal;
}
.post-body dt
{
    font-style: italic;
}
.post-body code
{
    font-family: "Espresso Mono" , Consolas, "Courier New" , monospace;
    background: #f2f2f2;
    color: #6f6f6f;
    padding: 2px 4px;
}
.post-body .img.left
{
    float: left;
    margin: 0 18px 18px 0;
    padding: 4px;
    background: #fff;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
}
.post-body .img.right
{
    float: right;
    margin: 0 0 18px 18px;
    padding: 4px;
    background: #fff;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
}
.post-body .img.center
{
    display: block;
    margin: 18px auto;
    padding: 4px;
    background: #fff;
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
}
.post-body pre
{
    font-family: "Espresso Mono" , Consolas, "Courier New" , monospace;
    background: #f2f2f2;
    color: #6f6f6f;
    padding: 9px;
    border: 1px dotted #ccc;
    border-width: 1px 0;
    margin: 18px 0;
}
.post-body thead
{
    font-weight: bold;
    background: #f2f2f2;
}
.post-body th, .post-body td
{
    padding: 9px;
}
.post-body tbody th, .post-body tbody td
{
    border-bottom: 1px dotted #ccc;
}
.post-body tfoot
{
    color: #999;
}
.post-body blockquote
{
    font-size: 14px;
    background: #f2f2f2;
    padding: 9px;
    color: #6f6f6f;
    border: 1px dotted #ccc;
    border-width: 1px 0;
    margin: 18px 0;
}
.post-body blockquote cite
{
    font-style: italic;
    color: #999;
}

.post-footer
{
    font-size: 11px;
    color: #999;
}

.blog-nav a
{
    color: #6f6f6f;
    background-color: #f2f2f2;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 0 -1px 1px #fff;
}
.blog-nav a:hover
{
    background: #D3282B;
    color: #fff;
    text-shadow: 0 -1px 1px #7b0003;
}

/* comments */
#blog-comments h3
{
    margin-top: 54px;
}
#blog-comments li
{
    margin-bottom: 18px;
}
.comment-header
{
    margin-bottom: 18px;
    background: #f2f2f2;
    padding: 9px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.comment-footer
{
    font-size: 11px;
    overflow: hidden;
}
.comment-reply
{
    display: block;
    width: 35px;
    height: 11px;
    background: url("img/buttons/reply.gif") no-repeat;
    text-indent: -9999em;
    float: left;
}
.comment-perma
{
    display: block;
    width: 55px;
    height: 11px;
    background: url("img/buttons/permalink.gif") no-repeat;
    text-indent: -9999em;
    float: right;
}

/* comment form */
#blog-form h3
{
    margin-top: 54px;
}
#blog-form label
{
    display: block;
    margin-bottom: 9px;
}
#blog-form label span
{
    font-size: 11px;
    color: #999;
}
#blog-form .text
{
    margin-bottom: 18px;
    width: 250px;
}
#blog-form textarea.text
{
    width: 600px;
}
#blog-form .inline-fields label
{
    display: inline;
}

#blog-form .button
{
    display: block;
    width: 167px;
    height: 38px;
    text-indent: -9999em;
    background: url("img/buttons/comment.png") no-repeat;
    margin-top: 36px;
}
#blog-form .button:hover
{
    background-position: 0 -38px;
}
#blog-form .button:active
{
    background-position: 0 -76px;
}

/* search */
#blog-search
{
    margin: 54px 0;
}
#blog-search p
{
    margin-top: 9px;
    font-size: 11px;
    color: #6f6f6f;
}
#blog-search p input
{
    margin: 0;
}
#blog-search .text
{
    width: 230px;
}
#blog-search .button
{
    vertical-align: middle;
}

/* archives */
.blog-archive li
{
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dotted #eee;
}
.blog-archive li p
{
    font-size: 11px;
    color: #6f6f6f;
    margin: 3px 0 0 0;
}

/* Press Kit
-------------------------------------*/
.docs .left, .docs .right
{
    width: 300px;
}
.docs ul
{
    padding-left: 70px;
}
.docs ul.doc
{
    background: url("img/filetypes/doc.png") no-repeat left center;
}
.docs ul.pdf
{
    background: url("img/filetypes/pdf.png") no-repeat left center;
}
.docs li
{
    margin-bottom: 18px;
}
.docs h4
{
    margin-bottom: 18px;
}
.docs p.sub
{
    margin-bottom: 0;
    font-size: 11px;
    color: #6f6f6f;
}

.icon
{
    padding: 1px 0 1px 25px;
}
.icon-pdf
{
    background: url("img/filetypes/pdf-tiny.png") no-repeat left center;
}
.icon-ppt
{
    background: url("img/filetypes/ppt-tiny.png") no-repeat left center;
}

.logos
{
    width: 100%;
}
.logos th, .logos td
{
    width: 50%;
    vertical-align: middle;
    padding-bottom: 18px;
}
.logos td
{
    text-align: right;
}


/* Contact
-------------------------------------*/
#contact-roles li
{
    background: #f2f2f2;
    float: left;
    width: 130px;
    margin-right: 20px;
    text-align: center;
    padding: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    min-height: 130px;
}
#contact-roles li:last-child
{
    margin-right: 0;
}
#contact-roles li h4
{
    margin: 9px 0 18px;
}
#contact-roles li p
{
    margin-bottom: 0;
    font-size: 11px;
    color: #6f6f6f;
}
#contact-roles li.hover, #contact-roles li.selected
{
    background: #D3282B;
    color: #fff;
    cursor: pointer;
}
#contact-roles li.hover p, #contact-roles li.selected p
{
    color: #ddd;
}

#contact-form li
{
    margin-bottom: 18px;
}
#contact-form label
{
    display: block;
    margin-bottom: 9px;
}
#contact-form label span
{
    font-size: 11px;
    color: #999;
}
#contact-form li .text
{
    width: 250px;
}
#contact-form li textarea.text
{
    width: 600px;
}
#contact-form .button
{
    display: block;
    width: 178px;
    height: 38px;
    text-indent: -9999em;
    background: url("img/buttons/contact.png") no-repeat;
    margin-top: 36px;
}
#contact-form .button:hover
{
    background-position: 0 -38px;
}
#contact-form .button:active
{
    background-position: 0 -76px;
}

/* Grid
-------------------------------------*/
.grid-col
{
    width: 300px;
}
.grid-cell
{
    margin: 18px 0;
}
.grid-col h4
{
    margin-bottom: 9px;
}


/* Sidebar 
-------------------------------------*/
/* menu */
#side-menu li
{
    border-bottom: 1px dotted #eee;
}
#side-menu li span, #side-menu li a
{
    padding: 9px;
    font-size: 14px;
    display: block;
}
#side-menu li a
{
    text-decoration: none;
    color: #D3282B;
    font-weight: bold;
}
#side-menu li a:hover
{
    background: #fafafa;
    color: #333;
}
#side-menu li a em
{
    font-size: 10px;
    color: #999;
    font-style: normal;
    margin-left: 3px;
}
#side-menu li.selected span, #side-menu li.selected span
{
    font-weight: bold;
    background: #f0f0f0;
}
#side-menu li ul
{
    margin-bottom: 0;
    padding-left: 18px;
    background: #fafafa;
}
#side-menu li li
{
    border-bottom: none;
}
#side-menu li li a
{
    font-size: 12px;
    padding: 6px;
    color: #666;
}
#side-menu li li a:hover
{
    background: none;
}

/* apply page menu */
#side-menu.apply li
{
    padding-left: 30px;
}
#side-menu.apply li span
{
    font-size: 16px;
    padding: 12px;
}
#side-menu.apply .completed
{
    color: #999;
}
#side-menu.apply .selected
{
    background-color: #D3282B;
}
#side-menu.apply .selected span
{
    background-color: #D3282B;
    color: #fff;
}
#side-menu.apply li.one
{
    background: url("img/numbers/1.png") no-repeat 5px 50%;
}
#side-menu.apply li.two
{
    background: url("img/numbers/2.png") no-repeat 5px 50%;
}
#side-menu.apply li.three
{
    background: url("img/numbers/3.png") no-repeat 5px 50%;
}
#side-menu.apply li.four
{
    background: url("img/numbers/4.png") no-repeat 5px 50%;
}
#side-menu.apply li.five
{
    background: url("img/numbers/5.png") no-repeat 5px 50%;
}

#side-menu.apply li.completed.one
{
    background: url("img/numbers/1-fade.png") no-repeat 5px 50%;
}
#side-menu.apply li.completed.two
{
    background: url("img/numbers/2-fade.png") no-repeat 5px 50%;
}
#side-menu.apply li.completed.three
{
    background: url("img/numbers/3-fade.png") no-repeat 5px 50%;
}
#side-menu.apply li.completed.four
{
    background: url("img/numbers/4-fade.png") no-repeat 5px 50%;
}
#side-menu.apply li.completed.five
{
    background: url("img/numbers/5-fade.png") no-repeat 5px 50%;
}

#side-menu.apply li.selected.one
{
    background: #D3282B url("img/numbers/1-red.png") no-repeat 5px 50%;
}
#side-menu.apply li.selected.two
{
    background: #D3282B url("img/numbers/2-red.png") no-repeat 5px 50%;
}
#side-menu.apply li.selected.three
{
    background: #D3282B url("img/numbers/3-red.png") no-repeat 5px 50%;
}
#side-menu.apply li.selected.four
{
    background: #D3282B url("img/numbers/4-red.png") no-repeat 5px 50%;
}
#side-menu.apply li.selected.five
{
    background: #D3282B url("img/numbers/5-red.png") no-repeat 5px 50%;
}

/* boxes */
.side-box
{
    margin: 54px 0;
}
.side-box h3
{
    font-size: 14px;
    color: #555;
}
.side-box li
{
    margin-bottom: 18px;
}

/* blog */
#side-blog dd
{
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dotted #eee;
}
#side-blog .meta
{
    font-size: 11px;
    color: #666;
    margin: 9px 0 0;
}

/* boxes */
.side-box#twitter .button
{
    display: block;
    text-indent: -9999em;
    width: 280px;
    height: 73px;
    background: url("img/buttons/twitter.png") no-repeat;
}
.side-box#faq .button
{
    display: block;
    text-indent: -9999em;
    width: 280px;
    height: 57px;
    background: url("img/buttons/faq.png") no-repeat;
}
.side-box#advisors dt
{
    font-weight: bold;
}
.side-box#advisors dd
{
    font-size: 11px;
    color: #6f6f6f;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}
.side-box#contact .button
{
    display: block;
    text-indent: -9999em;
    width: 280px;
    height: 57px;
    background: url("img/buttons/side-contact.png") no-repeat;
}
.side-box#email .button
{
    display: block;
    text-indent: -9999em;
    width: 280px;
    height: 57px;
    background: url("img/buttons/side-email.png") no-repeat;
}

/* Footer
-------------------------------------*/
#footer
{
    margin-top: 36px;
    padding-top: 18px;
    border-top: 1px dotted #ccc;
    font-size: 11px;
    color: #999;
}
#footer a
{
    color: #999;
}

/* Misc
-------------------------------------*/
.left
{
    float: left;
}
.right
{
    float: right;
}
.clr
{
    min-height: 0px;
    zoom: 1;
}
.clr:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
}

.top
{
    margin-top: 0 !important;
}
.hidden
{
    display: none;
}

.note
{
    color: #999;
    font-size: 11px;
    background: #fafafa;
    padding: 10px;
    border: 1px solid #eee;
}

/* Alternate index page
 * "the advisors approach"
-------------------------------------*/
#page-alternative #masthead
{
    height: 428px;
    background: url("img/masthead-bg-alt.png") no-repeat;
}

