/**
 * name: default
 * author: arie
 * url: http://arie.malam.or.id
 */

/** BOX **/
* {
    margin: 0;
    padding: 0;
}

a img {
    border: 1px solid #9ED652;
}

hr {
    display: none;
}

blockquote {
    border-left:3px dotted #9ED652;
    padding: 5px;
    padding-left: 30px;
}

code {
    padding: 2px;
}

.clean, .form_input, #registeration_form img, .form_textarea {
    clear: both;
    display: block;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

#constructor {
    margin: 0;
    padding: 0;
    display: block;
}

#top {
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

/** TYPOGRAPHY **/
html, body {
}

ins {
    text-decoration: none;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
}

blockquote p:first-letter {
    font-weight: bold;
}

code {
    font-size: 13px !important;
}

/** IMAGES+COLORS **/
body {
    background: #9ED652;
    color: #ccc;
}

a, a:hover, a:active, a:visited {
    color: #ccc;
}

blockquote {
    background: url('images/quote.gif') 10px 10px no-repeat;
}

code {
    background: #c0c0c0;
}

pre code {
    background: #fff;
}

/****************** **/

#header h1 a {
    float: left;
    background: url('images/logo-v3beta.jpg') no-repeat;
    width: 334px;
    height: 114px;
}

#header h1 span {
    display: none;
}

#menu {
    margin-left: 350px;
    padding-top: 58px;
}
#menu ul {
    display: inline;
}
#menu ul li {
    display: inline;
    list-style: none;
    margin-left: 5px;
}
#menu ul li a {
    color: #cdf1a5;
    font-weight: bold;
    padding: 5px;
}
#menu ul li a:hover {
    color: #426f06;
}
#menu ul li a.menu_active {
    color: #426f06;
    font-weight: bold;
}

#content {
    clear: both;
    margin: 10px;
    margin-top: 0px;
    width: 680px;
    background: #fff;
    text-align: left;
    letter-spacing: 0.02em;
    border-top: 1px solid #426f06;
}

/* VALIDATION */

.validation_success h3, .posts h3 {
    color: #9ED652;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

.validation_error h3 {
    color: #9ED652;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

.validation_error, .validation_success {
    padding: 10px;
    margin: 10px;
    padding-left: 20px;
}

.validation_success {
    border-left:3px dotted #9ED652;
    background: url('images/st_success.jpg') 3px 0px no-repeat;
}

.validation_error {
    border-left:3px dotted #d14a15;
    background: url('images/st_error.jpg') 3px 0px no-repeat;
}

.banned {
    color: red;
    font-weight: bold;
}

.notice {
    border-top: 1px dotted #9ED652;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.validation_error li, .notice ul li, .posts li {
    background: url('images/icons/arrow_right.gif') 0 1px no-repeat;
    list-style: none;
    padding-left: 20px;
    /* font-size: 80%; */
}

/* GALLERY */

#sg {
/** /
    height: 250px;
    margin-bottom: 0px;
    background: #426f06;
    width: 680px;
    margin: 0 10px;
/**/
/**/
    display: none;
/**/
}

/* FEATURE */

#feature_post {
    color: #000;
    padding: 10px;
}

#feature_post h2 {
    border-bottom: 1px dotted #426f06;
}

#feature_post h2 a {
    display: block;
    height: 40px;
}

.story a {
    color: #426f06;
    border-bottom: 1px dotted #426f06;
}

.story .posts {
    padding: 20px;
}

.story .posts p {
    padding: 5px;
}

.story form {
    margin: 10px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-left: 20px;
}

.form_input {
    display: block;
    margin: 10px;
    margin-left: 30px;
    padding: 2px;
    font-size: 16px;
    width: 300px;
}

/* USERS */

input#username, input#email,
input#password, input#password_confirm, input#password_old,
input#question, input#answer,
input#activation_code, input#captcha,
input#comment_author, input#author_url,
input#title {
    border: 1px solid #9ED652;
    padding-left: 25px;
    color: #426f06;
    background-color: #fff !important;
}

