body {
	background-color: #fff;
	color: #111;
	text-align: center;
	font-family: Helvetica;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	color: #333;
}

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

ol li a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#page-c {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 48px;
	padding-top: 14px;
	position: relative;
}

#global-nav {
	position: absolute;
	width: 500px;
	right: 0;
	top: 11px;
	color: #666;
	text-align: right;
}
#global-nav h1 {
	display: inline;
	font-size: 21px;
	letter-spacing: 0;
}
#global-nav a {
	padding: 2px 8px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	color: #444;
}


#body-c {
	width: 620px;
	float: left;
}

#body-full-c {
	width: 100%;
}

#body-c h1, #body-full-c h1, .setup-list h3, .setups-full-list h3 {
	background-color: #333;
	text-transform: uppercase;
	color: #fff !important;
	padding: 4px 5px;
	margin-bottom: 10px;
	letter-spacing: 1px !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#body-c a {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

/* SIDEBAR */
#sidebar-c {
	width: 300px;
	float: right;
	border-left: 2px solid #ccc;
	padding-left: 10px;
}

.sidebar-section {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 14px;
}

.sidebar-section h3 {
	background-color: #333;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.sidebar-list-item {
	margin: 8px 0;
}
.sidebar-list-item ul {
	list-style: none;
	margin-left: 0;
}
.sidebar-list-item li {
	margin-bottom: 18px;
}
.sidebar-list-item li a {
	font-weight: bold;
}
.sidebar-list-item .date {
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
}
.sidebar-item-title {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.sidebar-item-details {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #bbb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.sidebar-social-icons {

}
table.sidebar-social-icons td {
	text-align: center;
	width: 57px;
}
table.sidebar-social-icons td:first-child {
	padding-left: 48px;
	width: 74px;
}
table.sidebar-social-icons td:last-child {
	padding-left: 20px;
}
table.sidebar-social-icons td a {
	display: block;
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
}
table.sidebar-social-icons td a.facebook {
	background-image: url('/images/global/facebook-icon.png');
	background-size: 52px 52px;
}
table.sidebar-social-icons td a.facebook:hover {
	background-image: url('/images/global/facebook-icon-hi.png');
}
table.sidebar-social-icons td a.twitter {
	background-image: url('/images/global/twitter-icon.png');
	background-size: 57px 52px;
}
table.sidebar-social-icons td a.twitter:hover {
	background-image: url('/images/global/twitter-icon-hi.png');
}
table.sidebar-social-icons td a.google-plus {
	background-image: url('/images/global/google-plus-icon.png');
	background-size: 52px 52px;
}
table.sidebar-social-icons td a.google-plus:hover {
	background-image: url('/images/global/google-plus-icon-hi.png');
}


/* SIDEBAR APPS LIST */
.sidebar-apps-list img {
	width: 65px;
	height: 65px;
	float: left;
}

.sidebar-apps-list .app-text {
	float: right;
	width: 230px;
}

.sidebar-apps-list .app-title {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 21px;
}
.sidebar-apps-list .app-desc {

}

/* SIDEBAR SETUP SOURCES LIST */
.sidebar-setup-sources-list img {
	width: 100px;
	height:100px;
	float: left;
}

.sidebar-setup-sources-list .source-text {
	float: right;
	width: 193px;
}

.sidebar-setup-sources-list .source-title {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 21px;
}
.sidebar-setup-sources-list .source-desc {

}

/* SIDEBAR FORUM TOPICS */
.sidebar-forum-topics a {text-decoration: none;}

/* SIDEBAR SETUPS */
.sidebar-setup {
	position: relative;
	height: 66px;
	background-repeat: no-repeat;
}
.sidebar-setup a.setup-link {
	display: block;
	width: 100%;
	height: 66px;
}
.sidebar-setup a .setup-title {
	position: absolute;
	left: 50px;
	top: -2px;
	width: 248px;
}
.sidebar-setup a .setup-details {
	position: absolute;
	left: 50px;
	top: 16px;
	width: 248px;
}
.sidebar-setup div.audio-preview {
	position: absolute;
	right: 0;
	top: 18px;
	opacity: 0.2;
}
.sidebar-setup a.audio-preview:hover {
	opacity: 1.0;
}
a.sidebar-drilldown {
	display: block;
	text-align: right;
	font-family: "futura-pt-1","futura-pt-2", Helvetica, Arial;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	color: #888;
}
.sidebar-desc {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 8px;
}

#footer {
	height: 80px;
	margin-top: 20px;
	background-color: #111;
	background-image: url('/images/global/logo-footer.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 58px 58px;
}
#footer h3 {
	display: inline;
}
#footer a {
	color: #ccc;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

