/* @override http://martinsimpson.mcg/css/ms.css */

/* @group basics */

body, html, div, p, h1, h2, h3, h4, h5, h6, img, b, div, form, input, select, textarea, span, ul, li, ol, img, table, td {
	border: 0;
	margin: 0;
	padding: 0;
}

body, html {height: 100%;}

body {
	-webkit-text-stroke: 1px transparent;
	background-color: #c7c2b2;
	font-family: 'Helvetica Neoue', Helvetica, Arial;
	font-size: 15px;
	line-height: 1.15;
	color: #38352f;
	text-shadow: rgba(0,0,0,0.01) 0px 0px 1px;
}

.iphone body {
	-webkit-text-stroke: 0px transparent;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select, textarea {
	font-family: 'Helvetica Neoue', Helvetica, Arial;
	font-size: 15px;
	line-height: 1.15;
}

.clear { clear: both; }

.page {
	width: 960px;
	margin: 0 auto 40px auto;
	padding: 0;
}

.win.gecko .page {
	padding-bottom: 40px;
}

a, a:visited {
	font-weight: bold;
	color: #a29c74;
	/*color: #b09927;*/
	text-decoration: none;
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

a:hover, a:visited:hover {
	text-decoration: underline;
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

a img {
	
	-webkit-transition-property: hover;
	-webkit-transition: all 0.15s ease-in-out;
}


/* @end */

/* @group menu */

.menu {
	background-color: #000000;
	background-image: url(../gfx/menu-bg.png);
	background-repeat: no-repeat;
	margin: 0 10px 10px 10px;
	padding-left: 5px;
	height: 230px;
}


.menu h1 {
	float: left;
	display: inline-table;
	margin: 35px 18px 21px 17px;
}

.menu ul {
	width: 120px;
	float: left;
	list-style: none;
	margin-left: 15px;
	margin-bottom: 40px;
}

.menu ul li a, .menu ul li a:visited {
	display: block;
	padding: 2px 2px 2px 2px;
	font-size: 15px;
	line-height: 15px;
	border-bottom: 1px solid #c7c2b2;
	color: #c7c2b2;
	font-weight: bold;
	text-decoration: none;
}

.menu ul li a:hover, .menu ul li a:visited:hover,
.menu ul li a.active {
	color: #ffffff;
	border-color: #ffffff;
}

/* @end */

/* @group cols & panels */

.panel {
	margin: 10px;
	float: left;
}

.col1, .col12Span, .col123Span {
	float: left;
}

.col1 {
	width: 320px;
}

.col12Span {
	width: 640px;
}

.col123Span {
	width: 960px;
}

.col123Span .panel { width: 940px; }
.col12Span .panel { width: 620px; }
.col1 .panel { width:  300px; }

.panelHeader {
	padding: 0px;
	width: auto;
}


.panelHeader h2 {
	display: inline;
	background-image: url(../gfx/tab-back.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 5px 12px;
	margin: 0;
	font-size: 15px;
	font-family: Helvetica, Arial;
	line-height: 1;
	color: #ffffff;
	float: left;
}

.panelHeader h2.replaced {
	padding: 5px 0;
}

.panelHeader .curveTL,
.panelHeader .curveTR {
	font-size: 15px;
	font-family: Helvetica, Arial;
	line-height: 1;
	width: 12px;
	padding: 0;
	float: left;
	height: 25px !important;
	background-image: url(../gfx/tab-back.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.panelHeader .curveTR {
	background-position: top right;
}

.panelContent {
	clear: both;
}
.panelFooter {
	background-color: #5e584e;
	padding: 15px 0 16px 12px;
	border-top: 1px solid #86827a;
}

/* @end */

/* @group item */

.item {
	padding: 12px 12px 12px 12px;
	border-top: 1px solid #86827a;
	color: #ffffff;
}

.item .date {
	font-size: 12px;
	line-height: 1.15;
	margin-bottom: 4px;
}

.item.first {
	border-width: 0;
}

/* @end */

/* @group buttons */

a.button, a.button:visited, input.button {
	background-color: #a29c74;
	color: #ffffff;
	font-size: 12px;
	line-height: 1;
	padding: 5px 12px 5px 10px;
	font-weight: normal;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition-property: hover;
	-webkit-transition: all 0.15s ease-in-out;
}

a.button:hover, a.button:visited:hover, input.button:hover {
	color: #ffffff;
	background-color: #000000;
}

/* @end */

/* @group gigs module */

#gigs .item {
	border-color: #86827a;
}

#gigs .panelContent {
	background-color: #5e584e;
}

#gigs .item a, #gigs .item a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#gigs .item a:hover, #gigs .item a:visited:hover {
	text-decoration: underline;
}

/* @end */

/* @group gigs page */

#gigList .articleTitle {
	border-top: 1px solid #c9c6bf;
}

#gigList .articleTitle.first {
	border-width: 0;
}

#gigList .articleTitle h3 {
	font-size: 36px;
}

