 
/* Last Updated October 23, 2009 v. 1.3 for KA 4.0*/

body#ka_login.ka_generalClass #ka_headerSubNav {display:none}

body#ka_forums #ka_headerSubNav {display:none}

body#ka_forums #ka_headerTopNav li.current a {
background:transparent url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/nav3-hover-nobar.gif) repeat-x scroll center top;
}

body#ka_forums #ka_headerTopNav {margin:0 0 30px;}

body#ka_listPage #ka_mainContainer h1 {font-family:Arial, Helvetica, sans-serif;font-size:16px;font-weight:bold; color:#666666;}

body#ka_profilePage #ka_profileRight .ka_profileSegHeader h5 {
font-family:Arial, Helvetica, sans-serif!important;
font-size:16px;
font-weight:bold}

ul#ka_breadcrumbs li {background:#fff;font-family:Arial, Helvetica, sans-serif;font-size:16px;font-weight:bold}

#ka_mainContainer input.ka_button {background:#666666 none repeat scroll 0 0;}
#ka_mainContainer input.ka_button:hover {background:#FFFFFF;color:#666!important;}



/* remove getting started tab */
li#ka_mkpStarted{display:none!important}


/* remove My Widgets */
li#ka_mkpMyWidgets{display:none!important}

/* remove My Fans/People Following Me tab */
li#ka_mkpAllMyFans{display:none!important}



/* set back to rectangle */
#ka_mediaSet_filters.clearfix input {
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
}

/* remove friends and import friends links from messages */
span.ka_addFromFriends{display:none}
span.ka_addFromEmail{display:none}

/* remove tab Message Settings from messages */
#ka_manageSubNav li.ka_settings {display:none;}



/*fixes for  new header */

#ka_headerSubNav ul {padding:0 0 0 10px;}

#ka_header {margin:1px auto 6px;}

/*body#ka_listPage.set #ka_contentContainer {margin-top:10px;} changed SCORD 5-JAN-2011 */
body#ka_listPage.set #ka_contentContainer {margin-top:30px;}

body#ka_myhome h3 {padding:0 0 8px 12px;}

/* Fix pagination on 'Members' List page */
body.user div#ka_bottomPagination div.ka_pagination_wrapper div.pagination { clear: both; float: none; }

/* Fix pagination on 'Experiences' List page */
body.set div#ka_bottomPagination div.ka_pagination_wrapper div.pagination { clear: both; float: none; }

/* Fix Message Board H1 titles from getting too long and overlapping */
body.ka_messageBoards #ka_contentContainer div.ka_forumBody h1 { width: 420px; float: none; )

@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
}

fieldset {
	border: 0px;	
}

	fieldset legend {
		display: none;
	}

/* liz shtuff */

#flashContent {
	z-index: -50;
	width: 960px;
	height: 350px;	 	 
}
#logo_small {
	z-index: 501;
	position: absolute;
	left: 0px;
	top: -37px;
}
#logo_large {
	z-index: 501;
	position: absolute;
	left: 50px;
	top: 78px;
}
#whiteline {
	z-index: 11;
	position: absolute;
	left: 0px;
	top: 142px;
	height: 5px;
	width: 960px;
	background-color: #FFFFFF;
}

/* Custom styling */

#mainContainer {
	width: 100%;
}

#centerContainer {
	width: 960px;
	margin: 0 auto;
	font-family: arial, helvetica, sans-serif;
}

