body {
	background: #000;
}

a, .entry a {
	text-shadow: none;
	color: #23a1d8;
	font-weight: 600;
}

h2 {
    font-family: "chaparral-pro";
    font-weight: bold;
}

.hr {
	background: url(images/hr.png) no-repeat center center;
	height: 21px;
}

ul#versionnav {
	float: left;
	list-style: none;
	height: 32px;
}

ul#versionnav li {
	display: inline;
}

ul#versionnav li#heading a#iH {
	font-family: "chaparral-pro";
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	text-shadow: none;
	color: #FFF;
	background: url(images/tiny_bullpinkle_white.png) no-repeat left 3px;
	padding-left: 40px;
	padding-top: 6px;
	
	float: left;
}

ul#versionnav li#heading a:hover {
	text-decoration: none;
}

ul#versionnav li#heading a#iH:hover {
	color: #d92121;
	background: url(images/tiny_bullpinkle_red.png) no-repeat left 3px;
}

ul#versionnav li.listicon a {
	margin-left: 4px;
	margin-right: 4px;
}

ul#versionnav li.listicon:hover {
	background: url(images/arrowwood2.png) no-repeat bottom center;
}

ul#versionnav li img {
	padding-bottom: 5px;
}

ul#versionnav li#BC img { background: url(images/24_gray_bc.png) no-repeat top center; }
ul#versionnav li#BC img:hover { background: url(images/24_red_bc.png) no-repeat top center; }

ul#versionnav li#AB img { background: url(images/24_gray_ab.png) no-repeat top center; }
ul#versionnav li#AB img:hover { background: url(images/24_red_ab.png) no-repeat top center; }

ul#versionnav li#SK img { background: url(images/24_gray_sk.png) no-repeat top center; }
ul#versionnav li#SK img:hover { background: url(images/24_red_sk.png) no-repeat top center; }

ul#versionnav li#MB img { background: url(images/24_gray_mb.png) no-repeat top center; }
ul#versionnav li#MB img:hover { background: url(images/24_red_mb.png) no-repeat top center; }

ul#versionnav li#ON img { background: url(images/24_gray_on.png) no-repeat top center; }
ul#versionnav li#ON img:hover { background: url(images/24_red_on.png) no-repeat top center; }

ul#versionnav li#QB img { background: url(images/24_gray_qb.png) no-repeat top center; }
ul#versionnav li#QB img:hover { background: url(images/24_red_qb.png) no-repeat top center; }

ul#versionnav li#NB img { background: url(images/24_gray_nb.png) no-repeat top center; }
ul#versionnav li#NB img:hover { background: url(images/24_red_nb.png) no-repeat top center; }


div#header {
	/*background-image: url(images/bg_blackwood320.png);*/
	background-color: #222;
	background: #222;
	/*height: 240px;*/
	max-height: 340px;
	min-height: 240px;
	border-bottom: 0px;
	overflow: visible;
}

div#header-top {
	background: #000;
	height: 43px;
}

div#header-top .container {
	/*padding-top: 11px;*/
	padding-top: 7px;
}

div#top-shadow {
	background: url(images/wood_toplight.png) repeat-x center top;
	width: 100%;
	height: 2px;
}

div#bottom-shadow {
	background: url(images/bg_blackwood320end.png) repeat-x left bottom;
}

div#description {
	width: 460px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0;
}

div#content {
	/*background-image: url(images/blackwood.png);*/
	background-image: none;
	background-color: #FFF;
	padding-bottom: 0px;
	border-top: 0px;
}

div#content-shadow {
	display: none;
}

div#footer {
	background: #000;
	/*background-image: url(images/footerwood.png);*/
}

#slider {
	background-image: url(images/slider3.png);
	height: 548px;
	top: 45px;
}

div.slide {
	top: 69px !important;
	left: 26px !important;
}

#stores {
	float: left;
	margin-top: 15px;
	margin-left: 45px;
	margin-bottom: 20px;
	width: 280px;
}

#stores a {
	display: inline;
	position: relative;
	float: left;
	margin-right: 20px;
}

