/* homepage */

body { 
    font-size: 1em; /* 16x0.875=14px */ 
    line-height:1.2em; /* 16x1=16px */
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    background-color: #D2B198;
}

a {
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
a:link {color: rgb(153, 102, 0, 1);}
a:visited {	color: rgba(153, 102, 0, 1);}
a:hover {color: rgb(216, 21, 0);}
a:active {color: rgba(255, 204, 102, 1);}
a:focus {color: rgba(255, 204, 102, 1);}

h1 {
	color: #c49978;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	padding-bottom: 16px;
	border-bottom: 1px solid #D2B198;
	margin-bottom: 16px;
}

.songsheets a[href*=pdf],
.songsheets a.pdf {
	padding: 0 8px 0 24px;
	background: transparent url('../img/icons/pdf.png') no-repeat left top;
}
.songsheets a[href*=facebook] {
	padding: 0 18px 0 0;
	background: transparent url('../img/icons/facebook-16x16.png') no-repeat right top;
}

p{
	margin: 16px;
}
#wrapper {
	width:800px;
	margin: 0 auto;
	background-color: #f0e2d7;
	color: #333;
	min-height: 400px;
	margin-top: 0;
	padding: 40px;
}

article img {
	float: right;
	border: 3px solid #FFF;
	margin: 8px;
}
footer {
	text-align: center;
	border-top: 1px solid #D2B198;
	margin-top: 20px;
	padding-top: 40px;
}
footer li a {
	background-color: #f0e2d7;
	display: inline-block;
	line-height: 1.6em;	
	padding-bottom: 8px;
}
footer li {
	display: inline-block;
	padding: 28px 8px 0;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

/* amazing icons from http://paulrobertlloyd.com/2009/06/social_media_icons - thanks */
footer li.flickr {background: url(../img/icons/flickr-24x24.png) no-repeat 12px 26px;}
footer li.flickr:hover {background: url(../img/icons/flickr-24x24.png) no-repeat 12px 0;}
footer li.lastfm {background: url(../img/icons/lastfm-24x24.png) no-repeat 16px 26px;}
footer li.lastfm:hover {background: url(../img/icons/lastfm-24x24.png) no-repeat 16px 0;}
footer li.facebook {background: url(../img/icons/facebook-24x24.png) no-repeat 22px 26px;}
footer li.facebook:hover {background: url(../img/icons/facebook-24x24.png) no-repeat 22px 0;}
footer li.twitter {background: url(../img/icons/twitter-24x24.png) no-repeat 16px 26px;}
footer li.twitter:hover {background: url(../img/icons/twitter-24x24.png) no-repeat 16px 0;}
footer li.youtube {background: url(../img/icons/youtube-24x24.png) no-repeat 20px 26px;}
footer li.youtube:hover {background: url(../img/icons/youtube-24x24.png) no-repeat 20px 0;}
footer li.lanyrd {background: url(../img/icons/lanyrd-24x24.png) no-repeat 14px 26px;}
footer li.lanyrd:hover {background: url(../img/icons/lanyrd-24x24.png) no-repeat 14px 0;}
footer li.linkedin {background: url(../img/icons/linkedin-24x24.png) no-repeat 17px 26px;}
footer li.linkedin:hover {background: url(../img/icons/linkedin-24x24.png) no-repeat 17px 0;}
footer li.quora {background: url(../img/icons/identica-24x24.png) no-repeat 14px 26px;}
footer li.quora:hover {background: url(../img/icons/identica-24x24.png) no-repeat 14px 0;}
footer li.foursquare {background: url(../img/icons/foursquare-24x24.png) no-repeat 24px 26px;}
footer li.foursquare:hover {background: url(../img/icons/foursquare-24x24.png) no-repeat 24px 0;}

/* bonus image for wide devices or windows 
@media only screen and (min-width: 1260px) { */
    body { 
        background-image: url(../img/paul-uke.jpg);
        background-attachment: fixed;
        background-position: left top;
        background-repeat: no-repeat;
    } 
    #wrapper {
    	-moz-box-shadow: -2px 0 8px #333333;
    	-webkit-box-shadow: -2px 0 8px #333333;
    	box-shadow: -2px 0 8px #333333;
    }
    .home #wrapper {
    	min-height: 730px;
    }
/* } */

body.blogs  {
	background: #000 none no-repeat left top;
}