input#username, input#comment_author {
    background: url('images/icons/icon_user.gif') 5px 4px no-repeat;
}

input#email {
    background: url('images/icons/icon_email.gif') 5px 4px no-repeat;
}

input#password, input#password_old, input#password_confirm, input#activation_code {
    background: url('images/icons/icon_key.gif') 5px 4px no-repeat;
}

input#question {
    background: url('images/icons/comment_yellow.gif') 5px 4px no-repeat;
}

input#answer {
    background: url('images/icons/list_keys.gif') 5px 4px no-repeat;
}

input#title {
    background: url('images/icons/page_text.gif') 5px 4px no-repeat;
}

#registeration_form img {
    margin-left: 20px;
    padding: 10px;
}

input#captcha {
    background: url('images/icons/icon_security.gif') 5px 4px no-repeat;
}

input#author_url {
    background: url('images/icons/page_link.gif') 5px 4px no-repeat;
}

#recaptcha_widget_div {
    margin: 10px 10px 10px 30px;
    padding: 2px;
}

.form_submit {
    padding: 2px;
    font-size: 16px;
}

textarea#comment {
    border: 1px solid #9ED652;
    color: #426f06;
    background-color: #fff !important;
    margin: 10px 10px 10px 30px;
    padding: 2px;
    font-size: 16px;
    width: 90%;
}

textarea#content {
    border: 1px solid #9ED652;
    color: #426f06;
    margin: 10px 10px 10px 30px;
    padding: 2px;
    font-size: 16px;
    width: 90%;
}

/* OTHERS */

#others {
    padding: 20px;
    background: #1A1A1A;
    border-top: 1px solid #fff;
}

#recents {
    padding: 20px;
    background: #1A1A1A;
    border-top: 1px solid #333333;
}

.fpersen {
    width: 40%;
    padding: 20px;
    padding-top: 0px;
}

#recents .rposts h2 {
    display: block;
    height: 45px;
    background: url('images/recent_posts.jpg') no-repeat;
}

#recents h2 span {
    display: none;
}

#recents .rcomments h2 {
    display: block;
    height: 45px;
    background: url('images/recent_comments.jpg') no-repeat;
}

#recents li {
    list-style: none;
}

#recents li a {
    display: block;
    border-bottom: 1px solid #333333;
    padding: 3px;
}

/* FOOTER */
#bottom {
    clear: both;
    margin: 10px;
    width: 640px;
    padding: 10px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #1A1A1A;
}

#bottom a {
    color: #1A1A1A;
}

#bottom a:hover {
    border-bottom: 1px solid #426f06;
}

#bottom ul li {
    list-style: none;
    display: inline;
    float: left;
    margin-right: 10px;
}

.cismall {
    background: url('images/cilogo.jpg') 0 no-repeat;
    height: 25px;
    padding-left: 20px;
}

/* POST */

.posts ul, .posts ol {
    padding-bottom: 20px;
    padding-top: 20px;
}

.metapost ul, .metapost ol {
    padding-top: 0px;
}

.metapost li {
    float: left;
    list-style: none;
    padding: 2px;
}

.post_icon {
    display: block;
}

.post_icon span {
    display: none;
}

.posts h3 {
    padding-top: 20px;
    border-bottom: 1px dotted #9ED652;
    margin-bottom: 10px;
}

.blog_read {
    height: 16px;
    width: 16px;
    background: url('images/icons/action_forward.gif') no-repeat;
}

.blog_add_comment {
    width: 16px;
    height: 16px;
    background: url('images/icons/comment_new.gif') no-repeat;
}

.blog_comment {
    width: 16px;
    height: 16px;
    background: url('images/icons/comment_yellow.gif') no-repeat;
}

#comments {
    padding-bottom: 20px;
}

.comment_block {
    padding: 20px;
}

.comment_author {
    padding: 5px;
    padding-top: 0;
    padding-left: 0;
}