#header {
	position: relative;
	font-family: arial, helvetica, sans-serif;
}

	/* Brown products header */
	 
	#header #megaHead{
		height: 30px;
	}
	
		#header #megaHead ul {
			list-style: none;
			height: 30px;
			margin: 0px;
			padding: 0px;
			font-size: 11px;
		 
		}
		
			#header #megaHead ul li {
				float: left;
				display: inline-block;
				height: 30px;				
			}
		
	/* Brown products header */
	 
	#header #globalHead{
		background-color: #333333;
		height: 30px;
	}
		#header #globalHead ul.products {
			list-style: none;
			height: 30px;
			margin: 0px;
			padding: 0px;
			font-size: 11px;
			color: #eecc77;
		}
		
			#header #globalHead ul.products li {
				float: left;
				display: inline-block;
				height: 30px;				
			}
			
				#header #globalHead ul.products li a {
	color: #eecc77;
	text-decoration: none;
	font-weight: normal;
	padding: 8px 42px;
	display: block;
	font-family: arial, helvetica, sans-serif;
				}
				
				#header #globalHead ul.products li span {
					color: #eecc77;					 				
					font-weight: normal;
					padding: 8px 42px;
					display: block;
				}
				
				#header #globalHead ul.products li a.expandProductsNav {
	font-size: 9px;
	font-weight: normal;
	background-image: url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/expand_arrow.gif);
	background-repeat: no-repeat;
	background-position: 220px 9px;
	font-family: arial, helvetica, sans-serif;
				}
	
	#openimage	{
	position:relative;
	width: 960px;
	height: 113;
	z-index: 1;
	}
	
	/* Goretex logo */
	#header div#navContainer {
		position: relative;
	}
	
	
	#header div#navContainer div#logo_small h1  {
		 background-image: url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/logo.gif);
		 background-repeat: no-repeat;
		 width: 80px;
		 height: 69px;
		 text-indent: -12000px;
		 position: absolute;
		 z-index: 100;
	}
	
		#header div#navContainer div#logo h1 a {
			 display: block;
			 width: 80px;
			 height: 69px;
			 text-decoration: none;
		}
	
	/* Community Header */
	#header div#navContainer #communityHead   {
		background-color: #325a7a;
		height: 36px;
	 	margin: 1px 0;
		font-size: 12px;
		font-weight: bold;
		position: relative;
	}
	
		#header div#navContainer #communityHead ul {
			list-style: none;
			position: absolute;
			left: 100px;
			top: 0px;
		}
		
			#header div#navContainer #communityHead ul li {
				float: left;
				display: inline-block;
				height: 36px;
				margin: 0 0 0 3px;
			}
			
				#header div#navContainer #communityHead ul li a {
					color: #FFFFFF;
					text-decoration: none;
					font-weight: bold;
					margin-top: 2px;
					padding: 9px 10px 11px 10px;
					display: block;
				}
			
			#header div#navContainer #communityHead ul li.active {				 
				background-repeat: repeat-x;				
			}
			
				#header div#navContainer #communityHead ul li.active a {
	color: #64bce0;
	background: transparent url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/nav3-hover2.gif) repeat-x scroll center -2px;
				}
				
				#header div#navContainer #communityHead ul li a:hover {
	color: #64bce0;
	background: transparent url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/nav3-hover2.gif) repeat-x scroll center -2px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
				}
	
	/* Home content */
	
	#homeContent {
		height: 212px;
		clear: both;
	}
	
		#homeContent div.column{
			float: left;
			width: 320px;
			font-size: 10px;
			color: #666666;
			position: relative;
			height: 200px;
		}
		
		#homeContent div.column div.inner {
			padding: 12px;
		}
		
		#homeContent h2 {
			font-size: 13px;
			color: #254a55;
			margin-bottom: 12px;
		}
		
		#homeContent h3 {
			font-size: 11px;
			color: #79ccee;
			margin-bottom: 5px;
		}
		
		#homeContent span.submitter {
			font-size: 8px;
			display: block;
			margin-bottom: 6px;
		}
		
		#homeContent span.submitter a {
			color: #006bfd;
			
		}
		
		#homeContent img {
			padding-right: 4px;
		}
		
		#homeContent p {
			padding-top: 2px;
		}
		
		ul.homeLogin {
			margin: 0;
			list-style: none;
		}
		
			ul.homeLogin li {
				margin-bottom: 14px;
			}
			
			ul.homeLogin li input.homeInput {
				width: 150px;
			}
			
		div#loginCol {
			
		}
		
		div.loginBottomLinks {
			position: absolute;
			bottom: 10px;
			font-size: 9px;
		}
		
		div.loginBottomLinks a {
			color: #668c99;
		}
		
		/* Rounded button */
		div.roundedButton {
			background-color: #666666;
			position: absolute;
			bottom: 6px;
			right: 0px;
			background-image: url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/button_bg_grayround_right.gif);
			background-repeat: no-repeat;
			background-position: top right;
		}
		
			div.roundedButton a {
				text-decoration: none;
				font-size: 11px;
				font-weight: bold;
				color: #FFFFFF;	
				display: block;
				padding-top: 2px;
				height: 16px;
				padding-left: 18px;
				margin-right: 20px;
				background-image: url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/button_bg_grayround_left.gif);
				background-repeat: no-repeat;
			}
		
	
	/* Footer */
	
	#footer {	
		clear: both;	
		height: 106px;
		border-bottom: solid 1px #999999; 
	}
	
		#footer #footerNav {
			background-color: #325a7a;
			height: 26px;
		}
		
			#footer #footerNav ul {
				list-style: none;		
		 		font-size: 10px;
			}
			
				#footer #footerNav ul li {
					margin-top: 6px;
					float: left;
					display: inline-block;
					height: 14px;	
					border-left: solid 1px #FFFFFF;		
					padding: 0 18px;	
				}
				
				#footer #footerNav li.btn-visit1 {
					width: 65px; 
					float: right;
					color: #FFFFFF;
					border: none;
					text-align: right;
					 
				}
				
				#footer #footerNav li.btn-visit2 {
					width: 45px; 
					float: right;
					color: #FFFFFF;
					border: none;
					 
					 
				}
				 
				#footer #footerNav li.btn-visit2 a {
					 
					display: inline-block;
					position: relative;
					margin-left: 3px;
					top: -2px;
					
				}
				 
				 
				
				#footer #footerNav li.btn-visit2 img {
					border:0;				
				}
				
				
				#footer #footerNav ul li.norule {					 
					border-left: none;
				}
					#footer #footerNav ul li a {
						text-decoration: none;
						color: #FFFFFF;				
					}
					
		#footer ul#subFooterNav  {
				list-style: none;		
		 		font-size: 10px;
				margin-top: 20px;
				margin-left: 10px;
			}
			
				#footer ul#subFooterNav  li {
					margin-top: 6px;
					float: left;
					display: inline-block;
					height: 14px;	
					border-left: solid 1px #ddddcc;		
					padding: 0 8px;	
				}
				
				
				#footer ul#subFooterNav  li.norule {					 
					border-left: none;
				}
					#footer ul#subFooterNav li a {
						text-decoration: none;
						color: #666684;				
					}
					
		#footer #copyright {
			clear: both;
			font-size: 10px;
			color: #bd9977;
			margin-left: 18px;
			margin-bottom: 15px;
		}
		
		
	/* Misc */

	 input.textbox {
	 	width: 140px;
	 }
	 
	 input.username {
	 	background-image: url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/input_username_bg.gif);
		background-repeat: no-repeat;
	 }
	 
	 input.password {
	 	background-image: url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/input_pass_bg.gif);
		background-repeat: no-repeat;
	 }
	 
