@charset "utf-8";
/* CSS Document */
body {
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/bg.jpg) repeat 0 0;
	margin:0;
	padding:0;
	color:#3f2d13;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
ul {
margin:0;
-moz-padding-start:0px;
}

/* ---=== border code follows ===--- */
#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	padding: 0;
	text-align: left;				/* <-- use this to tie width to viewport size */
	width: 901px;				/* <-- use this for a set width */
	background-color: #fff;
	height:100%;
	}

/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/tlc.jpg);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/trc.jpg);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/blc.jpg);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/brc.jpg);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/tb.jpg);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/bb.jpg);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/r.jpg);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/l.jpg);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			

/* ----- Corners Title Header Background ---- */

a {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	color:#cc3535;
	text-decoration:none;
	font-weight:normal;	
}
a :hover {	
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	color:#e54646;
	text-decoration:none;
	font-weight:normal;
}
p {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	color:#202020;
	text-decoration:none;
	font-weight:normal;		
}
p a:link, p a:active, p a:visited {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	color:#cc3535;
	text-decoration:none;
	font-weight:normal;	
}
p a :hover {	
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	color:#e54646;
	text-decoration:none;
	font-weight:normal;
}
h1 {
	font-family:Trebuchet Ms, Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:normal;
	color:#4b3402;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-shadow: 1px 1px #e4d4d4;
	padding-left:24px;
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/title_arrow.jpg) no-repeat 0 3px;
	margin-top:5px;
	text-transform:uppercase;
}
h2 {
	font-family:Trebuchet Ms, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:34px;
	color:#4b3402;
	text-decoration:none;
	font-weight:bold;
	margin:0;
	padding:0;
	text-shadow: 1px 1px #fff;
	padding-left:10px;
}
h3 {
	font-family:Trebuchet Ms, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:normal;
	color:#564326;
	text-decoration:none;
	font-weight:bold;	
	margin:0;
	padding:0;
	line-height:18px;
}
h4 {
	font-family:Trebuchet Ms, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:normal;
	color:#564326;
	text-decoration:none;
	font-weight:bold;	
	margin:0;
	padding:0;
	line-height:18px;
}
.red {
	color:#800c03;
}
.grey {
	color:#333333;
}
.yellow {
	color:#feba02;
}
.white {
	color:#d3d3d3;
}
img.products {
	padding:1px;
	border:1px solid #ad8d87;
	margin-right:10px;
}
.title_bg {
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/title_bg.jpg) no-repeat 0 0;
	width:573px;
	height:35px;
	padding-left:45px;
}
.promo_zone {
	width:573px;
	height:270px;
	border:1px solid #bdbdbd;
	margin-top:5px;
}

#header_wrapper {
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/header_bg.jpg) repeat-x 0 0;
	height:270px;
	width:100%;
	padding-top:15px;
	}
#header_picture {
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/header_picture.jpg) no-repeat 0 0;
	width:901px;
	height:272px;
	margin:auto;
	}
#header_picture #logo {
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/logo.jpg) no-repeat 0 0;
	width:222px;
	height:100px;
	margin-top:3px;
	margin-left:10px;
	cursor:pointer;
}
#header_picture #logo:hover {
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/logo.jpg) no-repeat 0 -100px;
	width:222px;
	height:100px;
	margin-top:3px;
	margin-left:10px;
	cursor:pointer;
}

#header_picture ul {
    margin-left:10px;
	height:35px;
	list-style: none;
	text-transform:capitalize;
	text-shadow:0 1px 0 #000;			
}
#header_picture li {	
	float: left;
	height:35px;
	display: inline;
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/nav_menu_separator.jpg) no-repeat right 2px;
    margin:0;
}
#header_picture li a {
	height:35px;
	float: left;
	display: block;
	text-align:center;
	padding-left:12px;
	padding-right:12px;
	color: #fff; 
	text-decoration: none;
    margin:0;
	font: normal 13px/35px  TRebuchet MS,Georgia, Arial, Tahoma, sans-serif;
}

