
* html a {
	position: relative;
	z-index: 1;
}

.inline {
	display: inline;
}
/*
.left {
	float: left;
}
.right {
	float: right;
}
*/

#headerTopBar {
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
	background: #2c2c29;
	height: 24px;
	width: 980px;
	/*
	background-image: url(../images/headerTopBarBackground.png);
	[if lt IE 7] background-image: url(../images/headerTopBarBackground.gif);
	background-repeat: no-repeat;
	*/
	margin-bottom: 10px;
}

#socialGroups {
	margin-top: 2px;
	margin-left: 10px;
}

img.socialImage {
    width: 58px;
    height: 18px;
	margin-left: 5px;
	vertical-align:text-top;
	border: 0px;
}


.searchResultText {
	font-weight: bold;
	color: #333333;
	
}
.searchResultCategory {
	font-style:italic;
	color: #999999;
}

.paypalDonateButtonImage {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: bottom;
	border: 0;
}

.noborder {
	border: 0;
}

.searchboxForm {
	margin-top: 2px;
	margin-right: 10px;
	vertical-align: text-top;
}


#mainIsnLogo {
	width: 169px;
	height: 76px;
	margin-left: 30px;
	border: 0;
}

.subscriptionWrapper {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	background: #2c2c29;
	
	width: 103px;
	height: 65px;
	margin-left: 30px;
	margin-top: 5px;
	/*
	background-image: url(../images/rssSubscriptionBackground.png);
	[if lt IE 7] background-image: url(../images/rssSubscriptionBackground.gif);
	*/
	text-align: center;
	background-repeat: no-repeat;
}

.donationWrapper {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
	background: #2c2c29;

	width: 103px;
	height: 65px;
	margin-left: 23px;
	margin-top: 5px;
	/*
	background-image: url(../images/rssSubscriptionBackground.png);
	[if lt IE 7] background-image: url(../images/rssSubscriptionBackground.gif);
	*/
	text-align: center;
	background-repeat: no-repeat;
}

.subscribeLogo {
	width: 40px;
	height: 38px;
	display: inline;
	
	border: 0;


	margin-top: 6px;
	margin-left: 2px;
	margin-right: 2px;

}
.subscribeText {
	position: relative;
	top: -3px;

}

#bannerRotationWrapper {
	width: 468px;
	height: 60px;
	margin-top: 7px;
	margin-right: 10px;
}

#globalheader {
	height: 32px;
	width: 980px;
	    position: relative;
	/*
	background-image: url(../images/mainMenuBackground.png);
	[if lt IE 7] background-image: url(../images/mainMenuBackground.gif);
	background-repeat: no-repeat;
	*/
	margin-top: 0px;	
	
	
}

ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding: 0;

}
#globalnav {
    margin:0;
    padding:0;
}

#globalnav li {
    display:inline;
}

#globalnav li a, .selectedHome, .selectedEpisodes, .selectedGalleries, .selectedContact, .selectedPress, .selectedISNArmy, .selectedGear  {
    background-image:url("../images/mainMenuBackground.gif");
/*
	[if lt IE 7] background-image: url("../images/mainMenuBackground.gif");
	*/
    background-repeat:no-repeat;
}

#globalheader #globalnav li a, .selectedHome, .selectedEpisodes, .selectedGalleries, .selectedContact, .selectedPress, .selectedISNArmy, .selectedGear  {
    float:left;
    height:0;
    overflow:hidden;
    padding-top:32px;
    width:125px;

}

#globalheader #globalnav li#gn-home a {
    width: 230px;
    background-position:0px 0px;
}
#globalheader #globalnav li#gn-home a:hover {
    width: 230px;
    background-position:0px -32px;
}
.selectedHome {
    width: 230px;
    background-position:0px -64px;
}

#globalheader #globalnav li#gn-episodes a {
    background-position:-230px 0;
}
#globalheader #globalnav li#gn-episodes a:hover {
    background-position:-230px -32px;
}
.selectedEpisodes {
    background-position:-230px -64px;
}

#globalheader #globalnav li#gn-galleries a {
    background-position:-355px 0;
}
#globalheader #globalnav li#gn-galleries a:hover {
    background-position:-355px -32px;
}
.selectedGalleries {
    background-position:-355px -64px;
}

#globalheader #globalnav li#gn-contact a {
    background-position:-480px 0;
}
#globalheader #globalnav li#gn-contact a:hover {
    background-position:-480px -32px;
}
.selectedContact {
    background-position:-480px -64px;
}

#globalheader #globalnav li#gn-press a {
    background-position:-605px 0;
}
#globalheader #globalnav li#gn-press a:hover {
    background-position:-605px -32px;
}
.selectedPress {
    background-position:-605px -64px;
}

#globalheader #globalnav li#gn-isnarmy a {
    background-position:-730px 0;
}
#globalheader #globalnav li#gn-isnarmy a:hover {
    background-position:-730px -32px;
}
.selectedISNArmy {
    background-position:-730px -64px;
}

#globalheader #globalnav li#gn-gear a {
    background-position:-855px 0;
}
#globalheader #globalnav li#gn-gear a:hover {
    background-position:-855px -32px;
}
.selectedGear {
    background-position:-855px -64px;
}