/*- Nav1 -*/
.nav1{
	color: #999999;
	font: 11px arial, helvetica, sans-serif;
	height: 31px;
	overflow: visible;
	margin: 0;
	padding: 0
}
.nav1 ul {margin:0px;padding:0px}
.nav1 li{
	float: left;
	line-height: 31px;
	padding: 0 6px;
	list-style: none
}
.nav1 li img{
	float: left
}
.nav1 li a{
	color: #999999;
	display: block;
	float: left;
	text-decoration: none
}
.nav1 li a:hover,
.nav1 li.active a{
	color: #000000;
	text-decoration: underline
}
.nav1 li.btn-home{
	width: 45px
}
.nav1 li.ico-map{
	padding: 0 0 0 3px
}
.nav1 li.ico-map img, .nav1 li.ico-logo img{
	margin: 4px 0 -4px;
	position: relative
}
.nav1 li.ico-logo{
	float: right;
	padding-top: 2px;
}
.nav1 li.ico-logo img{
	margin: 6px 0 -4px -12;
	position: relative
}

/*=== #Nav2 Drop Down ===*/

#nav2 li{
	float: left;
	position: relative;
}
#nav2 li ul {
	clear: both;
	left: -999em;
	position: absolute;
	top: 36px;
	z-index: 1000;
}
#nav2 li ul li{
	font: 10px arial, helvetica, sans-serif;
	text-transform: none
}
/* Styles for Menu Items */
#nav2 li a{
	display: block;
	line-height: 36px
}
/* \*/ 
* html #nav2 li a {
	float: left;
	height: 1%
}
* html #nav2 li ul{
	width: 150px
}
/* Hovered lists */
#nav2 li:hover a,
#nav2 li.over a {
	background: #333333;
	color: #dcbd65;
	text-decoration: none
}
#nav2 li:hover li a:hover,
#nav2 li.over li a:hover{
	background: #333333;
	color: #dcbd65;
	font-weight: bold
}
/* Set dropdown to default */
#nav2 li:hover li a,
#nav2 li.over li a {
	background: #333333;
	border: 0;
	color: #ffffff;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	width: 150px
}
/* Show menu */
#nav2 li:hover ul,
#nav2 li.over ul {
	left: 0
}

