/** CSS Stylesheet for www.firststepsforkids.com **/
/** Developed by KAA Design Group, September 2005 **/

html,body {
	margin:				0;
	padding:			0;
	height: 			100%;
	width:				100%;
	background-color:	#FFFFFF;
	font-family:		GillSansStd-Light, GillSans, "Gill Sans", Arial, Helvetica, sans-serif;
	font-size:			13px;
	line-height:		1.3em;
	color:				#474747;
	overflow:			hidden;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

tbody, td, tr, table {
	border-spacing:					0;
	padding:						0;
}

.Chart {
	border-spacing:					2px;
}

.Chart td {
	padding:						1px;
}


div#container {
	width:							900px;
	height:							100%;

	margin-left:					auto;
	margin-right: 					auto;
	padding:						0;
	
	background-color:				#A0A294;
	background-image:url(../images/A0A294.png);
	
	text-align:						left;
}
#header {
	position:absolute;
	display: block;
	height: 117px;
	width: 900px;
	z-index: 5;
	top: 0;
	
	background-color:#A0A294;
	background-image:url(../images/A0A294.png);
}
div#header img#logo {
	position: absolute;
	left: 15px;
	top: 20px;
}

#content {
	position: absolute;
	top: 117px;
	height: 400px;
	width: 900px;
	z-index: 5;
	overflow:hidden;
	background-color:#FFFFFF;
}

#rightcontent {
	position: 			absolute;
	left: 				300px;
	top: 				0;
	height: 			400px;
	width: 				600px;
	overflow: 			auto;
	z-index: 			10;
}

#rightcontent .joomla {
	width:				570px;
	padding-bottom: 	10px
}

#leftcontent {
	position: absolute;
	left: 0;
	top: 0;
	overflow:visible;
	width: 300px;
	height: 400px;
	z-index:9;
}

#footer {
	position: absolute;
	top: 517px;
	height: 100px;
	background-color:#A0A294;
	background-image:url(../images/A0A294.png);
	width: 900px;
	z-index: 5;
}

div#footerstring {
	height:							25px;
	width:							625px;

	margin:							11px 0 0 275px;
	
	background-color:				#B7BAAC;
	background-image:				url(../images/footer-guidingkids.png);
	background-repeat:				no-repeat;
	background-position:			top left;
}

div#footerstring span {
	display:						none;
}
#credit {
	line-height:					2em;
	text-transform:					lowercase;
	text-align:						right;
	font-size:						.7em;
	font-family:					Verdana, Arial, Helvetica, sans-serif;
}
#credit a {
	text-transform:					uppercase;
	color:							#474747;
	text-decoration:				none;
	font-size:						.85em;
}
#credit a:hover {
	text-decoration:				underline;
}
/** Text Formatting **/
.FirstWords,
h3 {
	font-size:						1em;
	font-family:					GillSansStd-Bold, GillSans, "Gill Sans", Arial, Helvetica, sans-serif;
	color:							#CCCCCC;
	text-transform:					uppercase;
	font-weight:					bold;
}

h3 {
	line-height:					1.5em;
	margin:							0;
	padding:						0;
}

h2 {
	font-size:						1.4em;
	text-transform:					capitalize;
	line-height:					2em;
	font-weight:					normal;	
	border-color:					#474747;
	border-style:					solid;
	border-width:					1px 0 1px 0;
	text-align:						left;	
	width:							100%;
	display:						block;
}
.AttributedTo {
	font-size:						.9em;
	color:							#999999;
	line-height:					1.1em;
	padding:						0;
	margin:							0;
}

.Chart {
	width:							550px;
	border-color:					#CFD0C9;
	border-width:					1px;
	border-style:					solid;
	background-color:				#FFFFFF;
	margin:							10px auto 10px 0;
}
.ChartTitleRow {
	font-weight: bold;
	background-color:#CFD0C9;
}
.ChartRow,
.sectiontableentry1 {
	margin: 1px;
	background-color:#FFFFFF;
	padding: 2px;
}
.ChartRowAlternate,
.sectiontableentry2 {
	margin: 1px;
	background-color:#EEEEEE;
	padding: 2px;
}
#rightcontent a.category,
#rightcontent a:active.category,
#rightcontent a:visited.category {
	font-weight:					bold;
	text-decoration:				none;
	color:							#A0A294;
}

#rightcontent a {
	color:#000000;
	text-decoration:none;
	font-family:					GillSansStd-Bold, GillSans, "Gill Sans", Arial, Helvetica, sans-serif;
}

#rightcontent a:hover {
	text-decoration:				underline;
	color:							#CFD0C9;
}

#rightcontent ol {
	padding: 5px 10px 5px 5px;
}
#rightcontent ul {
	padding: 5px 10px 5px 25px;
	list-style-type:none;
	list-style-image:url(../images/ul-bullet.png);
}

#rightcontent p {
	padding: 				0;
	margin:					0 10px 1.5em 0;
}

.Highlight {
	color:						#A32B1D;
}

/** Article Section Box **/
div.contenttoc {
	width: 90%;
	margin: 40px 5px 0 0;
	
	left: 0px;;
	padding: 1px;
	margin-left: -2px;
	
	display: block;
	clear: left;
	
	position:relative;
}

.tocitem {
	display:block;

	float: left;
	border-width: 1px;
	border-color:#CFD0C9;
	border-style: solid;
	
	margin: 1px;
	padding: 0 4px 0 4px;
	text-align: center;
	font-size: 12px;
	height: 18px;
}



.pagenavcounter {
	display: none;
}
