/*----------------------------------------------------------------------
    Header & Navigation (#xg_head and descendants)
----------------------------------------------------------------------*/
#xg {
	width:auto;
}

#xg_body, #xg_masthead p, #xg_foot, #xg_navigation ul {
	width:955px;
	margin:auto;
}

#xg_head {
    min-height:170px;
    _height:170px;
    font-family: "Comic Sans MS",sans-serif;
    background-color:#362f2d;
}

#xg_masthead {
	background: transparent url(http://static.ning.com/socialnetworkmain/widgets/index/gfx/themes/Playful%20Tickled/chalk.png?v=201011232256) no-repeat right center;
  min-height:134px;
  _height:134px;
}

#xg_navigation {
    padding-top:10px;
    width:100%;
    background:#fff url(http://static.ning.com/socialnetworkmain/widgets/index/gfx/themes/Playful%20Tickled/header-bg-v2.png?v=201011232256) repeat-x scroll 0 0;
    margin-top:0;
}

#xg_navigation ul {
	display:block;
	padding:2px 0 0;
}

#xg_navigation ul li a{
	display: block;
  _float:left;
	text-align:center;
	color:#659798;
	font-size:1.1em;
	line-height: 180%;
	padding: 0;
}

#xg_navigation ul li a span{
	display:block;
  _float:left;
	text-align:center;
	color:#91B7B8;
	font-size:1.1em;
	line-height: 180%;
    letter-spacing:.2em;
	padding: 0 10px;
	font-weight: normal;
	height:34px;
}

#xg_navigation ul li a:hover span {
	color:#333;
}
#xg_navigation ul li.this a span {
	text-align:center;
	color:#333333;
	background: #EDBEC7 url(http://static.ning.com/socialnetworkmain/widgets/index/gfx/themes/Playful%20Tickled/nav-bg.png?v=201011232256) no-repeat 0 0;
	padding: 0 0 0 13px;
}

#xg_navigation ul li.this a{
	background: #EDBEC7 url(http://static.ning.com/socialnetworkmain/widgets/index/gfx/themes/Playful%20Tickled/nav-bg.png?v=201011232256) no-repeat right 0;
	padding-right:13px;
}

#xg_masthead p#xg_sitename {
	line-height:1.2em;
    padding:16px 0 0 10px;
	font-size: 52px;
    margin:0 auto;
}

#xg_masthead p#xg_sitedesc {
	margin:auto;
	padding:0 0 26px 10px;
	color:#BFD17F;
	font-size:20px;
	height:1.5em;
}
/*----------------------------------------------------------------------
    Body (#xg_body and descendants)
----------------------------------------------------------------------*/
#xg #xg_body h1 {
    color: #040404;
}

.xg_module_head {
	margin: 0;
	font-size:1.2em;
	font-weight: normal;
}

.xg_module_body,
.xg_module_foot {
	margin:0;
}

.xg_module_foot {
	border-top:1px solid #EDBEC7;
    background:#fff;
}

.xg_module_foot, .xg_module_body:last-child {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
}

.xg_module_head, .xg_module_body:first-child {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
}

.xg_module_head h2 {
    font-weight:normal;
}

.xg_module_body h3,
.xg_module_body caption {
    color: #000000;
}
#xg_body ul.navigation {
	position: static;
	float: left;
	clear: both;
	border-bottom:none;
}
ul.page_tabs li.this {
    background-color:#fff;
	background-image: none;
}
.module_events div.wrap {
border:none;
}

.xg_floating_container .xg_module_head {
  -moz-border-radius:0;
  -webkit-border-radius:0;
}

/*----------------------------------------------------------------------
    Footer (#xg_foot and descendants)
----------------------------------------------------------------------*/
#xg_foot {
    color:#fff;
	padding:10px;
	float:none;
	height:15px;
}