/*
Theme Name: Go GameXChange
Author: Sharp Hue
*/

/*Reset*/
html, body, div, span, input, textarea, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline:none;
}

.frm_screen_reader  { display: none; }

/*Basics*/
html, body, .wrapper { min-width:1000px; }
.container { width:1000px; }
html { background:#d9e3eb; }
body { background:#d9e3eb; font-family:Arial, Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6 { color:#444; font-size:15px; font-weight:normal; }
p, label, ul, ol, input, textarea { color:#4b4b4b; font-size:14px; line-height:18px; }
a { color:#1c5b93; }
a:hover { text-decoration:none; }
em { font-style:italic; }
strong { font-weight:bold; }
img { max-width:100%; height:auto !important; }

h1,h2,h3,h4,h5,h6,
#faqs .faq h2,
#calendar .date { font-family: "myriad-pro",sans-serif; }

/*Misc*/

/*Wrappers*/
.wrapper { position:relative; width:100%; }
.wrapper.header { background:#d9e3eb url(images/structure/frame.png) repeat-y center top; z-index:9; }
.wrapper.nav { background:#d9e3eb url(images/structure/frame.png) repeat-y center top; z-index:10; }
.wrapper.promo { background:#d9e3eb url(images/structure/frame.png) repeat-y center top; z-index:8; }
.wrapper.content { background:#d9e3eb url(images/structure/frame.png) repeat-y center top; z-index:7; }
.wrapper.end { height:26px; background:#d9e3eb url(images/structure/base.png) no-repeat center top; z-index:6; }
.wrapper.base { height:70px; background:#d9e3eb url(images/structure/base.png) no-repeat center top; z-index:6; }
.wrapper.footer { background:#1b5689; z-index:5; }

/*Containers*/
.container { position: relative; margin:0 auto; }

/*Columns*/
.column { float:left; min-height:100px; }
.column.left { width:330px; padding:20px 20px 20px 0; }
.column.center { width:410px; padding:20px 20px 20px 0; }
.column.right { width:220px; padding:20px 0; }
.column.wide { width:930px; padding:25px 35px; }
.column.full { width:100%; padding:25px 0; }
.column.side { width:220px; padding:25px 0; }
.column.main { width:690px; padding:25px 0 25px 50px; }
.column.widgets { width:260px; padding:25px 0; }
.column.blog { width:640px; padding:25px 30px; }
.column.info { width:310px; padding:25px 30px; }
.column.contact { width:630px; padding:25px 0; }
.column.store { width:615px; padding:30px; }
.column.store-info { width:295px; padding:30px 30px 30px 0; }

/*Holders*/
.holder { display:table; width:100%; }
.holder .block { float:left; }
.holder .cell { display:table-cell; }

/*Filters*/
.filter { cursor: pointer; }
.fill { display:none; }
.fill.selected { display:block; }
.filter2 { cursor: pointer; }
.fill2 { display:none; }
.fill2.selected { display:block; }
.store-filter { cursor: pointer; }
.store-fill { display:none; }
.store-fill.selected { display:block; }

/*Header*/
#header { position:relative; height:148px; }
#header .logo { position:absolute; left:50%; top:21px; margin:0 0 0 -175px; }
#header .info { position:absolute; left:40px; top:80px; }
.js #header .info { display:none; }
#header .info p { font-size:16px; color:#494949; line-height:25px; text-align:right; }
#header .info p a { font-size: 13px; }
#header .social { position:absolute; right:43px; top:39px; }
.js #header .social { display:none; }
#header .social p { text-align: right; padding:0; }
#header .social .facebook { display:inline-block; width:25px; height:25px; background:url(images/structure/social.png) no-repeat 0px 0px; }
#header .social .twitter { display:inline-block; width:25px; height:25px; margin-left:3px; background:url(images/structure/social.png) no-repeat -28px 0px; }
#header .social .ebay { display:inline-block; width:25px; height:25px; margin-left:3px; background:url(images/structure/social.png) no-repeat -56px 0px; }
#header .like { position:absolute; right:10px; top:105px; }
#header .store { position:absolute; left:40px; top:40px; }
#header .store select { display:none; }
.no-js #header .store select { display:block; }
#header .store .customSelect { width:170px; height:25px; background: url(images/structure/select.png) no-repeat; }
#header .store .customSelectInner { padding:1px 35px 1px 8px; font-size: 14px; color:#696969; line-height: 22px; }

#header .find-a-store { position: absolute; right:20px; top:60px; width:274px; }
#header .find-a-store .txt { position: absolute; left:0px; top:0px; width:135px; height:20px; padding:5px 10px; border:none; font-style: italic; background:#f1f1f1; color:#8d8d8d; font-size: 13px; line-height: 20px;
	-webkit-border-radius: 2px 0 0 2px; 
       -moz-border-radius: 2px 0 0 2px; 
	     -o-border-radius: 2px 0 0 2px; 
	        border-radius: 2px 0 0 2px;
}
#header .find-a-store .txt:focus { color:#555; font-style: normal; }
#header .find-a-store .submit { position: absolute; right:0px; top:0px; width:119px; height:30px; text-align: center; font-weight: bold; font-size: 14px; color:#ffffff; line-height: 30px; cursor: pointer; border:none; text-transform: uppercase; text-shadow: 0 1px 1px #87371c;
	-webkit-border-radius: 0 2px 2px 0; 
       -moz-border-radius: 0 2px 2px 0; 
	     -o-border-radius: 0 2px 2px 0; 
	        border-radius: 0 2px 2px 0;
	background:#d65b31;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f2693a ), to( #b34a26 ));
	background-image: -webkit-linear-gradient( #f2693a , #b34a26 );
	background-image:    -moz-linear-gradient( #f2693a , #b34a26 );
	background-image:     -ms-linear-gradient( #f2693a , #b34a26 );
	background-image:      -o-linear-gradient( #f2693a , #b34a26 );
	background-image:         linear-gradient( #f2693a , #b34a26 );
}
#header .find-a-store .submit:hover {
	background:#e86a3f;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fe7a4d ), to( #c85731 ));
	background-image: -webkit-linear-gradient( #fe7a4d , #c85731 );
	background-image:    -moz-linear-gradient( #fe7a4d , #c85731 );
	background-image:     -ms-linear-gradient( #fe7a4d , #c85731 );
	background-image:      -o-linear-gradient( #fe7a4d , #c85731 );
	background-image:         linear-gradient( #fe7a4d , #c85731 );
}



/*Nav*/
#nav { position:relative; height:41px; background:url(images/structure/nav.png) repeat-x; }
#nav ul { width:960px; list-style:none; }
#nav ul li { float:left; }
#nav ul li a { display:block; padding:0 28px; line-height:41px; font-size:14px; color:#fff; font-weight: bold; text-transform:uppercase; text-decoration:none; }
#nav ul li:hover a, #nav ul li.current-menu-item a { background:url(images/structure/nav.png) repeat-x 0px -42px; }
#nav ul li.home a { width:59px; padding:0; text-indent: -9999px; background:url(images/structure/home.png) no-repeat; }
#nav ul li.home:hover a { background-position: 0px -42px; }
#nav .find-a-store { position: absolute; right:5px; top:5px; width:274px; }
#nav .find-a-store .txt { position: absolute; left:0px; top:0px; width:135px; height:20px; padding:5px 10px; border:none; font-style: italic; background:#f1f1f1; color:#8d8d8d; font-size: 13px; line-height: 20px;
	-webkit-border-radius: 2px 0 0 2px; 
       -moz-border-radius: 2px 0 0 2px; 
	     -o-border-radius: 2px 0 0 2px; 
	        border-radius: 2px 0 0 2px;
}
#nav .find-a-store .txt:focus { color:#555; font-style: normal; }
#nav .find-a-store .submit { position: absolute; right:0px; top:0px; width:119px; height:30px; text-align: center; font-weight: bold; font-size: 14px; color:#ffffff; line-height: 30px; cursor: pointer; border:none; text-transform: uppercase; text-shadow: 0 1px 1px #87371c;
	-webkit-border-radius: 0 2px 2px 0; 
       -moz-border-radius: 0 2px 2px 0; 
	     -o-border-radius: 0 2px 2px 0; 
	        border-radius: 0 2px 2px 0;
	background:#d65b31;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f2693a ), to( #b34a26 ));
	background-image: -webkit-linear-gradient( #f2693a , #b34a26 );
	background-image:    -moz-linear-gradient( #f2693a , #b34a26 );
	background-image:     -ms-linear-gradient( #f2693a , #b34a26 );
	background-image:      -o-linear-gradient( #f2693a , #b34a26 );
	background-image:         linear-gradient( #f2693a , #b34a26 );
}
#nav .find-a-store .submit:hover {
	background:#e86a3f;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fe7a4d ), to( #c85731 ));
	background-image: -webkit-linear-gradient( #fe7a4d , #c85731 );
	background-image:    -moz-linear-gradient( #fe7a4d , #c85731 );
	background-image:     -ms-linear-gradient( #fe7a4d , #c85731 );
	background-image:      -o-linear-gradient( #fe7a4d , #c85731 );
	background-image:         linear-gradient( #fe7a4d , #c85731 );
}




/*Sub Nav*/
#nav ul li { position:relative; }
#nav ul ul { display:none; position:absolute; left:0px; top:40px; width:200px; height:auto; background:#444; }
#nav ul li:hover ul { display:block; }
#nav ul li:hover ul li { float:none; }
#nav ul li:hover ul li a { display:block; height:auto; padding:0 25px; line-height:25px; font-size:11px; color:#fff; text-transform:uppercase; text-decoration:none; }
#nav ul li:hover ul li:hover a { background:#555; }

/*Side Nav*/
#sidenav { }
#sidenav ul { list-style:none; }
#sidenav ul li { border-top:1px solid #ccc; }
#sidenav ul li:first-child { border:none; }
#sidenav ul li a { display:block; padding:15px 0; line-height:18px; color:#747474; font-size:13px; text-decoration:none; text-transform:uppercase; }
#sidenav ul li:hover a { color:#444; }
#sidenav ul li.current-menu-item a { color:#444; }

/*Promo*/
#promo { position:relative; height:300px; padding:0 0 6px 0; border-bottom:1px solid #bec7cf; background:#d2dee8; }
#promo img { position: absolute; left:0px; top:0px; }
#promo h3 { position: absolute; right:0px; top:23px; width:306px; font-size: 52px; color:#0392d5; line-height: 51px; font-weight: bold; }
#promo .learn-more-btn { position:absolute; right:146px; top:194px; }
#promo .learn-more-btn a { display:inline-block; width:160px; height:50px; background: url(images/structure/learn-more-btn.png) no-repeat; }
#promo .learn-more-btn a:hover { background-position: 0px bottom; }
#promo .cycles { position: relative; width:1000px; height:300px; }
#promo .cycles .cycle { display:none; width:1000px; height:300px; }
#promo .cycles .cycle:first-child { display:block; }
#promo .pager { position:absolute; bottom:24px; right:30px; z-index:9; }
#promo .pager a { float:left; display:block; width:12px; height:12px; margin-left:28px; background:url(images/structure/pager.png) no-repeat; }
#promo .pager a.activeSlide { background-position:0px -12px; }

/*Releases*/
#releases { position: relative; padding:12px 0 18px 0; }
#releases .nav { margin:0 0 20px 0; padding:0 66px; border-bottom:3px solid #bb4e28; }
#releases .nav a { float:left; display:inline-block; height:26px; padding:0 12px; margin:0 10px 0 0; line-height: 26px; font-size: 14px; color:#1c5688; font-weight: bold; text-decoration: none; text-transform: uppercase; }
#releases .nav .selected { color:#fff;
	-webkit-border-radius: 2px 2px 0 0; 
       -moz-border-radius: 2px 2px 0 0; 
	     -o-border-radius: 2px 2px 0 0; 
	        border-radius: 2px 2px 0 0
}
#releases .nav .selected { text-shadow: 0 1px 1px #87371c; 
	background:#d65b31;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f2693a ), to( #b34a26 ));
	background-image: -webkit-linear-gradient( #f2693a , #b34a26 );
	background-image:    -moz-linear-gradient( #f2693a , #b34a26 );
	background-image:     -ms-linear-gradient( #f2693a , #b34a26 );
	background-image:      -o-linear-gradient( #f2693a , #b34a26 );
	background-image:         linear-gradient( #f2693a , #b34a26 );
}
#releases .nav .selected:hover {
	background:#e86a3f;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fe7a4d ), to( #c85731 ));
	background-image: -webkit-linear-gradient( #fe7a4d , #c85731 );
	background-image:    -moz-linear-gradient( #fe7a4d , #c85731 );
	background-image:     -ms-linear-gradient( #fe7a4d , #c85731 );
	background-image:      -o-linear-gradient( #fe7a4d , #c85731 );
	background-image:         linear-gradient( #fe7a4d , #c85731 );
}
#releases .cycles { position: relative; width:902px; height:140px; margin:0 49px; }
#releases .cycles .cycle { display:none; width:902px; height:140px; }
#releases .cycles .cycle:first-child { display:block; }
#releases .cycles .release { float:left; display:block; width:100px;  height:140px; margin:0 0 0 28px; background:#174974; }
#releases .cycles .release:first-child { margin:0 0 0 17px; }
#releases .cycles .release span { display:block; line-height: 23px; font-size: 13px; text-decoration: none; color:#fff; font-weight: bold; text-align: center; }
#releases .cycles .release span:hover { /*background:#246ba9;*/ }
#releases .cycles .release span img { display:block; border:1px solid #494949; border-bottom:none; }
#releases .prev { position: absolute; left:17px; top:62px; display:block; width:32px; height:140px; cursor: pointer; background: url(images/structure/nextprev.png) no-repeat 0px 0px; }
#releases .prev:hover { background-position: 0px -280px; }
#releases .next { position: absolute; right:17px; top:62px; display:block; width:32px; height:140px; cursor: pointer; background: url(images/structure/nextprev.png) no-repeat 0px -140px; }
#releases .next:hover { background-position: 0px -420px; }

#releases .cycles .offer { position:relative; float:left; display:block; width:268px;  height:138px; margin:0 0 0 28px; border:1px solid #174974; }
#releases .cycles .offer:first-child { margin:0 0 0 17px; }
#releases .cycles .offer a { position:absolute; left:0px; bottom:0px; display:block; width:100%; line-height: 23px; font-size: 13px; text-decoration: none; color:#fff; font-weight: bold; text-align: center; background:#174974; }
#releases .cycles .offer a:hover { background:#246ba9; }
#releases .cycles .offer h5 { padding:5px 10px; font-size:18px; line-height:24px; }
#releases .cycles .offer p { padding:0 10px 5px 10px; font-size:12px; line-height:16px; color:#555; }

/*Footer*/
#footer { position:relative; padding:30px 0 50px 0; }
#footer .block { width:40%; }
#footer .block:first-child { width:60%; }
#footer .block:first-child p { padding:0 50px 20px 0; font-size: 10px; color:#dddddd; line-height: 15px; background:url(images/structure/sep.png) repeat-y right top; }
#footer p { padding:0 0 20px 50px; color:#fff; font-size:11px; line-height: 18px; }
#footer p a { color:#fff; }
#footer .btn { margin:0 0 10px 0; }
#footer .btn.pdf span { display:inline-block; padding:0 20px 0 0; background:url(images/structure/pdf.png) no-repeat right center; }

/*Store*/
#store .basic .image { min-width:275px; padding:2px; border:1px solid #737373; }
#store .basic .image img { max-width:275px; max-height:275px; }
#store .basic h1 { padding:0 0 15px 30px; line-height: 30px; font-size: 26px; font-weight: bold; color:#1b588d; }
#store .basic p { padding:0 0 15px 30px; font-size: 16px; line-height: 26px; color:#2d2d2d; }
#store .basic .map { width:274px; height:158px; margin:0 0 15px 30px; padding:2px; border:1px solid #737373; overflow:hidden; }
#store .frame { margin:30px 0 0 0; padding:20px; background: #f6f6f6; border:1px solid #ebebeb; 
	-webkit-border-radius: 3px; 
       -moz-border-radius: 3px; 
	     -o-border-radius: 3px; 
	        border-radius: 3px;
}
#store .offers h2  { line-height: 25px; color:#1b588d; font-size: 18px; text-transform: uppercase; font-weight: bold; text-align: center; background: url(images/structure/blue-pix.png) repeat-x center center; }
#store .offers h2 span { display: inline-block; padding:0 5px; background:#f6f6f6; }
#store .offers h3 { padding:5px 0; line-height: 20px; color:#4b4b4b; font-size: 15px; font-weight: bold; }
#store .offers .holder .block { width:40%; padding:15px 5%; }
#store .offers h4 { line-height: 35px; font-size: 22px; font-weight: bold; color:#1b588d; }
#store .offers .btn { float:right; }
#store #map_canvas { width:274px; height:158px; margin:0 0 15px 30px; padding:2px; border:1px solid #737373; overflow:hidden; }


/*Store Info*/

#store-info .phone { padding:0 0 18px 0; line-height: 19px; font-size: 16px; color:#2d2d2d; }
#store-info .hours { padding:0 0 18px 0; line-height: 19px; font-size: 16px; color:#2d2d2d; }
#store-info .hours b { display:inline-block; padding:0 0 8px 0; }
#store-info .facebook { padding:5px 0 23px 0; font-size: 14px; }
#store-info .facebook a span { display:inline-block; width:25px; height:25px; margin:0 10px 0 0; background: url(images/structure/social.png) no-repeat; vertical-align: middle; } 
#store-info .directions { padding:0 0 18px 0; }
#store-info .directions b { display:inline-block; padding:0 0 8px 0; line-height: 19px; font-size: 16px; color:#2d2d2d; }
#store-info h3  { margin:20px 0 5px 0; line-height: 25px; color:#1b588d; font-size: 18px; text-transform: uppercase; font-weight: bold; background: url(images/structure/blue-pix.png) repeat-x center center; }
#store-info h3 span { display: inline-block; padding:0 5px 0 0; background:#fff; }
#store-info .custom_email { display:none; }

.column.store-info .mobile-coming-soon { padding:0; margin-left:2px; width:332px; height:auto; margin-bottom:10px; background-color:none; background:url(images/structure/coming-soon-fullsite.png) no-repeat top left; }
.column.store-info .mobile-coming-soon h5 { font-size:20px; font-weight:bold; color:#fff; line-height:32px; padding:0; margin:0 0 0 15px; }
.column.store-info .mobile-coming-soon p { font-size:14px; font-weight:normal; line-height:21px; color:#4b4b4b; width:280px; padding:15px 0 0px 0; margin:0;}
.column.store-info .applications { margin-bottom:20px; font-size:15px; }


/*Find a Store*/
#find-a-store .spacing { padding:21px 46px; }
#find-a-store h1 { height:58px; padding:0 20px; line-height: 58px; color:#fff; font-weight: bold; font-size: 26px; text-transform: uppercase; background:url(images/structure/gradient.png) repeat-x; }
#find-a-store h2 { padding:30px 0 20px 0; font-size: 20px; text-transform: uppercase; font-weight: bold; color:#282828; }
#find-a-store .map { position: relative; }
#find-a-store .map iframe { border:1px solid #265b85; }
#find-a-store .search { position: absolute; left:275px; top:12px; width:274px; }
#find-a-store .search .txt { position: absolute; left:0px; top:0px; width:185px; height:20px; padding:7px 10px; border:none; font-style: italic; background:#fff; color:#8d8d8d; font-size: 13px; line-height: 20px;
	-webkit-border-radius: 2px 0 0 2px; 
       -moz-border-radius: 2px 0 0 2px; 
	     -o-border-radius: 2px 0 0 2px; 
	        border-radius: 2px 0 0 2px;
}
#find-a-store .search .txt:focus { color:#555; font-style: normal; }
#find-a-store .search .submit { position: absolute; right:0px; top:0px; width:69px; height:34px; text-align: center; font-weight: bold; font-size: 14px; color:#ffffff; line-height: 34px; cursor: pointer; border:none; text-transform: uppercase; text-shadow: 0 1px 1px #87371c;
	-webkit-border-radius: 0 2px 2px 0; 
       -moz-border-radius: 0 2px 2px 0; 
	     -o-border-radius: 0 2px 2px 0; 
	        border-radius: 0 2px 2px 0;
	background:#d65b31;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f2693a ), to( #b34a26 ));
	background-image: -webkit-linear-gradient( #f2693a , #b34a26 );
	background-image:    -moz-linear-gradient( #f2693a , #b34a26 );
	background-image:     -ms-linear-gradient( #f2693a , #b34a26 );
	background-image:      -o-linear-gradient( #f2693a , #b34a26 );
	background-image:         linear-gradient( #f2693a , #b34a26 );
}
#find-a-store .search .submit:hover {
	background:#e86a3f;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fe7a4d ), to( #c85731 ));
	background-image: -webkit-linear-gradient( #fe7a4d , #c85731 );
	background-image:    -moz-linear-gradient( #fe7a4d , #c85731 );
	background-image:     -ms-linear-gradient( #fe7a4d , #c85731 );
	background-image:      -o-linear-gradient( #fe7a4d , #c85731 );
	background-image:         linear-gradient( #fe7a4d , #c85731 );
}
#find-a-store .table { border:1px solid #ebebeb;
	-webkit-border-radius: 4px; 
       -moz-border-radius: 4px; 
	     -o-border-radius: 4px; 
	        border-radius: 4px;
}
#find-a-store table { width:906px; font-size: 14px; line-height: 20px; }
#find-a-store table tr { }
#find-a-store table tr:nth-child(even) { background:#f6f6f6; }
#find-a-store table td { padding:10px 10px 10px 15px; }
#find-a-store table td:last-child { text-align:right; }

#find-a-store #map_canvas { width:906px; height:300px; }

/*State Nav*/
#statenav a { float:left; display:inline-block; height:30px; padding:0 6px; margin:0 5px 0 0; line-height:30px; font-size:11px; text-transform:uppercase; color:#444; background:#eee; 
	-webkit-border-radius: 2px 2px 0 0; 
       -moz-border-radius: 2px 2px 0 0; 
	     -o-border-radius: 2px 2px 0 0; 
	        border-radius: 2px 2px 0 0;              
}
#statenav a:hover { background:#ddd; }
#statenav a.selected { background:#e96537; color:#fff; }

/*Btns*/
.btn a { display:inline-block; height:35px; padding:0 15px; line-height: 35px; font-size: 14px; color:#fff; font-weight: bold; text-decoration: none; text-transform: uppercase;
	-webkit-border-radius: 2px; 
       -moz-border-radius: 2px; 
	     -o-border-radius: 2px; 
	        border-radius: 2px;
}
.btn.small a { height:26px; padding:0 12px; line-height: 26px; font-size: 14px; text-transform: none; }
.btn.tiny a { height:22px; padding:0 5px; font-weight: normal; line-height: 22px; font-size: 12px; text-transform: uppercase; }
.btn.orange a { text-shadow: 0 1px 1px #87371c; 
	background:#d65b31;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f2693a ), to( #b34a26 ));
	background-image: -webkit-linear-gradient( #f2693a , #b34a26 );
	background-image:    -moz-linear-gradient( #f2693a , #b34a26 );
	background-image:     -ms-linear-gradient( #f2693a , #b34a26 );
	background-image:      -o-linear-gradient( #f2693a , #b34a26 );
	background-image:         linear-gradient( #f2693a , #b34a26 );
}
.btn.orange a:hover {
	background:#e86a3f;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fe7a4d ), to( #c85731 ));
	background-image: -webkit-linear-gradient( #fe7a4d , #c85731 );
	background-image:    -moz-linear-gradient( #fe7a4d , #c85731 );
	background-image:     -ms-linear-gradient( #fe7a4d , #c85731 );
	background-image:      -o-linear-gradient( #fe7a4d , #c85731 );
	background-image:         linear-gradient( #fe7a4d , #c85731 );
}
.btn.white a { color:#1c588d; background:#ffffff; }
.btn.white a:hover { background:#f1f1f1; }

/*Introduction*/
#introduction .frame { padding:20px 30px 15px 30px; margin:0 0 27px 0; background:#fff; border:1px solid #bdbdbd; }
#introduction h1 { padding:0 0 5px 0; font-size: 33px; line-height: 40px; color:#f2693a; font-weight: bold; white-space: nowrap; }
#introduction h1 span { display:inline-block; padding:0 3px 8px 3px; font-size: 49px; color:#174974; vertical-align: middle; }
#introduction p { padding:0 0 15px 0; }

/*Deals Discounts*/
#deals-discounts .frame { position: relative; padding:15px;
	background:#1e5e97;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #226bab ), to( #1b5588 ));
	background-image: -webkit-linear-gradient( #226bab , #1b5588 );
	background-image:    -moz-linear-gradient( #226bab , #1b5588 );
	background-image:     -ms-linear-gradient( #226bab , #1b5588 );
	background-image:      -o-linear-gradient( #226bab , #1b5588 );
	background-image:         linear-gradient( #226bab , #1b5588 );
}
#deals-discounts .starburst { position: absolute; left:-10px; top:-10px; background: url(images/structure/corner.png) no-repeat 10px 10px;  }
#deals-discounts h3 { padding:0 0 0 70px; font-size: 22px; line-height: 30px; color:#fff; font-weight: bold; text-transform: uppercase; }
#deals-discounts .form { width:282px; height:40px; padding:20px 0 10px 15px; }
#deals-discounts .form .txt { float:left; width:172px; height:36px; padding:0 10px; border:none; font-style: italic; background:#f1f1f1; color:#8d8d8d; font-size: 13px; line-height: 20px;
	-webkit-border-radius: 2px 0 0 2px; 
       -moz-border-radius: 2px 0 0 2px; 
	     -o-border-radius: 2px 0 0 2px; 
	        border-radius: 2px 0 0 2px;
}
#deals-discounts .form .txt:focus { color:#555; font-style: normal; }
#deals-discounts .form .submit { float:left; width:80px; height:36px; text-align: center; font-size: 14px; color:#ffffff; line-height: 35px; cursor: pointer; border:none;
	-webkit-border-radius: 0 2px 2px 0; 
       -moz-border-radius: 0 2px 2px 0; 
	     -o-border-radius: 0 2px 2px 0; 
	        border-radius: 0 2px 2px 0;
	background:#d65b31;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f2693a ), to( #b34a26 ));
	background-image: -webkit-linear-gradient( #f2693a , #b34a26 );
	background-image:    -moz-linear-gradient( #f2693a , #b34a26 );
	background-image:     -ms-linear-gradient( #f2693a , #b34a26 );
	background-image:      -o-linear-gradient( #f2693a , #b34a26 );
	background-image:         linear-gradient( #f2693a , #b34a26 );
}
#deals-discounts .form .submit:hover {
	background:#e86a3f;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fe7a4d ), to( #c85731 ));
	background-image: -webkit-linear-gradient( #fe7a4d , #c85731 );
	background-image:    -moz-linear-gradient( #fe7a4d , #c85731 );
	background-image:     -ms-linear-gradient( #fe7a4d , #c85731 );
	background-image:      -o-linear-gradient( #fe7a4d , #c85731 );
	background-image:         linear-gradient( #fe7a4d , #c85731 );
}

/*Coming Soon*/

#coming-soon table { width:100%; border:none; font-size:14px; font-weight:normal; font-family:Arial, sans-serif; color:#444; }
#coming-soon table thead tr { width:100%; background:#d65b31; color:#fff; font-weight:bold; text-align:left; font-size:17px; }
#coming-soon table thead tr td { line-height:30px; padding:5px 10px; }
#coming-soon table tr td {}
#coming-soon table tr td a { line-height:20px;  display:block; padding:5px 10px; width:100%;white-space:nowrap; text-decoration:none; }
#coming-soon table tr td.state { font-weight:bold; width:130px;}
#coming-soon table tr td.address { width:390px;}
#coming-soon table tr { background:#fafafa; }
#coming-soon table tr.gray { background:#f1f1f1; }
#coming-soon table tr td.date { width:280px; }

#coming-soon.cs2 table tr td a { white-space:normal; }
#coming-soon.cs2 table tr td { vertical-align:top;}
#coming-soon.cs2 table tr td.state { font-weight:bold; width:110px;}
#coming-soon.cs2 table tr td.city { padding-right:10px;}
#coming-soon.cs2 table tr td.city a { white-space:nowrap; }
#coming-soon.cs2 table tr td.address { width:250px; padding-right:10px;}
#coming-soon.cs2 table tr td.address a { font-size:12px;}
#coming-soon.cs2 table tr td.info { width:490px; padding:0px 10px; }
#coming-soon.cs2 table tr td.info p { padding:5px 0 10px 0;}
#coming-soon.cs2 table tr td.info p strong { color:#D65B31; }


/*Most Wanted*/
#most-wanted h2 { padding:0 13px; line-height: 46px; font-size: 22px; font-weight: bold; color:#fff; text-transform: uppercase; background: url(images/structure/gradient2.png) repeat-x; }
#most-wanted .btn { float:right; margin:10px 10px 0 0; }
#most-wanted .frame { margin:0 0 20px 0; padding:12px; background: #f7f9fa; border:1px solid #bdbdbd; }
#most-wanted .nav { height:24px; border:1px solid #bdbdbd; border-bottom:none; 
	background:#eaf2f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f1f9ff ), to( #e1eaf1 ));
	background-image: -webkit-linear-gradient( #f1f9ff , #e1eaf1 );
	background-image:    -moz-linear-gradient( #f1f9ff , #e1eaf1 );
	background-image:     -ms-linear-gradient( #f1f9ff , #e1eaf1 );
	background-image:      -o-linear-gradient( #f1f9ff , #e1eaf1 );
	background-image:         linear-gradient( #f1f9ff , #e1eaf1 );
}
#most-wanted .nav a { display:block; height:24px; padding:0 1px; line-height: 24px; color:#1b5589; font-size: 12px; text-align: center; text-decoration: none; border-bottom:1px solid #bdbdbd; }
#most-wanted .nav a.selected { padding:0; background:#fff; border:none; border-left:1px solid #bdbdbd; border-right:1px solid #bdbdbd; }
#most-wanted .nav .cell:first-child a.selected { padding:0 0 0 1px; border-left:none; }
#most-wanted .nav .cell:last-child a.selected { padding:0 1px 0 0; border-right:none; }

#most-wanted table { width:100%; border:1px solid #bdbdbd; border-top:none; font-size: 14px; color:#494949; line-height: 18px; }
#most-wanted table thead { font-weight: bold; }
#most-wanted table thead tr td { padding:12px 8px; }
#most-wanted table thead tr { background:#fff; }
#most-wanted table tbody tr { background:#f1f4f6; }
#most-wanted table tbody tr:nth-child(even) { background:#fff; }
#most-wanted table tbody tr td { padding:8px 8px; }
#most-wanted p.disclaimer { line-height:17px; font-size:11px; margin:10px 0 0 0; padding:0; }

/*Announcements*/
#announcements h2 { padding:0 13px; line-height: 46px; font-size: 22px; font-weight: bold; color:#fff; text-transform: uppercase; background: url(images/structure/gradient2.png) repeat-x; }
#announcements .frame { margin:0 0 20px 0; padding:24px; background: #f7f9fa; border:1px solid #bdbdbd; }
#announcements .holder { padding:15px 0;  }
#announcements h3 { margin:-4px 0 0 0; padding:0 0 5px 0; font-size: 18px; font-weight: bold; color:#1b5689; line-height: 23px; }
#announcements h3 a { text-decoration: none; color:#1b5689; }
#announcements p { padding:5px 0 15px 0; font-size: 13px; line-height: 19px; color:#454545; }
#announcements img { float:right; padding:1px; background:#fff; border:1px solid #286295; }
#announcements .read { display:none; }

/*Banners*/
#banners .banner { padding:0 0 20px 0; }

/*Tweeter*/
#tweeter { padding:0 0 10px 0; }


/*Content*/
#content h1 { padding:0 0 15px 0; color:#f2693a; font-size:34px; line-height:40px; font-weight:700; text-transform:uppercase; }
#content h2 { padding:15px 0 5px 0; color:#f2693a; font-size:24px; line-height:37px; font-weight:700; }
#content h3 { padding:15px 0 5px 0; color:#f2693a; font-size:22px; line-height:25px; font-weight:700; }
#content h4 { padding:15px 0 5px 0; color:#f2693a; font-size:21px; line-height:24px; font-weight:700; }
#content h5 { padding:15px 0 5px 0; color:#f2693a; font-size:20px; line-height:23px; font-weight:700; }
#content h6 { padding:15px 0 5px 0; color:#f2693a; font-size:19px; line-height:22px; font-weight:700; }
#content p { padding:0 0 15px 0; }
#content #storelocatorwidget p {padding:0;}
#content ul, #content ol { padding:0 0 0 20px; margin:0 0 15px; }
#content ul { list-style:square; }
#content li { padding:4px 0; border-bottom:1px solid #f1f1f1; }
#content li:first-child { border-top:1px solid #eee; }
#content img { padding-bottom:5px; }

/*FAQs*/
#faqs .faq { position:relative; margin: 0; padding:15px 0 0 0; border-top:1px solid #ccc; cursor:pointer; }
#faqs .faq:first-child { border:none; }
#faqs .faq .icon { position:absolute; left:0px; top:15px; height:20px; width:20px; background:#f2693a url(images/structure/faq.png) no-repeat 3px center; }
#faqs .faq.selected .icon { background-position:-97px center; }
#faqs .faq p { padding:0 0 15px 0; font-size:14px;  }
#faqs .faq h2 { padding:0 0 15px 35px; color:#666; font-size:16px; line-height:17px; font-weight:400; text-transform:none; }
#faqs .faq h2:hover { color:#000; }
#faqs .faq .answer { display:none; }
#faqs .faq:first-child .answer { display:block; }

/*Testimonials*/
#testimonials .testimonial { position:relative; margin:0 0 20px 0; padding:25px 25px 20px 50px; border-bottom:1px solid #ddd; background:#f9f9f9 url(images/structure/quote.png) no-repeat 12px 12px; }
#testimonials p { font-size:13px; line-height:22px; font-weight:300; color:#999; font-style:italic; }
#testimonials p span { display:block; font-size:16px; line-height:18px; text-align:right; color:#888; font-weight:400; font-style:normal; }

/*Gallery*/
#gallery .gallery { display:table; width:977px; padding:0 0 15px 0; margin:0 0 0 -17px; }
#gallery .gallery .gallery-item { position:relative; float:left; opacity:.9; width:220px; height:160px; margin:0 0 17px 17px; overflow:hidden; border:3px solid #fff; }
#gallery .gallery .gallery-item img { vertical-align:top; }
#gallery .gallery .gallery-caption { display:block; position:absolute; left:0px; top:160px; width:100%; padding:8px 0; line-height:13px; text-align:center; font-size:11px; color:#fff; background: rgba(0, 0, 0, .5); }
#gallery.video .gallery .gallery-item a { position:absolute; left:0px; top:0px; right:0px; bottom:0px; display:block; cursor:pointer; background:url(images/structure/play.png) no-repeat center center; }

/*Gallery Nav*/
#gallerynav { margin:10px 5px 17px 5px; border-bottom:1px solid #f1f1f1; }
#gallerynav a { display:inline-block; font-size:11px; text-transform:uppercase; color:#777; text-decoration:none; padding:10px 8px 4px 8px; margin:0 10px 0 0; }
#gallerynav a:hover { border-bottom:2px solid #111; }
#gallerynav a.selected { border-bottom:2px solid #111; }

/*Staff*/
#staff .block { width:50%; }
#staff .member { display:table; margin:0 0 50px 0; }
#staff .photo { float:left; }
#staff .info { padding:0 40px 0 165px; }
#staff h2 { padding:0; color:#555; font-size:22px; line-height:25px; font-weight:400; }
#staff h3 { padding:0; color:#777; font-size:15px; line-height:17px; font-weight:400; }
#staff .bio p { padding:15px 0; }
#staff .contact { padding:15px 0 0 0; }
#staff .contact.split .phone { padding:0 15px 0 0; margin:0 15px 0 0; border-right:1px solid #ddd; }
#staff .contact p a { display:inline-block; color:#888; text-decoration:none; text-transform:uppercase; }
#staff .phone { font-size:15px; cursor:default; }
#staff .email { font-size:12px; }
#staff .email:hover { color:#222; }

/* Jobs */
#jobs { display:table; width:100%; }
#jobs .job, #jobs .title, #jobs .description { box-sizing:border-box; }
#jobs .job { position:relative; margin-bottom:20px; }
#jobs .apply { position:absolute; right:8px; top:8px; }
#jobs .job .title { display:table; position:relative; width:100%; height:50px; background:#3f3f3f; }
#jobs .job .title .arrow { position:absolute; left:18px; top:18px; height:12px; width:13px; background:url(images/structure/arrow.png) center top; }
#jobs .job .title span.location { width:120px; height:20px; display:block; font-size:12px; position:absolute; right:200px; top:20px; color:#fff; text-decoration:none; }
#jobs .job .title.selected .arrow { background-position:center bottom; }
#jobs .job .title h3 { display:block; width:500px; color:#fff; font-size:16px; line-height:30px; padding:0px 0 0 45px; }
#jobs .job .title span { display:block; line-height:10px; font-size:12px; font-weight:300; padding:0 0 0 45px; color:#fff; margin:0; }
#jobs .job .description { position:relative; width:100%; background:#fafafa; }
#jobs .job .description .spacing { padding:20px; }


/*Sponsors*/
#sponsors .sponsor { float:left; width:218px; margin:10px; border:1px solid #eee; 
	-webkit-border-radius: 5px; 
       -moz-border-radius: 5px; 
	     -o-border-radius: 5px; 
	        border-radius: 5px; 
}
#sponsors .sponsor:hover { border:1px solid #ddd; }
#sponsors .name { }
#sponsors .name h2 { font-size:20px; }
#sponsors .name h2 a { text-decoration:none; }
#sponsors .name .center { display: table-cell; text-align: center; vertical-align: middle; width: 320px; height: 50px; }
#sponsors .name .center * { vertical-align: middle; }
.ie7 #sponsors .name .center span { display: inline-block; height: 100%; }
#sponsors .logo { }
#sponsors .logo img { max-width:200px; max-height:120px; }
#sponsors .logo .center { display: table-cell; text-align: center; vertical-align: middle; width: 320px; height: 120px; }
#sponsors .logo .center * { vertical-align: middle; }
.ie7 #sponsors .logo .center span { display: inline-block; height: 100%; }

/*Calendar*/
#calendar { border-bottom:1px solid #ccc; background:url(images/structure/calendar-frame.png) repeat-y; }
#calendar .block { width:240px; }
#calendar .date { padding:0 5px; color:#fff; font-size:18px; text-transform:uppercase; font-weight:700; line-height:25px; background:#999 url(images/structure/c-arrow.png) no-repeat right 0px; }
#calendar .date span { display:inline-block; padding:0 5px 0 0; font-size:17px; }
#calendar .event:hover .date { background-color:#888; }
#calendar .event.selected .date { background:#666 url(images/structure/c-arrow.png) no-repeat right -100px; }
#calendar .padding { padding:15px; }
#calendar h2 { padding:0; color:#444; font-size:24px; line-height:30px; font-weight:400; }
#calendar .text { padding:10px 0 0 0; }

/*Information*/
#information .cell { width:50%; }
#information h3 { padding:15px 0 5px 0; color:#444; font-size:18px; line-height:25px; font-weight:400; }
#information p { }
#information a.tel { color:#888; text-decoration:none; cursor:pointer; }

/*Grid*/
#grid .col1 .block { width:100%; }
#grid .col2 .block { width:46%; padding:0 0 0 8%; }
#grid .col2 .block:first-child { padding:0; }
#grid .col3 .block { width:29.2%; padding:0 0 0 6%; }
#grid .col3 .block:first-child { padding:0; }

/*Contact*/
#contact .frm_forms .frm_form_field { position:relative; float:left; padding:5px 0 20px 0; margin:0; }
#contact .frm_forms .frm_form_field.full { width:600px; }
#contact .frm_forms .frm_form_field.full input, #contact .frm_forms .frm_form_field.full textarea { width:578px; }
#contact .frm_forms .frm_form_field.half { width:290px; padding-left:20px; }
#contact .frm_forms .frm_form_field.half input, #contact .frm_forms .frm_form_field.half textarea { width:268px; }
#contact .frm_forms .frm_form_field.third { width:190px;  padding-left:15px; }
#contact .frm_forms .frm_form_field.third input, #contact .frm_forms .frm_form_field.third textarea { width:168px; }
#contact .frm_forms .frm_form_field.first { padding-left:0; }
.wide #contact .frm_forms .frm_form_field.full { width:960px; }
.wide #contact .frm_forms .frm_form_field.full input, .wide #contact .frm_forms .frm_form_field.full textarea { width:938px; }
.wide #contact .frm_forms .frm_form_field.half { width:465px; padding-left:30px; }
.wide #contact .frm_forms .frm_form_field.half input, .wide #contact .frm_forms .frm_form_field.half textarea { width:443px; }
.wide #contact .frm_forms .frm_form_field.third { width:300px;  padding-left:30px; }
.wide #contact .frm_forms .frm_form_field.third input, .wide #contact .frm_forms .frm_form_field.third textarea { width:278px; }
.wide #contact .frm_forms .frm_form_field.first { padding-left:0; }
.column.store-info #contact .frm_forms .frm_form_field { position:relative; float:left; padding:0 0 20px 0; margin:0; }
.column.store-info #contact .frm_forms .frm_form_field.full { width:295px; }
.column.store-info #contact .frm_forms .frm_form_field.full input, #contact .frm_forms .frm_form_field.full textarea { width:274px; }
.column.store-info #contact .frm_forms .frm_form_field.half { width:295px; padding-left:0; }
.column.store-info #contact .frm_forms .frm_form_field.half input, #contact .frm_forms .frm_form_field.half textarea { width:274px; }
.column.store-info #contact .frm_forms .frm_form_field.third { width:295px;  padding-left:0; }
.column.store-info #contact .frm_forms .frm_form_field.third input, #contact .frm_forms .frm_form_field.third textarea { width:274px; }
.column.store-info #contact .frm_forms .frm_form_field.first { padding-left:0; }
.column.store-info #contact .frm_forms .frm_form_field.area textarea { width:274px; }
#contact .frm_forms .frm_form_field.txt input, 
#contact .frm_forms .frm_form_field.area textarea 
{ 
    display:block; padding:7px 10px; font-size:12px; line-height:16px; background:#fff; border:1px solid #ddd; border-bottom:1px solid #ccc;
	-webkit-box-shadow: inset 0 0 3px #eee; 
	   -moz-box-shadow: inset 0 0 3px #eee; 	
	        box-shadow: inset 0 0 3px #eee;                                             
}
#contact .frm_forms .frm_form_field.area textarea { width:578px; }
#contact .frm_forms .frm_form_field.txt input:focus, 
#contact .frm_forms .frm_form_field.area textarea:focus { border:1px solid #bbb; }
#contact .frm_forms .frm_submit input { padding:0 25px; background:#f2693a; border:none;  color:#fff; font-size:13px; text-transform:uppercase; line-height:36px; 
    box-shadow:none;
	-webkit-border-radius:2px; 
	   -moz-border-radius:2px; 
	     -o-border-radius:2px; 
	        border-radius:2px;                                      
}
#contact .frm_forms .frm_submit input:hover { background:#333; }
#contact .frm_forms .frm_primary_label { display:block; }
#contact .frm_forms .frm_error { position:absolute; right:0px; top:0px; font-weight:normal; color:#d90000; font-size:11px; }
#contact .frm_forms .frm_error_style { display:none; }
#contact .frm_forms .frm_message { background:#f1f1f1; border:1px solid #ddd; }
#contact .frm_forms .frm_message p { padding:30px; }

/*Colorbox*/
#cboxContent, #cboxContent button { font-size:10px; text-transform:uppercase; color:#555; }

/*UI*/
#ui-datepicker-div { font-size: 11px; }

/*Edit*/
.edit-link { display:block; padding:15px 0; }
.edit-link a { font-size:11px; text-transform:uppercase; }

/* Alignment */
.alignleft { float: left; margin:0 20px 5px 0; }
.alignright { float: right; margin:0 0 5px 20px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/*Blog*/
#blog article { padding:0 0 40px 0; }
#blog h1 { padding:0 0 15px 0; color:#f2693a; font-size:30px; line-height:35px; font-weight:400; }
#blog h1 a { color:#f2693a; text-decoration:none; }
#blog h1 a:hover { text-decoration:none; color:#f2693a; }
#blog h1.archive-title { padding:5px 0 3px 0; margin:0 0 25px 0; color:#666; font-size:16px; font-style:italic; border-bottom:1px solid #ccc; font-family:Arial; }
#blog h1.archive-title a { color:#f2693a; text-decoration:none; }
#blog h1.archive-title a:hover { color:#f2693a; text-decoration:none; }
#blog h2 { padding:15px 0 5px 0; color:#f2693a; font-size:20px; line-height:24px; font-weight:400; }
#blog h3 { padding:15px 0 5px 0; color:#f2693a; font-size:18px; line-height:22px; font-weight:400; }
#blog h4 { padding:15px 0 5px 0; color:#f2693a; font-size:17px; line-height:20px; font-weight:400; }
#blog h5 { padding:15px 0 5px 0; color:#f2693a; font-size:16px; line-height:19px; font-weight:400; }
#blog h6 { padding:15px 0 5px 0; color:#f2693a; font-size:15px; line-height:18px; font-weight:400; }
#blog p { padding:0 0 15px 0; }
#blog ul, #content ol { padding-left:35px; }
#blog img { padding-bottom:5px; }
#blog input[type="submit"] { padding:0 5px; }

/*Meta*/
#blog .blog-meta-info { display:table; width:100%; padding:5px 0; margin:0 0 10px 0; border-top:1px dotted #999; border-bottom:1px dotted #999; }
#blog .blog-meta-info { color:#888; font-size:11px; text-transform:uppercase; }
#blog .blog-meta-info a { color:#888; font-size:11px; text-transform:uppercase; text-decoration:none; }
#blog .blog-meta-info a:hover { color:#f2693a; }
#blog .blog-meta-info .meta-info { float:left; }
#blog .blog-meta-info .comments-link { float:left; border-left:1px solid #ccc; padding:0 0 0 10px; margin:0 0 0 10px; }
#blog .blog-meta-info .entry-date { padding-left:2px; }
#blog .entry-meta { display:none; }

/*Blog Nav*/
#blognav { width:100%; padding:0; }
#blognav h3 { display:inline-block; background:#fff; color:#1b5588; font-size:17px; line-height:16px; text-transform:uppercase; padding:0 3px 0 0; margin:20px 0 10px 0; font-weight: 600;  }
#blognav ul { width:100%; margin:0; padding:0; list-style:none; }
#blognav ul li { width:100%; margin:0; padding:0 0 0 0; border-bottom:1px solid #ccc; }
#blognav ul li a { display:block; margin:0; padding:5px 1px; line-height:16px; color:#888; font-size:12px; text-decoration:none; }
#blognav ul li a:hover { color:#f2693a; }
#blognav aside { padding:0 0 20px 0; background:url(images/structure/lines.png) no-repeat left 22px; }
#blognav aside:first-child { padding:0px 0 10px 0; background:none; }

/*Search*/
#blognav #searchform { position:relative; width:260px; }
#blognav #searchform #s { width:240px; height:26px; padding:0 9px; background:#f9f9f9; color:#444; border:1px solid #ccc; -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; border-radius:2px; outline:none; }
#blognav #searchform #s:focus { background:#fff; border:1px solid #ddd; }
#blognav #searchform .screen-reader-text { display:none; }
#blognav #searchform #searchsubmit { position:absolute; right:0px; top:0px; width:28px; height:28px; border:none; text-indent:-9999px; cursor:pointer; background:url(images/structure/search.png) no-repeat center center; }

/*Nav Below*/
#blog nav { display:table; width:100%; }
#blog nav .assistive-text { display:none; }
#blog nav .nav-previous { float:left; }
#blog nav .nav-previous a { display:block; background:#1b5588; font-size:11px; text-transform:uppercase; color:#fff; text-decoration:none; padding:3px 5px;  -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; border-radius:2px; }
#blog nav .nav-previous:hover a { background:#2670b2; }
#blog nav .nav-next { float:right; }
#blog nav .nav-next a { display:block; background:#1b5588; font-size:11px; text-transform:uppercase; color:#fff; text-decoration:none; padding:3px 5px;  -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; border-radius:2px; }
#blog nav .nav-next:hover a { background:#2670b2; }

/*Custom Comments*/
#blog h2.comments-title  { padding:50px 0 0 0; margin:0; font-size:13px; }
#blog .comments-area article header cite a { color: #444; }
#blog .comments-area cite { padding-left:60px; margin:0; }
#blog .comments-area time { padding-left:60px; margin:0; }
#blog .comments-area header { padding:0 0 10px 0; margin:0; }
#blog .comments-area ol { padding:0; margin:0; border:none; list-style:none; }
#blog .comments-area ol li { padding:0; margin:0; border:none; list-style:none; }
#blog .comments-area ol li ol li { padding:0 0 0 20px; }
#blog .comments-area ol li ol li ol li { padding:0; }
#blog .comments-area article { border:1px dotted #ccc; padding:10px; margin:20px 0; }

/*Custom Respond*/
#blog #respond form { padding:0; margin:0; }
#blog #respond p.logged-in-as { padding:0; margin:0; }

/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 18px;
	margin-bottom: 1.428571429rem;
	font-size: 12px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image:    -moz-linear-gradient(top, #009cee, #0088d0);
	background-image:     -ms-linear-gradient(top, #009cee, #0088d0);	
	background-image:      -o-linear-gradient(top, #009cee, #0088d0);
	background-image:         linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.commentlist { padding:15px;
	border:1px dotted #555;
	-webkit-border-radius:10px; 
	   -moz-border-radius:10px; 
	     -o-border-radius:10px; 
	        border-radius:10px; 
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
#respond .required {
	color: red;
}


/*Mobile*/
html#mobile { background:#d9e3eb url(images/mobile/bg.png) repeat-x; min-width:0px; }
#mobile body { background:none; min-width:0px; }
#mobile .wrapper { min-width:0px; }
#mobile .wrapper.top {  }
#mobile .wrapper.menu {  }
#mobile .wrapper.main {  }
#mobile .wrapper.bottom { background:url(images/mobile/footer.png) repeat-x;  }
#mobile .container { width:320px; min-width:0px; }

#mobile .header { position:relative; height:147px; }
#mobile .header .logo { padding:43px 0 0 0; text-align: center; }
#mobile .header .logo img { width:320px; height:auto !important; }
#mobile .header .phone { position:absolute; left:10px; top:0px; }
#mobile .header .phone p { font-size:14px; color:#fff; line-height:36px; text-align:left; }
#mobile .header .phone p a { color:#fff; text-decoration:none; }
#mobile .header .social { position:absolute; right:8px; top:5px; }
#mobile .header .social p { text-align: right; padding:0; }
#mobile .header .social .facebook { display:inline-block; width:25px; height:25px; background:url(images/mobile/social.png) no-repeat 0px 0px; }
#mobile .header .social .twitter { display:inline-block; width:25px; height:25px; margin-left:5px; background:url(images/mobile/social.png) no-repeat -28px 0px; }
#mobile .header .social .ebay { display:inline-block; width:25px; height:25px; margin-left:5px; background:url(images/structure/social.png) no-repeat -56px 0px; }

#mobile .back-btn { position:absolute; left:10px; top:20px; width:43px; height:42px; }
#mobile .back-btn a { display:inline-block; width:43px; height:42px; background:url(images/mobile/back-btn.png) no-repeat; }
#mobile .back-btn a:hover { background-position:0px bottom; }

#mobile .home { padding:10px; }
#mobile .home .orange-btn a { display:inline-block; width:298px; height:38px; padding:0; margin:0 0 8px 0; background:url(images/mobile/orange-btn.png) no-repeat; line-height:38px; font-size:16px; font-weight:bold; color:#fff; text-align:center; text-decoration:none; text-shadow: 0 1px 1px #cf4b20; }
#mobile .home .orange-btn:hover a { background-position:0px bottom; }

#mobile .nav ul { list-style:none; margin:0; padding:0; }
#mobile .nav ul li { margin:0 0 8px 0; padding:0; border:none; }
#mobile .nav ul li a { display:inline-block; width:285px; height:37px; padding:0 0 0 13px; margin:0; background:url(images/mobile/blue-btn.png) no-repeat; line-height:37px; font-size:16px; font-weight:bold; color:#fff; text-align:left; text-decoration:none; text-shadow: 0 1px 1px #143c5f; }
#mobile .nav ul li:hover a { background-position:0px bottom; }

#mobile .find .nav ul { list-style:none; margin:0; padding:0; }
#mobile .find .nav ul li { margin:0 0 8px 0; padding:0; }
#mobile .find .nav ul li a { display:inline-block; width:285px; height:33px; padding:0 0 0 13px; margin:0; background:url(images/mobile/blue-sm-btn.png) no-repeat; line-height:33px; font-size:16px; font-weight:bold; color:#fff; text-align:left; text-decoration:none; text-shadow: 0 1px 1px #143c5f; }
#mobile .find .nav ul li:hover a { background-position:0px -33px; }
#mobile .find .nav ul li:hover a.selected, #mobile .find .nav ul li a.selected { background-position:0px -66px; }

#mobile .find .store-fill .holder { width:298px; background:url(images/mobile/sep.png) repeat-x; }
#mobile .find .store-fill .holder:first-child { background:none; }
#mobile .find .store-fill p { padding:10px 90px 15px 10px; font-size:14px; line-height:21px; color:#3c3c3c; }
#mobile .find .store-fill .details-btn { float:right; width:75px; height:31px; padding:13px 10px 10px 10px; }
#mobile .find .store-fill .details-btn a.ui-link { display:inline-block; width:75px; height:31px; padding:0; margin:0; background:url(images/mobile/details-btn.png) no-repeat; }
#mobile .find .store-fill .details-btn a.ui-link:hover { background-position:0px bottom; }

#mobile .store { display:none; }
#mobile .store .copy p { font-size:14px; color:#2d2d2d; line-height:23px; }
#mobile .store .image { float:right; padding:2px; background:#fff; border:1px solid #737373; }
#mobile .store .image img { padding:0; width:104px; height:104px; }
#mobile .store .call-btn { padding:10px 0; }
#mobile .store .call-btn a { display:inline-block; width:164px; height:33px; padding:0 0 0 10px; background:url(images/mobile/call-btn.png) no-repeat; line-height:33px; font-size:14px; font-weight:bold; color:#fff; text-align:left; text-decoration:none; text-shadow: 0 1px 1px #143c5f; }
#mobile .store .block { width:47%; padding:0 0 0 3%; }
#mobile .store .block:first-child { padding:0 3% 0 0; }
#mobile #content .store h3 { padding:0 0 10px 0; font-size:16px; font-weight:bold; color:#2d2d2d; }
#mobile .store .block p { padding:0 0 15px 0; font-size:12px; line-height:17px; color:#4b4b4b; }
#mobile .store .block a { display:block; font-size:12px; line-height:17px; padding:10px 0 10px 37px; background:url(images/mobile/facebook.png) no-repeat left center; }
#mobile .store .map { padding:10px 0; }
#mobile .store .map iframe { width:292px; height:128px; padding:2px; background:#fff; border:1px solid #737373; }


#mobile .releases .overflow { width:300px; height:116px; margin:10px 0 25px 0; overflow: auto; overflow-y: hidden; }
#mobile .releases .contain { width:700px; height:116px; }
#mobile .releases a { float:left; display:block; width:80px; height:116px; margin:0 0 0 8px; background:#174974; line-height: 23px; font-size: 12px; text-decoration: none; color:#fff; font-weight: bold; text-align: center; }
#mobile .releases a:first-child { margin:0; }
#mobile .releases a img { display:block; width:78px; height:92px; border:1px solid #494949; border-bottom:none; }

#mobile .home h2  { line-height: 25px; color:#1b588d; font-size: 14px; text-transform: uppercase; font-weight: bold; text-align: center; background: url(images/structure/blue-pix.png) repeat-x center center; }
#mobile .home h2 span { display: inline-block; padding:0 5px; background:#e7edf2; }

#mobile .footer { position:relative; height:45px; }
#mobile .footer p { text-align: right; padding:0 10px; color:#fff; font-size:11px; line-height: 40px; font-weight: bold; }
#mobile .footer p a { color:#fff; text-decoration: none; }
#mobile .footer p a:hover { text-decoration: underline; }

#mobile #content .spacing { padding:25px 10px; }
#mobile #content h1 { padding:0 0 25px 60px; color:#1a598f; font-size:20px; line-height:30px; font-weight:700; text-transform:uppercase; }
#mobile #content h2 { padding:15px 0 5px 0; color:#1a598f; font-size:18px; line-height:25px; font-weight:700; }
#mobile #content h3 { padding:15px 0 5px 0; color:#1a598f; font-size:18px; line-height:25px; font-weight:700; }
#mobile #content h4 { padding:15px 0 5px 0; color:#1a598f; font-size:18px; line-height:25px; font-weight:700; }
#mobile #content h5 { padding:15px 0 5px 0; color:#1a598f; font-size:18px; line-height:25px; font-weight:700; }
#mobile #content h6 { padding:15px 0 5px 0; color:#1a598f; font-size:18px; line-height:25px; font-weight:700; }

/*Most Wanted*/
#mobile .most-wanted h2 { padding:0 13px; line-height: 46px; font-size: 21px; font-weight: bold; color:#fff; text-transform: uppercase; background: url(images/structure/gradient2.png) repeat-x; }
#mobile .most-wanted .btn { float:right; margin:10px 10px 0 0; }
#mobile .most-wanted .frame { margin:0 0 20px 0; padding:1px; background:#fff; border:1px solid #bdbdbd; 
	-webkit-border-radius:3px; 
	   -moz-border-radius:3px; 
	     -o-border-radius:3px; 
	        border-radius:3px;                              
}
#mobile .most-wanted .nav { height:35px; background:#8fa3b3; 
	-webkit-border-radius:3px 3px 0 0; 
	   -moz-border-radius:3px 3px 0 0; 
	     -o-border-radius:3px 3px 0 0; 
	        border-radius:3px 3px 0 0;                            
}
#mobile .most-wanted .nav a { display:block; height:35px; line-height: 35px; color:#fff; font-size: 10px; text-align: center; text-decoration: none; text-shadow:0 1px 1px #757a7e; border-left:1px solid #ccc;  }
#mobile .most-wanted .nav .cell:first-child a { border:none; }
#mobile .most-wanted .nav a.selected {  text-shadow:0 1px 1px #cf4b20; background:url(images/mobile/tab.png) repeat-x; }
#mobile .most-wanted .nav .cell:first-child a  {
    -webkit-border-radius:3px 0 0 0; 
	   -moz-border-radius:3px 0 0 0; 
	     -o-border-radius:3px 0 0 0; 
	        border-radius:3px 0 0 0;   
}
#mobile .most-wanted .nav .cell:last-child a  {
    -webkit-border-radius:0 3px 0 0; 
	   -moz-border-radius:0 3px 0 0; 
	     -o-border-radius:0 3px 0 0; 
	        border-radius:0 3px 0 0;   
}

#mobile .most-wanted table { width:100%; font-size: 12px; color:#494949; line-height: 18px; }
#mobile .most-wanted table thead { font-weight: bold; }
#mobile .most-wanted table thead tr td { padding:12px 8px; }
#mobile .most-wanted table thead tr { background:#fff; }
#mobile .most-wanted table tbody tr { background:#f1f4f6; }
#mobile .most-wanted table tbody tr:nth-child(even) { background:#fff; }
#mobile .most-wanted table tbody tr td { padding:8px 8px; }

/*FAQs*/
#mobile #faqs .faq { position:relative; margin: 0; padding:15px 0 0 0; border-top:1px solid #ccc; cursor:pointer; }
#mobile #faqs .faq:first-child { border:none; }
#mobile #faqs .faq .icon { position:absolute; left:0px; top:15px; height:20px; width:20px; background:#f2693a url(images/structure/faq.png) no-repeat 3px center; }
#mobile #faqs .faq.selected .icon { background-position:-97px center; }
#mobile #faqs .faq p { padding:0 0 15px 0; font-size:12px; color:#777; }
#mobile #faqs .faq h2 { padding:0 0 15px 35px; color:#555; font-size:14px; line-height:17px; font-weight:300; text-transform:none; }
#mobile #faqs .faq h2:hover { color:#f2693a; }
#mobile #faqs .faq .answer { display:none; }

/*Mobile - UI*/
#mobile .ui-btn-inner { margin:0; padding:0; }
#mobile .ui-content { padding:0; margin:0; }
#mobile  div.ui-input-text { padding:0; margin:0; }
#mobile .ui-collapsible { padding:0; margin:0; }
#mobile .ui-collapsible h3 { padding:0; margin:0; }
#mobile .ui-collapsible a { text-decoration:none; color:#4f5050; font-size:14px; }
#mobile .ui-collapsible .ui-btn-inner { background:#f8d280; border:1px solid #e9aa52; border-top:none; }
#mobile .ui-collapsible .ui-icon {
	-webkit-border-radius:9px; 
	   -moz-border-radius:9px; 
	     -o-border-radius:9px; 
	        border-radius:9px;
}
#mobile .ui-collapsible .ui-icon.ui-icon-plus { background:#e5a047 url(js/mobile/images/icons-18-white.png) no-repeat -1px -1px; }
#mobile .ui-collapsible .ui-icon.ui-icon-minus { background:#e5a047 url(js/mobile/images/icons-18-white.png) no-repeat -37px -1px; }
#mobile .ui-collapsible.ui-first-child .ui-btn-inner { border-top:1px solid #e9aa52;
	-webkit-border-radius:6px 6px 0 0; 
	   -moz-border-radius:6px 6px 0 0; 
	     -o-border-radius:6px 6px 0 0; 
	        border-radius:6px 6px 0 0;
}
#mobile .ui-collapsible.ui-last-child.ui-collapsible-collapsed .ui-btn-inner {
	-webkit-border-radius:0 0 6px 6px; 
	   -moz-border-radius:0 0 6px 6px; 
	     -o-border-radius:0 0 6px 6px; 
	        border-radius:0 0 6px 6px;    
}
#mobile .ui-collapsible .ui-collapsible-content { border:1px solid #ccc; border-top:none; }

/*Mobile - Contact*/
#mobile #contact .frm_forms .frm_form_field { float:none; padding:0 0 10px 0; }
#mobile #contact .frm_forms .frm_form_field.full { width:300px; }
#mobile #contact .frm_forms .frm_form_field.full input { width:278px; }
#mobile #contact .frm_forms .frm_form_field.full textarea { width:300px; }
#mobile #contact .frm_forms .frm_form_field.half { width:300px; padding-left:0; }
#mobile #contact .frm_forms .frm_form_field.half input, #mobile #contact .frm_forms .frm_form_field.half textarea { width:278px; }
#mobile #contact .frm_forms .frm_form_field.third { width:300px;  padding-left:0; }
#mobile #contact .frm_forms .frm_form_field.third input, #mobile #contact .frm_forms .frm_form_field.third textarea { width:278px; }
#mobile #contact .frm_forms .frm_form_field.first { padding-left:0; }
#mobile #contact .frm_forms .frm_submit .ui-btn-text { color:#fff; font-size:20px; text-transform:uppercase; line-height:36px; }
#mobile #contact .frm_forms .frm_submit .ui-submit { padding:0 25px; background:#f2693a; border:none;  opacity:1; 
    box-shadow:none;
	-webkit-border-radius:2px; 
	   -moz-border-radius:2px; 
	     -o-border-radius:2px; 
	        border-radius:2px;                                      
}
#mobile #contact .frm_forms .frm_submit .ui-submit:hover { opacity:.9; }
#mobile #contact .frm_forms .frm_submit .ui-submit .ui-btn-hidden { opacity:0; }
#mobile #contact label.error { position:absolute; right:0px; top:-20px; font-weight:normal; color:#d90000; font-size:11px; }
#mobile #contact .area label.error { top:0; }
.mobile-coming-soon { }
#mobile .coming-soon { display:none; margin:0 0 10px 0; width:299px; height:36px; display:block; background-color:none; background:url(images/structure/coming-soon-mobile.png) no-repeat; }
#mobile .coming-soon h5 { display:none; }
#mobile .coming-soon p { display:none; }
#mobile #content h1.store-title { padding:0 0 15px 50px ; margin:0; }