/*
Theme Name: Exray
Theme URI: http://septianfujianto.com/themes/exray
Author: Septian Ahmad Fujianto
Author URI: http://septianfujianto.com/
Description: A simple, clean and responsive theme build with HTML5 and Twitter Bootstrap. Designed to be starting point for your Website with unlimited possibility for customization, with Theme Customizer and Theme Options ready, you won't get any trouble modifying most part of the theme. By using flat design concept, your content will standout and catch your reader eyes. 
Version: 1.5.2
License: GNU General Public License v3 
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, custom-colors, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, editor-style, translation-ready
Text Domain: exray
*/

@import url("css/bootstrap.css");
@import url("css/master.css");

/* ぱんくず 20151101 */
div.breadcrumbs {
    margin-left: 16px;
    padding:5px 0 0 10px;
}

.sidebar-widget{
	border: 1px solid #808080;
}

.disclaimer {font-size: 10px;}

div.catelist {font-size: 12px;line-height: 15px;}
div.catelist a{cursor : pointer ; text-decoration: none;}
div.catelist a:link{color : #224400 ;}
div.catelist a:visited{color : #224400 ;}
div.catelist a:active{color : #9999ff;}
div.catelist a:hover{color : #000000;;background-color: #c0c0ff;}
div.catelist a img {border-style:none;}

.content article h1.entry-title,
.content article h1.entry-title a,
.content article h2.entry-title,
.content article h2.entry-title a {
  font-family: "OswaldBook", arial, serif;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 0;
}

.sidebar-widget h4 {
  font-size: 13px;
}

.span3 .footer-widget h4 {
  font-size: 13px;
}

.entry-title{
	background-color: #f7b977;
}

/* posted by */
.author-detail h5{
    display:none;
}

