/*
Theme Name: Gerry Loves Records v2.0
Theme URI: http://gerrylovesrecords.com
Description: Theme for the Gerry Loves Records site.
Version: 2.0
Author: Nonimage
Author URI: http://nonimage.com/
*/

/* RESET */

@import "reset.css";

/* GLOBAL */

html {
    background: #cebb9a url('images/main_bg.gif');
    color: #333;
    font: 95% Georgia, Helvetica, Arial, Verdana, sans-serif;
	text-shadow: 0 1px 1px #fff;
    }
    
body {
    margin: 8px auto 20px auto;
    padding: 0 10px;
    width: 940px;
    }
    
a, a:visited {	
	color: #566E7A;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	font-weight: bold;	
	}
	
a:hover {	
	color: #000;
	text-shadow: 0 1px 1px #fff;
    }
    
h1, h2 {
	color: #566e7a;
	font-family: "ff-prater-serif-web-pro-1","ff-prater-serif-web-pro-2", Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.8em;
	line-height: 1.1em;
	margin-bottom: 25px;
	text-transform: uppercase;
	}
	
h1, h2 {
	color: #333;
	}
	
h1#home-title {
	font-size: 1em;
	margin: 20px 0;
	}
	
h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	}
	
.alignright {
	border: 5px solid #c6b391;
	float: right;
	margin: 5px 0 20px 20px;
	-webkit-box-shadow: 0 1px 2px #ebe8e4;
	-moz-box-shadow: 0 1px 2px #ebe8e4;
	box-shadow: 0 1px 2px #ebe8e4;
	}
	
.alignleft {
	border: 5px solid #c6b391;
	float: left;
	margin: 5px 20px 20px 0;
	-webkit-box-shadow: 0 1px 2px #ebe8e4;
	-moz-box-shadow: 0 1px 2px #ebe8e4;
	box-shadow: 0 1px 2px #ebe8e4;
	}
    
hr {
	border-bottom: 2px solid #c6b391;
	border-top: 1px solid #b9a684;
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 1px 2px #ebe8e4;
	-moz-box-shadow: 0 1px 2px #ebe8e4;
	box-shadow: 0 1px 2px #ebe8e4;
	}
	
.clearfix:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
	}
	
	
/* MASTHEAD */
    
#masthead {
	margin-bottom: 0px;
	width: 940px;
	}
	
#logo {
	float: left;
	margin: 5px 0 0 0;
	}
	
#logo a {
	background: transparent url('images/logo-trans.png') left top no-repeat;
	display: block;
	height: 102px;
	margin: 0 0 8px -10px;
	text-indent: -9000px;
	width: 119px;
	}
	
#logo a:hover {
	opacity: 0.8;
	}
	
	
/* SOCIAL */

#soundcloud {
	display: inline;
	float: left;
	margin: 0 20px 8px 0;
	}
	
#soundcloud a {
	background: transparent url('images/soundcloud-trans.png') no-repeat left center;	
	color: #000;
	display: block;
	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	height: 24px;
	padding: 8px 0 0 32px;
	text-shadow: 0 1px 1px #fff;
	width: 160px;
	}
	
#soundcloud a:hover, #twitter a:hover {	
	color: #fff;
	text-shadow: 0 1px 1px #000;
	}

#mailing-list {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	}
	
#mailing-list a {
	background: transparent url('images/email-trans.png') no-repeat left center;	
	color: #000;
	display: block;
	height: 24px;
	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 8px 0 0 32px;
	text-shadow: 0 1px 1px #fff;	
	width: 160px;
	}
	
#twitter {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	}
	
#twitter a {
	background: transparent url('images/twitter-trans.png') no-repeat left center;	
	color: #000;
	display: block;
	height: 24px;
	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 8px 0 0 32px;
	text-shadow: 0 1px 1px #fff;	
	width: 160px;
	}
	
#facebook {
	background: transparent url('images/facebook-trans.png') no-repeat left center;
	display: inline;
	float: left;
	height: 26px;
	padding: 6px 0 0 33px;
	width: 92px;
	}
	
	