#footer-links {
	padding: 30px 0 0 20px;
	float: left;
}

#footer-links h3 a {
	padding-right: 12px;
}
#footer-updates-links {
	padding: 30px 20px 0 0;
	float: right;
	text-align: right;
}
#footer-updates-links h3 a {
	padding-left: 12px;
}
#footer .copyright {
	font-size: 10px;
	color: #444;
}

/* HOME */
#home-feature-c {
	position: relative;
	width: 940px;
	height: 398px;
	margin-bottom: 20px;
}

#home-feature-c #slider {
	width: 940px;
	height: 318px;
	background-color: #ddd;
}

#slider-nav {
	position: absolute;
	top: 318px;
	left: 0;
	width: 940px;
	height: 80px;
	background-color: #333;
	background-image: url('/images/home/home-feature-items-bg.png');
	text-align: center;
}
#slider-nav a {
	width: 98px;
	height: 80px;
	display: block;
	float: left;
	padding: 8px 0 0 0;
	margin-right: 10px;
	color: #888;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

#slider-nav a:first-child {
	margin-left: 152px;
}

#slider-nav a.active, #slider-nav a:hover {
	
	background-image: url('/images/home/home-feature-item-selected-bg.png');
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
}

#slider-nav a div {
	margin-top: -2px;
}



a#home-feature-all-apps {
	height: 16px;
	line-height: 16px;
	margin: 56px 14px 0 0;
	float: right;
	padding: 0 14px 0 0;
	font-size: 12px;
	color: #888;
	text-align: right;
	background-image: url('/images/global/disclosure-icon.png');
	background-repeat: no-repeat;
	background-position: right center;
}
a#home-feature-all-apps:hover {
	background-image: url('/images/global/disclosure-icon.png');
}


/* GENERAL SLIDESHOW */
.rotator a {
	position: absolute;
	z-index: 8;
}

.rotator a.active {
	z-index: 10;
}

.rotator a.last-active {
	z-index: 9;
}


/* DETAIL */
#detail-feature-c {
	width: 940px;
	height: 318px;
	position: relative;
}
#detail-subnav {
	width: 940px;
	height: 42px;
	background-color: red;
	margin-bottom: 20px;
	background-color: #222;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#1b1b1b));
	border-bottom: 2px solid #000;
	border-top: 2px solid #111;
}

#detail-subnav a h2 {
	float: left;
	height: 42px;
	width: 188px;
	font-weight: 500 !important;
	line-height: 42px;
	text-transform: uppercase;
	color: #888;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}

#detail-subnav a h2.subnav-1 {
	width: 100%;
}

#detail-subnav a h2.subnav-2 {
	width: 470px;
}

#detail-subnav a h2.subnav-3 {
	width: 313px;
}

#detail-subnav a h2.subnav-4 {
	width: 235px;
}

#detail-subnav a h2.subnav-5 {
	width: 188px;
}

#detail-subnav a h2.subnav-6 {
	width: 156px;
}

.detail-section {
	margin-bottom: 20px;
}

.detail-section h3 {
	text-transform: uppercase;
	color: #111;
	font-size: 22px;
	letter-spacing: -1px;
	margin-bottom: 4px;
}

.detail-section .date {
	color: #aaa;
	font-weight: bold;
	margin-bottom: 10px;
}

#detail-subnav a:hover h2, #detail-subnav a.subnav-selected h2 {
	background-color: #111;
	background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#222));
	color: #fff;
}

a.show-more {
	display: block;
	text-align: right;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: "futura-pt-1","futura-pt-2", Helvetica, Arial;
	font-weight: 700;
	font-size: 13px;
	color: #888;
}

/* SCREENS */
table.iphone-screenshots {
	width: 100%;
}
table.iphone-screenshots td {
	text-align: center;
	padding-bottom: 20px;
}
div.mac-screenshot-caption {
	font-size: 13px;
	color: #666;
	text-align: center;
	margin-top: -40px;
	margin-bottom: 40px;
}

