

#partnerBar {
	background-color: #000;	
	height: 2px;
	width: 970px;
}
a#headerContainer, #headerContainer a {
/*   color: #0099FF; */
}
a#headerContainer strong, #headerContainer a strong {
  color: #000 !important;
}
a:hover#headerContainer strong, #headerContainer a:hover strong {
  color: #0099FF  !important;
}
a.logoutLink, .logoutLink a {
    color: #000 !important;
    cursor: pointer;
}
a:hover.logoutLink, .logoutLink a:hover {
    color: #0099FF !important;
    cursor: pointer;
}
#goodIs {
    color: #000;
    font-size: 20px;
    font-family: Georgia, serif;
    font-style: italic;
    padding: 10px 0 0;
    height: 17px;
    width: 526px;
   	border-right: 1px dotted #000;
   	text-transform: capitalize;
}

#isLocation {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-left: -3px;
    margin-top: 3px;
    }
#siteBrand {
	float:left;
	height:99px;
	margin:2px 0 0;
	position:relative;
	width:411px;
}
#siteBrand .siteBrand a {
    background: url(nav_sprite.png) no-repeat 0 0;
    height:80px;
    width: 145px;
    float:left;
}
span#siteBrand, #siteBrand span 	{
    display:none;
}
#siteBrand .siteBrand:hover {
    background-position: 0 -81px;
}
#nav_login {
	float: right;
	width: 540px;
	margin: 18px 0 0 0;
}
ul#navigation {
	position: relative;
	float: left;
	margin: 5px 0 0 -10px;
	padding: 0 0 2px 0;
}
ul#navigation li {
	color:#000000;
	display:block;
	float:left;
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:0 15px;
	text-transform:uppercase;	
	zoom: 1;
}
ul#navigation li:hover {
	position: relative;
	background-color: #000;
	border: 1px solid;
	border-color: #1a1a1a;
	-moz-box-shadow: #333 1px 1px 3px;
	-webkit-box-shadow: #333 1px 1px 3px;
    box-shadow: #333 1px 1px 3px;	
    border-bottom: none;	
}
ul#navigation li#topics {
    background: url(nav_sprite.png) no-repeat;
	background-position: -157px -34px;
	width: 108px;
}
ul#navigation li#contributors {
    background: url(nav_sprite.png) no-repeat;
	background-position: -270px  -34px;
	width: 194px;
}
ul#navigation li#fun_stuff {
    background: url(nav_sprite.png) no-repeat;
	background-position: -465px  -34px;
	width: 148px;
}
ul#navigation li#participate {
    background: url(nav_sprite.png) no-repeat;
	background-position: -620px  -34px;
	width: 169px;
}
ul#navigation li#topics:hover {
    background: #000 url(nav_sprite.png) no-repeat;
	background-position: -157px 10px;
	width: 108px;
}
ul#navigation li#contributors:hover {
    background: #000 url(nav_sprite.png) no-repeat;
	background-position: -270px 10px;
	width: 194px;
}
ul#navigation li#fun_stuff:hover {
    background: #000 url(nav_sprite.png) no-repeat;
	background-position: -465px 10px;
	width: 148px;
}
ul#navigation li#participate:hover {
    background: #000 url(nav_sprite.png) no-repeat;
	background-position: -620px 10px;
	width: 169px;
}

ul#navigation li a {
	
}

ul#navigation li:last-child a         { border-right: none; } /* Doesn't work in IE */

/* 	LEVEL TWO */
ul#navigation ul.subNavigation { 
	font-size: 13px;
	line-height: 20px;
	display: none; 
	position: absolute; 
	top: 35px; 
	left: -1px; 
	padding: 10px;
	margin: 0;
	background-color: #000;
	border: 1px solid;
	border-color: #1a1a1a;
	-moz-box-shadow: #333 1px 1px 3px;
	-webkit-box-shadow: #333 1px 1px 3px;
    box-shadow: #333 1px 1px 3px;	
    z-index: 1000;
/*     border-radius: 5px; */
	border-top: none;
}
ul#navigation #topics ul.subNavigation { 
	width: 88px; 
}
ul#navigation #contributors ul.subNavigation { 
	width: 174px; 
}
ul#navigation #fun_stuff ul.subNavigation { 
	width: 128px; 
}
ul#navigation #participate ul.subNavigation { 
	width: 149px; 
}

