/*
Site Designed and Developed by Brad Sawicki (www.bradsawicki.com)

red: #c54928
black: #111
creme: #f0ede5
*/

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('font/league_gothic-webfont.eot');
	src: local('?'), url('font/league_gothic-webfont.woff') format('woff'), url('font/league_gothic-webfont.ttf') format('truetype'), url('font/league_gothic-webfont.svg#webfontST0W4XV6') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'DroidSerifRegular';
    src: url('font/DroidSerif-Regular-webfont.eot');
    src: url('font/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/DroidSerif-Regular-webfont.woff') format('woff'),
         url('font/DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('font/DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

::-moz-selection { background: #c54928; color: #f0ede5; }
::selection { background: #c54928; color: #f0ede5; }
#footer ::-moz-selection { background: #f0ede5; color: #c54928; }
#footer ::selection { background: #111; color: #f0ede5; }

body { background: #c54928; }

.clear { clear: both; }



/** Typography 
==========================================**/

h1,h2,h3,h4 {
	font-family:'LeagueGothicRegular', arial;
	font-weight: 500;
	text-transform: uppercase;
}

h1 {
	font-size: 48px;
	line-height: 48px;
}

h2 {
	font-size: 24px;
	line-height: 24px;
}

h3 { font-size: 18px; }
h4 { font-size: 16px; }

a {
	text-decoration: none;
}

.pane-node-body a {
	color: #c54928;
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
}

.pane-node-body a:hover {
	color: #111;
}

label {
	font-weight: normal;
}

.front h1 {
	font-size: 36px;
	line-height: 36px;
}

#content-area h1,
.one-col-layout #content h1 {
	margin-bottom: 20px;
}

#content-top h1 {
	font-size: 48px;
	line-height: 48px;
}

#right h3 {
	color: #c54928;
	font-size: 24px;
	line-height: 24px;
}

.pane-node-body p,
.pane-node-body ul,
.pane-node-body ol,
#content-area p,
#content-area ul,
#content-area ol,
#left p,
#left ul,
#left ol,
#right p,
#right ul,
#right ol {
	margin-bottom: 14px;
	font-family: "DroidSerifRegular", Georgia, serif;
	font-size: 16px;
	line-height: 1.5em;
}

#right p,
#right ul,
#right ol {
	font-size: 14px;
}


/** LAYOUT
==========================================**/

.inner {
	width: 978px;
	margin: 0 auto;
}

#header {
	min-height: 106px;
	padding-top: 14px;
	background: url(images/bg_header.png) repeat-x bottom #111;
}

#content-top {
	padding-bottom: 40px;
}

.top-left-layout #content-top {
	padding-bottom: 20px;
}

#main {
	padding: 30px 0 40px;
	background: url(images/bg_main.png) #f0ede5;
}

#content-area {
	float: left;
	width: 672px;
}

.top-left-layout #content-area {
	float: right;
}

#left {
	float: left;
	width: 252px;
}

#right {
	float: right;
	width: 252px;
}


/** HEADER
==========================================**/

#header a {
	color: #f0ede5;
}

#logo {
	float: left;
}

#logo h1 a {
	display: block;
	width: 272px;
	height: 76px;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999em;
}

#social-links {
	float: right;
}

#social-links li {
	float: left;
	padding-left: 10px;
}

#social-links a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999em;
	opacity: 1;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
}

#social-links a:hover {
	background-position: 0 -24px;
	opacity: 0.9;
}

#social-links .facebook a {
	background: url(images/icon_facebook.png) no-repeat;
}

#social-links .twitter a {
	width: 25px;
	background: url(images/icon_twitter.png) no-repeat;
}

#header #newsletter {
	float: right;
	width: 260px;
}

#newsletter form div.mc-field-group {
	float: left;
	position: relative;
	width: 180px;
	height: 24px;
	background: #fff;
}

#right #newsletter form div.mc-field-group {
	width: 136px;
}

#newsletter label {
	position: absolute;
	top: 3px;
	left: 10px;
	font-size: 12px;
	color: #808080;
	font-style: italic;
	z-index: 1;
}

#newsletter input[type="text"] {
	position: relative;
	padding: 5px;
	width: 170px;
	font-size: 12px;
	z-index: 99;
}

