
/* ELEMENTS */
a {
	color: #2E57A4;
	text-decoration: none;
}
/*
a:visited {
	color: #2E57A4;
}
 */
a:hover {
	color: #598cbd;
	text-decoration: underline;
}
a:active {
	color: #598cbd;
}

a.kidsgonav:link,
a.kidsgonav:visited,
a.kidsgonav:active{
  color: #727272;
  font: normal 13px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  padding-right: 19px;
  padding-left:19px;
}
a.kidsgonav:hover{
  color: #F78A1C;
  font-weight: normal;
  text-decoration: none;
}
#pipe {
  color: #666666;
  font: 13px;
}
body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #ffffff;
       	height: auto;
}
body, div, th, td, form, p, li, ul, ol, h1, h2, h3, h4, h5, h6, span, select, input, textarea {
	font: normal normal 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}

form {
	margin-left: -20px;
	padding-left: 5px;
  padding-right: 5px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 15px 10px 10px 10px;
}
h1, .header1 {
	color: #3333CC;
	font-weight: bold;
        font-size: 16px;
}
h2, .header2 {
	color: #3333CC;
	font-weight:bold;
        font-size: 14px;

}
h3, .header3 {
	color: #006633;
	font: normal bold 14px Verdana, Arial, Helvetica, sans-serif;
}

blockquote {
        padding-top:0;
        padding-bottom:0;
}

div.post {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        margin-bottom:20px;
}
p.inmarginsubhdrred1 {
        color:#26385C;
        margin-bottom:6px;
        font-size:12px;
        font-weight:bold;
}
p.post-footer a.comment-link {
	color: #2E57A4;
	text-decoration: none;
}
/*
p.post-footer a.comment-link:visited {
	color: #2E57A4;
}
 */
p.post-footer a.comment-link:hover {
	color: #598cbd;
	text-decoration: underline;
}
p.post-footer a.comment-link:active {
	color: #598cbd;
}

p.post-footer .comment-link {
        color: #2E57A4;
}

p.tryit-title {
        color: #FF3399;
	font-weight: bold;
        font-size: 15px;
        margin-left: 10px;
}
p.tryit-title a {
	color: #FF3399;
	text-decoration: none;
}

p.tryit-title a:hover {
	color: #FF6699;
	text-decoration: underline;
}

p.tryit-links {
        color: #FF3399;
	font-weight: bold;
        font-size: 10px;
        margin-left: 10px;
}

p.tryit-links a {
	color: #FF3399;
	text-decoration: none;
}

p.tryit-links a:hover {
	color: #FF6699;
	text-decoration: underline;
}
#sidebar ul {
        list-style-image:none;
        list-style-type:none;
        list-style-position:outside;
}

#sidebar li {
        line-height:1.5em;
        margin:0;
        padding:0 0 0.25em 15px;
        text-indent:-15px;
}

hr {
	border-top: 1px solid #dadad0;/* ie5win fudge ends */
	padding: 0;
}
img {
	border: 0;
}
li {
	margin: 0 0 0 5px;
}
p {
	margin: 6px 0 3px 0;
}
ul {
	list-style-position: outside;
	margin: 0 0 5px 0;
	padding: 0 0 0 13px;
}
ul.advertArrow {
	list-style: outside url("../../wttw/img/retirerev/advertArrow.jpg.html");
	padding: 0 0 0 16px;
}