ul#navigation ul li { 
	font-weight: normal; 
	color: #fff;
	float: none; 
	border: none;
	height: auto;
	padding: 0;
	margin: 0;
}
ul#navigation ul li:hover {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: #b6b6b6 none;	
}
/* IE 6 & 7 Needs Inline Block */
ul#navigation ul li a { 
	color: #fff;
	border-right: none; 
	width: 100%; 
	display: inline-block; 
} 

/* 
	LEVEL THREE

ul#navigation ul ul 					{ left: 100%; top: 0; }
ul#navigation li:hover > ul 			{ visibility: visible; }
*/
#navSeparator {
	margin-top: 2px;
	border-top: 1px dotted #000; 
}
#popularContent {
	font-size: 10px;
	text-transform: uppercase;
	height: 17px;
	padding: 1px 3px;
	border-bottom: 1px dotted #000;
	border-right: 1px dotted #000;
	width: 520px;
}
#popularContent span {
	color: #999;
}
#profileArea {
	float: right
}
#searchDiv {
	float: right;
	width: 265px;
	padding-top: 18px;	
}
#searchDiv label {
	display: none
}
#searchDiv input {
	border: 1px solid #999;
	width: 225px;
	height: 19px;
	float: left;
}
#searchDiv .text {
	color: #999;
	padding-left: 10px;
	padding-top: 4px;
	font-family: Arial, sans-serif;
}
#searchDiv .searchText {
	padding-left: 10px;
	color: #000 !important;
}
#searchDiv span {
	color: #999;
}
.searchBar {
	
}
button#searchBtn, button #searchBtn {
	background: transparent url(nav_sprite.png) -960px -158px no-repeat;
	height: 25px;
	width: 26px;
	padding: 0;
	margin: 0 -2px 0 0;
	float: right;
	display: block;
}
button#searchBtn:hover, button #searchBtn:hover {
	background: transparent url(nav_sprite.png) -960px -127px no-repeat;
}
button#searchBtn em, button #searchBtn em {
	display: none
}

img#profileImage {
	padding: 2px;
	background-color: #fff;
	border: 1px solid; 
	border-color: #CBC8C2 #858484 #858484 #CBC8C2;	
	margin-top: 3px;
	position: absolute;
	top: 1px;
	left: -3px;
	z-index: 2000;
}
#loggedInBox {
    background: url(nav_sprite.png) no-repeat;
	background-position: -809px  -28px;
	width: 100px;
	height: 38px;
	position: relative;
}
#loggedInBox:hover {
    background: url(nav_sprite.png) no-repeat;
	background-position: -798px 22px;
	background-color: #000;
	border: 1px solid;
	border-color: #1a1a1a;
	-moz-box-shadow: #333 1px 1px 6px;
	-webkit-box-shadow: #333 1px 1px 6px;
    box-shadow: #333 1px 1px 6px;	
    border-bottom: none;		
	width: 120px;
	height: 49px;
	z-index: 1000;
	position: relative;
	top: 1px;
	left: 10px;
	margin-top: -7px;
}
#loggedInBox ul li { 
	font-weight: normal; 
	color: #000;
	float: none; 
	border: none;
	height: auto;
	padding: 0;
	margin: 0;
}
l1.whiteSeparated {
	border: 1px dotted #fff;
	height: 5px;
	width: 100%;
}
#loggedInBox ul li:hover {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow: #b6b6b6 none;	
}
#loggedInBox ul li a { 
	color: #fff;
	border-right: none; 
	width: 100%; 
	display: inline-block; 
} 
#loggedInBox ul.subNavigation { 
	font-size: 13px;
	line-height: 20px;
	display: none; 
	position: absolute; 
	top: 49px; 
	left: -1px; 
	padding: 10px;
	margin: 0;
	background-color: #000;
	border: 1px solid;
	border-color: #1a1a1a;
	-moz-box-shadow: #333 1px 1px 6px;
	-webkit-box-shadow: #333 1px 1px 6px;
    box-shadow: #333 1px 1px 6px;	
    z-index: 1000;
	border-top: none;
	width: 100px;
	text-align: right; 
}
#nonLoggedInBox {
	position: relative;
	width: 143px;
	padding: 0;
	margin-top: 25px;
}
.loginCircle {
	position: absolute;
	top: -40px;
	left: -50px;
}
.loginCircle img {
	border: none;
}
.signInLinks a {
	float: left;
}
li.sharePost {
	border-bottom: 1px dotted #fff;
}
a#shareWindosharePost {
	border-bottom: 1px dotted #fff;
}
#customFBConnect {
	background: url(nav_sprite.png) no-repeat;
	background-position: -936px -36px;
	background-color: transparent;
