/* * 
 * Style:   Shutterlog Journal
 * Author:  Carlos Johnson
 * Date:    August 11, 2005
  ----------------------------------------------- */
 
/* Imported Styles
  ----------------------------------------------- */
@import url("base.css");

/* =Structure
  ----------------------------------------------- */
#main
{
    width:540px;
    float: left;
    overflow: hidden;
    padding: 15px 15px 5px 15px;
}
  
#sidebar
{
    width:170px;
    float: right;
    overflow: hidden;
    padding: 15px;
}

/* =Entries
  ----------------------------------------------- */

#main h2
{
    font-size: 140%;
}

#main h2, #main h2 a:link, #main h2 a:visited
{
    text-decoration: none;
    border-bottom: none;
    color : #fff7b3;
}

#main h2 a:hover
{
    color: #bfb986;
}

#main h3
{
    font-size: 85%;
    letter-spacing: .1em;
    margin: 0 0 3px 0;
    padding: 0;
    font-style: italic;
}

#main p
{
    font-size: 100%;
    text-align: left;
    font-weight: normal;
    margin-bottom: .75em;
}

#main p.posted
{
    border-top: solid #555 1px;
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 3px;
    font-size: 78%;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: .1em;
    text-align: left;
    line-height: normal;
    text-transform: uppercase;
}

#main p.posted, #main p.posted a:link, #main p.posted a:visited
{
    color: #555;
    text-decoration: none;
    border-bottom: none;
}

#main p.posted a:hover
{
    color: #999;
}

/* =Sidebar
  ----------------------------------------------- */

#sidebar h2
{
    margin: 30px 0 12px 0;
    padding: 1px 6px;
    width: 100%;
    background: #234; /* #222; */
    border: 1px solid #555;
    font-size: 100%;
    text-align: left;
    font-weight: bold;
    letter-spacing: .1em;
    text-transform: lowercase;
    color: #fff7b3;

}

#sidebar ul
{
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

#sidebar li
{
    margin-top: 10px;
    margin-left: 13px;
    text-align: left;
    font-size: 90%;
    line-height: 1.4em;
    list-style-type: square;
    list-style-position: outside;
}

#sidebar img
{
    padding: 2px;
    border: 1px solid #555;
    vertical-align: middle;
}

/* =Misc
 ----------------------------------------------- */

.photo
{
    text-align: left;
    margin-bottom: 20px;
}

#comment-data
{
    float: left;
    width: 180px;
    padding-right: 15px;
    margin-right: 15px;
    text-align: left;
    border-right: 1px dotted #BBB;
}

textarea[id="comment-text"]
{
    width: 80%;
}