/*
Theme Name: Hanamoto
Theme URI: http://www.malvouz.com/omega/2013/04/21/hanamoto-theme/
Description: Hanamoto is elegant theme with image slider in front page. You could upload image slider till 10 images with cool thumbnail position.
Author: Malvouz
Author URI: http://www.malvouz.com/omega/about/
Version: 1.6.3
Tags: white, light, two-columns, custom-menu, custom-background, right-sidebar, flexible-width, threaded-comments
License: GNU/GPL Version 3
License URI: http://www.gnu.org/licenses/gpl.html
*/

/* Break Long Title */
h1, h2, h3, h4, h5, p, ul, ol, li {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

/* Reset
--------------------------------------------- */
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* General
---------------------------------------------- */

body{
	background-color:#000000;
}

body > .container {
	
}

#page {
	background-color: #FFFFFF;
}

#page p.previous {
	float:left;
	font-size:12px;
}
#page p.next {
	float:right;
	font-size:12px;
}

/* Make Dropdown Automaticcaly Appear when hover */
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;    
}

/* Make no space between dropdown and dropdown menu */
.navbar .dropdown-menu {
 margin-top: 0px;
}

/* Clear */
.clear{
	clear:both;
}

/* Make row have background #FFFFFF */
.row{
		background:#fff;
}

.spacer{
	padding-top:20px;
}

.bottomer{
	padding-bottom:20px;
}

/* Add Style to Bootstrap icon-folder-open */
.icon-folder-open{
	margin-left:10px;
}

/* Add Style to Post-Thumbnail-Size */
.post-thumbnail-size{
	width:140px;
	float:left;
	margin-right:15px;
}

/* Make letter spacing to title */
article h2 a{
	letter-spacing:-1.2;
}

/* Make a title of archive has margin bottom */
.spacer-archive{
	margin-bottom:30px;
}

article p.previous {
	float:left;
	font-size:11px;
	padding-bottom:10px;
}
article p.next {
	float:right;
	font-size:11px;
	padding-bottom:10px;
}

article .attachment-bottom{
	padding-bottom:10px;
}

/* Custom of Color Link for Author, Date, Categories, Tags and Comment
--------------------------------------------- */
article small a{
	color:#a0a0a0;
	margin-right:14px;
	font-size:12px;
}

article .page-header a{
	color:#a0a0a0;
	font-size:12px;
}

.posted-on {
	margin-bottom:10px;
}

.entry-date, .leave-reply, .entry-utility-prep, .tagcat{
	letter-spacing:0.1em;
	display:inline;
}

/* Default Widgets
--------------------------------------------- */

.widget_nav_menu{
	overflow:hidden;
}

.widget-title h5{
	background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    padding: 0 10px 0 0;
	color:#a0a0a0;
}

.widget-wrapper{
	margin-bottom:30px;
}


.widget_archive ul li, .widget_pages ul li.page_item, .widget_categories ul li.cat-item, .widget_links ul.blogroll li, .widget_recent_entries ul li, .widget_recent_comments ul#recentcomments li.recentcomments, ul.menu li, .widget_meta ul li, .widget_rss ul li{
	background: url("img/dot.png") no-repeat scroll 0 8px transparent;
	font-size:12px;
	padding-left:15px;
}

.tagcloud{
	float:left;
	margin-bottom:30px;
}

.textwidget{
	font-size: 14px;
    line-height: 23px;
	text-align:left;
	letter-spacing:0.1em;
	font-style:italic;
}
		
/* Table
--------------------------------------------- */

article table {
	margin:10px 0px 30px 0px;
}
article table tr {
	border-bottom:1px solid #4C4C4C;
}
article table tr th {
	padding: 10px 20px 10px 20px;
	border-top:1px solid #4C4C4C;
	border-left:1px solid #4C4C4C;
	border-right:1px solid #4C4C4C;
}
article table tr td {
	padding: 10px 20px 10px 20px;
	border-left:1px solid #4C4C4C;
	border-right:1px solid #4C4C4C;
}

/* Comments
--------------------------------------------- */

