/*******************************************/
/* CSS Document                            */
/* (c) 2006 Punit Shah                     */
/* Designed for Schultz Communitcation LLC */
/* project for ificouldchangetheworld.net  */
/*******************************************/



/********** General Styles **********/


body
{
	font-family: Trebuchet MS, Arial,sans-serif;
	color: #333333;
	line-height: 1.1; /*was 1.1666;*/
	margin: 0px;
	padding: 0px 2px 0px 2px;
	background-color:#61A2EA;
	text-align: center;
	font-size: 100%; /*was 85%*/
}

a, a:link, a:visited
{
	color: #005FA9;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 200%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-size: 135%;
	color: #006699;
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
	margin-top:3px;
}

h3
{
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4
{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5
{

}

h6
{
	font-size: 85%;
	font-weight: normal;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

ul
{
 list-style-type: square;
}

ul ul
{
 list-style-type: disc;
}

ul ul ul
{
 list-style-type: none;
}



label
{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/******************************************/
/********** Page Element Classes **********/
/******************************************/

/********** Page-wide containers **********/

#container
{
	position: relative; 
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 850px; /*was 1000 before width reduce*/
	overflow: hidden;
	text-align: left; /* overrides body text-align, which is center */
	/*border: 1px solid #000000;															/*debug*/
}

#mainContentsContainer
{
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-bottom: -20px; /*-22 for firefox*/
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	/*border: 1px solid #000000; 														/*debug*/
}

#middleContainer
{
	position: relative;
	padding: 0px;
	margin:0px;
	
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	
	width:100%;
	
	margin-bottom: 30px; /*20*/
	overflow:hidden;
}

#topLogo
{
	position: relative;
	top: 10px;
	left: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px; /*23*/
	height: 125px;
	width: 850px;
	/*background-image:url(Masthead.gif);
	
	/*border: 1px solid #000000;														/*debug*/
}



#leftNav
{
	position: absolute;
	/*width: 200px;*/
	height: 1000%;
	float: left;
	left: 0px;
	top: 0px;
	bottom:0px;
	/*margin-bottom: 50px;*/
	
	background-color: #A3DC3E; /*#FFA54A;  /*#FF9900;  /*#A3DC3E;  /*#FFBC79; /*#97C1F0;*/
	
	padding: 10px;/* 5px 10px 5px;*/
	margin-right: 0px;
	margin-bottom: 0px;
	
	/*border: 1px solid #000000; 														/*debug*/
	
	z-index: 150; /*-1*/
}

.leftNavLinkPics
{
	line-height:.5;
}

#pageContents
{
	position: relative;
	width: 600px; /*was 750 before width reduce.*/
	right: 0px;
	top: 0px;
	bottom: 0px;
	float: right;
	height: 100%;
	
	margin-left: 10px;
	margin-bottom: 0px; /*54 for firefox */ /*at 44px, the footer touches the bottom of the contents -- for firefox*/
	padding: 5px 10px 5px 10px;
	padding-bottom: 10px;
	
	font-size: 100%;
	background-color:#FFFFFF;
	
	/*border: 1px solid #000000;*/ 														/*debug*/
	
	z-index:100;
}

#heightEnforcer
{
	position:relative;
	height:190px;
	margin:0px;
	padding: 0px;
	float:left;
}

#leftNavHeightEnforcer
{
	position: relative;
	height:10000px;
	margin:0px;
	padding: 0px;
	float:left;
}

#pageContents p
{
	margin-bottom: -4px;/**/
}

#pageContents li
{
	margin-bottom: 7px;
	margin-left:-10px;
}

#pageContents hr
{
	color:#000000;
}

#pageContents table
{
	border-color:#000000;
}

#pageContents td
{
	border-color:#000000;
}

.ideaCitation
{
	font-style:italic;
}

#topCrayonLine
{
	width: 100%;
	left: 0px;
	right: 0px;
	height: 7px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 6px;
}

#footer
{
	position: relative; /*absolute for firefox*/
	width: 830px; /* 800 for firefox */   /* was 980 before width reduce */
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-top: 0px;/*10*/
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	font-size: 70%;
	line-height:1.5;
	/*word-spacing:110%;*/
	color: #7191B4;
	
	background-color: #97C1F0;
	
	/*border: 1px solid #000000; 														/*debug*/

}

#footer a, #footer a:visited, #footer a:visited
{
	color:#448BC9;
}


/*******************************************************************/
/********** Top Crayon Line Classes (under the page name) **********/
/*******************************************************************/

.topCrayonLine_Home
{
	background-image:url(CrayonLines/HorizCrayLine_Red.gif);
}

.topCrayonLine_IdeasFromKids
{
	background-image:url(CrayonLines/HorizCrayLine_Green.gif);
}

.topCrayonLine_Newsroom
{
	background-image:url(CrayonLines/HorizCrayLine_Blue.gif);
}

.topCrayonLine_AboutThisProject
{
	background-image:url(CrayonLines/HorizCrayLine_Yellow.gif);
}

.topCrayonLine_SubmitYourIdea
{
	background-image:url(CrayonLines/HorizCrayLine_Purple.gif);
}


/************************************/
/********** Corner Classes **********/
/************************************/


/********** Content **********/
#ULCCorner
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px;
	height: 5px;
	background-image:url(Corners/ContentCorners/ContentCornerUL.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#URCCorner
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 5px;
	height: 5px;
	background-image:url(Corners/ContentCorners/ContentCornerUR.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#LLCCorner
{
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 5px;
	height: 5px;
	background-image:url(Corners/ContentCorners/ContentCornerLL.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#LRCCorner
{
	position: absolute;
	right: 0px;
	bottom: -1px;
	width: 5px;
	height: 5px;
	background-image:url(Corners/ContentCorners/ContentCornerLR.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}


/********** Nav *********/
#ULNavCorner
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px;
	height: 5px;
	background-image:url(Corners/NavCorners/NavCornerUL.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#URNavCorner
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 5px;
	height: 5px;
	background-image:url(Corners/NavCorners/NavCornerUR.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#LLNavCorner
{
	position: absolute;
	left: 0px;
	bottom: -1px; /*-1, 396*/
	width: 5px;
	height: 5px;
	background-image:url(Corners/NavCorners/NavCornerLL.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	/*z-index:101;*/
}

#LRNavCorner
{
	position: absolute;
	left: 215px;
	bottom: -1px; /*-1, 396*/
	width: 5px;
	height: 5px;
	background-image:url(Corners/NavCorners/NavCornerLR.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	/*z-index:101;*/
	
	/*position: absolute;
	left: 40px;
	bottom: 396px; /*-1*/
	/*width: 5px;
	height: 5px;
	background-image:url(Corners/NavCorners/NavCornerLR.gif);
	background-repeat:no-repeat;
	background-position:bottom;*/
}


/********** Footer **********/
#ULFooterCorner
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px;
	height: 5px;
	background-image:url(Corners/FooterCorners/FooterCornerUL.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#URFooterCorner
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 5px;
	height: 5px;
	background-image:url(Corners/FooterCorners/FooterCornerUR.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#LLFooterCorner
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 5px;
	height: 5px;
	background-image:url(Corners/FooterCorners/FooterCornerLL.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#LRFooterCorner
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 5px;
	height: 5px;
	background-image:url(Corners/FooterCorners/FooterCornerLR.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}


