#main div div
{
    padding: 0px;	
    background: none;
    overflow: auto;
}

* html #main div div
{
    height: 0.01%;	
}

/* large picture container */
#main p.image_container
{
    font-size: 1.1em;
    font-style: italic;
    float: left;
    margin-right: 15px;
}

/* large picture */
#main img
{
    border: solid #555 1px;	
}

/* blog title */
#main p.title, #main a.title:link, a.title:hover, a.title:active, a.title:visited
{
    color: #555;
    font-family: georgia;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4em;
}


#main a.title:link, a.title:visited
{
    text-decoration: none;
}

#main a.title:hover, a.title:active
{
    text-decoration: underline;
}

/* comments */
#main #comments
{
    padding-left: 0px;
    padding-right: 0px;
}

#main #comments p
{
    padding-left: 23px;
    padding-right: 23px;
}

#main #comments p.alternate
{
    position: relative;
    background: #F4F4F4;
}

/* comment post */
#main #comment_post
{
    margin-left: 21px;
}

#main #comment_post img
{
    border: 0px;
    margin-top: 10px;
}

#main #comment_post span
{
    font-size: 0.8em;
    font-weight: normal;
    color: #f00;
}

#main #comment_post p.title
{
    font-weight: bold;
    line-height: 0em;
    margin-top: 22px;
}

input, textarea
{
    border: solid #555 1px;
    padding: 3px;
}

textarea
{
    width: 551px;
}

input.error, textarea.error
{
    border: solid #f00 1px;
}

/* library */
#main div.library
{
    background: #fff url(../img/bg/library_main.gif) no-repeat;
    padding: 15px 0px 0px 0px;
}

#main div.player #embed_code
{
    width: 494px;
}

#main div.player
{
    text-align: center;
}

#main div.player h3
{
    text-align: left;
    margin-bottom: 10px;
}

#main div.player div.text
{
    text-align: left;
}

#main div.library ol
{
    list-style: none;
}

#main div.library ol li
{
    position: relative;
    display: inline;
    background: transparent;
    float: left;
    width: 186px;
    padding: 0px 10px 35px 13px;
}

#main div.library ol li img
{
    float: left;
}

#main div.library ol li p
{
    color: #555;
    font-size: 1.1em;
    position: absolute;
    bottom: 22px;
    left: 106px;
}

#main div.library ol li p a
{
    color: #555;
    font-weight: bold;
    text-decoration: none;
    background: transparent url(../img/ico/btn-forward.gif) right no-repeat;
    padding-right: 7px;	
}

#main div.library ol li p a:hover
{
    text-decoration: underline;
}