#galaxy {
	float:left;
	position: relative;
	margin-top: -70px;
	margin-left: 45px;
	width: 280px;
	/*height: 340px;*/
	height: 190px;
	background: url(images/phone_galaxy.png) no-repeat;
}

#galaxy img {
	position: relative;
	left: 35px;
	top: 66px;
}

#buy-image2 a {
	margin-left: 10px;
}

#description p, #description table {
	/*font-family: "chaparral-pro";*/
	font-family: "chaparral-pro",serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	color: #DDD;
	text-shadow: none;
}


table .versiontable {
	text-shadow: none;
	color: #f13b3c;
	font-weight: 600;
	font-size: 24px;
}

table#versions {
	width: 678px;
	line-height: 100px;
}

table#versions tr {
	vertical-align: top;
}

table#versions tr.lined {
	border-bottom: 1px solid #EEE;
}

table#versions td.listicon {
	padding: 16px 20px 0 10px;
	width: 1px;
}

table#versions td.listicon img {
}

table#versions td.listtitle {
	padding: 24px 0 24px 0;
	line-height: 18px;
}

table#versions a.territory {
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(images/h2arrow.png);
	padding-right: 12px;
	text-shadow: none;
	color: #333;
	/*color: #f13b3c;*/
	font-weight: 600;
	font-size: 24px;
}

table#versions td.listtitle span {
	font-family: "museo-sans-rounded", "Arial", "Verdana", sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #BBB;
}

table#versions div.appstores {
	margin-top: 10px;
}

table#versions div.appstores a {
	background-position: -2px center;
	background-repeat: no-repeat;
	padding: 8px 10px 4px 26px;
	font-family: "museo-sans-rounded", "Arial", "Verdana", sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #666;
}

table#versions a.ios {
	background-image: url(images/appstore_ios_tiny.png);
}

table#versions a.android {
	background-image: url(images/appstore_android_tiny.png);
}

table#versions a.blackberry {
	background-image: url(images/appstore_blackberry_tiny.png);
}

div#main-content, div#page-content {
	font-family: "chaparral-pro";
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	text-shadow: none;
	/*text-shadow: 1px 1px 2px #000;*/
	color: #222;
    background: #fff;
}

div#et_contact_right {
	font-family: "arial";
	font-size: 14px;
	color: #000;
}

div#page-top {
	/*background-image: url(images/blackwood.png);*/
	background-color: #222;
	background: #222;
	height: 125px;
}

#cat-description h1 {
	font-family: "chaparral-pro";
	font-weight: 600;
	font-style: normal;
	font-size: 52px;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	margin-top: 35px;
	text-transform: uppercase;
}	

ul.superfish.nav li a:hover {
	background-image: url(images/arrowwood2.png);
	color: #d92121;
}

ul.bottom-nav li a:hover {
	color: #f13b3c;
}

ul.nav li.current_page_item a, ul.nav li.current_page_item a:hover, ul.bottom-nav li.current_page_item a, ul.bottom-nav li.current_page_item a:hover {
	color: #FFF;
}

ul.nav li a, ul.bottom-nav li a {
	color: #666;
	text-shadow: none;
	font-weight: normal;
}

ul.nav li a:hover, ul.bottom-nav li a:hover {
	text-shadow: none;
}

ul.nav li.current_page_item a {
	background-image: url(images/arrowwood.png);
}

img#page-splash {
	position: relative;
	float: left;
	top: -26px;
	margin-right: 20px;
}

p#copyright {
	font-family: "museo-sans-rounded", "Arial", "Verdana", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #8c5519;
	text-shadow: none;
}

body#home #content .container {
	background: #FFF;
}

div#page-content {
	width: 950px;
	margin-top: 33px;
	margin-bottom: 15px;
	float: left;
    background: #fff;
}

h1.home-title {
	font-family: "chaparral-pro";
	font-weight: 600;
	font-style: normal;
	font-size: 38px;
	color: #000;
	margin-top: 25px;
	text-transform: uppercase;
}

.featuresethome {
	width: 648px;
	margin-top: 40px;
	font-size: 16px;
	line-height: 18px;
}