/* 	width: 120px; */
	height: 20px;
	padding-left: 20px;
	float: right;
}
#customFBConnect:hover {
	background-position: -936px 1px;
}
li.hr {
}
hr {color: #000; background-color: #000; border: 1px dotted #333; border-style: none none dotted; }
/************************************

bottom navigation area  styles

*************************************/

#footerContainer {
    width:100%;
    margin-top: 5px;
}
#footGOODBar {
    background-color: #c5c0b7;
    height:35px;
    padding: 10px 20px;
    width: 930px; /* FF minus the padding */
}
#whiteGOOD {
    border-right: 1px dotted #fff;
    height:40px;
    width: 70px;
    float: left;
    margin-right: 40px;
}
img#whiteGOOD, #whiteGOOD img {
    margin-top: 6px;
}
#footerGOODBarLinks {
    float: left;
    margin-top: 11px;
    margin-left: 35px;
}
#footerGOODBarLinks .pipe {
    float: left;
    padding: 0 10px;
}
a#footerGOODBarLinks, #footerGOODBarLinks a {
    font-family: arial,sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding: 0 ;
    float: left;
}
a:hover#footerGOODBarLinks, #footerGOODBarLinks a:hover, a:hover#footerLinks, #footerLinks a:hover  {
    text-decoration: underline;
    color: #000 !important;
}
#footGOODBar #newsLetterDiv {
    margin-top: 7px;
}
label#footGOODBar #newsLetterDiv, #footGOODBar #newsLetterDiv label, .emailSuccess {
    color:#4f4d49;
    font-family: arial,sans-serif;
    font-size:12px;
    padding-right:5px;
    float: left;
    margin-top: 3px;
}
input#footGOODBar #newsLetterDiv, #footGOODBar #newsLetterDiv input {
    color:#999;
    font-family: arial,sans-serif;
    font-size:11px;
}
h2#footerLinks, #footerLinks h2 {
    font-size: 12px;
    text-transform: uppercase;
    width: 150px;
    margin-top: 25px;
    margin-bottom: 5px;
}
li#footerLinks, #footerLinks li {
    color: #333;
    font-size: 13px;
    font-family: georgia, sans-serif;
    font-style: italic;
}
ul#footerLinks, #footerLinks ul {
    /*width: 160px;*/
}
#footerLinks .linkColumn {
    float: left;
    width: 148px;
    margin-left:3px;
    margin-right: 13px;
    line-height: 18px;
}
#footerLinks .linkColumn ul {
    padding: 0
}

 #pageFooter			{
     font-family: georgia, sans-serif;
     background: #000;
     text-decoration: none;
     clear:both;
     display:inline;
     float:left;
     padding: 8px 0 0 4px;
     margin: 0px 0 0 0;
     width: 965px;
     height: 40px;
 }
 #pageFooter a 			{
     text-decoration: none;
 }
 #pageFooter * 			{
     color: #999999;
     font-style: italic;
 }
 #pageFooter ul			{
     margin: 0 8px 0 0;
 }
 #pageFooter li 			{
     padding: 0 8px;
     float: left;
     font-size: 11px;
 }
 #pageFooter li.last		{
     border-right: none;
 }
 #pageFooter .copyright		{
     margin-left: 8px;
 }

 #pageFooter li.selected * {
     color:#0099FF;
     font-weight:bold;
 }
 #pageFooter li.selected a:hover {
     color:#0099FF;
     text-decoration:underline;
 }