div.lotd-screenshot-caption {
	font-size: 13px;
	color: #666;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 40px;
}


/* ALL APPS */
.all-apps-item {
	float: left;
	width: 300px;
	margin-bottom: 20px;
	text-align: center;
}


.all-apps-item a {
	display: block;
	padding-top: 14px;
	background-color: #eee;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	height: 290px;
	text-decoration: none !important;
}

.all-apps-item a:hover {
	background-color: #ddd;
	text-decoration: none;
}

.all-apps-item:nth-child(2n+1) {
	float: left;
}

.all-apps-item:nth-child(2n+0) {
	float: right;
}

.all-apps-item a .app-name {
	margin-top: -4px;
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 0 14px;
}

.all-apps-item a p {
	margin: 0;
	text-align: left;
	padding: 6px 20px 10px 20px;
	line-height: 16px;
	font-weight: normal;
	font-size: 13px;
}

.all-apps-item a p.app-platforms {
	font-size: 13px;
	padding-bottom: 20px;
	color: #888;
}

.all-apps-sidebar-brag td {
	vertical-align: top;
	padding-bottom: 26px;
}

.all-apps-sidebar-brag td.brag-logo {
	text-align: center;
}

.all-apps-sidebar-brag td.brag-logo img {
	padding-right: 8px;
	text-align: center;
}

/* OVERRIDE FOR RELATED */
.related-app {
	float: left !important;
	margin: 10px 6px 10px 6px;
}


/* SUPPORT */
.support-step-prompt {
	font-family: "futura-pt-1","futura-pt-2", Helvetica, Arial;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 42px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.support-step-number {
	float: left;
	width: 40px;
	height: 40px;
	background-color: #111;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.support-app-item {
	width: 90px;
	height: 90px;
	float: left;
	margin: 5px 0;
	margin-right: 1px;
	text-align: center;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
}
.support-app-item:hover {
	background-color: #eee;
	text-decoration: none;
}
.support-app-item img {
	padding-top: 15px;
}
.support-app-item div {
	font-size: 11px;
	line-height: 12px;
	margin-top: -5px;
	color: #666;
}
.support-app-item-selected, .support-app-item-selected:hover {
	background-color: #ddd;
}

.support-app-item-selected div {
	color: #000;
}

.faq-q {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
}
.faq-a {
	margin-bottom: 20px;
}

div#support-form {
	margin-bottom: 60px;
}

div#support-form input#ap-ticket-full_name {
  display: none;
}

#support-form input[type='text'], #support-form input[type="email"], #support-form textarea, #support-form select {
	font: normal 20px "futura-pt-1", "futura-pt-2", Helvetica, Arial;
	border: solid 1px #CCC;
	background: none;
	outline: 0;
	padding: 8px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	width: 580px !important;
}

#support-form textarea {
	height: 120px;
	width: 560px !important;
}

#support-form input[type="email"] {
	width: 560px !important;
	margin-bottom: 20px;
}

#support-form .submit {
	margin: 30px 0;
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	padding: 10px 32px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	*line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbbbbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}


/* SETUPS */
#setups-header {
	margin-top: 20px;
}
#setups-header h1 {
	text-transform: uppercase;
}

.setups-full-list {
	margin-bottom: 30px;
}
.setup-list-item {
	height: 66px;
	position: relative;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: bottom left;
	border-bottom: 1px solid #ccc;
}

.setup-list-item-title {
	position: absolute;
	left: 53px;
	top: -2px;
	width: 280px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 17px;
}

.setup-list-item-social {
	position: absolute;
	bottom: 6px;
	left: 380px;
	font-size: 12px;
	line-height: 12px;
	color: #888;
}

.setup-list-item a {
	font-weight: bold;
}

.setup-list-item img {
	vertical-align: bottom;
}

