/*
Theme Name:Scrape Videos
Theme URI:http://lu4s.net
Description:None
Version:1.0
Author:Lu4s
Author URI:http://lu4s.net
*/
* {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.wpfp-link, .wpfp-link:hover {
	margin-top:5px;
	padding:2px 5px;
	background-color:red;
	color:#fff;
	text-decoration:none;
}

#header {
	border-radius:0;
}

#header .dropdown-menu {
	top:54px;
	left:auto;
	right:-3px;
	background-color:#222;
	font-size:20px;
}

#header h1 {
	float:left;
	margin:0;
	margin-left:10px;
	padding-top:13px;
	color:#ddd;
	font-size:18px;
}

#header h1 a {
	font-size:20px;
}

#header h1 .glyphicon {
	font-size:18px;
	padding-right:7px;
}

#header a {
	color:#ddd;
}

#header .dropdown-menu {
	color:#ddd;
}

#header .dropdown-menu > li {
	padding:10px;
	border-bottom:1px solid #333;
}

#header .dropdown-menu > li.dropdownLabel {
	padding:10px 25px;
	background-color:#111;
}

#dropdownClose {
	cursor:pointer;
}

#searchToggle .glyphicon {
	color:#ddd;
}

#searchForm {
	display:none;
}

#leftSideBar h2 {
	color:#333;
	font-size:16px;
}

#leftSideBar, #leftSideBar ul {
	list-style:none;
	padding:0;
}

#leftSideBar ul {
	padding:0 5px;
}

#leftSideBar > li > ul {
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}

#leftSideBar > li > ul > li {
	margin:5px 0;
}

#leftSideBar a {
	color:#777;
}

@media screen and (max-width:768px) {
	#searchForm button {
		margin-top:10px;
	}
	
	.item h3 {
		margin-top:10px;
		margin-bottom:35px;
		font-size:18px;
	}
}

@media screen and (min-width:769px) {
	#searchInput {
		width:300px;
	}
	
	.item h3 {
		margin-top:5px;
		font-size:14px;
		height:30px;
		overflow:hidden;
	}
}

.page h2 {
	margin:20px 0;
	font-size:20px;
}

.page h3 {
	margin:15px 0;
	padding:5px;
	font-size:20px;
	border:1px solid #ddd;
	cursor:pointer;
}

.page .toggledActresses{
	display:none;
}

#itemsHeader h2 {
	margin:5px 0;
	font-size:20px;
}

.col-lg-8 {
	max-width:1000px;
}

.foundPosts {
	font-size:18px;
	font-weight:bold;
}

#itemsHeader {
	margin:0;
}

.item {
	margin:10px 0;
}

.item .img-thumbnail {
	height:150px;
	width:100%;
}

.item .itemInfo {
	font-size:12px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding-bottom:3px;
}

.item .itemTag a {
	color:#6495ed;
}

.blog .pagination > li > a,
.blog .pagination > li > span {
	color:#333;
	border-radius:5px;
	margin:0 5px;
}

.pagination > li > span.dots {
	background-color:transparent;
	border:none;
}

.pagination > li.active > a,
.pagination > li.active > a:hover {
	color:#333;
	background-color:#ddd;
	border:none;
}

.pager {
	margin-bottom:10px;
}

.pager .pagerInfo {
	padding-top:10px;
	font-size:16px;
}

.single .breadcrumb, .page .breadcrumb, .tag .breadcrumb, .category .breadcrumb {
	background-color:transparent;
	font-size:12px;
	padding:0;
	padding-top:20px;
}

.single .breadcrumb > li + li:before,
.page .breadcrumb > li + li:before,
.tag .breadcrumb > li + li:before,
.category .breadcrumb > li + li:before {
	content:'>';
}

.single iframe {
	border:none;
}

.single .video {
	text-align:center;
}

.single .video.fc2 {
	height:480px;
}

.single embed {
	width:100%;
	min-height:480px;
}

.single p {
	margin:10px 0;
}

.single h2 {
	font-size:18px;
	font-weight:bold;
}

.single .postInfo .img-thumbnail {
	float:left;
	margin-right:10px;
	width:150px;
	height:100px;
}

.single .postInfoUl {
	list-style:none;
}

.single .postInfoUl > li {
	margin-bottom:3px;
}

.single .postTag {
	display:inline-block;
	margin-right:5px;
	background-color:#ddd;
	border-radius:5px;
}

.single .postTag a {
	color:#333;
	margin:5px;
}

.single .postQuote {
	white-space:nowrap;
}

.single .postQuote a {
	color:#aaa;
}

#nav-posts > li > a,
#nav-posts > li.active > a,
#nav-posts > li > a:hover {
	color:#333;
	font-size:14px;
	font-weight:bold;
	background-color:transparent;
	border-radius:0;
}

#nav-posts > li.active > a {
	border-bottom:2px solid crimson;
}

.comment .glyphicon {
	color:#ddd;
}

.comment h2 {
	font-size:16px;
}

.commentlist {
	list-style:none;
	padding:0;
}

.commentlist > li {
	margin:20px 5px;
}

#footer {
	color:#ddd;
	font-size:12px;
	background-color:#222;
	padding-top:10px;
	padding-bottom:10px;
}

#footer a {
	color:#ddd;
}

#footer .nav > li > a {
	background-color:transparent;
}

#footer .nav > li > a:hover {
	background-color:#999;
}