#loadingGif {
    background: #C5C0B7 url(loading.gif) no-repeat center center;
    height: 40px;
    width: 100px;
    float: right;
}
#newsLetterDiv .error {
	position: relative;
	top: -42px;
	left: 110px;
}
#newsLetterDiv .confirmation {
    line-height:24px;
}
.emailSuccess {
    float: right;
}
/* Login, Signup and Forgot Password forms */
.registration a,
.registration a:link,
.registration a:visited { color:#00a0f9;text-decoration:underline; }
.registration a:hover { color:#333 !important; }
.registration input { margin:0; padding:0; }
.registration input:focus { background:#ffffdd; }
.registration ul { margin:0; padding:0; }
.registration img { border:0; }
.registration { font-size:10px; line-height:2em; }
.registration .reminder { width:27%; float:right; display:inline; font-size:1.45em; font-family:Georgia, serif; font-style:italic; color:#666; }
.registration.login .reminder { padding-top:2.5em; }
.registration.signup .reminder { padding-top:3.5em; }
.registration h3 { margin:0 0 0.5em; padding-top:1em; font-size:2em; line-height:100%; }
.registration p { font-size:1.5em; }
.registration h3,
.registration p,
.registration .text,
.registration .password { width:67%; }
.registration .input { display:block; margin-bottom:0.5em; }
.registration label,
.registration .forget { font-size:1.5em; line-height:2.25em; }
.registration .forget img { margin-left:0.5em; vertical-align:middle; }
.registration label { font-weight:bold; }
.registration .forget { font-style:italic; margin-left:1em; position:absolute; font-family:Georgia, serif; }
.registration .forget,
.registration .forget:link,
.registration .forget:visited { text-decoration:none; color:#666; }
.registration .forget:hover { color:#00a0f9 !important; }
.registration .forget.searched,
.registration .forget.searched:hover { color:red !important; cursor:default; }
.registration .text,
.registration .password  { width:67%; }
.registration .text input,
.registration .password input { width:93%; padding:0.25em; display:block; border:0.05em #999 solid; font-size:2em !important; }
.registration .submit { float:left; }
.registration .submit { margin-top:3.65em; display:inline; }
.registration .submit input { height:2.5em; padding:0 1em; background:#000; border:0; color:#fff; text-transform:uppercase; letter-spacing:0.1em; font-size:1.25em; cursor:pointer; }
.registration .submit input:hover { background:#00a0f9; }
.registration .submit input[disabled] { opacity:0.5; }
.registration .submitting .submit { background:url(loading-e6e3dc-medium.gif) 100% 50% no-repeat; padding-right:3.25em; }
.ui-dialog .registration .submitting .submit { background:url(loading-ffffff-medium.gif) 100% 50% no-repeat; }
.registration .submit img { margin-left:1em; margin-top:0.3em; vertical-align:top; }
.registration .checkbox  { clear:both; }
.registration .checkbox input { margin:0 1em 0 0; }
.registration .error-message { font-size:1.5em; margin-top:0.5em; color:red; }
.registration .facebook { width:auto; clear:both; text-align:right; margin:1em 0 0; padding-top:1em; border-top:#999 0.1em dotted; line-height:2.5em; font-style:italic; font-size:13px; color:#666; font-family:Georgia, serif; font-style:italic; }
.registration .facebook a { float:right; margin-left:1em; }
.registration .signupForm .text,
.registration .loginForm .password,
.registration .forgotPasswordForm .text { float:left; }
.registration .signupForm .text,
.registration .forgotPasswordForm .text { margin-bottom:2.5em; }
.registration .loginForm .password { margin-bottom:1em; }

.facebookAccount { padding:2em 0; margin:auto; }
.facebookAccount p,
.facebookAccount h3 { width:auto; }
.facebookAccount h3 { margin-top:0; }
.facebookAccount h4 { margin:0.75em 0; font-size:1.70em; font-weight:normal; }
.facebookAccount .welcome,
.facebookAccount .associate { float:left; }
.facebookAccount .welcome { width:40%; padding:1em 3% 1em 1%; border-right:#666 1px dotted; }
.facebookAccount .welcome .tell-friends { font-family:Georgia, serif; font-style:italic; }
.facebookAccount .welcome .tell-friends a { text-decoration:none; color:#000; cursor:default; }
.facebookAccount .welcome .tell-friends a:link,
.facebookAccount .welcome .tell-friends a:visited { text-decoration:underline; cursor:pointer; color:#00a0f9; }
.facebookAccount .welcome .tell-friends a:hover { color:#000 !important; }
.facebookAccount .welcome .tell-friends a:link:hover,
.facebookAccount .welcome .tell-friends a:visited:hover { color:#333 !important; }
.facebookAccount .welcome .button { float:right; line-height:2.5em; height:2.5em; margin-top:0.75em; padding:0 1em; background:#000; border:0; color:#fff; letter-spacing:0.05em; font-size:1.25em; text-transform:uppercase; cursor:pointer; }
.facebookAccount .welcome .button:hover { background:#00a0f9; }
.facebookAccount .associate { width:51%; padding:1em 0 1em 4%; }
.facebookAccount .associate h4 { margin-bottom:0.5em; }
.facebookAccount .associate .text,
.facebookAccount .associate .password  { width:75%; }
.facebookAccount .associate .password { float:left; }
.facebookAccount .associate .submit { float:right; }

.registration #customFBConnect {
	background:url("nav_sprite.png") no-repeat scroll -936px -27px transparent;
	padding-bottom:10px;
	padding-left: 25px;
}
.signInHeader {
    color: #FFF;
    background-color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 30px;
}
#niceToSee {
	position: absolute;
	top: 25px;
	right: 25px;
	background: transparent url(spriteGOOD.png) 0 -184px no-repeat;
	height: 105px;
	width: 105px;
}
.error_box {
    margin-top:5px;
    margin-bottom: -25px;
}
#choices {
    border-top: 1px dotted #333;
    margin-top: 15px;
    margin-left: 30px;
    #margin-top: 0;
    padding:10px 0 0 0;
    #padding-top: 15px;
    clear: both;
}
#forgotPwd {
    font-family: Georgia, serif;
    color: #999;
    font-style:italic;
    text-decoration: underline;
    width: 40%;
    float: left;
	cursor: pointer;    
}
#chkBox {
    padding: 2px;
    margin-left: 10px;
    float: left;
}
#chkBox label {
    font-size: 11px;
    font-weight: normal;
    color: #999;
}
#joinBox {
    float: right;
    width: 190px;
	margin-top: 3px;
}
/* LOGIN OVERLAY  */
.ui-dialog-titlebar {
	background-color: #000;
	color: #fff;
}

#forgotPass {
	padding: 0;
}
#forgotPass label {
	font-weight: bold;
	padding-right: 10px;
}
#forgotPass #UserEmail  {
	height: 20px;
	width: 300px;
}
#forgotPass .submit  {
	padding-top: 20px;1
}
#flashMessage {
	padding-top: 10px;
}
.btnLink {
    height: 15px;
    #height: 20px;
    width: 30px;
    color: #FFF;
    background-color: #0099FF;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-left: 5px;
}
a.btnLink {
    color: #FFF !important;
}
a:hover.btnLink {
    color: #FFF !important;
    background-color: #000 !important;
}
/* facebook login overlay styles */
#fbcCreateAccount {
	width: 750px;
}
#fbGOODLogin {
	float:left;
	padding-right: 10px;
	margin-right:5px;
	margin-left: 10px;
	width: 320px;
	height: 350px;
	border-right: 1px dotted #333;
}
#fbGOODLogin button#createSubmit {
	padding: 5px 10px;
}
#GOODLogin {
	float: right;
	width: 385px;
}
#GOODLogin #signInOverlay {
	padding: 0;
}
#GOODLogin #niceToSee {
	display: none;
}
#fbButton {
	float: right;
	margin-top:-26px;
	margin-right:93px;
}
.create_profile {
	padding-top: 10px;
	margin-right: 20px;
}
.create_profile label {
	font-weight: bold;
	font-style: normal;
}
.fbmemberNameInfo {
	margin-bottom: 10px;
	font-size: 11px;
	width: 300px;
}
#GOODLogin #loginBox input#user_login, #GOODLogin #loginBox #user_login input, #GOODLogin #loginBox input#user_pass, #GOODLogin #loginBox #user_pass input, #GOODLogin #loginBox #forgotPassword input, input#fbcMemeberName, input#fbcEmail {
    display:block;
    width: 300px;
    height: 40px;
    padding: 0;
    margin: 10px 0 20px 0;
    color: #c9c9c9;
    font-size: 26px;
    #font-size: 40px
}
#tellFbFriends {
	border-top: 1px dotted #333;
	padding-top: 20px;
	width: 720px;
	clear: both;
}
#tellFbFriends label {
	padding-right: 10px;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .searchBar	button, #signInOverlay button	{
        height: 22px;
    }
    ul.sf-menu  {
        width: 500px
    }
    #footGOODBar {
        height: auto;
    }
    #footerGOODBarLinks {
        margin-left: 33px;
    }
    #footGOODBar #newsLetterDiv {
    	margin-top: 10px;
	}
    #choices {
    	padding-top: 20px;
    }
}