#content
{
    width: 750px;
    margin: 0 auto;
}

#header
{
    position: relative;
    width: 750px;
    margin: 2em auto;
    padding: 20px 40px 30px 40px;
    background: #9dbef4 url(../img/blue_grad.png) repeat-x top left;
    color: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: rgba(0,0,0,0.25) 5px 5px 5px;
    -moz-box-shadow: rgba(0,0,0,0.25) 1px 1px 12px 1px;
    -webkit-box-shadow: rgba(0,0,0,0.25) 5px 5px 5px;
}

#header .logo
{
    position: relative;
    margin: 0 0 1em 0;
}

#header .logo a
{
    color: #fff;
    font-size: 2.5em;
    font-family: Calibri, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

#header .logo img
{
    vertical-align: text-bottom;
}

#header .logo .alpha
{
    font-size: 0.5em;
    font-weight: normal;
    font-style: normal;
}

#header h2
{
    font-size: 1.5em;
    font-family: Calibri, sans-serif;
    font-weight: bold;
}

#header h3
{
    font-size: 1.25em;
    font-family: Calibri, sans-serif;
}

#header p
{
    color: #fff;
}

#header .steps
{
    margin-top: 1em;
}

#header .steps .note
{
    font-size: 0.85em;
    width: 180px;
    float: right;
}

#header .steps .note .note-prefix
{
    font-weight: bold;
}

#header #install,
#header #install p
{
    color: #333;
}

#header #install h2
{
    margin-bottom: 0.5em;
}

.overview .screenshot
{
    display: block;
    float: left;
    margin-right: 2em;
}

.overview
{
    
    font-family: Calibri, sans-serif;
    text-align: center;
}

.overview h2
{
    font-size: 1.5em;
    font-family: Calibri, sans-serif;
    font-weigh: bold;
    padding: 2em 0 0.5em 0;
    margin: 0;
}

.overview p
{
    margin-bottom: 2em;
}

.overview .get-button-container
{
    margin-top: 1em;
    text-align: center;
}

.overview .get-button
{
    text-decoration: none;
    color: #666;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 1.5em;
    background: #6cb3e8 url(../img/button_bg.png) repeat-x top left;
    border: 1px solid #5686bf;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: rgba(0,0,0,0.5) 1px 2px 3px 1px;
    -moz-box-shadow: rgba(0,0,0,0.25) 1px 2px 3px 1px;
    -webkit-box-shadow: rgba(0,0,0,0.25) 1px 2px 3px 1px;
}

.overview .get-button:hover
{
    box-shadow: rgba(0,0,0,0.3) 1px 2px 5px 2px;
    -moz-box-shadow: rgba(0,0,0,0.3) 1px 2px 5px 2px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 1px 2px 5px 2px;
}

.overview .install-button
{
    width: 172px;
    height: 41px;
    opacity: 0.85;
    -moz-opacity: 0.85;
    -webkit-opacity: 0.85;
}

.overview .install-button:hover
{
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

.overview p.alternate
{
    font-size: 0.85em;
}

.examples
{
    text-align: center;
    margin-bottom: 2em;
}

.examples li
{
    font-size: 1.25em;
    font-family: Calibri, sans-serif;
    color: #606060;
    display: inline-block;
    margin-right: 35px;
}

.examples li.last
{
    margin: 0;
}

.examples li img
{
    display: block;
    margin-bottom: 0.5em;
}

p
{
    color: #7f7f7f;
    margin-bottom: 1em;
}

ol
{
    margin-left: 2em;
    padding-left: 1em;
}

ol li
{
    list-style: decimal;
    margin-bottom: 0.5em;
}

h2
{
    font-family: Calibri, sans-serif;
    font-size: 1.5em;
    margin-bottom: 0.75em;
}

.details
{
    margin-bottom: 4em;
}

.details p
{
    margin-bottom: 2em;
}

.details p.caption,
.details p.usage
{
    text-align: center;
}

#install
{
    float: left;
    width: 500px;
    background-color: lightyellow;
    padding: 1em;
    border: 2px solid orange;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


#install h2
{
    font-family: Calibri, sans-serif;
    font-weight: bold;
    margin-bottom: 1.25em;
}

#install .pending
{
    color: #666;
    font-style: italic;
}

#install .done
{
    text-decoration: line-through;
}

#install img.bookmarklet-button
{
    vertical-align: middle;
}

.section
{
    margin-bottom: 2em;
}

.sig
{
    font-style: italic;
}

.footer
{
    font-size: 0.85em;
    color: #898989;
    font-style: italic;
    text-align: center;
    margin-bottom: 2em;
}

#firefox-instructions
{
    display: none;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 250px;
    font-size: 12px;
    padding: 10px 10px 10px 0;
    font-weight: normal;
    background-color: #fff;
    border: 2px solid #888;
    -moz-border-radius: 5px;
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}

#firefox-instructions .close
{
    text-align: center;
    margin-top: 15px;
}