#right #newsletter input[type="text"] {
	width: 130px;
}

#newsletter input[type="submit"] {
	float: left;
	height: 24px;
	padding: 0 6px;
	background: #c54928;
	color: #f0ede5;
	font: 18px/18px 'LeagueGothicRegular', arial;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

#newsletter input[type="submit"]:hover {
	background: #d25433;
	color: #fff;
}

.mce_inline_error {
	color: #c54928;
	font-size: 12px;
}


/** NAV ==================**/

#nav {
	float: right;
	clear: right;
	padding-top: 34px;
}

#nav li {
	float: left;
	position: relative;
	margin-left: 60px;
}

#nav li.first {
	margin: 0;
}

#nav li a {
	font: 24px/24px 'LeagueGothicRegular', arial;
	text-transform: uppercase;	
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
}

#nav li a:hover,
#nav li a.active {
	border-bottom: 6px solid #c54928;
	color: #fff;
}

#nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 26px;
	z-index: 999;
}

#nav li:hover ul {
	display: block;
}

#nav li li {
	float: none;
	margin-left: 0;
}

#nav li li a {
	display: block;
	width: 100px;
	padding: 10px 20px;
	background: #c54928;
	border: none;
	color: #fff;
	font: 14px/14px "DroidSerifRegular", Georgia, sarif;
	text-transform: none;
	-moz-transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
}

#nav li li a:hover {
	background: #d25331;
	border: none;
}



/** SIDEBAR RIGHT
==========================================**/

#right .panel-pane {
	overflow: hidden;
	padding: 20px;
	background: rgba(0,0,0,0.1);
}

#right h3 {
	margin-bottom: 10px;
}



/** FRONT PAGE
==========================================**/

#main-slide {
	margin-bottom: 30px;
}

#main-slide li {
	width: 978px;
	height: 352px;
	text-indent: -9999em;
}

#main-slide li.slide-1 { background: url(images/slide_01.jpg) no-repeat; text-indent: 0; }
#main-slide li.slide-2 { background: url(images/slide_02.jpg) no-repeat; }
#main-slide li.slide-3 { background: url(images/slide_03.jpg) no-repeat; }

#main-slide li h2 {
	margin: 40px 0 14px 40px;
	font-size: 42px;
	text-transform: none;
}

#main-slide li h3 {
	width: 250px;
	margin-left: 40px;
	font-family: "DroidSerifRegular", Georgia, sarif;
	font-size: 16px;
	text-transform: none;
}

a.bx-prev,
a.bx-next {
	position: absolute;
	top:150px;
	display: block;
	width: 54px;
	height: 54px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	color: #f0ede5;
	font-size: 14px;
	line-height: 54px;
	font-style: italic;
	text-align: center;
	z-index: 100;
	text-indent: -9999em;
	opacity: 1;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
}

a.bx-prev:hover,
a.bx-next:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
}

a.bx-prev {
	left: -27px;
	background: url(images/arrow_prev.png) no-repeat 18px 12px rgba(98,91,76,0.5);
}

a.bx-next {
	right: -27px;
	background: url(images/arrow_next.png) no-repeat 22px 12px rgba(98,91,76,0.5);
}

.bx-pager {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 99;
}

.bx-pager a {
	float: left;
	display: block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	background: #f0ede5;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-indent: -9999em;
}

.bx-pager a.pager-active {
	background: #c54928;
}


/** Front Guitar Blocks =============**/

#guitar-blocks {
	margin-bottom: 40px;
}

#guitar-blocks li {
	float: left;
	position: relative;
	width: 306px;
	height: 240px;
	margin-right: 30px;
	font: 42px/42px 'LeagueGothicRegular', arial;
}

#guitar-blocks li.lp {
	background: url(images/thumb_lp.jpg) no-repeat;
}

#guitar-blocks li.sg {
	background: url(images/thumb_sg.jpg) no-repeat;
}

#guitar-blocks li.es {
	margin-right: 0;
	background: url(images/thumb_es.jpg) no-repeat;
}

#guitar-blocks li a {
	display: block;
	width: 306px;
	height: 240px;
	background: url(images/thumb_hover.png);
	color: #fff;
	font: 36px/240px 'LeagueGothicRegular', arial;
	text-align: center;
}

