body
{
	margin: 0;
	font-family: "Arial", "sans-serif";
	font-size: 14px;
	line-height: 1.4em;
	color: #000000;
	background: #074673 url("images/bg.png") repeat-x;
}

h1
{
	margin: 0;
	line-height: 1.1em;
}

#header
{
	display: block;
	width: 100%;
	height: 200px;
	background: url("/images/header-bg.jpg")
}
	#header h1, #header #tagline
	{
		position: absolute;
		bottom: 4px;
		left: 0;
		font-size: 1em;
		font-weight: bold;
		color: #ffffff;
		text-shadow: #000000 0 0 5px;
	}

	#header_content
	{
		position: relative;
		display: block;
		width: 1000px;
		height: 200px;
		margin: 0 auto;
	}

	#header #earth
	{
		position: absolute;
		bottom: -150px;
		left: -151px;
		z-index: 0;
	}
			
	#header #logo
	{
		position: absolute;
		bottom: 0px;
		right: 0;
	}

#body
{
	position: relative;
	display: block;
	width: 1000px;
	min-height: 500px;
	margin: 0px auto;
	z-index: 1;
}

#navbar
{
	position: relative;
	display: block;
	width: 998px;
	height: 30px;
	margin: 0 0 10px;
	border: #000000 1px solid;
	background: #e1e1e1;
}

	#navbar a
	{
		display: block;
		float: left;
		color: #313131;
		font-size: 20px;
		line-height: 30px;
		margin: 0 15px;
		text-decoration: none;
		font-family: "Calibri";
		font-weight: bold;
	}

.nav-but, .nav-but-kids
{
	display: none;
	position: absolute;
	top: 1px;
	color: #ffffff;
	height: 31px;
	background: url("/images/navsect-bg.png");
}

.nav-but-kids
{
	background: url("/images/navsect-kids-bg.png");
	font-family: "Comic Sans MS";
}

	#nav-home_but
	{
		left: 25px;
	}

	#nav-env_but
	{
		left: 106px;
	}

	#nav-tech_but
	{
		left: 278px;
	}
	
	#nav-living_but
	{
		left: 458px;
	}

	#nav-bus_but
	{
		left: 592px;
	}

	#nav-kids_but
	{
		left: 751px;
	}

	.nav-but a
	{
		color: #ffffff;
	}

.nav-menu, .nav-menu-kids
{
	display: none;
	position: absolute;
	width: 980px;
	padding: 10px;
	background: url("/images/navsect-bg.png");
	height: 35px;
	top: 32px;
	left: -1px;
	color: #ffffff;
	z-index: 98;
}

.nav-menu-kids
{
	font-family: "Comic Sans MS";
	background: url("/images/navsect-kids-bg.png");
}


	#nav-home_menu a, #nav-env_menu a, #nav-tech_menu a, #nav-living_menu a, #nav-bus_menu a, #nav-kids_menu a
	{
		color: #ffffff;
		font-size: 1.15em;
	}

#main
{
	display: block;
	width: 978px;
	margin: 0 0 10px;
	padding: 10px;
	color #313131;
	border: #000000 1px solid;
	background: #ffffff;
}

#crumbs a
{
	color: #02416e;
	font-weight: bold;
}

#crumbs a:hover
{
	text-decoration: none;
}

#leftside
{
	float: left;
	width: 630px;
	z-index: 1;
	padding: 10px 0;
}

.featured
{
	display: block;
	margin: 0px 0 10px;
	font-size: 12px;
	line-height: 16px;
	border-bottom: #a1a1a1 1px dashed;
}

	.featured a
	{
		color: #0069b5;
		font-weight: bold;
		text-decoration: none;
		font-size: 15px;
	}

	.featured i
	{
		font-size: .8em;
	}

	.featured a:hover
	{
		text-decoration: underline;
	}

	.featured .fimg
	{
		border: #000000 1px solid;
		float: left; 
		width: 178px; 
		margin: 0 10px 0 0;
		height: 99px; 
		overflow: hidden;
	}

	.featured .more
	{
		font-size: 12px;
	}

.debateFeatured
{
	width: 324px;
	margin: 0 auto 10px;
	padding: 5px;
	border: #d1d1d1 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
}

	.debateFeatured .debateTopic
	{
		display: block;
		background: #044370;
		color: #ffffff;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		margin: 0 0 5px;
		padding: 4px 0 2px;
		text-align: center;
	}

	.debateFeatured .debateTopic:hover
	{
		text-decoration: underline;
	}

	.debateFeatured .responses
	{
		text-align: right;
	}

.related
{
	display: block;
	float: left;
	width: 143px; 
	margin: 0px 5px;
	font-size: 12px;
	line-height: 16px;
}

	.related a
	{
		color: #0069b5;
		text-decoration: none;
		font-size: 12px;
	}

	.related a:hover
	{
		text-decoration: underline;
	}

	.related .fimg
	{
		border: #000000 1px solid;
		display: block;
		width: 141px; 
		margin: 0 10px 5px 0;
		height: 99px; 
		overflow: hidden;
	}

