/*  
Theme Name: Rebelic-theme
Theme URI: http://www.rebelic.nl/
Description: Custom design, inspired by the Choc theme by <a href="http://www.askgraphics.com/blog-design.html">AskGraphics.com</a>.
Version: 1.0
Author: Timan Rebel
Author URI: http://www.rebelic.nl/

*/

/*WP-Pagenavi */
.wp-pagenavi a {
    padding: 3px 6px; 
    margin: 2px;
    text-decoration: none;
    border: 1px solid #292615;
    color: #292615;
    background-color: #FFFFFF; 
}
.wp-pagenavi a:hover {  
    
}
.wp-pagenavi a:active {
    
}
.wp-pagenavi span.pages {
    padding: 3px 6px; 
    margin: 2px 2px 2px 2px;
    color: #292615;
    border: 1px solid #292615;
    background-color: #FFFFFF;
}
.wp-pagenavi span.current {
    padding: 3px 6px; 
    margin: 2px;
    font-weight: bold;
    border: 1px solid #292615;
    color: #e5fd43;
    background-color: #292615;
}
.wp-pagenavi span.extend {
    display: none;
}
/* End WP_Pagenavi */

/* Additions by Timan Rebel */
.more-link {
    font-style: normal;
    font-weight: normal;
    text-decoration: none !important;
    display: block;
    padding-left: 20px;
    background: #fff url('/wp-content/themes/rebelic-theme/images/rebelic/more-link-image.png') no-repeat left bottom;
}

#breadcrumbs {
    padding: 10px;
    color: #000;
    background-color: #efefef;
}

.btc-summary {
    display: none;
}


#twitter-remote h2 {
	display: none;
}
#twitter-remote iframe {
	margin-left: 10px;
	margin-top: 10px;
}
#twitter-remote small {
	display: none;
}

#rpx_comment_hint {
    display: block;
    margin-bottom: 10px;
}

#yoast-taxonomy a {
    color: rgb(136, 128, 125);
    text-decoration: none;
}

#commentform div {
	float: left;
    padding-right: 25px;
}

.sociable {
	padding-top: 5px;
}
.sociable ul li {
    width: 10px;
}

#pingback-explanation {
    padding-left: 15px;
}

.pingbacklist {
    padding: 0;
    text-align: justify;
    margin: 15px 10px 0 15px;
    color: #000;
    font-size:12px;
    }

.pingbacklist li {
    margin: 0px 0 3px;
    padding: 15px 0;
    list-style: none;
    background:#fff;
    border:1px solid #efefef;
    }

.pingbacklist li.alt {
    background:#efefef;
    }

.pingbacklist li li {
    margin: 0px;
    padding: 15px;
    border-bottom:0px;
    background:none;
    border:0;
    }

.pingbacklist p {
    margin: 10px 5px 10px 0;
    line-height:18px;
    }
    
.pingback-metadata {
    margin: 0;
    padding-left: 20px;
    color:#3d352e;  
}

.pingback-metadata p {
    text-align:center;
}

.pingback-metadata .author {
    font-size: 13px;
    font-weight: bold;
}
    
.seperator {
	border-bottom: 1px solid rgb(229, 253, 67);
}

/* End additions */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
    margin:0;
    padding:0;
}
ul{
    list-style:none;
}
a{
    color:#000;
    text-decoration: none;
}
a:hover{
    text-decoration:underline;
}
a img{
    border:0;
}
.clear{
    clear:both;
}

body{
    margin:0px;
    padding:0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    background-color: #292615;
    color:#88807d;
}

#body_page{
    
}

#page{
    width:1000px;
    margin:0px auto;
    background-color: #ffffff !important;
    border-left: 1px solid #e5fd43; 
    border-right: 1px solid #e5fd43; 
}

/* HEADER */

#header{
    width:100%;
    height:99px;
display: none;
}

#header_banner{
    float:right;
display:none;
}

#header_title{
    float:left;
}

#header_title h1{
    color:#271d14;
    font-size:52px;
    font-weight:normal;
    margin-left:20px;
    padding-top:10px;
}

#header_title h1 a{
    color:#271d14;
}

.description{
    font-size:14px;
    position:relative;
    top:-10px;
    color:#271d14;
    display:block;
    text-align:center;
}

#header_banner div{
    margin-right:50px;
    padding-top:23px;
}

/* MENU */

#menu{
    width:100%;
    height:45px;
}

#menu_items{
    float:right;
    color:#e5fd43;
    font-size:15px;
    width:730px;
}

#main_search{
    float:right;
    width:270px;
display: none;
}

#menu_items ul {
float: right;
}

#menu_items li{
    float:left;
    display:block;
    height:45px;
    padding:10px;
}

#menu_items a {
    color:#e5fd43;
    display:block;
    float:left;
    text-transform:uppercase;
}