.setup-list-item-details {
	position: absolute;
	left: 53px;
	top: 16px;
	width: 220px;
	color: #444;
	font-size: 12px;
	line-height: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.setup-list-item-tags {
	position: absolute;
	width: 206px;
	top: 6px;
	left: 380px;
	line-height: 12px !important;
}

.setup-list-item-tags a {
	font-size: 13px;
	color: #444;
	font-weight: normal;
}
.setup-list-item div.audio-preview {
	position: absolute;
	right: 0;
	top: 18px;
	opacity: 0.5;
}

.setup-list-item a.audio-preview {
	position: absolute;
	right: 6px;
	top: 18px;
	opacity: 0.2;
}
.setup-list-item a.audio-preview:hover {
	opacity: 1.0;
}

.sidebar-setup-categories a {
	display: block;
}
.sidebar-setup-categories a:hover {
	background-color: #ddd;
}

.sidebar-setup-categories table {
	width: 100%;
}

.sidebar-setup-categories table td {
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}

.sidebar-setup-categories table td:first-child {
	padding-left: 4px;
}

.sidebar-setup-categories table td:last-child {
	width: 80px;
	text-align: right;
	padding-right: 4px;
}

/* Press */
table.press-table {
	width: 100%;
}
table.press-table td {
	vertical-align: top;
	padding-bottom: 20px;
}
table.press-table td li {
	color: #888;
}
table.press-table td a {
	color: #888;
	text-decoration: underline;
}

/* LotD */
table.lotd-instructors {
	width: 100%;
}

table.lotd-instructors td {
	height: 200px;
	width: 225px;
	text-align: center;
	padding-bottom: 18px;
	color: #555;
	font-size: 13px;
	font-weight: bold;
}

/* PRESS */
#quote_press {
	font-size: 18px;
	line-height: +1.3;
	display: block;
	margin: 30px;
	padding: 20px;
	color: #444;
	background-color: #f8f8f8;
}
.press-releases a {
	font-weight: normal !important;
}
#quote_press .cite {
	width: 120px;
	font-size: 10px;
}
#quote_press #left {
	padding-top: 4px;
	float: left;
}
#quote_press #right {
	float: left;
	width: 380px;
	padding-left: 10px;
}

/* AMPKIT GEAR */
.gear-amp-image {
	text-align: center;
}
.gear-amp-description, .gear-pedal-description {
	font-size: 12px;
	text-align: justify;
}
.gear-amp-description {
	padding: 0 20px 36px 20px;
}
td.gear-pedal-image {
	text-align: center;
}
.gear-pedal-description {
	padding: 0 10px 36px 10px;
}
#bundledescription {
	padding-bottom: 18px;
}

/* AMPKIT MANUAL */

def {
	font-weight: bold;
	text-decoration: underline;
}


/* BLOG */
.blog-body-c, .blog-sidebar-c {
	margin-top: 30px;
}
.post {
	margin-bottom: 55px;
	padding-bottom: 55px;
	border-bottom: 2px solid #ddd;
}

h2.post-title {
	text-transform: uppercase;
}

h2.post-title a {
	text-decoration: none !important;
}

h2.post-title a:hover {
	text-decoration: underline !important;
}
.post-details {
	font-family: "futura-pt-1","futura-pt-2", Helvetica, Arial;
	font-weight: 700;
	color: #888;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.post-body h2 {
	margin-top: 1.5em;
}

div.post-body h3 {
	margin-top: 1em;
}

.posts-navigation {
	height: 40px;
	margin-bottom: 15px;
}

.posts-navigation a {
	font-family: "futura-pt-1","futura-pt-2", Helvetica, Arial;
	font-weight: 700;
	text-transform: uppercase;
}

.posts-navigation .older {
	float: right;
}

.posts-navigation .newer {
	float: left;
}



h1, h2, h3, h4 {
	font-family: "futura-pt-1","futura-pt-2", Helvetica, Arial;
	font-weight: 700;
}


h1 {
	font-size: 28px;
}
h2, h2 a {
	font-size: 22px;
	color: #444;
}
h3, h3 a {
	font-size: 18px;
	color: #444;
}
h4, h4 a {
	font-size: 16px;
	color: #444;
	text-transform: uppercase;
}

p {
	margin-bottom: 20px;
}

ul {
	margin-left: 20px;
}

ol {
	margin-left: 20px;
}

.sup { 
	vertical-align: super;
}

.caption {
	text-align: center;
	font-size: 13px;
	color: #999;
	padding: 0 40px;
	line-height: 15px;
}

.caption a {
	color: #999;
}

.clear {clear: both;}