article .comments-content {
	margin:6px 0px 0px 0px;
	border-top:4px solid #f0f0f0;
}
article #comments-content h3#comments {
	padding:80px 0px 8px 0px;
	font-size:16px;
}
#comments-content .comment-body p {
	padding:0px 0px 10px 0px;
	font-size:13px;
	line-height:19px;
}
#comments-content p.moderation {
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
	color:#999;
}
article #comments-content ol,
#comments-content ol {
	padding:0px;
}
article #comments-content ol li ul.children,
#comments-content ol li ul.children  {
	padding:0px;
}
article #comments-content ol li.depth-1 {
	padding:25px 0px 25px 0px;
	border-bottom:4px solid #f0f0f0;
	overflow:hidden;
}
#comments-content ol li.depth-2,
#content #page #comments-content ol li.depth-2,
#comments-content ol li.depth-3,
#content #page #comments-content ol li.depth-3,
#comments-content ol li.depth-4,
#content #page #comments-content ol li.depth-4,
#comments-content ol li.depth-5,
#content #page #comments-content ol li.depth-5 {
	margin:10px 0px 0px 30px;
	padding:25px 0px 0px 0px;
	border-top:4px solid #f0f0f0;
	border-bottom:none;
	overflow:hidden;
}
.comment-meta {
	padding:0px 0px 10px 0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
}
.comment-gravatar {
	margin:1px 15px 0px 0px;
	float:left;
}

.comment-gravatar .avatar{
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;

}
#comments-content .comment-body {
	padding:0px;
	overflow:hidden;
}
.reply {
	margin:0px 0px 0px 0px;
	float:right;
}
a.comment-reply-link {
	font-size:12px;
	font-weight:bold;
}
p.logged-in-as {
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
}
#comments-content ol li.post.pingback {
	margin:0px;
	padding: 20px 0px 20px 60px;
	list-style:none;
}

#comments-content .comment-body ul li {
	list-style: square !important;
}

#comments-content .comment-body ol {
	padding:6px 0 6px 30px;
	line-height: 1.3;
}
#comments-content .comment-body ol li {
	list-style: decimal !important;
}
#comments-content .comment-body ol li ol li {
	list-style: upper-alpha !important;
}
#comments-content .comment-body ol li ol ol li{
	list-style: lower-roman !important;
}

#comments-content ol li.post.pingback {
	margin:0px;
	padding: 20px 0px 20px 0;
	list-style:none;
}
#comments-content .comment-body ol {
	padding:6px 0 6px 10px;
	line-height: 1.3;
}


.visitor-comment a.url{
	color:#468ACA;
}

.visitor-comment a.url:hover{
	text-decoration:underline;
}

/* --- Comment Reply --- */
a#cancel-comment-reply-link {
	padding:3px 0px 0px 0px;
	float:right;
	font-size:12px;
}
#content article #comments-content #respond h3#reply-title {
	padding:80px 0px 6px 0px;
	font-size:16px;
}
#content article form#commentform p {
	font-size:14px;
}
form#commentform p.comment-notes {
	padding:5px 0px 15px 0px;
	font-family:'Droid Serif',  Times, serif;
	font-size:12px;
	font-style:italic;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	font-family:'Droid Sans', arial, sans-serif;
	height:22px;
	display: block;
}
form#commentform textarea#comment {
	width:100%;
	padding:3px;
	font-family:'Droid Sans', arial, sans-serif;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding:10px 0px 0px 0px;
	
	
}
form#commentform p.form-submit input#submit {
	margin:8px 0px 10px 1px;
	padding:6px 8px 6px 8px;
	background:#aaa;
	border:none;
	font-size:12px;
	color:#fff;
	cursor:pointer;
	float:right;
}


/* --- Comments Navigation --- */
.nav-previous {
	float:left;
	margin:20px 0 0 0;
}
.nav-next {
	float:right;
	margin:20px 0 0 0;
}

/* Lists
--------------------------------------------- */
article ul{
	padding:20px 0px 0px 25px;
}
article ul li, article ul li {
	padding:0px 0px 20px 0px;
	font-size: 14px;
	line-height:23px;
	list-style: square !important;
}



article ol, article ol {
	padding:20px 0px 0px 30px;
}
article ol li, .container .row.span8 article ol li {
	padding:0px 0px 20px 0px;
	font-size: 14px;
	line-height:23px;
	list-style: decimal;
}
article ol ol li, .container .row.span8 article ol li ol li {
	list-style: upper-alpha !important;
}
article ol ol ol li, .container .row.span8 article ol li ol ol li{
	list-style: lower-roman !important;
}

/* Images
-------------------------------------------------------------- */

.entry-content .post-thumbnail {
	margin: 0 20px 20px 0;
}

.entry-attachment .thumbnail.attachment-table {
	display: table;
	margin: 0 auto;
}

.thumbnail > img {
	width: auto\9; /* Cure IE8 max-width bug */
}