/* CLASSES */
.advert {
	margin: 0;
}
.advertBox {
	background-color: #000000;
	border: 4px solid #7f7f81;
	padding: 0 5px 4px 5px;
	margin: 0 0 8px 0;
}
.advertBox li {
	color: #ffffff;
}
.alert, p.alert {
	color: #C5242A;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}

.breadcrumb, p.breadcrumb {
	margin: 0;
}
.clearFloat {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
}
.copyright {
	text-align: center;
}
.dashedRule {
	line-height: 0px;
 	font-size: 0px;
	margin: 0;
	padding: 0 0 10x 0;
	border-top: dashed 1px #d96565;
}
.displayBlock {
	display: block;
}
.displayNone {
	display: none;
}
.eRubeDivContainer {
	margin: 0;
	padding: 0;
}
.feature {
	margin-top: 25px;
	float: left;
	width: 88px;
}
.filterListAbs {
	position: absolute;
	background-color: transparent;
	border: 1px solid #598cbd;
	padding: 0px;
	margin: 0px;
}

.filterListAbs .filterOption a {
	font-size: 9px;
        color: #598cbd;
	display: block;
	padding: 3px 15px 3px 5px;
}
.filterListAbs .filterOption a:hover {
	display: block;
	background-color: #598cbd;
	color: #ffffff;
	text-decoration: none;
}
.filterListAbs .groupingHeaderBRule
{
	margin: 15px 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #598cbd;
	width: 100%;
}
.filterListAbs .groupingHeaderTab
{
	font-size: 9px;
	font-weight: bold;
	background-color: #598cbd;
	color: #ffffff;
	margin: 0;
	padding: 2px 0 2px 0;
	text-transform: uppercase;
	width: 20px;
	text-align: center;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.formfield {
	margin : 0 0 13px 0;
	padding: 0;
}
.formlabel {
	font-weight: normal;
	margin : 0 0 1px 0;
	padding: 0;
}
.horizLine {
	height: 0px;
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.menuPipe {
	margin: 0;
	padding: 0;
}
.noBorder, div.noBorder {
	border: 0;
}

.small {
	font: normal normal 10px Verdana;
}
.spacer {
	height: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
	font-size: 0;
}
.valignTop {
	vertical-align: top;
}


/* ID's */
#footer {
	margin: 0 0 50px 0;
	padding: 0;
	background-color: #ffffff;
}
#logoArea {
	height: 83px;
	background-color: #ffffff;
	text-align: left;
	padding: 0;
}
#logoArea #logo {
	float: left;
	margin: 0 10px 0 0;
}
#logoArea #googleSearchForm {
	padding: 16px 0 0 0;
}
#logoArea #googleSearchForm td {
	padding: 0 0 0 6px;
}
#logoArea #widget1, #logoArea #widget2 {
	float: left;
	margin: 10px 10px 0 0;
	width: 235px;
}
#navBtm {
	height: 28px;
	text-align: left;
	background-color: #f3f3fb;
	border: 1px solid #d4d4d4;
	margin: 0;
	padding: 2px 5px;
}
#navBtm .logoNetworkChi {
	padding: 0 10px 0 0;
}
#navBtm .logoWFMT, #navBtm .logoPBS {
	float: right;
}
#navBtm .logoWFMT, #navBtm .logoPBS {
	float: right;
	padding: 4px 0 0 10px;
}
#navBtm .option, #navBtm .optionSep, #navBtm .logoNetworkChi {
	float: left;
}
#navBtm .option {
	padding: 5px 0;
}
#navBtm .option a {
	color: #434343;
}
#navBtm .optionSep {
	padding: 5px;
}
#navTop {
	height: 15px;
	text-align: left;
	border-top: 1px solid #cbcbcb;
	margin: 0 0 5px 0;
}
#theSection {
        background-image: url("../../img/kidsgo/pbs_kidsgo_bg.gif");
        background-repeat: repeat-y;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
        line-height: 0;
	margin-bottom:7px;
}

#theSectionHP {
        background-color:#D0EB7D;
        width:980px;
        height:auto;
	margin: 0 auto 7px;
	padding: 0;
	text-align: left;
        line-height: 0;
}

#theSection #header {
	float: left;
	width: 980px;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

#theSectionHP #headerHP {
	background: url("../../img/kidsgo/kidsgo_homeheader.gif");
        background-repeat: no-repeat;
        float: left;
	width: 980px;
	margin: 0;
	padding: 0;
}

#theSection #col1 #tail {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#theSectionHP #col1 #tail {
	margin: 0;
	padding: 0;
	background-color: transparent;
}