.featuresethome a {
	text-shadow: none;
	color: #23a1d8;
	font-weight: 400;	
}

.featuresethome td {
	text-align: center;
}

.featuresethome .press {
	padding-left: 40px;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
}

.featuresethome .press h1 {
	font-family: "chaparral-pro";
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	text-shadow: none;
	color: #000;
	margin-bottom: 10px;
}

.featuresethome td img {
	border: 0;
	margin-bottom: 10px;
}

.featureset {
	margin-bottom: 80px;
}

.sponsorset {
	margin-bottom: 40px;
}

.featureset tr, .sponsorset tr {
	vertical-align: top;
}

.sponsorset .splash {
	width: 220px;
}

.featureset .splash {
	width: 320px;
}

.featureset .copy, .sponsorset .copy {
	text-align: left;
	padding-left: 40px;
}

.featureset h1, .sponsorset h1, .blogtitle {
	font-family: "chaparral-pro";
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
	text-shadow: none;
	color: #000;
	margin-bottom: 10px;
}

.featureset ul {
	padding-bottom: 15px;
}

.faqtitle {
	font-family: "chaparral-pro";
	font-weight: 600;
	font-style: normal;
	font-size: 28px;
	text-shadow: none;
	color: #000;
	margin-top: 20px;
	margin-bottom: 30px;
}
.blogdate {
	color: #d92121;
	font-size: 16px;
	margin-bottom: 20px;
}

.AlpinePhotoTiles-tile[style] {
	width: 222px !important;
	height: 241px !important;
	background:  url(images/instagram_frame.png) center top no-repeat;
}
.AlpinePhotoTiles-link {
	width: 196px !important;
	height: 202px !important;
	margin: 11px 13px 28px 13px;
}




.nav a, .bottom-nav a {
	font-family: "museo-sans-rounded", "Arial", "Verdana", sans-serif !important;
	font-weight: 300 !important;
	font-size: 12px !important;
}







ul#versiondrop {
	margin-left: 4px;
	list-style: none;
	position: relative;
	display: inline-block;
	z-index: 2000;
	}
	
ul#versiondrop li {
	float:left;
	display:list-item;
	list-style: none; 
	
	/*background-color:#000;
	border: 1px solid #222;
	border-bottom: none;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;*/
	}

ul#versiondrop li a.current {
	display: block;
	padding: 6px 20px 8px 6px;	
	
	font-family: "chaparral-pro";
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	text-shadow: none;
	color: #d92121;

	border: 1px solid #000;
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
	background: url(images/arrowdown.png) right center no-repeat;
}

ul#versiondrop li a.current:hover {
	background-color: #d92121;
	color: #FFF;
}

	
/* The Dropdown Styles */
/* =================== */

/* Hide Dropdowns by Default */
ul#versiondrop ul {
	display: none;
	position: absolute;
	top: 35px;
}
	
/* Display Dropdowns on Hover */
ul#versiondrop li:hover > ul {
	display: list-item;
}
	
/* First Tier Dropdown */
ul#versiondrop ul li {
	width: 196px; /*was 400 with 2 columns*/
	float: none;
	position: relative;
	
	border: 1px solid #000;
	background: #FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* Second, Third and more Tiers	*/
ul#versiondrop ul ul li {
	/*position: absolute relative;
	top:-58px; 
	left:170px;*/
}

#versionCA {
	display: inline-block;
	width: 196px;
	border-right: 1px solid #999;
}

/*removed*/
#versionUS {
	display: inline-block;
	width: 196px;
}

.versionWrap {
	/*padding: 10px 0px 10px 50px;*/
}

.versionWrap a {
	font-family: "chaparral-pro";
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	text-shadow: none;
	color: #000;
	margin: 0;
	display: block;
	padding: 10px 0px 10px 50px;

	background: 10px center no-repeat;
}

.versionWrap a:hover {
	color: #d92121;
}

.versionWrap span {
	font-family: "museo-sans-rounded", "Arial", "Verdana", sans-serif;
	font-weight: 300;
	font-size: 10px;
	line-height: 10px;
	text-shadow: none;
	color: #AAA;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
	
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
	
.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}