

/*
	Site:	Sesame Street
	File:	Base
	Date:	September 2007
	Author:	Hamilton
*/

/* GLOBAL RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*	
	green - 46b550 
	green links - 258430
	violet - bd1a8d
*/

body{
	font-family: arial, helvetica, sans-serif;
	background:#46b550 url(/content/v5/us/sesamestreet/img/tile-default.gif) repeat-x top fixed;
	margin:0 auto;
	color: #258430;
	font-size: 76%;
}

ol, ul {
	list-style: none;
}

h1 {
	font-weight: bold;
	font-size: 150%;
}

h2 {
	font-weight: bold;
	font-size: 130%;
}

h3 {
	font-weight: normal;
	font-size: 130%;
}

h4 {
	font-weight: bold;
	font-size: 110%;
}

h5 {
	font-weight: bold;
	font-size: 100%;
}

p {
	line-height: 1.2;
}

/* ADVERTISEMENT */

p#advertisement {
	font-size: 80%;
	font-weight: bold;
	text-align:right;
	color: #fff;
	position: absolute;
	top: 0;	
	width:673px;
}

.spotlight{display:none;}

/* LINKS */

a:link{
	font-weight: bold;
	text-decoration: underline;
	color: #258430;
}

a:visited{
	font-weight: bold;
	text-decoration: underline;
	color: default;
}

a:hover{
	font-weight: bold;
	text-decoration: none;
	color: red;	
}

a:active{
	font-weight: bold;
	text-decoration: underline;
	color: red;
}

div#container{
	margin:0 auto;
	width:100%;		
	background:url(/content/v5/img/sesamestreet/dropshadow.png) repeat-y top center;
	_background:url(/content/v5/img/sesamestreet/trim.gif) repeat-y top center;
}

div#content{
	margin:0 auto;
	padding-left:0;
	width:673px;	
}

div#footer {
	text-align: center;
	line-height: 1.2;
	clear: both;
}	

div#legal-tear{
	text-align:left;
}

div#footer-cap{
	margin:0 auto;
	background:url(/content/v5/img/sesamestreet/footer-cap.png) no-repeat center;
	_background:url(/content/v5/img/sesamestreet/footer-cap.gif) no-repeat center;
	height:98px;
}

div#legal_footer{
	padding-top:1em;	
}

p#fp-logo{
	padding-top:1em;
}

p#legal{
	padding:20px 60px 0 60px;
}

#footer #legal_footer a {
	color: #258430;
	font-weight: normal;
	text-decoration: none;
}

#footer #legal_footer a:hover {
	text-decoration: underline;
}

#footer #legal_footer {
	color: #258430;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: arial, helvetica;
	width: 673px;
}

#footer #fplegal {
	color: #258430;
}

#footer #add-this-core {
	margin: 17px auto 0;
}

p#topofpage{	
	margin:1.5em 0 0 0;
	width:516px;
	text-align:right;
}

/* EASY CLEARING */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
<!--/* 0.0113681611900806 [10.89.198.137] */-->