/* CSS Document */

/*layout*/
html,body {
text-align:center;
margin-top:0px;
background:#432B46 url(/images/layout/2000/bluetop.gif) top center repeat-x;

}

#container {
	margin: 0 auto 15px auto;
	width: 922px;
	height:auto;
	background: url(/images/layout/2000/borderbg.jpg) center repeat-y;
}

#header {
	width:922px;
	height:178px;
	margin:0;
	padding:0;
	background: url(/images/layout/2000/masthead.jpg) top left no-repeat;
}
#container2 {
	width:900px;
	text-align:left;
	margin: 0px auto 0px auto;
}
#sidebar {
width:180px;
margin-right:20px;
padding-top:10px;
float:left;
}

#content {
width:500px;
float:left;
padding-top:10px;
font-size:1.1em;
}

#fullcontent {
width:650px;
float:left;
padding-top:10px;
font-size:1.1em;
}

#rightcol {
width:180px;
margin-left:20px;
padding-top:10px;
float:left;
}

#footer {
width:922px;
height:86px;
text-align:center;
vertical-align:middle;
background: #432B46 url(/images/layout/2000/footer.jpg) top no-repeat;
clear:both;

}


/*NAV MENU */
#nav, #nav ul {
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1000;
}

#nav a {
	display: block;
	height:30px;
	text-indent:-1000px;
	text-decoration:none;
	margin:0;
	padding:0;
}

#nav li {
	float: left;
	/*display:inline;*/
	padding:0;
	width:auto
}

#nav li ul {
	position:absolute;
	width: 12em;
	left: -999em;
	margin:0;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover a, #nav li:focus a {
	background-position: center bottom !important;
}
#nav a:active {
	background-position: center bottom !important;
}

#nav .navEvents a {
	width:73px;
	background:url(../images/layout/2000/events.png) 0 0 no-repeat;
	}
	
#nav .navCommunity a {
	width:108px;
	background:url(../images/layout/2000/community.png) 0 0 no-repeat;
}

#nav .navCulture a {
	width:78px;
	background:url(../images/layout/2000/culture.png) 0 0 no-repeat;
}

#nav .navFeatures a {
	width:88px;
	background:url(../images/layout/2000/features.png) 0 0 no-repeat;
}

#nav .navAbout a {
	width:88px;
	background:url(../images/layout/2000/aboutus.png) 0 0 no-repeat;
}

#nav .navAdults a {
	width:102px;
	background:url(../images/layout/2000/grownups.png) 0 0 no-repeat;
}
#nav .navShop a {
	width:62px;
	background:url(../images/layout/2000/shop.png) 0 0 no-repeat;
}

#nav .navFun a {
	width:53px;
	background:url(../images/layout/2000/fun.png) 0 0 no-repeat;
}

#nav a.sub {
	width:12em;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	padding:3px 5px 3px 5px;
	text-decoration:none;
	background:#FFF;
	text-indent:0;
	color:#000;
	border-left:1px solid #333;
	border-right:1px solid #333;

}

#nav a.subLast {
	width:12em;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	padding:3px 5px 3px 5px;
	text-decoration:none;
	background:#FFF;
	text-indent:0;
	color:#000;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

#nav a.sub:hover, #nav a.subLast:hover {
	background-color:#b8d04f;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* SEARCH CSS */
#search {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	padding:0px 0px 0px 0px;
	margin:0px 55 0px 0;
}
#search {
	margin:0px 55px 0px 0px; !important
}
.searchinput {
background:#FFF; 
border:1px solid #333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#43647D;
padding:3px;
margin:0px;

}
#searchsubmit {
	width: 55px;
	height: 21px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #333;
	background:#b8d04f;
	cursor: pointer;
	cursor: hand; /* for IE 5.x */
	margin:0px;
	position:absolute;
	padding:0 0px 4px 0;
	color:#336600;
}
#search p {
margin:4px 0px 4px 10px;
position:relative;
}

html>body #search p {
	padding-right:10px;
}

/* LEFT MENU */

#sidebar h3 {
	color:#333;
	font-family:Trebuchet MS, Arial;
	background:url(../images/layout/2000/topnavbuttonbg.gif);
	padding:3px 4px 5px 4px;;
	line-height:16px;
	text-align:center;
	font-size:14px;
	margin:0px;
}
#sidebar p {
	padding-left:10px;
}
#ad {
	font-size:11px;
	line-height:15px;
	font-family:"Trebuchet MS";
	color:#666666;
	margin-bottom:20px;
	margin-left:10px;
}
#ad a {
	color:#333333;
	text-decoration:none;
}
#ad a:hover {
	color:#FF0066;
}

#sidebar ul{
list-style-type:none;
margin:0px 0 0 8px;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold; 

}
#sidebar li a {
background : url(../images/layout/2000/starbullet.gif) no-repeat left;
padding-left : 18px;
padding-bottom : 0;
text-decoration:none;
color:#000;
line-height:20px;
}
#sidebar li a:hover {
background : url(../images/layout/2000/starbullet_o.gif) no-repeat left;
padding-left : 18px;
padding-bottom : 0;
text-decoration:none;
color:#06F;
}

/* PRINT & SEND MENU */
#articletop {
margin:0px;
padding-bottom:20px;
}
/* TWO COLUMN LAYOUT */
#col1 {
float:left;
width:315px;
margin-right:10px;
}
#col2 {
float:left;
width:315px;
margin-left:10px;
}

/* DEAR PW */
#dearPWquestion {
padding:10px;
border:3px solid #efefef;
background: url(../images/layout/2000/dearpw/notepaper.jpg) repeat;
/*background:#e7ffc9;*/
margin-bottom:10px;
font-size: 14px;
line-height: 20px;
}
#dearPWquestion h1 {
font-size: 24px;
color: #000;
}
#dearPWquestion h4 a {
font-size: 18px;
color:#981121;
text-decoration: none;
}
.more {
    display: none;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666; }
a.showLink, a.hideLink {
    text-decoration: none;
    padding-left: 8px;
    background: transparent url('down.gif') no-repeat left; 
    background-color:#f7ff54; }
a.hideLink {
    background: transparent url('up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #36f; }