#theSection #col2 .content,
#theSection #col3 .content {
	margin: 8px 0 8px 0;
}
#theSection #left_center_right {
	background-color: transparent;
        float: left;
	width: 980px;
	margin: 0;
	padding: 0;
}
#theSectionHP #left_center_right {
	background-color: transparent;
        float: left;
	width: 980px;
	margin: 0;
	padding: 0;
}

#theSection #col2and3 {
	margin: 0;
	padding: 0;
}

#theSectionHP #col2and3 {
	margin: 0;
	padding: 0;
}

#theSection #col2_3 .flashPiece {
	width: 480px;
	margin: 0;
	padding: 0;
}
#theSection #col2_3Tail {
	background-color: #fff;
        clear: both;
	width: 480px;
	margin: 20px 0 0 0;
	padding: 0;
}
#theSectionHP #col2_3Tail {
	background-color: #fff;
        clear: both;
	width: 480px;
	margin: 20px 0 0 0;
	padding: 0;
}

#theSection #content_container {
	float: left;
	width: 980px;
	margin: 0;
	padding: 0;
}
#theSectionHP #content_container {
	float: left;
	width: 980px;
	margin: 0;
	padding: 0;
}
#theSection #col2_3_4Cap {
	float: left;
	width: 800px;
	height: 80px;
	background: #ffffff;
	margin: 0;
	padding: 0;
}
#theSection #col2_3_4Cap .links {
	margin: 60px 10px 0 0;
}
#theSection #col2_3_4Cap .links .option, #theSection #col2_3_4Cap .links .optionSep {
	float: right;
}
#theSection #col2_3_4Cap .links .optionSep {
	padding: 0 5px;
}
#theSection #col2and3and4 {
	margin: 0 0 0 10px;
	padding: 0;
}
#theSection #col2_3_4Tail {
	background-color: #fff;
        width: 980px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0;
	border: 0;
        line-height: 0;
	border-top: 1px solid #e5e5e5;
}
#theSectionHP #col2_3_4Tail {
	background-color: #fff;
        width: 980px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 0;
	border: 0;
        line-height: 0;
	border-top: 1px solid #e5e5e5;
}

#theSection #center {
	float: left;
	width: 480px;
        margin: 0 5px 0 5px;
	padding: 0;
}
#theSection #center2 {
	float: left;
	width: 770px;
        margin: 0 5px 0 5px;
	padding: 0;
}
#theSectionHP #centerHP {
    float: left;
    width: 290px;
    margin: 0 4px 0 4px;
    padding: 0;
    display:inline;
}

#theSection #center_left {
	float: left;
	width: 230px;
	margin: 0 10px 0 0;
	padding: 0;
}
#theSection #center_left2 {
	float: left;
	width: 325px;
	margin: 0 10px 0 0;
	padding: 0;
}

#theSectionHP #center_leftHP {
    float: left;
    width: 140px;
    margin: 0 10px 0 0;
    padding: 0;
    display:inline;
}

#theSection #center_right {
	float: left;
	width: 235px;
	margin: 0;
	padding: 0;
}

#theSection #center_right2 {
	float: left;
	width: 335px;
	margin: 0;
	padding: 0;
}

#theSectionHP #center_rightHP {
    float: left;
    width: 140px;
    margin: 0;
    padding: 0;
    display:inline;
}

#theSection #left {
        background-color: transparent;
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	padding: 0;
}
#theSectionHP #leftHP {
    background-color: transparent;
    float: left;
    width: 154px;
    margin: 0 0 0 10px;
    padding: 0;
    display:inline;
}
#theSection #right {
	float: left;
	width: 290px;
	margin: 0 0 0 10px;
        background-color: transparent;
	padding: 0;
}

#theSection #right2 {
	float: left;
	width: 0px;
	margin: 0;
        background-color: transparent;
	padding: 0;
}

