body { 
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  height: 100%;
}

#accessibility {
  display: none;
}

h1 {
  text-indent: -9999px;
  font-size: 0%; /* Required to stop IE from putting a stripe at the bottom */
  padding: 0;
  margin: 0 0 20px 0;
  height: 200px;
  background: url(../images/nfn.png) top left no-repeat;
  /* Needed to make IE7 cursor behave */
  cursor: pointer; cursor: hand;
}

h3,a {
  color: #E63377;
}
h2.first,h3.first {
  margin-top: 0;
}

h3#feed {
  padding-left: 20px;
  height: 20px;
  background: url(/images/feed-icon-16x16.png) top left no-repeat;
}
h2.blogTitle {
  margin-bottom: 0;
}
h2.blogTitle a {
  color: #666666;
  text-decoration: none;
}
span.blogPostedDate {
  font-style: italic;
}
div.divider {
  margin: 20px 0 0 0;
  padding: 0;
  height: 7px;
  background: url(/images/hr.png) top left repeat-x;
}
div.divider.noSpace {
  margin: 0;
}

#container {
  width:770px;
  min-height: 100%;
  margin: 10px auto 0 auto;
  padding: 0;
  text-align:left;
  background-color: #FFFFFF;
}

img.right {
  float: right;
  margin: 0 0 20px 20px;
}

div#mainContent {
  float:left;
  width: 370px;
  margin: 0;
  padding: 0;
}
div#mainContent.holding {
  width: 100%;
}
div#mainContentBackground {
  background: url(../images/border_grey.png) top left;
  margin: 0;
  padding: 0 16px 0 16px;
}
div#mainContentInner {
  margin: 0;
  padding: 10px;
  background: white;
}
div#mainContentTopBorder {
  width: 370px;
  height: 10px;
  background: url(../images/border_top_370.png) top left no-repeat;
  margin: 0;
  padding: 0;
  font-size: 0%; /* Required to stop IE from putting a stripe at the bottom */
}
div#mainContentBottomBorder {
  width: 370px;
  height: 7px;
  background: url(../images/border_bottom_370.png) top left no-repeat;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 0%; /* Required to stop IE from putting a stripe at the bottom */
}


/* ## Menu Content ## */

div#menuContent {
  float: left;
  width: 160px;
  padding: 0 20px 0 10px;
}
div#menuContent ul.category_list {
  padding-left: 1.1em;
  margin-left: 0;
}
div#menuContent ul.category_list li a{
  text-decoration: none;
  color: #333333;
}

div#signUp {
  height: 200px;
  margin-bottom: 10px;
}

/* ## Extra Content ## */

div#extraContent {
  float: left;
  width: 190px;
  padding: 0 10px 0 10px;
  font-size: smaller;
}
div#extraContent p {
  margin: 82px 0 5px 0;
  padding: 0;
  line-height: 130%;

}

div#extraContent a {
  text-decoration: none;
}

div#extraContent #features {
  background-color: #3681C3;
  background: url(../images/features-background.png) top left no-repeat;
  padding: 10px 10px 5px 10px;
  color: white;
  height: 135px;
  /* Needed to make IE7 cursor behave */
  cursor: pointer; cursor: hand;
  margin-bottom: 10px;
}
div#extraContent .membersOnly {
  margin: 0 0 5px 0;
}
div#extraContent #features .membersOnly {
  color: #A5DFF9; 
}
div#extraContent #events{
  background-color: #273783;
  background: url(../images/events-background.png) top left no-repeat;
  padding: 10px 10px 5px 10px;
  color: white;
  height: 135px;
  /* Needed to make IE7 cursor behave */
  cursor: pointer; cursor: hand;
  margin-bottom: 10px;
}
div#extraContent #events .membersOnly {
  color: #7E95CC; 
}
div#extraContent #membersLounge {
  background-color: #EE3E83;
  padding: 10px 10px 5px 10px;
  color: white;
  margin-bottom: 10px;
}
div#extraContent #membersLounge .membersOnly {
  color: #F9BEC5;
}
div#extraContent h3{
  text-indent: -9999px;
  padding: 0;
  margin: 0;
}
div#extraContent #postNotice{
  background-color: #EE3E83;
  background: url(../images/notice-background.png) top left no-repeat;
  padding: 10px 10px 5px 10px;
  color: white;
  height: 135px;
  /* Needed to make IE7 cursor behave */
  cursor: pointer; cursor: hand;
  margin-bottom: 10px;
}
div#extraContent #postNotice.membersOnly {
  color: #B3B5B7;
}
div#extraContent #features h3{
  background: url(../images/features.png) top left no-repeat;
  height: 18px;
}
div#extraContent #events h3{
  background: url(../images/events.png) top left no-repeat;
  height: 18px;
}
div#extraContent #membersLounge h3{
  background: url(../images/membersLounge.png) top left no-repeat;
  height: 18px;
}
div#extraContent #postNotice h3{
  background: url(../images/postNotice.png) top left no-repeat;
  height: 18px;
}

/* ## Login ## */

div#login {
  margin-top: -215px;
  width: 190px;
  margin-left: 570px;
}

div#login p {
  font-size: smaller;
}

div#login h3 {
  margin: 0 0 5px 0;
}

div#login input.check {
  padding: 0;
  margin: 0 0 0 0.2em;
}

/* ## Footer ## */

div#footer {
  clear:both;
  height: 48px;
  text-align: center;
}
div#footer img {
  border: none;
}

ul#menu {
  background: url(../images/menu.png) top left no-repeat;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 176px;
}
ul#menu li {
  list-style: none;
}


/*##### MAIN MENU ##### */

div#globalNav {
  height: 177px;
  width: 160px;
  margin: 0;
  padding: 0;
  border: 0;
  display: block; 
}

div#globalNav ul#menu {
  height: 177px;
  width: 160px;
  background: transparent url(/images/menu.png) top left no-repeat;
  margin: 0;
  padding: 0;
  position: relative;
}

div#globalNav ul#menu li {

	/*margin: 0;

	padding: 0;

	list-style: none;

	position: absolute;

	top: 0;*/

	}

	
ul#menu li, ul#menu a {
  height: 32px;
  display: block;
  /* This is to remove any border bottom added to standard links */
  border-bottom-style: none;
}

div#globalNav ul#menu li a {
  text-indent: -9999px;
  text-decoration: none;
}

li#watchButton a, ul#menu li#watchButton {
	height: 40px;
}

#about a:hover { background: transparent url(/images/menu.png) -162px 0 no-repeat; }

#blog a:hover { background: transparent url(/images/menu.png) -162px -32px no-repeat; }

#resources a:hover { background: transparent url(/images/menu.png) -162px -64px no-repeat; }

#projects a:hover { background: transparent url(/images/menu.png) -162px -96px no-repeat; }

#upstream a:hover { background: transparent url(/images/menu.png) -162px -128px no-repeat; }

#links a:hover { background: transparent url(/images/menu.png) -162px -160px no-repeat; }