/*
Theme Name: 5cm
Theme URI: http://5cm-legacy.com/blog/
Description: <p>Official wordpress theme for 5cm novel with 3 colums layout. </p> <p>Visit the <a href="http://5cm-legacy.com/blog/">Theme Page</a> for theme update and other related information.</p><p>Please Note This Sponsored Themes</p> <p>The CSS, XHTML and design is released under a <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a></p>
Version: 0.1
Author: Adi Wahyu Pribadi
Author URI: http://adiwp.wordpress.com/

	This theme was designed and built by Adi Wahyu Pribadi,
	Crafted on 04 April 2009

	The CSS, XHTML and design is released under a Creative Commons Attribution 3.0 License:
	http://creativecommons.org/licenses/by/3.0/

*/

/*
 Kelompok Header
 ===============*/
#header {
    margin-top: 10px;
    background: #fff url('img/background.jpg') top center no-repeat;
    height: 270px;
}

#blog_title {
    margin: 35px 0 0 20px;
}

#blog_title p {
    font-size: 1.3em;
    font-family: "Courier New", courier, serif;
}

/*
 Kelompok Middle
 ===============*/

#middle {
    padding-top: 35px;
    background: #fff url('img/background_middle.jpg') top center no-repeat;
}
#navigation {
    list-style: none;
}
.widget {
    background: #fff url('img/background_middle.jpg') top center no-repeat;
    margin: 0 -10px 30px -10px;
    padding: 10px 10px 0 10px;
    font-size: 1em;
    text-align: left;
}
.widget ul {
    padding-bottom: 15px;
    list-style: none;
    font-weight: bold;
    margin-left: -12px;
}
.widget ul li {
    line-height: 1.7em;
    margin: 0 10px 0 20px;
}
.widget ul a {
    text-decoration: none;
}
.widget ul a:link, a:active {
    color: #000;
}
.widget ul a:visited {
    color: #333;
}
.widget ul a:hover {
    color: #999;
    text-decoration: underline;
}
.widget h2 {
    font-size: 1.2em;
    margin: -5px 0 5px 0;
}
/* link di widget */
.widget a {
    text-decoration: none;
}
.widget a:link, a:active {
    color: #000;
}
.widget a:visited {
    color: #333;
}
.widget a:hover {
    color: #999;
    text-decoration: underline;
}

/* post */
.post {
    background: #fff url('img/background_middle.jpg') top center no-repeat;
    margin: 0 10px 40px 10px;
    line-height: 1.8em;
    padding: 10px 15px 0 15px;
}
.post h1 {
    margin: 10px 0 25px 0;   
}
.post h2 {
    margin: 10px 0 20px 0;
}
.post a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
.post a:hover {
    color: #999;
    text-decoration: underline;
}
.post a:visited {
    font-weight: normal;
}
.post p {
    text-align: justify;
}

/* postmetadata */
.postmetadata {
    margin: 20px 0 30px 0;
    padding: 10px;
    border: 1px dashed #333;
}

/* komentar */
.komentar {
    background: #fff url('img/background_middle.jpg') top center no-repeat;
    margin: 20px -10px 30px -10px;
    padding: 10px 10px 0 10px;
    font-size: 1em;
    text-align: left;
}
.odd {
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
    background-color: #eee;
}
.odd, .even {
    padding: 10px;
}
.avatar {
    margin: 5px;
    float: right;
}

#footer {
    text-align: center;
    font-size: 0.85em;
    margin-bottom: 50px;
}