#theSectionHP #rightHP {
    float: left;
    width: 500px;
    margin: 0 0 0 10px;
    background-color: transparent;
    padding: 0;
}

#theSection #col4 .content {
	margin: 1px 0 8px 0;
	padding: 0;
}
#theSectionHP #col4 .content {
	margin: 1px 0 8px 0;
	padding: 0;
}
#theSection #leaderBoard {
	clear: both;
	width: 728px;
	margin: 0;
	padding: 0;
}
#theSectionHP #leaderBoardHP {
    width: 980px;
	margin: 0;
	padding: 0;
}

#theSection #sponsorsLabel {
  float: left;
  width: 277px;
  margin: 0;
  font-size: 0;
  line-height: 0;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  text-align:center;
}
#theSection #sponsor1,
#theSection #sponsor2,
#theSection #sponsor3,
#theSection #sponsor4 {
	float: left;
	width: 174px;
	margin: 0;
	padding: 0;
	font-size: 0;
        line-height: 0;
	background-color: #f2f2f2;
	border: 1px solid #e5e5e5;
	border-left: 0;
}


#theSectionHP #sponsorsLabel {
  float: left;
  width: 277px;
  margin: 0;
  font-size: 0;
  line-height: 0;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  text-align:center;
}
#theSectionHP #sponsor1,
#theSectionHP #sponsor2,
#theSectionHP #sponsor3,
#theSectionHP #sponsor4 {
	float: left;
	width: 174px;
	margin: 0;
	padding: 0;
	font-size: 0;
        line-height: 0;
	background-color: #f2f2f2;
	border: 1px solid #e5e5e5;
	border-left: 0;
}

#theSite {
	width: 980px;
	height: 100%;
	text-align: center;
	margin: 0;
}

#theSiteHP {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
}

/* KIDS GO */

#kghome_header {
	background-image:url("../../img/kidsgo/pbs_kidsgo_header3.gif");
	background-repeat:no-repeat;
	display:block;
	height:133px;
        width:965px;
        padding-top:7px;
        padding-left:3px;
        margin-left:5px;
        float:left;
}

#kghome_header .logo2 {
       margin-top:-120px;
       margin-left:140px;
}
#headerVIDEO {
	background: url("../../img/kidsgo/kidsgo_homehdvid.gif");
        background-repeat: no-repeat;
        background-color:#D0EB7D;
	width: 1010px;
	margin: 0;
	padding: 0;
}

/* KIDS GO LEFT-NAV */

.button-ctn { margin-top:15px; }

a#tryit { background: url('../../img/kidsgo/kidsgo_tryit.png') no-repeat; }
a#sayit { background: url('../../img/kidsgo/kidsgo_sayit.png') no-repeat; }
a#doit { background: url('../../img/kidsgo/kidsgo_doit.png') no-repeat; }
a#mailit { background: url('../../img/kidsgo/kidsgo_mailit.png') no-repeat; }

.button-ctn a {
    display: block;
    height: 105px;
    width: 163px;
}

.button-ctn a#tryit:hover {
    background-position: 0 -105px;
}
.button-ctn a#sayit:hover {
    background-position: 0 -105px;
}
.button-ctn a#doit:hover {
    background-position: 0 -106px;
}
.button-ctn a#mailit:hover {
    background-position: 0 -106px;
}

/* CENTER KIDS COLUMN ELEMENTS */

#center_shows {
        background-color: #3232CC;
}

#center_shows p {
        margin-left: 15px;
}

#center_shows .joke1 {
        color: #3333CC;
        font-size: 13px;
        font-weight: bold;
        margin: 10px 0 0 15px;
}

#center_events {
        background-color: #0B95CF;
}
#center_events p {
        margin-left: 15px;
}

#center_events .joke1 {
        color: #3333CC;
        font-size: 13px;
        font-weight: bold;
        margin: 10px 0 0 15px;
}

#center_kidspicks {
        background-color: #F78A1C;
}

#center_kidspicks p {
        margin-left: 15px;
}