#gigList .date {
	float: left;
	width: 137px;
	line-height: 29px;
}

#gigList .gigDetails {
	float: left;
	width: 443px;
}

#gigList .gigDetails h3 {
	font-size: 24px;
}




/* @end */

/* @group mailing list */

#mailing-list .panelContent {
	background-color: #5e584e;
	padding: 12px;
	color: #ffffff;
}

#mailing-list .inputBox {
	font-size: 12px;
	background-color: #ffffff;
	padding: 5px;
	margin: 8px 0 10px 0;
	width: 260px;
	color: #787e81;
}

#mailing-list .inputBox:focus {
	color: #000000;
}

#mailing-list-confirm .panelContent {
	padding: 18px;
	background-color: #ffffff;
	border-width: 0;
	min-height: 146px;
    height: auto !important;
    height: 146px;
}

/* @end */

/* @group twitter */

#twitter .panelContent {
	background-color: #5e584e;
}

.tweet_list li {
	list-style: none;
	padding: 10px 12px 12px 12px;
	border-top: 1px solid #86827a;
	color: #ffffff;
}

.tweet_list li.tweet_first {
	border-width: 0;
	padding-top: 10px;
}

.tweet_list li .tweet_text {
	display: block;
	margin-bottom: 7px;
}

.tweet_list li a,
.tweet_list li a:visited
 {
	font-size: 75%;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.tweet_list li a:hover,
.tweet_list li a:visited:hover {
	text-decoration: underline;
}

.tweet_list li .tweet_text a, .tweet_list li .tweet_text a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	word-wrap: break-word;
}

/* @end */


/* @group article */

.articleTitle {
	background-color: #ffffff;
	border-bottom: 1px solid #c9c6bf;
	padding: 18px 18px 16px 18px;
}

.articleTitle h3 {
	font-size: 24px;
	line-height: 1;
	color: #38352f;
}

.articleTitle .date {
	margin-bottom: 10px;
}

.articleContents {
	color: #38352f;
	padding: 18px;
	background-color: #ffffff;
}

.articleContents h3 {
	font-size: 36px;
	line-height: 1;
	margin: 0 0 15px 0;
}

.articleContents h4 {
	margin-bottom: 15px;
}

.articleImage {
	float: right;
	margin: 0 0 15px 15px;
}

/* @end */

/* @group headlines */

#headlines .item {
	background-color: #ffffff;
	color: #38352f;
	border-width: 0;
}

#headlines .item a, #headlines .item a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#headlines .item a:hover, #headlines .item a:visited:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#headlines .panelFooter {
	border-top: 1px solid #c9c6bf;
	background-color: #ffffff;
}

/* @end */

#archive .articleTitle {
	border-width: 0;
	border-top: 1px solid #c9c6bf;
}

#archive .articleTitle.first {
	border-width: 0;
}

#archive .panelContent {
	background-color: #ffffff;
}

#archive .panelContent ul,
#archive .panelContent li {
	list-style: none;
}

#archive .panelContent li {
	padding: 10px 12px 12px 18px;
}

#archive .panelContent li a,
#archive .panelContent li a:visited {
	color: #000000;
}

/* @group outnow */

#outnow .item {
	background-color: #ffffff;
	font-size: 15px;
	line-height: 1.15;
	color: #000000;
	border-width: 0;
}

#outnow .item.first {
}

#outnow a.packshot {
	float: left;
	margin-right: 15px;
	width: 85px;
}

#outnow a.packshot img {
	border: 1px solid #c9c6bf;
	width: 83px;
	height: auto;
}

#outnow a.packshot:hover img,
#outnow a.packshot:visited:hover img {
	border: 1px solid #000000;
}

#outnow .title {
	float: left;
	width: 120px;
	font-weight: bold;
	padding-top: 5px;
}


#outnow .panelFooter {
	border-top: 1px solid #c9c6bf;
	background-color: #ffffff;
}

/* @end */

/* @group shop */

#shop .articleTitle h3 {
	font-size: 24px;
	margin-bottom: 2px;
}