/*- Nav2 -*/
#nav2{
	background: #333333;
	font: 11px arial, helvetica, sans-serif;
	height: 36px;
	margin: 0 0 1px;
	padding:0px;
	z-index: 500;
}


#nav2open{
	background: #333333;
	font: 11px arial, helvetica, sans-serif;
	height: 113px;
	margin: 0 0 2px;
	padding: 0px;
	z-index: 500;
}
#nav2 ul {margin:0px;padding:0px;z-index: 100;}
#nav2 li{
	float: left;
	line-height: 18px;
	padding: 0 30px 0 15px;
	text-transform: uppercase;
	font-weight:bold;
	list-style: none;
}
#nav2 li a{
	color: #dcbd65;
	display: block;
	float: left;
	padding: 0 15px 0px 5px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
};
#nav2 li a:hover,
#nav2 li.active a{
	color: #ffffff;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
}
#nav2 li.btn-expand{
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
}
#nav2 li.btn-expand a, #nav2 li.btn-expand a:hover{
	background: url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/ico-arrow.gif) no-repeat right;
	margin-left: 50px;
}
#nav2 li.btn-expand a, #nav2open li.btn-expand a:hover{
	background: url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/ico-arrow.gif) no-repeat right;
}
#nav2 li.search{
	float: right;
	width: 250px;
	padding:3px 0px 0px;
}
.labelcolor {
	color: #dcbd65;
}
#nav2open ul {margin-top:2px;padding:0px;z-index: 100;}
#nav2open li{
	float: left;
	line-height: 12px;
	padding: 0px;
	list-style: none;
}
#nav2open li a{
	color: #dcbd65;
	display: block;
	float: left;
	padding: 0 15px 0px 5px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}
#nav2open li a:hover,
#nav2open li.active a{
	color: #ffffff;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
}
#nav2open li.btn-expand{
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	margin:0px;
}
#nav2open li.btn-expand a, #nav2 li.btn-expand a:hover{
	background: url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/ico-arrow.gif) no-repeat right;
}
#nav2open li.btn-expand a, #nav2open li.btn-expand a:hover{
	background: url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/ico-arrow.gif) no-repeat right;
}
#nav2open li.search{
	float: right;
	padding-right: 0;
	width: 250px;
	padding:0px;
}
/*- Search -*/