#header_picture li a:hover {
	height:35px;
	color: #ffffff;
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/nav_menu_hover.jpg) no-repeat center 2px;
}

#header_picture li.selected a{
	height:35px;
	color: #ffffff;
}



#content {
	padding:10px 0 10px 10px ;
}

#footer {
	width:901px;
	margin:auto;
	background:none;
	margin-top:0px;
	text-shadow:1px 1px #fff;
}
#footer_left {
	width:491px;
	float:left;
	color:#552f28;
	font-size:11px;
	text-transform:uppercase;
	text-align:left;
	padding-top:5px;
	padding-bottom:20px;
	padding-left:10px;
}
#footer_right {
	width:390px;
	float:right;
	text-align:right;
	color:#552f28;
	font-size:11px;
	padding-top:5px;
	padding-bottom:20px;
	padding-right:10px;
}


/*----------------- Active Zone------------------- */
.active_zone {
	width:880px;
	clear:both;
	background:#fff;
}
.active_zone_left {
	width:620px;
	padding-left:5px;
	float:left;
}
.active_zone_right {
	width:246px;
	float:right;
	padding-top:10px;
}
.sidebar_top_corner {
	width:246px;
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/sidebar_top_corner.jpg) no-repeat 0 0;
	height:10px;
}
.sidebar_bg {
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/sidebar_bg.jpg) repeat-y 0 0;
	height:100%;
	width:236px;
	padding-left:5px;
	padding-right:5px;

}
.sidebar_bg p{
	font-size:11px;
	margin:0;
	color:#6c5753;
}
.sidebar_bottom_corner {
	width:246px;
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/sidebar_bottom_corner.jpg) no-repeat 0 0;
	height:10px;
}
.sidebar_inside_title {
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/sidebar_inside_title.jpg) no-repeat 0 0;
	width:214px;
	height:31px;
	line-height:28px;
	color:#fff;
	text-transform:uppercase;
	padding-left:35px;
	font-size:13px;
	font-weight:bold;
	text-shadow:1px 1px #000;
	margin-left:10px;
}
.sidebar_inside_title_feed {
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/sidebar_inside_title_feed.jpg) no-repeat 0 0;
	width:214px;
	height:31px;
	line-height:28px;
	color:#fff;
	text-transform:uppercase;
	padding-left:35px;
	font-size:13px;
	font-weight:bold;
	text-shadow:1px 1px #000;
	margin-left:10px;
}
.sidebar_inside_bg {
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/sidebar_inside_bg.jpg) repeat-y 0 0;
	width:204px;
	padding-left:5px;
	padding-right:5px;
	margin-left:10px;
	padding-top:5px;
}

.sidebar_inside_bottom {
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/sidebar_inside_bottom.jpg) no-repeat 0 0;
	width:214px;
	height:9px;
	margin-left:10px;
	padding-bottom:10px;
}
.sidebar_inside_bg input {
	border:1px solid #a39784;
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/subscribe_input_bg.jpg) repeat-x 0 0;
	padding:5px;
	color:#666666;
	font-size:12px;
	width:192px;
}

