/* CSS Rules for Home Page */
.homePage{clear:both; overflow:hidden; background-color:#FFF; margin:0; padding:0; border:0; width:550px;}

/*And Don't Miss:*/
.homeChunk{float:left; overflow:hidden; width:550px; padding:0 5px 5px 0;}
.homeChunkHeader{background-color:#005A93; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; line-height:20px; font-weight:bold; color:#FFF; height:20px; padding:0px 0px 0px 5px;}
h3 { padding:10px 0 0 0; font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
.homeChunk ul{ list-style:none; padding:0; margin:0; line-height:10px;}
		.homeChunk li {display:block;}
    .homeChunk a{font: 11px Arial, Verdana, sans-serif; color:#000; text-decoration:underline; }
    .homeChunk a:link{color:#004685; text-decoration:underline;}
    .homeChunk a:visited{color:#004685; text-decoration:underline;}
    .homeChunk a:hover{color:#004685; text-decoration:underline;}
		.homeChunk .modimgleft {float:left;width:180px;padding:0 1px 0 2px;}
		.homeChunk .modlinklist {float:left;width:180px;padding:0 1px 0 2px;}
		.homeChunk h3 {line-height:10px;}

/* homeChunk imageTop */
.homeChunk .imageTop {float:left;width:180px;}
.homeChunk .imageTop h3 {padding:0;}
.homeChunk .imageTop h3 p {margin:2px 0;color:#666;}
.homeChunk .WoodSpacer10 {height:0px;}

/* topics columns module */
#topicsModuleList {padding:0 5px;}
.topicsColumn {float:left;width:175px;}
.topicList h4 {margin:10px 0 5px 0;}
.topicList h4 a {font:bold 12px Verdana, Arial, Sans-serif;}
.topicList h4 a:link, .topicList h4 a:hover, .topicList h4 a:visited {text-decoration:none;}
.topicChildList li {padding-left:5px;}

/* Recent Discussion & Gallery Promotion */
.RecentDiscussion{float:left; overflow:hidden; width:350px; padding:0 30px 0 10px;}
.GalleryPromotion{float:left; overflow:hidden; width:160px;}
/* Editor controlled modules, Downloadable Plan Promo & Newsletter Promo*/
.PlanPromo{float:left; overflow:hidden; width:160px; padding:0 8px 0 0;}
.NewsletterPromo{float:left; overflow:hidden; width:160px; padding:0;}

/* ---- [Community Module - tab box] ----*/
	#tabheader, #tabbody {width:100%;} /* Set the width of the tab box here */

	#tabheader {position:relative;float:left;line-height:normal;border-bottom:3px solid #ccbd9c;}
	#tabheader ul.tablist {margin:0;list-style:none;}
	#tabheader .tablist li {font-size:11px;position:relative;float:left;padding:0 0 0 9px;margin:0 1px 0 0;cursor:pointer;}
	#tabheader .tablist li.active {font-size:11px;position:relative;float:left;padding:0 0 0 9px;}
	#tabheader span {float:left;display:block;padding:5px 9px 4px 5px;text-decoration:none;font-weight:bold;}
	#tabheader .active span{padding:5px 9px 4px 5px;margin:0;}

	#tabcorner{position:absolute;z-index:1000;top:25px;height:3px;width:3px;}
	#tabcorner.talltab {top:41px;}

	#tabbody {border-bottom:2px solid #ccbd9c;}
	#tabbody hr{clear:both;margin:0;padding:3px 0;text-align:center;width:95%;height:1px;border:0;border-bottom:1px dotted #c7bcae;}
	#tabbody .xb1{background:#e5d7d3;} /* Note: This should be the same color as your border */
	#tabbody .xtop .xb1{background:#fff;} /* Note: This should be the same color as your border */
	#tabbody .xb2, #tabbody .xb3, #tabbody .xb4 {background:#fff; border-left:1px solid #e5d7d3; border-right:1px solid #e5d7d3;}
	#tabbody .xboxcontent {padding:5px 10px;background:#fff;border:0 solid #e5d7d3;border-width:0 1px;}

	.mootabs_panel {display: none;}
	#tabbody .mootabs_panel.active {display: block;}

/* ---- [Community Module - tab box] ----*/
	#CommunityTabs{margin-bottom:15px;}
		#CommunityTabs #tabheader .justposted{float:left;font-size:16px;font-weight:bold;padding-left:10px;}
		#CommunityTabs #tabheader ul.tablist{float:right;margin-top:8px;}
		#CommunityTabs #tabheader span {color:#fff;}
		#CommunityTabs #tabheader li.active span{color:#000;}
	#CommunityTabs #tabbody{} /* no border? */

.justposted h2{font-weight:bold;font-size:13px;color:#695E4A;}
/* Tabs */
	#CommunityTabs #tabheader .tablist li {background:url("http://images.meredith.com/wood/images/tabs/tab_left.gif") no-repeat left top;}
	#CommunityTabs #tabheader .tablist li.active {background:url("http://images.meredith.com/wood/images/tabs/tab_left.gif") no-repeat left -150px;}
	#CommunityTabs #tabheader span {background:url("http://images.meredith.com/wood/images/tabs/tab_right.gif") no-repeat right top;}
	#CommunityTabs #tabheader .active span {background:url("http://images.meredith.com/wood/images/tabs/tab_right.gif") no-repeat right -150px;}