img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.gallery-columns-3.thumbnails [class*="span"] {
	width: 29.3%;
}
.gallery-columns-5.thumbnails [class*="span"] {
	width: 15.9%;
}
.gallery-columns-6.thumbnails [class*="span"] {
	width: 12.6%;
}
.gallery-columns-7.thumbnails [class*="span"] {
	width: 10.2%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
img {
    max-width: 620px;
}

.widget-wrapper img { 
   max-width: 300px;
}

/* Footer
-------------------------------------------------------------- */


/* =Jetpack Support
-------------------------------------------------------------- */

.comment-subscription-form > input[type=checkbox] {
	position: absolute;
}

.comment-subscription-form > label {
	min-height: 18px;
    padding-left: 18px;
}


/* Bootstrap Adjustments
-------------------------------------------------------------- */

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
}

#comment,
.thumbnail {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.label .post-edit-link,
.label .comment-edit-link {
	color: #FFFFFF;
}

.navbar-search {
	height: 34px;
}

.pagination span {
	background-color: #f5f5f5;
	color: #999999;
	cursor: default;
}

.pagination span.dots {
	background-color: #FFFFFF;
}


/* WordPress Core
-------------------------------------------------------------- */

.aligncenter {
    display:block;
    margin: 0 auto 20px;
}

.alignright {
    float:right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 0 20px 20px 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	padding: 0 9px 9px;
	text-align: center;
}

.wp-caption .wp-caption-text {
	padding-top: 9px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.sticky {}
.bypostauthor {}



/* =Responsiveness
-------------------------------------------------------------- */

@media (max-width: 767px) {
	body {
		padding:0;
	}
	.container {
		width: auto;
		padding: 0 10px;
	}
	#page {
		
		margin: 0;
		padding: 20px 10px 10px 10px;
	}
	.thumbnail[class*="span"],
	.gallery [class*="span"] .thumbnail {
		display: table;
		float: left;
	}
	.carousel .item > img {
		width: 100%;
	}
	.thumbnails > li {
		float: left;
		margin-left: 20px;
	}
	.gallery-columns-2.thumbnails > li:nth-child(2n+1),
	.gallery-columns-3.thumbnails > li:nth-child(3n+1),
	.gallery-columns-4.thumbnails > li:nth-child(4n+1),
	.gallery-columns-5.thumbnails > li:nth-child(5n+1),
	.gallery-columns-6.thumbnails > li:nth-child(6n+1),
	.gallery-columns-7.thumbnails > li:nth-child(7n+1),
	.gallery-columns-8.thumbnails > li:nth-child(8n+1),
	.gallery-columns-1.thumbnails > li {
		margin-left:0;
	}
	.gallery-columns-2.thumbnails [class*="span"] {
		width: 47.4%;
	}
	.gallery-columns-3.thumbnails [class*="span"] {
		width: 29.9%;
	}
	.gallery-columns-4.thumbnails [class*="span"] {
		width: 21.2%;
	}
	.gallery-columns-6.thumbnails [class*="span"] {
		width: 12.4%;
	}
	.gallery-columns-7.thumbnails [class*="span"] {
		width: 9.9%;
	}
	.gallery-columns-8.thumbnails [class*="span"] {
		width: 8.7%;
	}
	.sidebar-content #primary,
	.sidebar-content #attachment-comment {
		float: none;
		margin: inherit;
	}
	#s {
		display: inline-block;
	}
	#site-generator,
	#site-generator.footer-nav-menu a {
		float: none;
		margin-top: 5px;
	}
	textarea[class*="span"] {
		height: auto;
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
		margin: 0;
	}
	.widget-title{
	background:none;
}
	img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, img {
  max-width: 100%;
}
	

}
@media (min-width: 768px) and (max-width: 778px) {
	#page {
		margin-right: -60px;
		padding: 24px 0 10px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {

	#page {
		margin-right: -30px;
		padding: 24px 0 10px;
	}	
}

@media (min-width: 979px) and (max-width: 1199px) {
	#page{
		padding-top: 20px;
		margin-right: -30px;
	}
}

@media (min-width: 1200px) {
	#page {
		margin-right: -30px;
		padding: 24px 0 10px;
	}
	.sidebar-content #primary,
	.sidebar-content #attachment-comment {
		margin-right: 30px;
	}
	.wp-caption {
		display: table;
	}
}


/* End of file style.css */
/* Location: ./wp-content/themes/the-bootstrap/style.css */