#menu_items a:hover {
    color:#fff;
    text-decoration: none;
}

#searchform_top{
    color:#99bdd5;
    margin-left:10px;
}

#searchform_top span{
    font-style:italic;
    font-size:12px;
}

#searchform_top_text{
    width:223px;
    border:0px;
    background:none;
    color:#b2b2b2;
    font-size:10px;
}

#gosearch{
    position:relative;
    top:10px;
}

/* BOARD */

#board{
    width:100%;
    height:200px;
    /* background dynamicly set */
}

#board .click_target {
    width: 425px;
    height: 145px;
}

/* BODY */

#body{
    width:100%;
    float:left;
    background:url(images/body_bg.gif) repeat-y right;

    border-top: 1px solid #e5fd43; 
}

#body_top{
    width:100%;
    float:left;
    background:url(images/body_top_bg.gif) no-repeat;
}

#body_left{
    width:711px;
    float:left;
    padding-bottom:40px;
    margin-right: 10px;
}

#body_right{
    width:279px;
    float:right;
}

/* left contact */

#body_left_content{
    padding-top:30px;
    margin-left:6px;
}

.post{
    width:100%;
margin-bottom: 30px;
}

.post-top{
    background-color: #efefef;
    width:100%;
    float:left;
/*
-webkit-border-bottom-left-radius: 6px 6px;
-webkit-border-bottom-right-radius: 6px 6px;
-webkit-border-top-left-radius: 6px 6px;
-webkit-border-top-right-radius: 6px 6px;

-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;*/
}

.post-top2{
    width:100%;
    padding-bottom:10px;
    float:left;
}

.post-date{
    float:left;
    font-size:15px;
    text-align:center;
    width:60px;
    height: 55px;
    margin: 10px 0 0 10px;
    padding-top:5px;
	color:#e5fd43;
    background-color: #292615;
}

.post-date p {
    font-size:33px;
    line-height:30px;
}

.post-title{
    float: left;
    margin-left: 10px;
    width:603px;
}

.post-title h1,h2 {
    font-size:22px;
    color:#392c26;
    font-weight:normal;
    background:url('/wp-content/themes/rebelic-theme/images/rebelic/post-title_h2.png') no-repeat left bottom;
    padding:10px 0 10px 0;
    margin-right:10px;
}

.post-title h1,h2 a {
    color:#392c26;
}

.post-title h3{
    font-weight:normal;
    color:#817565;
    font-size:11px;
    padding:5px 20px 0 0;
}

.post-title h3 a, .post-title h3 span{
    color:#4e3e30;
    font-weight:bold
}

.post-title h3 a span {
    font-weight: normal;
}

.entry{
    line-height:20px;
    font-size:12px;
    padding: 10px 15px 0 5px;
    text-align: justify;
}

.entry p{
    padding-bottom: 10px;
    color: #000000;
}

.entry p a {
    text-decoration: underline;
}

.postmetadata{
    background-color: #efefef;
    margin: 15px 0 30px 0;
    padding: 20px;
}

.postmetadata #likedpost {
    padding: 0 0 5px 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.postmetadata .alignleft p {
    padding-top: 2px;
}

.postmetadata .alignleft #rss {
    background: url('/wp-content/themes/rebelic-theme/images/feed-icon-16x16.png') no-repeat left top;
    padding-left: 20px;   
}
	
.postmetadata .alignleft a {
    color:#4e3e30;
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
}

.postmetadata .alignleft a:hover{
    text-decoration:none;
}

a.readmore:hover{
    color:#570608;
}

.post-page{
    width:100%;
}

.post-page h2{
    font-size:27px;
    color:#392c26;
    font-weight:normal;
    background:url(images/post-page_bg.gif) no-repeat;
    padding:6px 0 10px 20px;
}

.post-page .entry{
    padding-top:13px;
}

.post-page .entry a{
    color:#362f2d;
    text-decoration:underline;
    font-weight:bold;
}

strong{
    color:#392c26;
}

/* uncomment it if you want use STRONG tag like title h1,h2 ...

.post-page .entry strong{
    font-size:22px;
    color:#392c26;
    font-weight:normal;
    margin:0;
    padding:0;
    display:block;
}*/

/* right content */

#body_right_content{
    margin-top:30px;
    width:274px;
}

/* RIGHT ADS */

#right_ads{
    background:#efefef;
    width:264px;
    padding:7px 0 1px 8px;
    margin-bottom: 10px;
    float:left;

    display: none;
}

#right_ads div{
    float:left;
    padding-right:7px;
    margin-bottom:6px;
}

#right_ads div.right{
    margin-right:0;
}

/* SIDE BAR */

#sidebar{
    float:left;
}

