body,
html {
    margin:0;
    padding:0 0 10px 0;
    background:#505050;
    color:#000;
    }
    
body {
    min-width:960px;
    font-family: "Trebuchet MS", trebuchet, verdana, arial;
    font-size:0.9em;
    }
a img {
    border:0;
}

#wrap {
    margin:0 auto;
    width:760px;
}
#header{
    text-align:center;
    margin:20px 0;
    }
#header h1, #header h2{
    display:none;
}
#main {
    float:left;
    width:565px;
    }
#sidebar {
    float:right;
    width:180px;
    }
#footer {
    clear:both;
    text-align:center;
    font-size:0.75em;
    color:#cccccc;
    }
#footer a {
    color:#999;
    text-decoration:none;
}
#footer a:hover {
    text-decoration:underline;
}

div.framehead {
    font-size:2px;
    height: 6px;
    background: 
    url(images/frame_topleft.gif) 
    top left no-repeat;
}
div.framehead span {
    height:6px;
    display:block;
    background: 
    url(images/frame_topright.gif) 
    top right no-repeat;    
}
div.framebody {
    background: 
    url(images/frame_side.gif) 
    top left repeat-y;
    padding-left:6px;
    margin:0;
    
}
div.framebodyr {
    background: 
    url(images/frame_side.gif) 
    top right repeat-y;
    padding-right:6px;
    margin:0;
    
}
div.framefoot {
    font-size:2px;
    height: 6px;
    background: 
    url(images/frame_bottomleft.gif) 
    bottom left no-repeat;
    margin-bottom:20px;
}
div.framefoot span {
    height:6px;
    display:block;
    background: 
    url(images/frame_bottomright.gif) 
    bottom right no-repeat;    
}

#mainbody {
    background:white;
    padding:15px;
    line-height: 1.4em;
}

#mainbody input, #mainbody textarea {
    border:1px solid #555;
}
#mainbody textarea {
    width:400px;
    height:150px;
}
#mainbody a {
    text-decoration:none;
    color:#06c;
}

#mainbody h2 a, #mainbody h3 a {
    color:#333;
    text-decoration:none;
}
#mainbody a:hover {
    color:#666; 
    text-decoration:underline;
}

#sidebarbody {
    background: #DCB069;
    padding:5px;
}

#sidebarbody ul {
    margin:0;
    padding:0;
}
#sidebarbody ul li{
    list-style-type:none;
}
#sidebarbody a {
    font-weight:bold;
    color:#333;
    text-decoration:none;
}
#sidebarbody a:hover {
    color:#666;
}
#sidebarbody li ul {
padding-left:5px;
font-size:0.8em;
}
#sidebar .sep, #sidebar ul.mainlinks, #sidebar .categories {
    border-bottom:1px dashed #555;
    padding-bottom:10px;
    margin-bottom:10px;
}

#sidebarbody ul.mainlinks a {
    font-size:1.5em;
}
#sidebarbody input.text {
    border:1px solid #555;
    width:90px;
}
#sidebarbody input.button {
    border:1px solid #555;
    width:50px;
}
#sidebarbody h2 {
    font-weight:normal;
    margin:0;    
    display:block;
    color:#555;
    text-transform:uppercase;
    font-size:0.75em;
}

.post {
    margin-bottom:40px;
    padding-bottom:10px;
    border-bottom:1px dashed #ddd;
    clear:both;
}
.entry {
    padding:0 10px;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    }
h2 {
    margin:0 0 5px 0;
}
h3 {
    padding: 0;
    margin: 40px auto 20px ;
    color:#333;
    }
small {
    color:#555;
    margin-top:10px;
}
code {
    font: 1.1em 'Courier New', Courier, Fixed;
    }

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
    }
blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }
p.postmetadata{
    text-align:center;
    line-height:1em;
    margin:30px 30px;
    padding:5px;
    background:#f8f8f8;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    
}

.alt {
    margin: 0;
    padding: 10px;
    }

.commentlist {
    padding: 0;
    text-align: justify;
    font-size:0.9em;
    line-height:1.1em;
    }

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
    }

.commentlist p {
    margin: 10px 5px 10px 0;
    }

#commentform p {
    margin: 5px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    margin: 0;
    display: block;
    }
.commentlist li, #commentform input, #commentform textarea {
    font-size: 0.9em;
    }

.commentlist li {
    font-weight: bold;
    }

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
    }

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    }

.commentmetadata {
    font-weight: normal;
}
.alt {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    }
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left
    }