.widgettitle {
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/categories_title.jpg) no-repeat 0 0;
	width:214px;
	height:30px;
	line-height:28px;
	color:#fff;
	text-transform:uppercase;
	padding-left:35px;
	font-size:13px;
	font-weight:bold;
	text-shadow:1px 1px #000;
	margin-left:10px;
	margin-top:10px;
}
li.cat-item  {
	line-height:16px;
	list-style:none;
	color:#60594e;
	font-size:11px;
	margin-left:20px;
}
li.cat-item a{
	line-height:16px;
	list-style:none;
	color:#60594e;
	text-shadow:1px 1px #fff;
	font-size:11px;
	padding-left:12px;
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/cat-item-arrow.jpg) no-repeat 0 1px;
}
li.cat-item a:hover{
	line-height:16px;
	list-style:none;
	color:#a92f09;
	text-shadow:1px 1px #fff;
	font-size:11px;
}
li.links_arrow {
	line-height:16px;
	list-style:none;
	color:#60594e;
	font-size:11px;
	margin-left:20px;
}
li.links_arrow a{
	line-height:16px;
	list-style:none;
	color:#60594e;
	text-shadow:1px 1px #fff;
	font-size:11px;
	padding-left:12px;
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/sidebar_inside_arrow2.jpg) no-repeat 0 1px;
}
li.links_arrow a:hover{
	line-height:16px;
	list-style:none;
	color:#a92f09;
	text-shadow:1px 1px #fff;
	font-size:11px;
}
li.links_arrow2 {
	color:#ac0808;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding-left:12px;
	list-style:none;
	margin-left:5px;
	line-height:16px;
}
li.links_arrow2 a{
	line-height:16px;
	list-style:none;
	color:#ac0808;
	text-shadow:1px 1px #fff;
	font-size:12px;
	padding-left:12px;
	background:url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/sidebar_inside_arrow.jpg) no-repeat 0 1px;
}
li.links_arrow2 a:hover{
	line-height:16px;
	list-style:none;
	color:#a92f09;
	text-shadow:1px 1px #fff;
	font-size:12px;
}
/*------------- Buttons------------*/
.btn_order {
	background: url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/btn_order_now.jpg) no-repeat 0 0;
	width:136px;
	height:39px;
	float:left;
	padding-right:10px;
}
.btn_order a:link,.btn_order a:active,.btn_order a:visited {
	background: url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/btn_order_now.jpg) no-repeat 0 0;
	width:136px;
	height:39px;
	float:left;
}
.btn_order:hover {
	background: url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/btn_order_now.jpg) no-repeat 0 -39px;
	width:136px;
	height:39px;
	float:left;
}

.btn_learn {
	background: url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/btn_learn_more.jpg) no-repeat 0 0;
	width:136px;
	height:39px;
	float:left;
	padding-right:10px;
}
.btn_learn a:link,.btn_learn a:active,.btn_learn a:visited {
	background: url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/btn_learn_more.jpg) no-repeat 0 0;
	width:136px;
	height:39px;
	float:left;
}
.btn_learn:hover {
	background: url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/btn_learn_more.jpg) no-repeat 0 -39px;
	width:136px;
	height:39px;
	float:left;
}

input.btn_subscribe {
	background: url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/subscribe_btn.jpg) no-repeat 0 0px;
	width:117px;
	height:29px;
	border:0;
	cursor:pointer;
	margin-left:45px;
	margin-top:10px;
	margin-bottom:5px;
}
input.btn_subscribe a {
	background: url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/subscribe_btn.jpg) no-repeat 0 0px;
	width:117px;
	height:29px;
	border:0;
	cursor:pointer;
}
input.btn_subscribe:hover {
	background: url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/subscribe_btn.jpg) no-repeat 0 -29px;
	width:117px;
	height:29px;
	border:0;
	cursor:pointer;
}

input.btn_search {
	background: url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/search_btn.jpg) no-repeat 0 0px;
	width:117px;
	height:29px;
	border:0;
	cursor:pointer;
	margin-left:45px;
	margin-top:10px;
	margin-bottom:5px;
}
input.btn_search a {
	background: url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/search_btn.jpg) no-repeat 0 0px;
	width:117px;
	height:29px;
	border:0;
	cursor:pointer;
}
input.btn_search:hover {
	background: url(http://www.guitarplayerscenter.com/wordpress/wp-content/themes/GuitarPlayersCenter-Theme/images/search_btn.jpg) no-repeat 0 -29px;
	width:117px;
	height:29px;
	border:0;
	cursor:pointer;
}