.comment_author p {
    padding: 5px;
    padding-left: 0;
}

.author_name {
    display: block;
    width: 50px;
    height: 50px;
    background: #9ED652;
}

.author_url {
    font-weight: bold;
    color: #fff !important;
}

.author_url:hover {
    color: yellow !important;
}

.author_name span {
    display: none;
}

.comment_entry {
    margin-left: 60px;
    padding-left: 10px;
    border-left: 1px dotted #cfcfcf;
}

.comment_entry {
    padding-top: 10px;
}

.comment_entry a {
    color: #426f06;
    border-bottom: 1px dotted #426f06;
}

.comment_entry a:hover {
    color: yellow;
}

.post_date {
    font-size: 70%;
    border-bottom: 1px dotted #426f06;
}

#add_comments {
    border-top: 1px solid #426f06;
    clear: both;
    display: block;
    padding: 0px;
    background: #fff;
    text-align: left;
}

#add_comments a {
    border-bottom: 1px dotted #426F06;
    color: #426F06;
}

#add_comments #form_login {
    text-align: left;
}

.rpost_date {
    font-style: italic;
    font-size: 70%;
    color: #426f06;
    display: block;
}

#add_comments_form {
    padding: 15px;
}

#comment_toggle span {
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    padding: 2px;
    padding-top: 1px;
}

.color_2 {
    background: #000000;
}

.next_prev_navigator {
    padding: 10px;
    margin-bottom: 20px;
}

.nav_prev {
    padding-left: 20px;
    background: url('images/icons/arrow_left.gif') left 3px no-repeat;
}

.nav_next {
    padding-right: 20px;
    background: url('images/icons/arrow_right.gif') right 3px no-repeat;
}

.prevtext {
    margin-top: 20px;
    display: block;
}

.wmd-preview {
    background: url('images/preview.gif') -16px;
    padding: 10px;
    border: 1px dotted #426F06;
}

#div_search {
    background: #1A1A1A;
    padding: 25px;
    padding-top: 0px;
}

#div_search span, #div_search form * {
    float: left;
}

#div_search span {
    font-size: 25px;
    font-weight: normal;
    margin-right: 10px;
}

#div_search #search_input {
    font-size: 20px;
    padding: 3px;
    width: 465px;
    font-weight: normal;
    background: #1A1A1A;
    border: 1px solid #333333;
}

#div_search #search_input:hover, #div_search #search_input:focus {
    background: #111111;
}

#div_search #search_input:focus {
    color: #cccccc;
    font-weight: normal;
}

#div_search #search_button {
    display: none;
}

ul.list-tags, ul.list-archives, ul.year_archives {
    clear: both;
    display: block;
}

ul.list-tags li, ul.list-archives li {
    font-size: 100%;
}

ul.list-tags li ul li {
    float: left;
    display: inline;
    padding-right: 5px;
    /* background-image: none; */
    width: 170px;
}

ul.list-archives li span.archives-comments {
    font-size: 70%;
}

ul.gallery_albums, ul.gallery_albums li {
    list-style: none !important;
    background: none !important;
    padding: 0 !important;
}

ul.gallery_album_list, ul.gallery_album_list li {
    list-style: none !important;
    background: none !important;
}

ul.gallery_albums li, ul.gallery_album_list li {
    float: left;
    padding: 10px !important;
}

.back_to_album {
    padding-bottom: 20px;
    padding-top: 10px;
}

ul.year_archives li {
    float: left;
    margin-right: 10px;
    width: 90px;
}

#curimg {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.loading {
    height: 100px;
    background: url('images/loading-small.gif') no-repeat center center;
}

.footnotes  {
  border-top: 1px dotted #426F06;
  margin-top: 4px;
  padding-top: 4px;
}

.footnotes  ol {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.footnotes li {
  font-size: 12px;
  line-height: 3px;
  background-position: 0 50%;
  
}

/**
 * credit:
 * http://www.famfamfam.com/lab/icons/mini/
 */
