/*
Theme Name: Ragiels Dream
Theme URI: http://pribadi.or.id/diary/themes/
Description: Ragiels Dream is another 3 column theme designed for WordPress. <strong>Check the config:</strong> <code>ragiels-dream-config.php</code>
Version: 1.5.2
Author: Firman Pribadi
Author URI: http://pribadi.or.id/
Lisence: GNU GPL version 2 or later. See http://www.opensource.org/licenses/gpl-license.php
*/


/* body default */

body {
    width: 780px;
    color: #000000;
    background: #ffffff url('images/line-white.jpg') center repeat-y;
    margin: 0 auto;
    font-family: "trebuchet ms", "bitsream vera sans", Verdana, "Lucida Sans", Geneva, Helvetica, sans-serif;
    font-size: 90%;
}

h1, h2, h3, h4 {
    font-family: Georgia, Garamond, serif;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
    background: transparent;
    }

h1 {
    font-size: 200%;
    text-transform: uppercase;
    }

h2 {
    font-size: 125%;
    }

h3 {
    font-size: 110%;
    }

h4 {
    font-size: 100%;
    }

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

a:visited, a:link {
    color: #0066cc;
    }

a:hover, a:active {
    color: #ff6600;
    }

img {
    border: none;
    padding: 0;
    }

blockquote {
    color: #666666;
    padding: 0 10px;
    margin: 0 25px;
    border: solid #999999;
    border-width: 0 0 0 2px;
    }

dt {
    margin-top: 10px;
    }

dd {
    margin-left: 25px;
    padding-left: 0;
    }

dd ul, dd ol {
    margin-left: 15px;
    padding-left: 0;
    }

dd blockquote, li blockquote {
    margin: auto 0;
    }

hr {
    border: solid 1px #eeeeee;
    width: 80%;
    text-align: center;
    }

input, textarea, select {
    border: solid 1px #999999;
    background: #eeeeee;
    }

input:focus, textarea:focus {
    border: solid 1px #999999;
    background: #ffffff;
    }

pre {
    font-family: Fixedsys, 'Courier New', Courier, monospace;
    padding: 5px;
    white-space: pre;
    overflow: auto;
    /* width 400px - 480px, for IE user */
    /* width: 480px; */
    width: auto;
    color: #000000;
    background: #eeeeee;
    border: dotted 1px #666666;
    margin: 0;
    }


/* header block */

#head_block {
    height: 100px;
    color: #ffffff;
    background: #000000 url('images/himedlo.jpg') no-repeat 0 50%;
    padding: 0 10px 0 0;
    margin: 0;
    text-align: right;
    }

.nav_block {
    text-align: right;
    }

.nav_lists {
    list-style: none;
    }

.nav_lists li, li.page_item a, li.current_page_item a {
    display: inline;
    background: transparent;
    color: #ffffff;
    margin: 0 2px;
    }

.nav_lists li a, li.page_item a, li.current_page_item a,
.nav_lists li a:visited, li.page_item a:visited, li.current_page_item a:visited {
    background: transparent;
    color: #ffffff;
    margin: 0;
    border: solid #999999;
    border-width: 1px 0;
    }


/* main block, set vertical align to top */

#body_block, #right_block, #left_block {
    vertical-align: top;
    }


/* body block, comment, and content */

#body_block {
    width: 490px;
    min-height: 1024px;
    background: #transparent;
    position: absolute;
    z-index: 3;
    margin-left: 140px;
    padding: 5px 4px;
    border: solid #999999;
    border-width: 0 1px;
    }

#morepost {
    font-size: 80%;
    }

#morepost ul {
    list-style-type: circle;
    margin-left: 25px;
    padding-left: 0px;
    }

.entry, .entrytext {
    /* text-align: justify; */
    }

.navigation {
    margin: 0 0 5px 0;
    padding: 5px;
    }

.center {
    text-align: center;
    }

.alignright {
    text-align: right;
    }

.alignleft {
    text-align: left;
    }

.alt {
    border: dotted #999999;
    border-width: 1px 0;
    padding: 5px;
    background: #eeeeee;
    }

.wht {
    padding: 5px;
    }

.post {
    /* background: url('images/post-left.jpg') no-repeat 0 0; */
    background: url('images/post-right.jpg') no-repeat 100% 0;
    }

.postmetadata {
    font-size: 80%;
    color: #666666;
    margin-top: 0;
    }

.commentlist {
    font-size: 80%;
    margin-left: 20px;
    padding-left: 0;
    }
    

/* right and left block */

#right_block {
    width: 130px;
    float: right;
    background: transparent;
    padding: 5px;
    font-size: 80%;
    }

#left_block {
    width: 130px;
    float: left;
    position: absolute;
    background: transparent;
    padding: 5px;
    font-size: 80%;
    }

#recentCommentsTitle {
    font-family: Georgia, Garamond, serif;
    font-size: 110%;
    font-weight: bold;
    }

#recentcomments ul {
    margin-left: 15px;
    padding-left: 0px;
    }

.menu_ul {
    list-style-type: none;
    padding: 0;
    margin: 5px 5px 20px;
    }

.menu_ul li {
    background: url('images/btn-arrow.gif') no-repeat 0 center;
    margin-left: 5px;
    padding-left: 15px;
    }


/* the calendar */
#wp-calendar {
	empty-cells: show;
	margin: auto;
	width: 125px;
	font-size: 80%;
	}

#wp-calendar #next a {
	text-align: right;
	}

#wp-calendar #prev a {
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar #today {
	font-weight: bold;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}