#center_kidspicks .joke1 {
        color: #3333CC;
        font-size: 13px;
        font-weight: bold;
        margin: 10px 0 0 15px;
}

/* CENTER KIDS GO COLUMN ELEMENTS */


#center_main {
       margin: 0;
       background-color: #D0EB7D;
}

/* TRY IT PAGES */

#center_tryit {
        background-color: #6881DC;
        width: 480px;
        height: 492px;
}
#center_tryit .activities {
        background: url("../../img/kidsgo/kidsgo_gotryitbg.gif");
        background-repeat: no-repeat;
        width: 470px;
        height: 484px;
        vertical-align: top;
        margin-left: 5px;
	padding: 0;
}
#center_tryit .recipes {
        margin-left: 5px;
	padding-top: 92px;
        width: 300px;
        height: 60px;
}
#center_tryit .games {
        margin-left: 178px;
	padding-top: 60px;
        height: 50px;
        width: 360px;
}
#center_tryit .experiments {
        margin-left: 5px;
	padding-top: 65px;
        height: 50px;
        width: 360px;
}

#center_tryit2 {
        background-color: #6881DC;
        width: 769px;
        height: 465px;
}

#center_tryit2 .recipe_1 {
        background: url("../../img/kidsgo/kidsgo_recipe_bg.gif");
        background-repeat: no-repeat;
	width: 759px;
        vertical-align: top;
        height: 460px;
        margin-left: 5px;
	padding: 0;
}
#center_tryit2 .recipe_title {
        margin-left: 20px;
	padding-top: 10px;
}

#center_tryit2 .stuffyouneed1 {
        margin-left: 20px;
	padding-top: 55px;
        width: 750px;
}
#center_tryit2 .stuffyouneed2 {
        margin-left: 20px;
	padding-top: 55px;
        width: 750px;
}
#center_tryit2 .stuffyouneed3 {
        margin-left: 20px;
	padding-top: 55px;
        width: 750px;
}


#center_tryit2 .stuffyouneed ul li,
#center_tryit2 .whatyoudo ol li,
#center_tryit2 .extra ul li {
        font-weight:bold;
}

#center_tryit2 .whatyoudo {
        margin-left: 0;
	padding-top: 50px;
        width: 480px;
}

#center_tryit2 .extra {
        margin-left: 515px;
	margin-top: -175px;
        width: 220px;
}

/* GO SAY IT PAGES */

#center_gosayit {
        background-color: #F78A1C;
}

#center_gosayit h2 {
  line-height:16px;
  }

#center_gosayit h3.pollquestion {
	background: #fff url('../../img/kidsgo/pbs_gosayit_q.gif') no-repeat;
	line-height: 19px;
	padding: 6px 0 0 70px;
	color:#33c;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 10px;
	}

#center_gosayit img.float {
        float: left;
        margin-bottom:10px;
        margin-top:-20px;

}

#center_gosayit .pollanswer {
        color: #3333CC;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 0 10px;
}

#center_gosayit .polltext {
        color: #3333CC;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 10px 17px;
}

#ctn_didyouknow_header {
	background-image:url('../../img/kidsgo/kidsgo_didyouknow_hdr.gif');
	background-repeat:no-repeat;
	display:block;
	height:72px;
}

#ctn_didyouknow_footer {
	background-image:url('../../img/kidsgo/kidsgo_didyouknow_ftr.gif');
	background-repeat:no-repeat;
	display:block;
	height:66px;
}

#ctn_didyouknow_content {
	background-image:url('../../img/kidsgo/kidsgo_didyouknow_bg.gif');
	background-repeat:repeat-y;

}

#ctn_didyouknow_content div p {
	color:blue;
	margin:0;
	padding-left:35px;
	margin-left:15px;
	margin-right:75px;
	font-size:13px;
	line-height:15px;
	background-image:url('../../img/kidsgo/kidsgo_didyouknow_check.gif');
	background-position:top left;
	background-repeat:no-repeat;
	padding-bottom:20px;
	margin-top:10px;
	border-bottom:solid 2px #ff9b15;
}

