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

/* ------------------------------ Page Layout ------------------------------- */

* {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#subPageInner {
	background: #fff url(ww-subpage-bg.gif);
}

#banner {
	width: 960px;
	height: 146px;
	margin: 0px auto 3px auto;
}
	
#rightSidebar {
	float:left;
	width: 250px;
}

#subPageText {
	width:710px;
	float:left;
	margin-bottom:0px;
}


#footer {
	float:left;
	width:960px;
	margin: 10px 0 0 0;
	background:#FFF
}

.clear {
	clear:both;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 4px;
}


/* ------------------------------ SubPage Navigation ------------------------------- */


#topNav {
	width: 960px;
	height:34px;
	margin: 0px 0 6px 0px;
	background: #999 url(ww-gray-border.gif) top left repeat-x;
}

#topNav ul li {
	float: left;
	margin-left: 3px;
	
}



#topNav ul li {
	float: left;
	
}

#topNav LI a:link, #topNav LI a:visited {
	font-family:"Arial Black", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #004890;
	display: block;
	width: 157px;
	height: 27px;
	line-height: 27px;
	text-align:center;
	text-transform:uppercase;
	text-decoration: none;
	background: #F1B310 url(ww-nav-bg.gif) no-repeat left top;
	text-indent: 0px;
	outline:none;

}


/* eliminate space before first nav item and expand width as necessary to even out the line */
#topNav ul li .first {
	margin-left:-3px;
	width:160px;

}


#topNav LI a:hover {
	background-color:#004890;
	background-position: right top;
	color:#F1B310;
}


#topNav UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#about #topNav .about a,
#articles #topNav .articles a,
#qanda #topNav .qanda a,
#comics #topNav .comics a,
#contact #topNav .contact a {
	background-color:#004890;
	background-position: right top;
	color:#F1B310;	
}