/* MAIN NAV */
	
nav {
	float: right;
	margin-bottom: 0;
	}
	
nav ul {
	margin: 18px 0 0 -60px;
	}
	
nav ul li {
	display: inline;
	float: left;
	margin: 0 0 0 60px;
	}
	
nav ul li a, nav ul li a:visited {
	color: #000;
	font-family: "ff-prater-serif-web-pro-1","ff-prater-serif-web-pro-2", Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	text-shadow: 0 1px 1px #fff;
	text-transform: uppercase;
	}
	
nav ul li a:hover {	
	color: #fff;
	text-shadow: 0 1px 1px #000;
	}
	
#main {
	float: right;
	display: inline;
	width: 940px;
    } 
	
	
/* RELEASES */

#releases {
	display: block;
	margin: 20px 0 0 0;
	}
    
.release {
	display: block;
	margin: 40px 0;
	}
	
.release-media {
	float: left;
	width: 300px;
	}
    
.release-info {
	float: right;
	width: 580px;
	}
	
.release-body p {
	line-height: 1.5em;
	margin-bottom: 1em;
	text-shadow: none;
	}
	
.catalogue-number {
	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	margin-bottom: 3px;
	}
	
.intro {
	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
    
.artist-name {
	display: block;
	margin-bottom: 3px;
	}

.release-date {
	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 1px #fff;
	}
	
.release-art {
	border: 5px solid #c6b391;
	height: 290px;
	width: 290px;
	-webkit-box-shadow: 0 1px 2px #ebe8e4;
	-moz-box-shadow: 0 1px 2px #ebe8e4;
	box-shadow: 0 1px 2px #ebe8e4;
	}
	
a.buy {
	background: #c6b391 url('images/button-bg.gif') left top repeat-x;
	border: 5px solid #c6b391;
	color: #fff;
	display: block;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	text-shadow: 0 1px 1px #000;
	text-transform: uppercase;
	width: 200px;
	-webkit-box-shadow: 0 1px 2px #ebe8e4;
	-moz-box-shadow: 0 1px 2px #ebe8e4;
	box-shadow: 0 1px 2px #ebe8e4;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;	
	-moz-border-radius: 26px;
	border-radius: 26px;
	}
	
.buy:hover {
	background-position: left -67px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	}
	
	
/* ARTISTS */

#artists {
	display: block;
	margin: 20px 0 0 -20px;
	}
	
#artists h1, #artists h2 {
	margin-left: 20px;
	}
	
.artist {
	width: 300px;
	float: left;
	display: inline;
	margin: 0 0 20px 20px;
	}
	
.artist h3 a {
	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	}
	
.artist img {
	border: 5px solid #c6b391;
	margin: 5px 0 0 0;
	-webkit-box-shadow: 0 1px 2px #ebe8e4;
	-moz-box-shadow: 0 1px 2px #ebe8e4;
	box-shadow: 0 1px 2px #ebe8e4;
	}
	
.artist img:hover {
	border: 5px solid #ad9974;
	}
	
#artist-bio {
	display: block;
	margin-top: 20px;
	}
	
#artist-bio h2 {
	color: #333;
	font-family: "ff-meta-sc-web-pro-1","ff-meta-sc-web-pro-2", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 30px 0 1em 0;
	}
	
	
/* BLOG */

#blog {
	float: left;
	margin: 20px 0 0 0;
	width: 720px;
	}
	
.entry p {
	line-height: 1.5em;
	margin-bottom: 1em;
	}
	
.entry ol, 
.entry ul {
	margin: 0 0 1em 2em;
	}

.entry ol li {
	list-style-type: decimal;
	margin-bottom: 0.5em;
	}
	
.entry ul li {
	list-style-type: disc;
	margin-bottom: 0.5em;
	}
	
#sidebar {
	float: right;
	width: 220px;
	}
	
	
/* MAILING LIST */
	
#mailing-list {
	margin-left: 10px;
	}
	
#mce-error-response, #mce-success-response {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.9em;
	color: #f33030;
	text-shadow: none;
	width: 140px;
	line-height: 1.2em;
	margin: 10px 0;
	text-align: center;
	}
	
