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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; } 
table {	border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; text-rendering: optimizeLegibility; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
hr { display: none; }
address{ display: inline; }
:focus { outline: none; }

a {
	-moz-transition: all 0.3s ease-In;
	-ms-transition: all 0.3s ease-In;
	-o-transition: all 0.3s ease-In;
	-webkit-transition: all 0.3s ease-In;
	text-decoration: none;
	transition: all 0.3s ease-In;
}

html { min-height: 100%; }

body {
	background: #faf6f4;
	color: #9f9b99;
	font: normal 13px/18px helvetica, arial, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 940px;
}

#content {
	float: left;
	width: 670px;
}

#sidebar {
	float: right;
	margin-left: 20px;
	width: 250px;
}

#footer {
	clear: both;
	color: #9f9b99;
	font-family: tahoma;
	font-size: 10px;
	margin: 40px 0;
	text-transform: lowercase;
}

#footer a { color: #9f9b99; text-transform: uppercase; }
#footer a:hover { color: #6e6561; }

#footer p {
	margin-bottom: 0;
}

#footer span {
	color: #b6b0ad;
	font-style: italic;
	margin-left: 20px;
}

#footer li {
	display: inline;
	margin-right: 15px;
}

#footer li a { text-transform: lowercase; }

#sidebar h3 {
	font: italic 16px/20px georgia, "times new roman", serif;
	margin-bottom: 30px;
	padding: 0 20px;
	text-align: center;
	text-shadow: 1px 1px #fff;
}

#sidebar blockquote {
	font: 14px/20px georgia, "times new roman", serif;
	margin-bottom: 30px;
	padding: 30px;
}

#sidebar #songs {
	margin-bottom: 20px;
}

#sidebar #songs li {
	font: 14px/20px georgia, "times new roman", serif;
	margin-bottom: 10px !important;
	padding: 10px;
}

#sidebar #songs a { color: #9f9b99; }
#sidbear #songs a:hover { color: #857e7b; }

.side-ad {
	margin-bottom: 30px;
}

#header {
	margin: 40px 0 20px 0;
	overflow: hidden;
}

#header img { float: left; }

h1 {
	font-family: "Copse", Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: bold;
	margin: 40px 0;
	text-shadow: 1px 1px #fff;
}

#header h1 {
	float: left;
	font-family: "Copse", Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
	margin: 0 0 0 10px;
	padding: 25px 0 0 0;
}

h1 a { color: #6e6561; }

h2, h6 {
	color: #d18c8c;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 25px;
}

h5 {
	color: #6e6561;
	font-size: 12px;
	margin-bottom: 5px;
}

small {
	color: #9f9b99;
	font-size: 11px;
	font-style: italic;
	margin-left: 20px;
}

p { margin-bottom: 15px; }

blockquote {
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
	border: 1px solid #f8f2ef;
	border-radius: 8px;
	color: #9f9b99;
	font: 18px/24px georgia, "times new roman", serif;
	margin-bottom: 30px;
	padding: 40px;
}

#share {
	margin-bottom: 20px;
	padding-left: 20px;
	overflow: hidden;
}

#share span {
	float: left;
}

#share .google {
	margin: 0 15px;
}

.view {
	font-family: tahoma;
	font-size: 14px;
	text-align: right;
	padding-right: 20px;
}

.view a { color: #d18c8c; }

#message {
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
	border: 1px solid #f8f2ef;
	border-radius: 8px;
	color: #847a75;
	margin-bottom: 40px;
	padding: 20px;
}

#message p { margin-bottom: 0; }

.ad {
	border-top: 1px dashed #d6d2d0;
	border-bottom: 1px dashed #d6d2d0;
	text-align: center;
	padding: 24px 0 20px 0;
	margin-bottom: 40px;
}

#songs,
#quotes {
	margin-bottom: 40px;
}

#songs li,
#quotes li {
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
	border: 1px solid #f8f2ef;
	border-radius: 8px;
	font: 16px/20px georgia, "times new roman", serif;
	margin-bottom: 20px;
	padding: 30px;
}

#quotes a { color: #9f9b99; }
#quotes a:hover { color: #857e7b; }

.banner {
	margin: 40px 0;
	text-align: center;
}

#songs h4 {
	font-size: 16px;
	margin-bottom: 20px;
}

#songs pre {
	font: 16px/20px georgia, "times new roman", serif;
}

#songs li {
	text-align: center;
}

#songs a { 
	color: #d18c8c;
}

.page {
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
	border: 1px solid #f8f2ef;
	border-radius: 8px;
	color: #9f9b99;
	font-size: 13px;
	margin-bottom: 40px;
	padding: 30px 30px 15px 30px;
}

.page a { color: #d18c8c; }

#container {
	overflow: hidden;
}

.song {
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
	border: 1px solid #f8f2ef;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 30px;
	text-align: center;
}

.song h2 {
	font: 24px/24px georgia, "times new roman", serif;
	margin-bottom: 30px;
}

.song pre {
	font: 20px/24px georgia, "times new roman", serif;
	margin-bottom: 30px;
	text-align: center;
}

.song h3 {
	font: 16px/24px georgia, "times new roman", serif;
	margin-bottom: 10px;
}

.song-ad {
	float: right;
}

.pagination {
	font-family: tahoma;
	font-size: 12px;
	margin-bottom: 40px;
}

.pagination a {
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
	border: 1px solid #f8f2ef;
	border-radius: 4px;
	color: #9f9b99;
	margin-left: 5px;
	padding: 5px 10px;
}

.pagination a:hover {
	background: #fdfbfb;
}

.pagination strong {
	color: #9f9b99;
	margin-left: 5px;
	padding: 5px 10px;
}

input[type='text'] {
	border: 1px solid #f8f2ef;
	color: #666;
	padding: 14px;
	width: 250px;
}

textarea {
	border: 1px solid #f8f2ef;
	color: #666;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	padding: 14px;
	width: 500px;
}

input[type='submit'] {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

input[type='submit']:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}

input[type='submit']:active {
	position:relative;
	top:1px;
}