#shop .articleTitle h3 span {
	font-size: 18px;
}

#shop .articleTitle h3 span a.active,
#shop .articleTitle h3 span a.active:visited {
	color:  #38352f;
}

.panel.featured#shop {
	width: 940px;
}


#shop .panelContent {
	background-color: #ffffff;
}

#shop .featuredItem {
	float: left;
	width: 276px;
	margin: 0px 4px 18px 18px;
}

#shop .featuredItem a.packshot img,
#shop .featuredItem a.packshot:visited img {
	border: 1px solid #c9c6bf;
}

#shop .featuredItem a.packshot:hover img,
#shop .featuredItem a.packshot:visited:hover
 img {
	border: 1px solid #000000;
}

#shop .featuredItem .title {
	font-size: 24px;
	line-height: 1;
	margin: 12px 0;
	font-weight: bold;
}

#shop .articleContents {
	padding: 18px 0 0 0;
}

#shop .featuredItem .title span {
	font-weight: normal;
}

#shop .packshots {
	float: right;
	width: 640px;
}

#shop .packshots ul, #shop .packshots li {
	list-style: none;
}

#shop .packshots li {
	float: left;
	width: 300px;
	margin: 0px 0px 18px 20px;
}

#shop .packshots li a.packshot {
	width: 87px;
	display: block;
	float: left;
	margin: 0 12px 0 0px;
}

#shop .packshots li a.packshot img,
#shop .packshots li a.packshot:visited img {
	border: 1px solid #c9c6bf;
}

#shop .packshots li a.packshot:hover img,
#shop .packshots li a.packshot:visited:hover img {
	border: 1px solid #000000;
}

#shop .packshots li a {
	color: #000000;
}

#shop .packshots li .title {
	margin: 2px 0;
	float: left;
	width: 145px;
	font-weight: bold;
}

#shop .packshots li .title span {
	font-weight: normal;
}

#tabIntro {
	width: 264px;
	margin: 0 18px;
	float: left;
}

#tabList {
	float: left;
	width: 640px;
	margin-right: -18px;
}

#tabList ul {
	margin: 0 0 18px 0px;
}

#tabList li {
	list-style: none;
	width: 300px;
	float: left;
	margin: 6px 0px 12px 20px;
	line-height: 1.15;
}

#tabList h3 {
	clear: both;
	font-size: 24px;
	margin: 0px 18px 12px 18px;
	border-top: 1px solid #c9c6bf;
	padding-top: 18px;
}

#tabList h3.first {
	margin-top: 0;
	padding-top: 0;
	border-width: 0;
}

#tabList li div {
	margin-bottom: 12px;
	font-size: 15px;
}
#tabList li a {
	white-space: nowrap;
}

#tabList li .tuning {
	font-size: 12px;
}

#tabList .shopAddMessage {
	color: #cc0000;
	margin-top: 12px;
	font-size: 12px;
	width: 260px;
}

.shopBasket {
	margin-top: 3px;
	float: right;
	width: 282px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.15;
}

/* @group Basket */

#basket table {
	width: 100%;
}

#basket th {
	text-align: left;
	padding: 4px 0;
}

#basket .price, #basket .remove {
	text-align: right;
}

#basket tr.productRow td, #basket td.rule {
	border-top: 1px solid #c9c6bf;
	padding: 4px 0;
}
#basket .total {
	font-weight: bold;
}

#basket tr.odd td {
}

/* @end */



/* @group shop-item */

#shop-item .articleTitle {
	border-width: 0;
}

#shop-item .articleTitle h3 {
	font-size: 24px;
	margin-bottom: 2px;
}

#shop-item .articleContents {
	border-top: 1px solid #c9c6bf;
	padding-bottom: 36px;
}

#shop-item .tracks ol {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
}

#shop-item .tracks ol li {
	border-top: 1px solid #c9c6bf;
	padding: 3px 0;
}

#shop-item .tracks ol li.first {
	border-width:0;
}

#shop-item .packshot h3 {
	margin: 12px 0 0 0;
	font-size: 24px;
}

#shop-item .date,
#shop .date {
	margin: 0;
}

#shop-item .packshot {
	float: left;
	width: 282px;
}

#shop-item .packshot img {
	border: 1px solid #c9c6bf;
}

#shop-item .tracks {
	float: left;
	width: 300px;
	margin: 0 20px;
}

#shop-item .notes {
	width: 282px;
	float: left;
}


#shop-item a {
	word-wrap: break-word;
}



.bigger.button {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 15px;
}