#mce-success-response {
	color: #000;
	}
	
#mce-email {
	border: 3px solid #d4c1a4;
	width: 165px;
	padding: 5px 0;
	font: 0.7em Georgia, Helvetica, Arial, Verdana, sans-serif; 	
	text-align: center;
	background: #fff;
	display: inline;
	float: left;
	}
	
#mce-email:hover, #mce-email:focus {
	border: 3px solid #ae9774;
	background-image: none;
	}
	
.btn {
	text-align: center;
	width: 58px;
	border: 1px solid #ccc;
	padding: 5px 0;
	display: inline;
	float: right;
	color: #000;
	background-color: #d9c9ac;
	font: 0.7em Georgia, Helvetica, Arial, Verdana, sans-serif; 
	text-transform: uppercase;
	-webkit-box-shadow: 0 1px 1px #333;
	-moz-box-shadow: 0 1px 1px #333;
	box-shadow: 0 1px 1px #333;
	}
	
.btn:hover {
	background-color: #e5d8c1;
	-webkit-box-shadow: 0 0 1px #333;
	-moz-box-shadow: 0 1px 2px #ebe8e4;
	box-shadow: 0 1px 2px #ebe8e4;
	}
    

/* GIGS */	

#gigs {
	display: block;
	margin: 20px 0 0 0;
	}
	
#gigs ul {
	border-top: 1px solid #b9a480;
	margin-bottom: 20px;
	padding-top: 10px;
	}
	
#gigs ul li {
	border-bottom: 1px solid #b9a480;
	margin: 0 0 10px 0;
	padding: 10px 0 20px 0;
	}
	
.date-venue {
	float: left;
	font-weight: bold;
	width: 800px;
	}
	
.summary {
	float: left;
	line-height: 1.2em;
	margin: 10px 0 0 0;
	width: 800px;
	}
	
.ticket-info {
	float: right;
	font-style: italic;
	}
	
.ticket-info a {
	background: #c6b391 url('images/button-bg.gif') left top repeat-x;
	border: 5px solid #c6b391;
	color: #fff;
	font-size: 0.8em;
	margin-top: 20px;
	padding: 5px 10px;
	text-align: center;
	text-shadow: 0 1px 1px #000;
	text-transform: uppercase;
	-webkit-box-shadow: 0 1px 2px #ebe8e4;
	-moz-box-shadow: 0 1px 2px #ebe8e4;
	box-shadow: 0 1px 2px #ebe8e4;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;	
	-moz-border-radius: 26px;
	border-radius: 26px;
	}
	
.ticket-info a:hover {
	background-position: left -67px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	}
	
#past-gigs {
	font-size: 1.3em;
	margin: 60px 0 20px 0;
	}
	
	
/* CONTACT */
	
#contact {
	display: block;
	margin-top: 20px;
	}
	
#contact p {
	margin-bottom: 1em;
	}

#contact input.name, #contact input.address {
	border: 0;
	border-bottom: 1px solid #333;
	background-color: transparent;
	width: 200px;
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	}
	
input.subject {
	border: 0;
	border-bottom: 1px solid #333;
	background-color: transparent;
	width: 350px;
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	}
	
#contact textarea {
	border: 1px solid #333;
	background-color: transparent;
	width: 684px;
	padding: 5px;
	margin-top: 1em;
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	}
	
input.send {
	background: #c6b391 url('images/button-bg.gif') left top repeat-x;
	border: 5px solid #c6b391;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	text-shadow: 0 1px 1px #000;
	text-transform: uppercase;
	width: 50%;
	-webkit-box-shadow: 0 1px 2px #ebe8e4;
	-moz-box-shadow: 0 1px 2px #ebe8e4;
	box-shadow: 0 1px 2px #ebe8e4;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;	
	-moz-border-radius: 26px;
	border-radius: 26px;
	}
	
.send:hover {
	background-position: left -67px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	}
	

/* FOOTER */
    
#footer {
	text-align: center;
	font-size: 0.8em;
	padding: 20px 0;
    }