.sidebars h2{
    font-size:18px;
    color:#392c26;
    font-weight:normal;
    width:238px;
    padding:6px 0 6px 0;
    margin:0 0 10px 10px;
    border-bottom:1px solid #392c26;
    text-transform:capitalize;
}

.sidebars ul{
    color:#5f554b;
    font-size:13px;
}

.sidebars ul li{
    margin-bottom: 10px;
    padding-bottom:5px;
    background:#efefef;
    border:1px solid #ededed;
    width:270px;
}

.sidebars ul li ul li{
    margin-left:10px;
    margin-bottom:0;
    width:auto;
    border:0;
}

.sidebars ul li ul li ul li{
    margin-left:0;
}

.sidebars li ul{
    padding-bottom:8px;
    width:250px;
    padding-left:18px;
    list-style: square;
}

.sidebars li ul li ul{
    padding-bottom:0px;
    padding-left:10px;
    width:auto;
}

.sidebars li ul li ul li ul{
}

.sidebars li{
    margin-bottom:0px;
    background:none;
}

.sidebars li li{
    margin-bottom:0px;
}

.sidebars li.widget_archives li{    
    background:none;
    border-bottom:1px solid #ededed;
}

.sidebars li li li{
    background:none;
    border:0px;
    padding-bottom:3px;
}

.sidebars li a{
    color:#5f554b;
}

.sidebars li.widget_categories ul {
    font-weight:bold;
}

.sidebars li.widget_categories ul li{
    font-weight:normal;
}

.sidebars li.widget_categories ul li a{
    font-weight:normal;
}

.sidebars li.widget_categories ul li ul li a{
    background:none;
    font-weight:normal;
    padding-left:8px;
}

.sidebars li.widget_archives ul li a{
    background:url(images/sidebar_li_ar.gif) no-repeat left 3px;
    font-weight:normal;
    padding-left:10px;
}

.sidebars li.linkcat ul li a{
    background:url(images/sidebar_li_br.gif) no-repeat left 4px;
    font-weight:bold;
    padding-left:10px;
}

.sidebars li.widget_meta ul li a{
    /*background:url(images/sidebar_li_meta.gif) no-repeat left 6px;*/
    font-weight:normal;
    padding-left:2px;
}

.sidebars .widget_tags p{
    padding:0px 10px 10px 15px;
}

.sidebars .widget_tags a{
    color:#5f554b;
}

.sidebars .widget_tag_cloud div{
    padding: 10px;
}

.sidebars .textwidget{
    padding:10px;
}

.sidebars .taxonomy div {
    padding: 10px;
}

/* FOOTER */

#footer{
    width:100%;
    height:55px;
    clear:both;
    margin:0px auto;
background-color: #292615;
}

#footer_text{
    padding-top:25px;
    color:#bfbaa8;
    text-align:center;
}

#footer_text a{
    color:#bfbaa8;
    text-decoration:none;
}




/* Begin Typography & Colors */

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
    }

#wp-calendar a {
    text-decoration: none;
    }

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
    }

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    }
/* End Typography & Colors */




/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.aligncenter {
    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
    }
/* End Images */



/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 98%;
    }

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

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

#wp-calendar a {
    display: block;
    }

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

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

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #999;
    }

blockquote {
    margin: 5px 30px 15px 10px;
    padding-left: 15px;
    background:url(images/blockquote_bg_5px.gif) repeat-y;
    }

blockquote blockquote{
    background:url(images/blockquote_bg2.gif) repeat-y;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

blockquote * {
    padding-bottom: 0 !important;
}

.center {
    text-align: center;
    }

hr {
    display: none;
    }

a img {
    border: none;
    }

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    
    background-color: #efefef;
    padding: 10px;
    clear:both;
    }
/* End Various Tags & Classes*/

/* Begin Lists

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
    margin: 0 10px 0 0;
    list-style: square;
    padding: 0 15px 15px 20px;
    } 

.entry ul li {
    color: #000;
    }

.entry ul li:before{
   /* content: url(images/entry_before.gif); */
}

.entry ol {
    margin: 0 10px 15px 0;
    padding:15px 15px 15px 40px;
    background:#fdfdf6;
    border:1px solid #f8f8f0;
    }

.entry ol li {
    margin: 0;
    padding: 0;
    padding-bottom:4px;
    padding-top:3px;
    border-bottom:1px solid #f3f3de;
    }

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    }
    
ol li{
    list-style: decimal outside;
    }
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
    margin: 10px 0 5px 15px;
    }

#sidebar #searchform #s {
    width: 150px;
    padding: 2px;
    font-size: 12px;
    border: 1px solid #292615;
    background-color: #fff;
    color: #292615;
    }

#sidebar #searchsubmit {
    padding: 3px;
    width: 75px;
    border: 1px solid #292615;
    background-color: #fff;
    color: #292615;
    }

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }


