/**
 * Style Sheet for Lyrics Online
 * @author Kenichi Maehashi
 * 
 * Copyright (C) 2009-2010 Kenichi Maehashi. All Rights Reserved.
 */

/**
 * Google Custom Search
 */
.gsc-control-cse {
	background-color: rgb(255, 255, 255) !important;
	border-color: rgb(255, 255, 255) !important;
}

input.gsc-input {
	background-image: none !important; /* disable background image */
}

input.gsc-search-button {
	border-color: #e5e5e5 !important;
	background: #e5e5e5 !important;
	font-size: 13px !important;
}

.gsc-clear-button {
	display: none !important;
}

.gsc-tabsArea {
	display: none !important;
}

.gsc-result:hover {
	border-left: 1px solid rgb(210, 214, 220) !important;
	border-right: 1px solid rgb(210, 214, 220) !important;
}

.gs-title {
	font-size: 14px !important;
}
.gs-visibleUrl {
	margin-left: 5px !important;
	color: #aaaaaa !important;
}

.gs-visibleUrl:before {
	content: "from " !important;
}

.gs-snippet {
	display: none !important;
}

.gs-per-result-labels {
	display: none !important;
}

.gs-no-results-result .gs-snippet {
	display: inherit !important;
}

.gsc-cursor:before {
	content: "Page: " !important;
}
.gsc-cursor-current-page {
	background-color: #b3bacc !important;
}

.gsc-trailing-more-results {
	display: none !important;
}

/**
 * Lyrics Online
 */
.hidden {
	display: none !important;
}

img.noborder {
	border: 0;
}

hr.noshade {
	border: 0 none;
	height: 2px;
	color:#696969;
	background-color: #696969;
}

a.popular-keyword {
	text-decoration: none;
}

#popular-more {
	font-style: italic;
	text-decoration: none;
}

a:hover.popular-keyword {
	text-decoration: underline;
}

#title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

#title-logo {
	height: 150px;
}

#description {
	font-size: 80%;
	color: #aaaaaa;
	text-align: center;
}

#lyricsmaster a {
	text-decoration: none;
}

#lyricsmaster {
	width: 80%;
	margin: 10px auto 10px auto;
	padding: 10px;
	border: 2px #cccccc solid;
	text-align: center;
	font-size: 85%;
}

#lyricsmaster-logo {
	height: 24px;
	vertical-align: -30%;
}

#search {
	 width: 95%;
	 margin-left: auto;
	 margin-right: auto;
}

#search-loading {
	text-align: center;
	font-size: 90%;
	margin: 20px;
}

#tellothers {
	color: #666666;
	font-size: 70%;
	width: 60%;
	margin: 0px auto 20px auto;
	border: 1px #dddddd solid;
	padding: 10px 20px 10px 20px;
	line-height: 150%;
	display: none; /* will be changed to "inherit" when search is done */
}

#popular {
	font-size: 80%;
	width: 80%;
	margin: 20px auto 20px auto;
	border: 1px #dddd00 dashed;
	padding: 10px;
	line-height: 150%;
	display: none; /* will be changed to "inherit" when ready */
}

#popular-more-keywords {
	display: none; /* will be changed to "inherit" when the user clicks "more..." button */
}

#social {
	text-align: center;
}

#copyright {
	text-align: center;
	color: #999999;
	font-size: 85%;
}

#google-logo {
	height: 16px;
	vertical-align: middle;
}