#shop-item .shopAddMessage {
	color: #cc0000;
}

#selection-tab .articleTitle {
	padding: 12px;
	border-width: 0;
}
#selection-tab ul {
	list-style: none;
	background-color: #edead5;
	padding: 12px;
}
#selection-tab .panelFooter {
	border-color:  #c9c6bf;
	background-color: #ffffff;
}

#selection-tab li {
	padding: 0;
	margin: 0;
}

#selection-tab li a,
#selection-tab li a:visited {
	color: #000000;
	font-weight: normal;
}
/* @end */

/* @end */

/* @group biog */

#biography .articleTitle h3 {
	font-size: 36px;
}


#biography .articleTitle h4 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 10px;
}

/* @end */

/* @group workshops */

#workshops .articleTitle {
	border-width: 0px;
}

#workshops .articleTitle h4 {
	font-size: 15px;
}
#workshops .articleContents {
	border-top: 1px solid #c9c6bf;
}

/* @end */


/* @group contact */

#contact .panelContent {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background-color: #ffffff;
}

#contact .articleContents {
	border-top: 1px solid #c9c6bf;
}

#contact .articleContents.first {
	border-width: 0;
}

#contact h3 {
	float: left;
	width: 180px;
	font-size: 18px;
	margin: 0;
}

#contact p {
	float: left;
	width: 350px;
	margin: 0;
	padding: 0;
}

/* @end */


/* @group shareThis */


#shareThis {
	z-index: 2;
	display: block;
	position: relative;
	top: -28px;
	left: -20px;
	width: 24px;
	background-color: #ffffff;
	padding: 6px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: -28px;
}

#shareThis a {
	text-decoration: none;
	margin: 0;
	display: block;
	height: 16px;
	padding-bottom: 0;
	padding-right: 0;
}

/* @end */

/* @group gallery */

#gallery .panelContent {
	background-color: #ffffff;
	padding: 12px 12px 12px 0;
}

#gallery ul, #gallery li {
	list-style: none;
}

#gallery li {
	float: left;
}

#gallery li a {
	display: block;
	margin: 0 0 12px 12px;
}

#gallery li a img {
	width:  102px;
	height: 136px;
	border: 1px solid #c9c6bf;
}

/* @end */

/* @group footer */


.footer {
	background-image: url(../gfx/footer.png);
	background-repeat: no-repeat;
	margin: 10px 10px;
	padding-top: 40px;
	height: 100px;
}


.footer div {
	display: block;
	width: 192px;
	float: left;
	color: #5e584e;
	font-size: 11px;
	line-height: 13px;
	background-color: transparent;
}

div.footerCol4 {
	margin: 12px 0 0 60px;
	width: 300px;
}

div.footerCol4 img {
	margin-left: 15px;
}

.footer div.clear {
	float: none;
}

.footer div p {
	margin: 12px 12px 0 12px;
	display: block;
}

.footer div {
	border-width: 0;
}

.footer a, .footer a:visited {
	color: #38352f;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover, .footer a:visited:hover {
	text-decoration: underline;
}

/* @end */


.stripe, #headlines .stripe, #outnow .stripe {
	background-color: #edead5;
}

/* @group carousel */

.carouselSlide {
	width: 620px;
	height: 300px;
}

.carouselInner {
	height: 300px;
	width: 215px;
	background-image: url(../gfx/alpha-black.png);
	color: #ffffff;
}

.carouselInner .title {
	float: left;
	margin: 18px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.15em;
	text-shadow: rgba(0,0,0,0.1) 0px 0px 1px;

}

.carouselInner .button {
	clear:  both;
	margin-left: 18px;
}

/* @end */

/* @group Basket */

#basket .panelContent,
#postage .panelContent {
	background-color: #ffffff;
	padding: 18px;
	border-top: 1px solid #c9c6bf;
}

#basket .panelContent.first,
#postage .panelContent.first {
	border-width: 0;
}

/* @end */



/* @group slideshow */

#slideshow-content a {
 -webkit-transition-property: none;
}

#slideshow .panelFooter {
	border-width: 0;
}

#slideshow .panelContent {
	background-color: #5e584e;
	padding: 12px 12px 3px 12px;
}

/* @end */

/* @group misc/fixes */

.stripe, #headlines .stripe, #outnow .stripe {
	background-color: #edead5;
}

#jquery-lightbox a {
 -webkit-transition-property: none;
}

.ie6 .panelHeader h2.replaced,
.ie7 .panelHeader h2.replaced {
	height: 15px;
}

/* @end */