#ctn_didyouknow_content div p.last-child {
	border-bottom:none;

}

#ctn_didyouknow_content h3 {
	margin:0;
	padding:0;
	color:#ff4faa;
	text-transform:uppercase;
	margin-left:50px;
        margin-right:75px;
	margin-bottom:10px;
	font-size:16px;
}


/* GO DO IT PAGES */

#center_doit {
        background-color: #00CC99;
        width: 770px;
        height: 640px;
}
#center_doit .circles {
        background: url("../../img/kidsgo/kidsgo_doitbg.gif");
        background-repeat: no-repeat;
	width: 760px;
        vertical-align: top;
        height: 633px;
        margin-left: 5px;
	padding: 0;
}

/* GO LAUGH ABOUT IT PAGES */

#center_laugh {
        background-color: #0B95CF;
}

#center_laugh .joke1 {
        color: #3333CC;
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0 0 15px;
}

#center_laugh .joke2 {
        color: #3333CC;
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0 0 0;
}

/* GO MAIL IT PAGES */

#center_mailit {
        background-color: #FF339A;
}


/* ECARD STYLE ELEMENTS */

#eCardMainWrpr {
	margin: 20px 0 0 10px;
}
#eCardMainWrpr .formlabel {
}
#eCardMainWrpr .formlabelsublabel {
        padding-top:1px;
}
#eCardMainWrpr .formlabelalert {
}
#eCardMainWrpr .formfield {
}
#eCardMainWrpr .formbtn {
}
#eCardMainWrpr h1 {
}
#eCardMainWrpr h2 {
}
#eCardMainWrpr p,
#eCardMainWrpr div {
}
#eCardMainWrpr .eCardSmall {
	float:left;
	margin:0 8px 8px 0;
}
#eCardMainWrpr .editBtn {
	float:left;
	margin:0 0 25px 0;
}
#eCardMainWrpr input {
}
#eCardMainWrpr .sendBtn {
	float:left;
	margin:0 20px 25px 140px;
}
#eCardMainWrpr #eCardPreview {
}
#eCardMainWrpr #eCardPreview .eCardLarge {
	margin:0 0 12px 0;
	padding:0;
}
#eCardMainWrpr #eCardPreview .message {
	width:440px;
        font-size:12px;
        font-weight:bold;
        padding-bottom:10px;
}
#eCardMainWrpr #viewECard .eCardLarge {
	margin:0 0 12px 0;
	padding:0;
}
#eCardMainWrpr #viewECard .message {
	width:440px;
        font-size:12px;
        font-weight:bold;
        padding-bottom:10px;
}

#eCardRightCol {
  background: url("../../img/kidsgo/kidsgo_senditrhbg.png");
  background-repeat: no-repeat;
  height:170px;
  width:226px;
  position:relative;
  margin-bottom:20px;
}
#eCardRightCol form {
  margin:0;
  position:absolute;
  top:45px;
  left:10px;
}

#center_kidspicks form#submitpoll .formfield p.polltext img {
  float:left;
  margin-right:5px;
  margin-bottom:15px;
}
/* Ad Units */
.kidsgo-180x150-ctn {
	background-image: url('../../img/kidsgo/kidsgo-sponsor-180x150-bg.png');
	background-repeat:no-repeat;
	width:269px;
	height:200px;
	position:relative;
}
.kidsgo-180x150 {
	position:absolute;
	top:15px;
	left:25px;
}
.kidsgo-180x150 .mouse {
	color:#fff;
	padding:0 0 3px;
	margin:0;
	width:180px;
	text-align:center;
}
.kidsgo-125x125 {
	position:absolute;
	top:17px;
	left:48px;
}
.kidsgo-125x125 .mouse {
	color:#fff;
	padding:0 0 3px;
	margin:0;
	width:125px;
	text-align:center;
}