#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    }

#commentform textarea {
    width: 350px;
    padding: 2px;
    }

#commentform #submit {
    margin: 0;
    width:65px;
    height:25px;
    }
/* End Form Elements */



/* Begin Comments*/

h3#comments_title{
    font-size:18px;
    color:#392c26;
    font-weight:normal;
    margin-left: 15px;
}
h3#comments_title a:hover {
	text-decoration: none;
	}

.alt {
    margin: 0;
    padding: 10px;
    }

.commentlist {
    padding: 0;
    margin:0 10px 30px 15px;
    color: #000;
    font-size:12px;
    }

.commentlist li {
    margin: 15px 0 3px;
    padding: 8px;
    list-style: none;
    background: #efefef;
    border:1px solid #efefef;
    width: 640px;
    }
    
.commentlist li.bypostauthor {
    border:1px solid #e5fd43;
}

.commentlist li li {
    margin: 0px;
    padding: 5px 10px 5px;
    border-bottom:0px;
    background:none;
    border:0;
    }

.commentlist p {
    margin: 10px 5px 10px 0;
    line-height:18px;
    }
    
.commentlist ul.children {
    margin: 10px 10px 10px 25px;
    background-color: #efefef;
}
.commentlist ul.children li {
    border:1px solid #aeaeae;
    background-color: #fff;
    margin: 10px 0 10px 0;
    width: 570px;
}
.commentlist ul.children li .comment-column {
    float: left;
    width: 510px;
}
.commentlist ul.children li.bypostauthor {
    border:1px solid #e5fd43;
}
    
.commentmet_text{
    padding-left:5px;
    padding-top:5px;
}

#commentform p {
    margin: 5px 0;
    text-align: left;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }
    
.gravatar-column {
    float: left;
    width: 60px;
    height: 60px;
}

.comment-column {
    float: left;
    width: 560px;
}

.commentmetadata {
    margin: 0;
    padding-left: 20px;
    color:#3d352e;
}

.commentmetadata p {
    margin: 0 !important;
   }

.commentmetadata .author {
    font-weight:bold;
}
   
.commentmetadata .date {
    font-size: 10px;
}

.commentmetadata a{
    color:#3d352e;
    }
    
.commentmetadata .url img{
    margin-top: 3px;
}


.commentmet_text{
    padding:0 20px 10px 20px;
}

.commentmetadata_end{
    background:#efefef;
    text-align:right;
    padding:10px 10px 10px 0;
    border-top:1px solid #efefef;
    color:#000000;
}

.commentmetadata_end span{
    color:#000;
}

#respond_box{
    margin: 5px 15px 0 15px;
    padding-bottom:25px;
}

#respond h3{
    font-size:18px;
    color:#392c26;
    font-weight:normal;
    padding-bottom:5px;
    margin-bottom:10px;
    border-bottom:1px solid #e5fd43;
}

#commentform{
    margin-left:20px;
    color:#000000;
    font-size:12px;
    width:650px;
}

#commentform label{
    position:relative;
    top:-2px;
}

#commentform a{
    color:#000000;
}

#commentform input{
    background:#ffffff url(images/input_bg.gif) repeat-x left top;
    border:3px #efefef solid;
    font-size:11px;
    padding:3px;
}

#commentform textarea{
    background:#ffffff url(images/input_bg.gif) repeat-x left top;
    border:3px #efefef solid;
    font-size:11px;
    padding:3px;
}

#commentform input#submit{
    background:none;
    border:0px;
}

/* End Comments */

/* Archives page */
.page_archives_div{
    padding-bottom:60px;
}

.ar_panel{
}

.ar_panel3{
}

.page_archives_div h2{
    font-size:27px;
    color:#392c26;
    font-weight:normal;
    background:url(images/post-page_bg.gif) no-repeat;
    padding:6px 0 10px 20px;
}

.ar_panel3 h2{
    padding-top:5px !important;
}

.ar_panel3 ul{
    margin-left:0px !important;
}

.page_archives_div ul h2{
}

.page_archives_div ul{
    margin:10px 20px 40px 20px;
    padding:0px;
}

.page_archives_div ul li{
    margin:0px;
    padding:6px 0 8px 5px;
    list-style:none;
    background:none;
    border-bottom:1px solid #f0ecb4;
}

.page_archives_div ul li ul li{
    border:0px;
    background:none;
}

.page_archives_div ul li ul{
    margin:0px;
    padding:0px;
    padding-left:10px;
}

.page_archives_div ul li a{
    font-weight:normal;
    color:#3d352e;
    font-size:12px;
    padding-left:10px;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
    It won't be a stylish marriage, I can't afford a carriage.
    But you'll look sweet upon the seat of a bicycle built for two." */