#article, #debate
{
	float: left;
	width: 612px;
	z-index: 1;
	padding: 10px;
	font-family: Georgia;
	font-size: 15px;
	line-height: 1.467em;
	color: #222222;
}

	#article .articlepicture
	{
		margin: 7px; 
		padding: 2px; 
		font-style: italic;

	}
	
	#article .articlepicture img
	{
		border: 1px solid #d1d1d1;
	}

	#article h1
	{
		font-size: 1.8em;
		line-height: 1.2em;
	}

	#article h2, h3
	{
		margin: 1em 0;
	}

	#article .imgBox
	{
		margin: 5px;
		line-height: 1.2em;
		font-size: 12px;
		color: #616161;
	}

		#article .imgBox .imgCredit
		{
			font-size: 10px;
		}

	#article a
	{
		color: #0069b5;
	}

	#debate .debateSide
	{
		float: left;
		width: 290px;
		margin: 20px 5px 0 0;
		padding: 5px;
	}

		.debateSide h2
		{
			margin: 0 0 10px;
			font-size: 1.2em;
			font-weight: normal;
		}

		.debateSide .response
		{
			margin-bottom: 2px;
			background: #f1f1f1;
		}

			.response .name
			{
				background: #02416e;
				padding: 2px;
				font-weight: bold;
				color: #ffffff;
			}

			.response .date
			{
				color:#616161;	
				font-size: 0.8em;
				text-align: right;
				margin-right: 5px;
			}

			.response .text
			{
				margin: 5px;
			}

	#debate .responseForm
	{
		padding: 5px;
		background: #cbd6de;
	}

#comments, #relatedarticles
{
	border-top: #e1e1e1 1px solid;
	margin-top: 5px;
}

	#comments .title, #relatedarticles .title
	{
		display: block;
		font-size: 1.3em;
		margin: 10px 0;
	}

	#comments .comment
	{
		display: block;
		min-height: 50px;
		border: #e1e1e1 solid 1px;
		margin-bottom: 5px;
		padding: 5px;
	}

		.comment .avatar
		{
			width: 50px;
			height: 50px;
			float: left;
			margin-right: 5px;
			background: #423432;
		}

		.comment .commenttool
		{
			float: right; 
			font-family: Arial; 
			margin: 0 3px;
			font-size: 13px;
		}

.comment_add
{
	width: 606px; 
	height: 100px; 
	padding: 2px; 
	border: #3a9659 1px solid; 
	background: #d8eade;
}	

#rightside
{
	float: right;
	width: 338px;
}

	.rightbox
	{
		width: 326px;
		border: #d1d1d1 1px solid;
		background: #f1f1f1; 
		padding: 5px;
		margin-bottom: 10px;
	}

	#rightside h2, .rightbox h2
	{
		margin: 0 0 5px;
	}
	
	.rightbox .title
	{
		display: block;
		font-size: 1.3em;
		margin-bottom: 5px;
	}

#footer
{
	position: relative;
	display: block;
	width: 100%;
	height: 150px;
}

#footer_bg
{
	position: absolute;
	bottom: 0;
	height: 450px;
	width: 100%;
	background: url("images/footer.jpg") center no-repeat;
	z-index: 0;
}

.adTopRight
{
	clear: right;
	float: right;
	margin: 5px 0 10px 10px;
}

.adSkyscraper
{
	float: left;
	margin: 5px 10px 10px 0;
}

.adBottomLeft
{
	float: left;
	margin: 10px 0;
	width: 300px;
}

.adBottomRight
{
	float: right;
	margin: 10px 0;
	width: 300px;
}

#member_box
{
	position: absolute;
	top: 10px;
	right: 10px;
}

	.signedin
	{
		border: #e1e1e1 1px solid;
		background: #ffffff;
		padding: 2px 5px;
		text-align: center;
	}

	.signedin a
	{
		color: #02416e;
		text-decoration: none;
	}

#signin_box
{
	display: none;
	position: absolute;
	top: 150px;
	left: 240px;
	width: 500px;
	border: #000000 1px solid;
	background: url('images/navsect-bg.png');
	color: #ffffff;
	padding: 5px 10px 10px;
	z-index: 99;
}

.link
{
	cursor: pointer;
	color: #0069b5;
}

.subcat
{
	line-height: 1em;
	margin: 7px;
}

.subcat a
{
	color: #0069B5;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

.subcat i
{
	color: #616161;
	font-size: .8em;
}

#rotator
{
	display: block;
	float: left;
	width: 630px;
	height: 377px;
	overflow: hidden;
}

#panels
{
	width: 628px;
	height: 300px;
	overflow: hidden;
}

#panels .panel
{
	position: relative;
	overflow: hidden;
	width: 628px;
	height: 300px;
}

	#panels .panel img
	{
		width: 628px;
		border: 0;
	}

	#panels .panel .titlebar
	{
		display: block;
		position: absolute;
		background: url("/images/transpBlack.png") repeat;
		bottom: 0px;
		padding: 10px;
		color: #ffffff;
		z-index: 1;
	}

		#panels .panel .titlebar a
		{
			color: #ffffff;
		}

		#panels .panel .titlebar .title
		{
			display: block;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			font-size: 16px;
			margin-bottom: 8px;
		}

#thumbs
{
	width: 700px;
}

#thumbs .thumb
{
	display: block;
	float: left;
	width: 99px;
	height: 60px;
	padding: 10px 3px 5px;
	overflow: hidden;
	cursor: pointer;
}

	#thumbs .thumb .image
	{
		width: 97px;
		height: 60px;
		border: #000000 1px solid;
		overflow: hidden;
	}

	#thumbs .thumb img
	{
		width: 100px;
	}