li.search {list-style-image:none;
list-style-position:outside;
list-style-type:none;}

li.search form {border:0 none;
margin:0;
padding:0;}

.search select{
	padding: 1px
}
.search fieldset{
	font: 11px arial, helvetica, sans-serif;
	height: 20px;
	padding: 5px 7px 0 0;	border: 0;
	margin: 0;
}
.search label{
	color: #dcbd65;
	float: left;
	margin: 3px 8px 0 0;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	padding:0px!important;
}
.search input{
	background: url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/search-input-bgr.gif) #ffffff repeat-x top;
	border: 1px solid #ffffff;
	float: left;
	padding: 2px 1px 1px;
	width: 170px;
	margin:0px;
	font-size:11px
}
.search input.btn{
	background: none;
	border: 0;
	margin: 0px 0 0 -18px;
	padding: 0;
	position: relative;
	width: auto
}

ul#nav_site{
	width: 100%;
	padding: 5px 0 0 0;
	height: 105px;
	position: relative;
	border-bottom: 5px solid #FFF;
	z-index: 1;
}

ul#nav_site, #nav_site ul{
	list-style-type: none;
}

ul#nav_site, ul#nav_site a{
	text-decoration: none;
}
ul#nav_site a {
	padding-left: 9px;
}
ul#nav_site a.selected {
	background: 0 5px no-repeat;
}
ul#nav_site strong{
	display:block;
	margin:0 0 0.5em 0;
	text-indent:-9999px;
}

ul#nav_site li{
	position: absolute;
	margin:0 0 0.4em 0;
	left: 1px;
}
ul#nav_site li li{
	position: relative;
	left: -10px;
	top: 2px;
	width: 150px;
}
ul#nav_site li#close{
	left: 20px;
	width: 150px;
}
ul#nav_site li#products{
	left: 245px;
	width: 150px;
}
ul#nav_site li#discover{
	left: 400px;
	width: 150px;
}
ul#nav_site li#support{
	left: 560px;
	width: 150px;
}
ul#nav_site li#search{
	left: 740px;
	width: 250px;
}


ul#nav_site li strong {
	background-repeat:no-repeat;
}

ul#nav_site li#search input#products_filter {
	margin: 5px 0 0 0;
}

ul#nav_site li#search label {
	margin: 5px 10px 0 3px;
	position: relative;
	bottom: 1px;
}
ul#nav_site > li#search label {
	bottom: 2px;
}

ul#nav_site li#search div {
	float: left;
	margin-top: 5px;
}

ul#nav_site li#search input#query {
	background-repeat: repeat-x;
	width: 120px;
	height: 15px;
	font-size: 9px;/*safari had em difference problems*/
	font-weight: bold;
	border: 1px solid;
	float: left;
	font-family: arial, helvetica, sans-serif;
}
ul#nav_site li#search a.button {
	text-indent: -9000px;
	width: 17px;
	height: 15px;
	border: 1px solid;
	float: left;
	padding: 0 0 0 20px;
	outline: none;/*prevents outline on mousedown in FF*/
}
ul#nav_site {
	background: #333;
	border-bottom-color:#fff;
}

ul#nav_site, ul#nav_site a {
	color: #ccc;
	font-family: arial, helvetica, sans-serif;
}
ul#nav_site a:hover {
	color:#fff;
}

ul#nav_site a.selected {
	background-image: url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/arrow_nav_selected.gif);
	color: #fff;
}
ul#nav_site strong {
	color: #ec7;
}
ul#nav_site li#search input#query {
	background-color: #fff;
	background-image: url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/input_text.gif);
	border-color: #fff;
	color:#666;
}
ul#nav_site li#search a.button {
	background-image: url(http://www.gore-tex.com/resources/goretex/community/kickapps/images/input_submit.gif);
	border-color: #fff !important;
}
.yellow {
	color: #EC7;
	text-align: left;
	font-weight: bold;
}

