@import url(http://fonts.googleapis.com/css?family=Life+Savers);

body{
	padding:1.5em;
}
/*
d4d8c5
*/
header{
	color:#606a3b;
	font-family: 'Life Savers';
}
header a{
	outline:none;
	text-decoration:none;
}
header a:hover{
	text-decoration:underline;
}
footer{
	color:#75603c;
	margin:0 auto;
	width:38em;
}
footer p{
	padding-bottom:1em;
}
footer li{
	display:inline-block;
	padding:0 1em 1em;
}

/* search results page (srp) Home & Songs
---------------------------------------------- */
.srp header{
	background:transparent url(../img/uke-fish-logo.png) top center no-repeat;
	padding:270px 0 20px 0;
}
.srp header h1{
	text-indent:-4000em;
	height:1px;
	overflow:hidden;
}
.srp header h2{
	text-align:center;
}
.srp .gsc-search-box input{
}
.srp .gsc-input{
	font-size:122%;
	padding:.2em;
}
/* home: header
---------------------------------------------- */
.home header{
}
/* Songs
---------------------------------------------- */
.songs h2 {
	color: #D64D30;
	font-size: 2.6em;
	font-weight: bold;
}
.songs header {
	background-image:url(../img/uke-fish-song-logo.png);
}
/* subpages
---------------------------------------------- */
.subpage header{
	background:transparent url(../img/uke-fish-logo-small.png) no-repeat;
	height: 175px;
	padding: 0 20px 0 150px;
}
.subpage header h1{
	font-size:200%;
}
.subpage article {
	padding-left:50px;
}
.subpage article section{
	padding-bottom:25px;
}
.subpage article h2{
	font-family: 'Life Savers';
	font-size:200%;
	padding-bottom:.6em;
}
.subpage article p{
	line-height:1.2;
	padding-bottom:1.2em;
}
.subpage article li{
	list-style:decimal outside;
	padding-bottom:0.6em;
}
.subpage article ul{
	margin-left:1.6em;
	padding-bottom:1.2em;
}

/* button
---------------------------------------------- */
.ukefish input.gsc-search-button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	height:auto;
	font-weight:bold;
}
.ukefish input.gsc-search-button:hover {
	text-decoration: none;
}
.ukefish input.gsc-search-button:active {
	position: relative;
	top: 1px;
}
/* gray */
.ukefish input.gsc-search-button {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.ukefish input.gsc-search-button:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.ukefish input.gsc-search-button:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