#guitar-blocks li div {
	position: absolute;
	top: 160px;
	left: -10px;
	padding: 5px 20px 5px 40px;;
	background: #c54928;
	color: #f0ede5;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
	text-transform: uppercase;
	z-index: 99;
}


/** New Arrivals / Guitar Lists ==============**/

#new-arrivals h2 {
	margin-bottom: 20px;
	font-size: 34px;
	line-height: 34px;
}

#new-arrivals .views-row,
.one-col-layout .view-guitars .views-row {
	float: left;
	width: 202px;
	height: 230px;
	padding: 10px;
	margin: 0 30px 20px 0;
	background: #fff;
}

#new-arrivals .views-row.no-margin,
.one-col-layout .view-guitars .views-row.no-margin {
	margin: 0 0 20px 0;
}

#new-arrivals .views-row img,
.one-col-layout .view-guitars .views-row img {
	opacity: 1;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
}

#new-arrivals .views-row:hover img,
.one-col-layout .view-guitars .views-row:hover img {
	opacity: 0.9;
	-moz-opacity: 0.9;
}

.views-row a {
	color: #c54928;
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
}

.views-row:hover a {
	color: #000;
}




/** GUITARS
==========================================**/

.one-col-layout .pane-node-body {
	margin-bottom: 20px;
}

#like-tweet {
	margin-bottom: 10px;
}

#like-tweet li {
	float: left;
}

.views-field-field-price-value span span {
	font-weight: bold;
}

.top-left-layout .view-guitars .views-row {
	margin-bottom: 20px;
}

.top-left-layout .view-guitars .views-row img {
	display: block;
}



/** FOOTER
==========================================**/

#footer {
	overflow: hidden;
	padding: 36px 0 40px;
	color: #f0ede5;
	background: url(images/bg_footer.png) repeat-x top;
}

#footer a {
	color: #f0ede5;
	-moz-transition: color 0.1s ease-in-out;
	-webkit-transition: color 0.1s ease-in-out;
	-ms-transition: color 0.1s ease-in-out;
}

#footer a:hover {
	color: #111;
}

#tweets {
	float: left;
}

#tweets h3 {
	margin-bottom: 20px;
	font: 24px/24px 'LeagueGothicRegular', arial;
}

#tweets h3 a {
	font: 14px/14px Arial, sans-serif;
	text-transform: none;
}

#tweets .tweet li {
	float: left;
	width: 276px;
	padding-right: 54px;
}

#tweets .tweet .tweet_time {
	display: block;
	font-size: 12px;
}

#tweets .tweet .tweet_text {
	font-family: "DroidSerifRegular", Georgia, serif;
}

#fender-block {
	float: right;
	position: relative;
	width: 162px;
	margin-bottom: 30px;
	padding: 20px 10px 10px 80px;
	background: #cb5c3e;
	font-size: 12px;
	line-height: 18px;
}

#fender-block h3 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
}

#fender-block p {
	margin-bottom: 10px;
}

#fender-block img {
	position: absolute;
	top: -10px;
	left: 10px;
}

#footer #fender-block a {
	color: #111;
	font-weight: bold;
}

#footer #fender-block a:hover {
	color: #f0ede5;
}

#copyright {
	float: left;
	clear: left;
}

#site-by {
	float: right;
	clear: right;
}

#copyright, #site-by {
	font-size: 12px;
	line-height: 1;
}



/** FORMS
==========================================**/

input[type="submit"] {
	cursor: pointer;
}

.webform-component {
	margin-bottom: 20px;
}

.form-text,
.form-textarea {
	width: 400px;
	padding: 10px 5px;
	background: #fff;
}

.form-submit {
	padding: 8px 14px;
	background: #c54928;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #f0ede5;
	font: 20px/20px 'LeagueGothicRegular', arial;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.form-submit:hover {
	background: #d25433;
	color: #fff;
}





/** TABS
==========================================**/

.primary-tabs {
	margin-bottom: 20px;
}

.primary-tabs li {
	margin-right: 10px;
}

.primary-tabs a {
	display: block;
	padding: 3px 10px;
	background: #111;
	border-radius: 5px;
	color: #f0ede5;
	-moz-transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
}

.primary-tabs a:hover {
	background: #2a2a2a;
}
