/* 
    Document   : isolved-2col
    Created on : Mar 25, 2009, 9:48:08 PM
    Author     : yliu
    Description:
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

@import url(isolved-main.css);

#page-container
{
    width: 96%;
    margin: 10px auto;
    margin-top: 3px;

}

#content {
    margin: 0px 0px 0 0;
    padding: 10px 2em 1em 1em;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    min-height: 200px;
    height:auto !important;
    height:200px;
    color: #444;

}


#content-wrapper
{
    margin: 10px 292px 0 0;

    min-height: 500px;
    height:auto !important;
    height:500px;
}

#content-main
{
    margin-left: 2em;
}

#footer {
    clear: both;
    padding: 10px;

    margin-top: 20px;
    text-align: center;
}

#footer ul
{
    margin-bottom: 2em;
}

#footer ul li {
    display: inline;
    margin-right: 1em;
}

#sidebar {

    float: right;
    width: 250px;
    padding: 10px 10px 0px 10px;
    list-style: none;
}

#sidebar-tags
{
    line-height: 1.5em;
}


.sidebar-new-problem-button a
{

    color: white;

}

.sidebar-new-problem-button a:hover  {
    text-decoration: none;
}

#sidebar-top-buttons{
    text-align: center;
}

#edit-profile-sidebar
{
    float: left;
    width: 128px;
    margin-left: 2em;
    margin-top: 0.5em;
    

}

#edit-profile-sidebar #profile-avatar
{
    text-align: center;
}

div.sidebar-mini-box
{

    color: #444;

    margin-top: 2em;
    padding: 0;
    font-size: 93%;
}

div.sidebar-box
{
    background-color: white;
    border: 1px solid #d4d4d4;
    color: #444;

    margin-top: 2em;
    padding: 0;

}

.sidebar-box-title-bar
{
    margin: 0 0 5px 0;
}

.sidebar-box-content
{
    padding: 0px 10px 5px 10px;
}

.sidebar-box-content p
{
    font-size: 77%;
}

div.sidebar-box h4
{
    border-bottom: solid 1px #d4d4d4;
    color: #666;
    margin: 0.5em 1em 0.5em 1em;
    padding: 0;
    font-size: 85%;
}

div.sidebar-box-footer
{
    margin: 0px;
    padding: 0px 10px 2px 10px;
}

div.sidebar-box-footer p
{
    margin: 0px;
    padding: 0;
    font-size: 77%;
    background-color: #fff;
}

div#bookmarklet-box div.sidebar-box-footer p
{
    font-size: 77%;
    color: #aaa;
}

.sidebar-box-error-message
{
    color: #F0775E;
    text-align: center;
}

div.sidebar-box ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.sidebar-box ul.bulleted
{

    margin-left: 2em;
    font-size: 85%;


}

div.sidebar-box ul.bulleted li
{

    
    font-size: 100%;
    padding-bottom: 0.5em;

}

.sidebar-duplicate-list li
{
    margin-left: 0em;
    padding-bottom: 1em;
    font-size: 85%;
}


