
/* ---------- // LAYOUT Columns & COMMON MARKUP // ------------------------------------------------------------------ */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9,
.col10, .col11, .col12, .col13, .col14, .col16, .col17, .col18{
	float: left;
	margin: 0 0 12px 11px;
	padding:0;
}

	.firstcol { margin-left: 0px; }

	/* GRID columns = 45px + 11px (56px) padding each */
	.col1 {	 width: 45px; }
	.col2 { width: 101px; }  	.col3 { width: 157px; }  	.col4 { width: 213px; }  	.col5 { width: 269px; }  	.col6 { width: 325px; }  	.col7 { width: 381px; }  	.col8 { width: 437px; }  	.col9 { width: 493px; }  	.col10 { width: 549px; }  	.col11 { width: 605px; }  	.col12 { width: 661px; }  	.col13 { width: 717px; }  	.col14 { width: 773px; }  	.col15 { width: 829px; }  	.col16 { width: 885px; }  	.col17 { width: 941px; }  	.col18 { width: 997px; }  		
	/* Add these to a column to append empty cols.  append-[1-17] */
	.append-1 { padding-right: 56px; }  	.append-2 { padding-right: 112px; }  	.append-3 { padding-right: 168px; }  	.append-4 { padding-right: 224px; }  	.append-5 { padding-right: 280px; }  	.append-6 { padding-right: 336px; }  	.append-7 { padding-right: 392px; }  	.append-8 { padding-right: 448px; }  	.append-9 { padding-right: 504px; }  	.append-10 { padding-right: 560px; }  	.append-11 { padding-right: 616px; }  	.append-12 { padding-right: 672px; }  	.append-13 { padding-right: 728px; }  	.append-14 { padding-right: 784px; }  	.append-15 { padding-right: 840px; }  	.append-16 { padding-right: 896px; }  	.append-17 { padding-right: 952px; }  	
	/* Add these to a column to prepend empty cols.  prepend-[1-17] */
	.prepend-1 { padding-left: 56px; }  	.prepend-2 { padding-left: 112px; }  	.prepend-3 { padding-left: 168px; }  	.prepend-4 { padding-left: 224px; }  	.prepend-5 { padding-left: 280px; }  	.prepend-6 { padding-left: 336px; }  	.prepend-7 { padding-left: 392px; }  	.prepend-8 { padding-left: 448px; }  	.prepend-9 { padding-left: 504px; }  	.prepend-10 { padding-left: 560px; }  	.prepend-11 { padding-left: 616px; }  	.prepend-12 { padding-left: 672px; }  	.prepend-13 { padding-left: 728px; }  	.prepend-14 { padding-left: 784px; }  	.prepend-15 { padding-left: 840px; }  	.prepend-16 { padding-left: 896px; }  	.prepend-17 { padding-left: 952px; }  		
	



.left{ float:left; }
.right{ float:right; }
.center{ text-align: center; }
.nomarg { margin: 0px; }
.clear { clear: both; }

.clearfix {display: inline-block;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
	.clearfix {display: block;}

/* End hide from IE-mac */

hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}

hr.space {
  background: #fff;
  color: #fff;
}
/* Grey Line Divider */

.topborder{
	border-top: 1px solid #CCC;
	padding: 6px 0 0;
}
.divider {
	height: 5px;
	border-top: 1px solid #CCC;
	padding:0 0 6px;
}

/* ---------- // Article // -------------------------------------------------------------------------------- */

.article{	
	font-size: 1.2em;
	color: #333; 
}

.article p, 
.article blockquote,
.article li { 
	margin: 15px 0px 10px 0px; 
	line-height:1.5em;
}

.article a { text-decoration: underline; }
	

.article ul, .article ol{  margin:0 0 0 20px; }

.article li a{ 
	font-weight:bold; 
	text-decoration: none;
}

.article table { margin:5px; }

.print_art{ background:#FFF; padding:15px; }
.print_art .divider{ margin-top:10px; }
.print_art p{ 
	font-size:1.3em;
	line-height:1.5em;
	color:#000;
}
.print_art a{
	color:#000;
}

	/* -------- // Related Images Module //---------- */
	#related_images_module,#related_resources_module {
		margin: 0 0 20px 10px;
		padding:10px;
		border: 1px solid #c1c7d5;
		background:#edf2f4;
		text-align: center;
	}
		#ri_imgHolder,#rr_imgHolder{ 
			cursor:pointer; 
			margin-bottom:10px; 
			text-align:center;
		}
		
		#ri_caption,#rr_caption{ 
			clear:both;
			font-size:0.9em;
			margin:10px auto;
			padding:5px;
			border:1px solid #CCC;
			background-color:#FFF;
			text-align:left;
		}
		#rr_caption h4 a{ text-decoration:none; }
		
		#related_images_module dl{ display:none; }
		#related_resources_module dl{ display:none; }
		
		#ri_enlarge,#rr_enlarge {
			padding-left:20px;
			background:url(http://i.livescience.com/common/template_images/btn_enlargephoto.gif) no-repeat left;
		}
		#ri_enlarge a,#rr_enlarge a{
			font-family:Georgia, Times, serif;
			font-weight:bold;
			text-decoration:none;
		}
		
		#enlarge_img{ 
			padding:5px 0; 
			cursor:pointer;
			text-align:center;
		}

/* ---------- // Galleries // --------------------------------------------------------------------------------------------- */
.image_gallery{
	border:1px solid #CCC;
	margin:10px 0 20px;
}
	
	.image_gallery h1{ 	
		color: #333;
		line-height:41px;
		height:41px;
		padding-left:10px;
		overflow:hidden;
		background:url(http://i.livescience.com/template_images/bg_page_head.gif) repeat-x;
	}
	.image_gallery .left_col{
		float: left;
		width: 276px;
		margin: 0 26px 8px 8px;
	}
	.image_gallery .right_col{
		margin-left:310px;
		padding: 0 0 15px;
	}
	.image_gallery #items{ display: none; }
	.image_gallery .buttons { float: right; }
	.image_gallery .buttons img{ padding-left:5px; }
	.image_gallery #prev,
	.image_gallery #next {	
		float: left;
		cursor:pointer;
	}
	.image_gallery .nextGallery {
		float: right;
		padding: 0 10px 0 0;
	}
	.status { 
		float: left; 
		margin: 0 0 10px;
	}
	
	.image_gallery #i_container {
		width:276px;
		padding: 0 0 8px; 
	}
	
	.image_gallery #t_container h4{ 
		font-size: 1.2em;
		font-weight:normal;
	}

	.image_gallery #t_container a{ color: #FBCA52; }

/* ---------- // TOP TEN // --------------------------------------------------------------------------------------------- */
.topten{
	border:1px solid #CCC;
	margin-bottom:15px;
}

	.topten h1{ 
		color: #333;
		line-height:41px;
		height:41px;
		padding-left:10px;
		margin-bottom:10px;
		overflow:hidden;
		border-bottom:1px solid #CCC;
	}
	.topten div.inner{
		padding:0 10px 10px;
		margin-right:10px;
		float: left; 
		background:#FFF;
	}
	.topten div.side{
		margin-right:10px;
	}
	.topten div.side a img{ padding-top:10px; }
	.topten #i_container {
		font-size: 0.9em;
		color: #333;
		float: left;
		width: 250px;
		margin:0 10px 10px;
		border:1px solid #CCC;
	}
		.topten #i_container div{ padding:10px; }
		
	.topten #t_container {
		text-align: center;
		float: left;	
		padding: 10px;
		margin: 0px 10px 10px 0;
		width: 355px;
	}
	
		/*.topten #t_container a{ color:#333; }*/ 
		.topten #t_container h3{ color:#333; }
		
	.topten .buttons{ overflow:hidden; }
		.topten #prev {	float: left; }
		.topten #next {	float: right; }
		.topten #prev, .topten #next, .topten #countdown li{ cursor:pointer; }
		
		.topten #countdown {
		padding: 10px 0;
		margin:0 auto;
		clear:both;
		overflow:hidden; 
	}

	.topten #countdown li{ 
		list-style: none;
		float:left;
		height:80px;
		margin:0 4px;
		font: normal 3em/80px Georgia, Times, serif;
	}
	.topten #countdown li.selected{
		font: normal 100px/80px Georgia, Times, serif;
	}
	.topten #text{ 
		text-align:left;
		overflow:hidden; 
	}
	.topten #items{ display: none; }


/* ----------// Video //------------------------------------------------------------------------------------------- */

h1.video{
	color: #333;
	background:url(http://i.livescience.com/template_images/module_elements/bg_video_title.gif) repeat-x; 
	line-height:41px;
	height:41px;
	padding-left:10px;
	margin-bottom:2px;
	overflow:hidden;
	border:1px solid #CCC;

}
.player{ 
	border:1px solid #CCC;
	padding:1px;
	margin-bottom:15px;
}
#video{
	margin-right: 5px;
	float: left;
}


/* ----------// PAGE ELEMENTS //------------------------------------------------------------------------------------------- */


	/* -----// Sampler [article lists] //-------- */
	
	.sampler h3 { float: left; }
	.sampler h4 { font:bold 1em  verdana, Arial, sans-serif;}
	.sampler ul, .sampler li{ clear:both; }
	.sampler li {
		float:left;
		list-style:none;
		width:100%;
	}
	.sampler img{
		float: left;
		margin: 0 10px 0 0;
		padding:1px;
	}
	img[width="70"]{ border:1px solid #CBCBCB; padding:1px; }
	.sampler li img{ border:1px solid #CBCBCB; padding:1px; }
	
	.sampler p{	margin:0; }
	.sampler p a { color:#484848; }
	.listgroup h3{ font-size:1.3em;	}
	
	.listgroup li{
		list-style:none;
		line-height:18px;
	}
	.listgroup a { font-weight: bold; }

	
	/* ----------// TOOLBARS //--------------- */
	#art_toolbar, #page_toolbar{ 
		position:relative;
		margin:15px 0;
		line-height:24px;
	}
	a#tb_email, a#tb_print, a#tb_share{
		width:74px;
		height:24px;
		float:left;
		padding-right:2px;
	}
	a#tb_email{ background:url(http://i.livescience.com/common/template_images/bttn_email_tool.gif) top no-repeat; }
	a#tb_print{	background:url(http://i.livescience.com/common/template_images/bttn_print_tool.gif) top no-repeat; }
	a#tb_share{ background:url(http://i.livescience.com/common/template_images/bttn_share_tool.gif) top no-repeat; }
	a:hover#tb_email, a:hover#tb_print, a:hover#tb_share{ background-position:bottom; }
	
	.share_grp{ position:relative; }
	#page_toolbar #share_items{ left:95px; }
	#share_items{
		display:none;
		position:absolute;
		top:25px;
		border:1px solid #999;
		padding:5px 10px;
		background:#FFF;
	}
	#share_items div{ margin:5px 0; } 
	span#yahooBuzzBadge-form.yahooBuzzBadge-form{
		float:left;
		padding-top:1px;
	}
	
	
	/* ------- // Widgets // ---------*/
	
	
	.disc_mod{
		background:#edf2f4;
		margin:10px 0;
	}
	.disc_mod h3{ 
		margin:0;
		padding:10px;
	}
	.disc_mod ol, .disc_mod ul{ margin-left:20px; }
	


	.disc_mod .sampler ol, .disc_mod .sampler ul{ margin:0 }
	.disc_mod li{ margin:6px 0; }
	.disc_mod a{ font-weight:bold; }
	
	.disc_mod p a{ font-weight:normal; }
	.disc_mod blockquote{
		border:1px solid #CCC;
		background:#FFF;
		padding:10px;
	}
	.disc_mod dl{ background:url(http://i.livescience.com/template_images/discovery_mods/dm_bg.gif) top repeat-x; }
	
	.disc_mod dt{ 
		float:left;
		font: bold 12px/30px  Georgia, Times, serif;
		background:url(http://i.livescience.com/template_images/discovery_mods/tab_bg.gif) bottom repeat-x;
		border-left:1px solid #999;
		border-right:1px solid #999;
		text-align:center;
		margin-left:5px;
		cursor:pointer;	
	}
    #dw_pop dt{ 
		margin: 0 !important;
		border-left: none;
	}
	
    #dw_pop dt.first{ border-left:1px solid #999; }
    	
    	
	.disc_mod dt.first{ margin:0; }
	.disc_mod dt.active{ background-position: top; }
	.disc_mod dt.active a{ color:#333; }

        
        
	
	.disc_mod dd{ 
		display:none; 
		clear:both;
		border:1px solid #999;
		border-top:none;
		background:#FFF;
		padding:20px 10px 10px;
	}
	
	.home .disc_mod dd, .section .disc_mod dd {
		border:1px solid #999;
		border-top:none;
	}
    
    
	.disc_mod dd.active{  display:block; }
	/* -------  Commmunity Activity Module ------- */

.disc_mod .commDiscMod  {
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}

.disc_mod .commDiscMod dt {
	margin-left:0;
	/*width:94px !important;*/
	padding:0 2px;
	border-right:none;
}


.disc_mod .commDiscMod dd {
	border-bottom:none !important;
	border-right:none !important;
	border-left:1px solid #999;
	background:#FFF;
}

	.disc_mod ul.community{
		display:block;
		margin-left:10px;
		display:block;
		list-style-type:none;
	}
	.disc_mod ul.community li {
		display:block;
		padding:8px 0;
		border-bottom:1px solid #CCC;
	}
		.disc_mod ul.community li.last {
			border-bottom:none;
		}
	.disc_mod ul.community li img {
		margin:0 4px 4px 0;
		padding:1px;
		float:left;
		border:1px solid #CCC; 
	}
		.disc_mod ul.community li p {
			margin:0 0 2px 0;
			font-family:Georgia, Times, serif;
			font-size:1.2em;
		}
		.disc_mod ul.community span.right img {
			*padding-top:10px;
			border:none;
		}
		.disc_mod ul.community li small {
			display:block;
			font-family:verdana, Arial, sans-serif;
			font-size:1em;
		}
		
		
		
/* ---- */
	
	.col4 .disc_mod dt{ 
		margin:0;
		float:none; 
		text-align:left;
		width:auto !important;
		border-left:1px solid #999;
		border-right:1px solid #999;
		background:url(http://i.livescience.com/template_images/discovery_mods/tab_bg_slide_1x30.gif) bottom repeat-x;
	}
		.col4 .disc_mod dt div{
			margin-left:10px;
			padding-left:30px;
			background:url(http://i.livescience.com/template_images/discovery_mods/btn_down.gif) bottom left no-repeat;
		}
		.col4 .disc_mod dt.active{ 
			border-left:1px solid #BEDEFE;
			border-right:1px solid #BEDEFE;
		}
		.col4 .disc_mod dt.active div{  background-position: top left; }
	.col4 .disc_mod dd{
		border:1px solid #BEDEFE;
		border-top:none;
	}
		
	.dw_blog{
		float:right;
		width:114px;
		height:21px;
		padding-top:10px;
		background: url(http://i.livescience.com/common/community/template_images/btn_viewall_Blogs_active.gif) no-repeat;
	 }
	.dw_forums{
		float:right;
		width:114px;
		height:21px;
		padding-top:10px;
		background: url(http://i.livescience.com/common/community/template_images/btn_viewall_Forums_active.gif) no-repeat;
	}
	.home .disc_mod, .section .disc_mod { 
		background:#FFF;
		border-top:1px solid #CCC;
		margin-top:0;
		padding: 6px 0 0;
	}
	.home .disc_mod h3, .section .disc_mod h3 { padding:0 0 15px; }
	.home .disc_mod dt, .section .disc_mod dt {
		background:url(http://i.livescience.com/template_images/discovery_mods/tab_bg_homepage.gif) bottom repeat-x;
		border:none;
		padding:0 1px 0 0;
	}
	.home .disc_mod dt.active, .section .disc_mod dt.active {
		background-position:top; 
		border-left:1px solid #999;
		border-right:1px solid #999;
		padding:0;
	}
	
	

	/* ---------- // Advertisment blocks // ---------- */
	.hd_advert{
		text-align:center;
		padding:10px 134px;
		margin-top:10px;
	}
	fieldset{
		border: 1px solid #ECECEC;
		padding: 15px 10px;
		color:#CCCCCC;
	}
	
	fieldset.ads {
		margin:0 auto;
		padding: 10px;
		text-align: center;
	}
	div.ads{
		margin:-6px 0 10px; 
		text-align:center;
	}
	
	fieldset.belt_ad{ 
		text-align: center;
		padding: 15px 10px; 
	}
	div.belt_ad {
		text-align: center;
		margin: 10px auto;
	}
	
	* html div.ads{ margin:0 0 10px;}
	* html .ads legend{ margin:0 0 5px;}
	
	.ads legend{ color:#CCCCCC; }
	.ads .ad {
		padding: 0px 0px 10px 0px;
		margin: 0px;
	}
	
	.googad {
		width:330px;
		text-align:center;
	}
	
	/* GOOGLE ADSENSE */
	#adsense { margin-top:25px; }
	#adsense336 { margin:15px 0 0 0 }

	/* --------- // FORMS // --------- */
	form .error{ 
		border:2px solid #C00 !important; 
		padding: 2px; 
	}
	form .error_msg{
		color:#C00;
		border: 2px solid #C00;
		padding:4px;
	}
	form .okdokay{ 
		border:2px solid #093; 
		padding: 2px; 
		color:#009933;
	}
	form span.okdokay{ 
		border:2px solid #093; 
		padding:4px;
		color:#009933;
	}
	/* div.form - used in php\mailform.php[used?] | community\form_input.php[newsletter] */
	
		div.form { 
			clear:both;
			color: #333333; 
		}
		div.form h2 {
			font: normal 1.6em Georgia, Times, serif;
			margin: 0 0 15px;
			}
		div.form h3 { 
			font:bold 1em Georgia, Times, serif; 
			margin:0;
			}
		div.form h4 { 
			font:bold 1em Georgia, Times, serif;
			margin:0;
			}
	
	form dt{ 
		font-weight:bold; 
		margin:15px 0 0;
	}
	form dd input{ 
		width: 317px;
	}
	
	/* optin - MOVED TO REGISTRATION 4.1.09  */
	/* optin - used in communities/optional_info form  */
		
		
		#optin td{ padding: 10px 10px 10px 0; } 
		
		#optin ul{ padding-left:20px; }
		#optin li{ 
			font-size:1.2em;
			margin-bottom:10px; 
		}
	
	form .opt_grp { margin: 10px 0px 0px 0px; }
	form .opt_grp input {
		float: left;
		padding: 0 4px 0 0;
	}
	form .opt_grp div.label { 
		margin-left:25px; 
		font-size: 1.2em;
	}
	form .opt_grp div.textbox input { border: 1px solid #D3D3D3; }
	
	form div.row { padding: 0px 0px 15px 0px;}
		form div.row div.label {
			float: left;
			padding: 5px 0px 0px;
			width: 115px;
		}
		
		form div.row div.textbox input {
			border: 1px solid #D3D3D3;
			width: 317px;
			height: 20px;
		}
		
		form div.row div.textbox textarea {
			border: 1px solid #CECECE;
			width: 317px;
		}
		
	form .textnote{
		text-align:center;
		font:normal 10px Verdana;
		color:#3399ff;
		padding-left:115px;
		width:317px;
	}

	.grey_box { 
		background:#E6E6E6; 
		border:1px solid #CCC;
		padding:20px;
	}
	.help_note{ 
		width:209px; 
		line-height:30px;
		text-align: center; 
		font-weight:bold;
		border: 1px solid #CCC;
		margin:15px 0 30px;
		background:#FFF;
	}

	.ybuzz{
		margin-bottom:10px;
	}
	/* --------- // LS Store // --------- */
	
	#LS_store {
		background: url(http://i.livescience.com/common/template_images/ls_store_header.jpg) top left no-repeat;
		padding: 0 10px 10px;
		margin: 10px 0;
		border: 1px solid #8DA0B7;
		overflow:hidden;
	}
	
	#LS_store h3 {
		margin:0px;	
		color: #FFF;
		line-height: 16px;
		padding:6px 0 10px 30px;
		height:41px;
	}
	
	#LS_store h4 {	
		padding: 10px 0 0 0;
		color: #424242;
		font-size: 1.2em;
	}
	#LS_store ul{ border-bottom: 1px solid #E1E1E1; }
	#LS_store li {
		list-style:none;
		padding: 0 0 15px;
		clear:both;
	}
	#LS_store ul a { 
		font-weight: bold; 
		display:block;
		float: left;
	}
	#LS_store ul a img{ 
		padding:1px;
		border:1px solid #CBCBCB;
	}
	#LS_store ul p { margin: 0 0 5px 80px; }
	#LS_store ul p a {	
		float: none;
		padding-bottom:3px; }
	#LS_store ul p a img{ 
		padding-top:3px; 
		border:none;
	}
	#LS_store ol { padding-top:10px; float: right; }
	


/* -------- // I EXPLORE //------------------------------------------------------------------------ */

#iExplore, #iExplore div.container{	
	width: 661px;
	float: left;
	margin: 0 0 12px;
}
#iExplore h4{
	color:#000000;
	margin:2px 11px;
	font-size:1.1em;
}
#iExplore p{
	color:#000000;
	margin:0 0 10px 30px;
}

#iExplore a{ color:#000000; }
#iExplore div.inner{ border:1px #CCCCCC solid; }
#iExplore div.destList{
	text-align:center;
	margin:0 auto 5px;
}
#iExplore div.destList a{ padding:5px 30px; }
#iExplore div.destList img{ 
	width:145px;
	height:78px;
}
#iExplore a.destLink{
	display:block;
	background-color:#deebf1;
	color:#003399;
	font-weight:bold;
	padding:2px 11px;
}
#iExplore a.iexpLogo{
	display:block;
	margin:0 auto;
	padding-bottom:5px;
	text-align:center;
}
#iExplore div.map{ float:left; }

#iExplore div.findreg{
	float:left;
	height:194px;
	background:#EBF9FF;
	text-align:center;
}

#iExplore form{ 
	margin:0 auto;
	padding-top:10px;
	width:175px;
}
#iExplore select{ width:175px; }
#iExplore input{ 
	margin:5px 0;
	
}
#iExplore div.label{
	font:bold 12px arial, sans-serif;
	color:#000000;
	text-align:left;
	padding: 5px 0 0 0;

}

/* ---------------------- // HEADER // -------------------------------------------------------------------------------- */

#header { margin: 0px 0px 20px 0px; }
	/* ---------// Tabled Header //------- */
	#header table{ width:100%; }
	#header td{ 
		padding:0;
		vertical-align:top;
	}
	#header td.logo img{
		width:229px;
		height:77px;
		padding: 7px 20px 7px 7px;
	}
	#header td#pk_header{
		margin:1px 0 0;
		padding:8px 0pt 0pt 8px;
		width: 309px;
		text-align: left;
	}
	/* ---------// Div Header //------- */
	#header div.ad {
		padding: 9px 0;
		margin: 0px auto;
		font-size: 0px;
		text-align: center;
	}
	.hd_advert{	background:#dbdbd7; }
	
	#header div.top, #header div.yellow_note { height: 97px; }
	#header div.top { background: url(http://i.livescience.com/template_images/header_bg.gif) repeat-x top; }
	
	#header div.logo {
		float: left;
		padding: 7px 20px 7px 7px;
		font-size: 0px;
	}

	
	/* ---------// SEARCH BOX //----------- */
	#header div.search{
		float:left;
		width:395px;
		padding: 19px 15px 0 20px;
	}
	#header div.icon { padding: 13px 0 0 0; }
	
	#header div.textbox, #bottom_search div.textbox{ 
		float: left;
		width: 290px; 
	}
	#header div.textbox input, #bottom_search div.textbox input{ width: 284px; }
	
	#header div.textbox input, 
	#bottom_search div.textbox input,
	#adv_search input,
	#adv_search select{
		border: 1px solid #D3D3D3;
		padding:2px;
	}
	#header div.search div.button, 
	#bottom_search div.button,
	#adv_search div.button{
		float: left;
		padding: 0px 0px 0px 10px;
	}
	
	#pk_header_accnt{
		padding-left:20px; 
		border-left:1px solid #CCC;
	}
	
	#header ol {
		float:left;
		*float:none;
		display:block;
		clear:both;
		margin:12px 0 0 0;
		padding:0;
		list-style:none;
	}
	#header ol li {
		margin:0;
		padding-top:0;
		float:left;
		color: #FFF;
		line-height:16px;
		padding-right:8px;
	}
	
	
	#header ol li.rss {
		margin-left:8px;
		padding-left:13px;
		padding-top:0;
		padding-bottom:0;
		background:url(http://i.livescience.com/template_images/icons/icon_ls_rss_hdr.gif) no-repeat center left;
		border-right:1px solid #CCC;
	}
	#header ol li.newsltrs {
		margin-left:8px;
		*margin-left:0px;
		padding-left:15px;
		background:url(http://i.livescience.com/template_images/icons/icon_newsletter_hdr.gif) no-repeat 0 4px;
		
	}
	#header ol li.topicIcon {
		padding-left:16px;
		border-right:1px solid #CCC;
		background: url(http://i.livescience.com/template_images/icons/icon_hottopics_hdr.gif) no-repeat 0 4px;
	}

	/* ---------// TOP NAV BAR //----------- */
	
	#topnav, #navigation{
		border-top: 1px solid #E6E6E6;
	}
	#topnav ul, #topnav li, #topnav a, 
	#navigation ul, #navigation li, #navigation a{ height:34px; }
	#topnav ul, #navigation ul {
		background:url(http://i.livescience.com/template_images/topnav_tab_bc08.gif) bottom repeat-x;
		list-style: none;
		padding:0;
	}
	#navigation li {
		float:left;
		font-family: Georgia, Times, serif;
		font-size:12px;
		font-weight: bold;
		line-height:34px;
		position:relative;
		border-left:1px solid #fff;
	}
	
	#navigation li.firstitem {
		border:none;
		background:none;
	}
	#navigation a{
		display:block;
		float:left;
		color: #333;
		padding: 0px 14px;
		background:url(http://i.livescience.com/template_images/topnav_tab_bc08.gif) bottom left repeat-x; 
	}
	#navigation a.selected { background:url(http://i.livescience.com/template_images/topnav_tab_bc08.gif) center repeat-x; }
	#navigation a:hover{ background:url(http://i.livescience.com/template_images/topnav_tab_bc08.gif) top left; }
	
	#navigation a.cart{	
		width:70px;	
		background:url(http://i.livescience.com/template_images/topnav_tab_cart_bc08.gif) bottom left;
	}
	#navigation a.cart:hover{  background:url(http://i.livescience.com/template_images/topnav_tab_cart_bc08.gif) top left; }
	
/* ---------// SUB NAV BAR //----------- */
	#subnavigation{
		border-bottom: 1px solid #E6E6E6;
		background:url(http://i.livescience.com/template_images/subnav_bg.gif) top repeat-x;
	}
	#subnavigation ul, #subnavigation li, #subnavigation a{ height:23px; }
	#subnavigation ul {
		list-style: none;
		padding:0;
	}
	#subnavigation li {
		float:left;
		font-family: verdana, Arial, sans-serif;
		font-size:10px;
		font-weight: bold;
		line-height:23px;
		position:relative;
	}
	#subnavigation a{
		display:block;
		float:left;
		color: #039;
		padding: 0px 14px;
		background:url(http://i.livescience.com/template_images/subnav_bg.gif) top repeat-x;
	}
	
	#subnavigation a.selected {
		color: #666;
		background:url(http://i.livescience.com/template_images/subnav_bg.gif) bottom repeat-x; 
	}
	#subnavigation a:hover{ 
		color: #39F;
		background:url(http://i.livescience.com/template_images/subnav_bg.gif) bottom repeat-x;
	}
	
/* ----------------------- // FOOTER // --------------------------------------------------------------------------------- */
#footer {
	clear: both;
	margin: 0 0 2px 0;
	padding: 20px 0;
	position: relative;	
	text-align: center;
}

	#footer ul {
		padding: 0 0 7px 0;
		border-bottom: 1px solid #E0DFDF;
	}
	
	#footer ul li {	
		list-style: none;
		padding: 0 1px;
		color: #CCC;
		display: inline;
	}
	
	#footer ul li a { font-weight: bold; }
	#footer div.logos  {
		text-align:left;
		margin: 10px 0 2px;
	}
	#footer div.logos img{ margin: 0 0 8px; }
	#footer div.links {
		clear:both;
		text-align: right;
		padding: 5px 0 0 0;
	}
	
	#footer div.links ul {
		padding: 0 0 3px 0;
		border-bottom: none;
	}
	
	#footer div.links ul li {padding: 0; }
	#footer div.links ul li a {	font-weight: normal; }
	#footer div.links p {
		margin: 0;
		color: #666;
	}
	
	
/* -- NEW BUG BAR  -- */
ol.bugbar {
	list-style-type:none;
}
	.bugbar li {
		float:left;
		margin-right:18px;
	}
	
	.bugbar a {
		height:25px;
		float:left;
	}
	
	.ls { width:91px; position:relative; overflow:hidden; }
	.ls img { position:absolute; left:10px; }
		
	.spc { width:72px; position:relative; overflow:hidden; }
	.spc img { position:absolute; left:-96px; }
		
	.na { width:75px; position:relative; overflow:hidden; }
	.na img { position:absolute; left:-187px; }
	
	.tt { width:80px; position:relative; overflow:hidden; }
	.tt img { position:absolute; left:-282px; }
		
	


/* ---------- // Header Bug//------------------------------------------------------------------------ */
#pk_header{ 
	margin-left:670px;
	height:89px;
	padding:8px 0 0 8px;
	background: url(http://i.livescience.com/template_images/pk_welcome_bg.gif) repeat-x;
}
	#pk_header img{ float:left; }
	#pk_header div{ 
		float:left;
		width:230px;
		padding-left:8px;
	}
	#pk_header h3{
		font-size:15px;
		font-weight:bold;
		line-height:15px;
		margin:0 0 6px;
	}
	#pk_header h4{ 
		font: normal 11px;
		margin:0 0 6px;
	}
	#pk_header span{
		float:left;
		display:block;
		font-size:10px;
		line-height:15px;
		padding-right:20px;
	}
	#pk_header span a{
		display:block;
		font: bold 11px;
	}
	

/* ---------- // Profile Pages //------------------------------------------------------------------------ */

	/* --- // Profile Head // ---- */
	#profile_usr_info{ 
		border-top: 1px solid #CCC;
		margin-bottom: 10px;
	}
	
	#profile_usr_info h1{  
		line-height:40px;
		color: #333;
	}
	#profile_usr_info h3{ margin: 0;} 
		#profile_usr_info blockquote{
		border-top: 1px solid #CCC;
		background:url(http://i.livescience.com/template_images//community/bg_grad_profile.png) 0px 1px repeat-x;
	
	}
	#profile_usr_info li{
		margin: 10px 0;
		list-style: none;
	}
	
	.profile_edit{
		float:right;
		padding: 9px 0;
	}
	
	#profile_usr_info ul.activity,
	#profile_usr_info ul.aboutme{ margin-left: 110px; }
		#profile_usr_info ul.aboutme{ 
		border-top: 1px solid #CCC; 
	}
	
	#profile_usr_info ul.badges{
		float: left;
		width: 110px;
		margin: 0;
	}
	#profile_usr_info ul.badges li{
		text-align:center;
	}
	#profile_usr_info ul.badges li.avatar img{
		background: #FFF;
		border: 1px solid #CCCCCC;
		padding:1px;
	}
	#profile_usr_info ul.usr_connect{ 
		float: right;
		margin-right:20px;
	}
	#profile_usr_info a.com_pm{
		background:url(http://i.livescience.com/common/template_images/sendpm_icon.gif) no-repeat 0 1px;
		padding-left: 20px;
	}
	
	#profile_usr_info a.com_contact{
		background:url(http://i.livescience.com/common/community/template_images/icon_my_contacts.gif) no-repeat 0 0px;
		padding-left: 20px;
		display:block;
		line-height:1.6em;
	}
		

/* ---------- // MOST RECENT //--------------- */
	#profile_recent{
		background:url(http://i.livescience.com/common/template_images/bg_grad_most_recent.png) 0px 2px repeat-x;
		margin-bottom: 10px;
	}
	#profile_recent .postItems{
		border-top: 1px solid #CCC;
		padding: 10px;
	}
	#profile_recent .postItems blockquote {
		background:#EBEBEB none no-repeat scroll 6px 8px;
		border:1px solid #CCCCCC;
		overflow:hidden;
		padding:5px;
	}
	#profile_recent .postItems blockquote cite {
		display:block;
		font-style:normal;
		font-weight:bold;
	}
	#profile_recent img{ margin-right: 10px; }
	#profile_recent a{
		font-weight: bold;
	}
	#profile_recent span{
		color: #999;
	}
	

/* ---------- // MORE MOD //--------------- */
	#profile_more{
		border: none;
		border-top: 1px solid #CCC		padding-top:1px;
	}
	#profile_more .moreItems {
		background-color: #ecf4fc;
		padding: 12px;
	}
	#profile_more .moreItems blockquote {
		background:#EBEBEB none no-repeat scroll 6px 8px;
		border:1px solid #CCCCCC;
		overflow:hidden;
		padding:5px;
	}
	#profile_more .moreItems blockquote div {
		border-bottom:none;
		margin-bottom:0:
	}
	
	#profile_more .moreItems blockquote cite {
		display:block;
		font-style:normal;
		font-weight:bold;
	}
	
	#profile_more dt{
		float:left;
		list-style: none;
		font: bold 15px/40px  Georgia, Times, serif;
		background:url(http://i.livescience.com/common/template_images/bg_profile_more_tab.png) top repeat-x;
		border-right: 1px solid #999;
		border-top: 1px solid #999;
		text-align:center;
		cursor:pointer; 
	}
	#profile_more dt.first{ border-left: 1px solid #999; }
	#profile_more dt.active{  background-position: bottom; }
	#profile_more dt.active a{ 
		cursor:default; 
		color:#333; 
	}
	
	#profile_more dd{
		list-style: none;
		background-color: #FFF;
		padding: 10px;
		border-left:1px solid #999;
		border-right:1px solid #999;
		border-bottom:1px solid #999;
		display:none;
		clear:left;
	}
	#profile_more dd.active{ display:block; }
	#profile_more dd div{
		border-bottom: 1px solid #CCC;
		margin-bottom: 10px;
	}
	#profile_more dd div img{ margin: 0 10px 10px 0; }
	#profile_more dd div a{
		font-weight: bold;
	}
	#profile_more dd div span{
		color: #999;
	}
	
/* ---------- // Forums MOD //--------------- */
	#com_forum_mod{
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		background:url(http://i.livescience.com/common/template_images/bg_grad_forums_mod.png) 0px 1px repeat-x;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	#com_forum_mod h3{
		margin:10px;
	}
	#com_forum_mod h5{ 
		font: normal 1.3em Georgia, Times, serif;
		color:#039; 
	}
	#com_forum_mod ul li{
		list-style: none;
		margin: 10px 0;
		padding: 0 10px 10px;
		border-bottom: 1px solid #CCC;
	}
	#com_forum_mod p{ 
		margin: 0; 
		color: #333333; 
	}
	
	
/* ---------- // Hot Topics MOD //------------- */

	#com_hot_topics{
		border: 1px solid #CCC;
		background-color: #E6E6E6;
	}
	#com_hot_topics h3{
		margin:10px;
	}
	#com_hot_topics h4{ 
		font: bold 1.2em Georgia, Times, serif;
		margin-bottom: 15px;
	}
	#com_hot_topics h5{ 
		font: normal 1.3em Georgia, Times, serif;
	}
	#com_hot_topics p{ 
		margin: 0; 
		color: #333; 
	}
	#com_hot_topics big{ 
		font: normal 30px verdana, Arial, sans-serif;
		border: 1px solid #999;
		padding: 2px 10px;
		color: #999;
		float:left;
	}
	
	#com_hot_topics blockquote{
		background-color: #FFF;
		margin:10px;
		padding: 5px;
	}
	#com_hot_topics ul li,
	#com_hot_topics ol li{
		list-style: none;
		margin: 15px 0;
	}
	#com_hot_topics ol li a{ 
		margin-left:50px; 
		display: block;
	}
	#com_hot_topics .ht_popvideo p{ margin: 10px 0; }
	#com_hot_topics .ht_popvideo img.tn{
		background: #FFF;
		border: 1px solid #CCCCCC;
		padding:1px;
		float: left;
		margin-right: 10px;
	}
	


/* ------ COMMUNITY HUB STYLES --------- */


#communityHub {
	color:#333;
}

#communityHub .col12 {
	background:url(http://i.livescience.com/common/community/template_images/bg_title_661x110.png) no-repeat top left;
}
#communityHub .headline {
	border-top:none;
	background:none;
	padding:0 10px;
}
#communityHub .headline h2 {
	font-weight:normal;
}
#communityHub .headline p {
	width:440px;
	font-size:1.3em;
}
#communityHub .headline span.right {
	padding:0;
	margin:50px 3px 10px 0;
}
#communityHub .headline span.log {
	margin:50px 10px 10px 0;
	padding:0 10px 0 0;
	float:right;
	border-right:1px solid #CCC;
}
#communityHub #hubTopMod {
	margin:10px 0 15px 0;
	background: url(http://i.livescience.com/common/community/template_images/bg_grad_mostpopvideos_661x385.gif) no-repeat bottom right;
}

#communityHub .col8 dl {
	padding:0 0 5px 0;
	background: url(http://i.livescience.com/common/community/template_images/bg_grad_mostrec_1x288.gif) repeat-x bottom left;
}
#communityHub .col8 dt img,
#communityHub .col4 dt img {
	padding:1px;
	border:1px solid #CCC;
}
	#communityHub .col8 dd.hubFeature {
		margin-top:5px;
	}
	#communityHub .col8 dd.hubFeature ul {
		margin:2px 0 10px;
		list-style-type:none;
		float:left;
	}
		#communityHub .col8 dd.hubFeature li {
			float:left;
		}
			dd.hubFeature li.featureNum {
				padding:0 6px;
				text-align:center;
				border-right:1px solid #CCC;
			}
			dd.hubFeature li.featureNum big {
				float:left;
				padding:2px 10px;
				font-family:verdana, Arial, sans-serif;
				font-size:30px;
				color:#999;
				background:#FFF;
				border:1px solid #999;
			}
			dd.hubFeature li.featureTitle {
				width:320px;
				padding: 0 0 0 10px;
			}
			dd.hubFeature li.featureTitle h3 {
					margin-bottom:0;
					font-size:2em;
					font-weight:normal;
				}
			dd.hubFeature li.prev a{
				margin-right:5px;
			}
			
			dd.hubFeature li.prev a {
				background: url(http://i.livescience.com/template_images/buttons/btn_hubfeature_arrows.gif) no-repeat 0 0;
			}
				dd.hubFeature li.prev a:hover {
					background-position:0 -20px;
				}
			dd.hubFeature li.next a {
				background: url(http://i.livescience.com/template_images/buttons/btn_hubfeature_arrows.gif) no-repeat 0 -40px;
			}
				dd.hubFeature li.next a:hover {
					background-position:0 -60px;
				}
			
			dd.hubFeature li.prev a,
			dd.hubFeature li.next a {
				position:relative;
				cursor:pointer;
				display:block;
				width:21px;
				height:20px;
			}
			
	#communityHub .col8 dd.ticks {
		margin:0 0 0 5px;
		clear:both;
		height:7px;
		display:block;
		overflow:hidden;
		background: url(http://i.livescience.com/common/community/template_images/progress_ticks_47x35_topmod.gif) 0 0 no-repeat;
		
	}
	.mostCommented {
		margin:0;
		padding:10px 0 0 0;
		background: url(http://i.livescience.com/common/community/template_images/bg_grad_mostcommented_1x97.gif) repeat-x top left;
	}
		.mostCommented h3{
			margin-left:5px;
		}
		.mostCommented ul.img-headline {
			margin-left:5px;
			float:left;
		}
		.mostCommented ul.img-headline li {
			padding:0;
			border-top:none;
			clear:none;
			width:210px;
			*width:208px;
			float:left;
		}
		.mostCommented ul.img-headline img {
			margin-bottom:0;
		}
			.mostCommented ul.img-headline li.first {
				border-right:1px solid #CCC;
				margin-right:10px;
			}
	
	#communityHub .col4 h3 {
		margin-left:16px;
	}	
	#communityHub .col4 dl {
		padding:0 0 20px 15px;
	}
	#communityHub .col4 dd {
		margin-top:5px;
	}
	#communityHub .col4 dd .icon {
		margin-right:4px;	
	}
	
	#communityHub .col4 ul.img-headline {
		margin:0 5px;
	}
	#communityHub .col4 ul.img-headline li.launchBtn {
		border-top:none;
		text-align:right;
	}
		#communityHub .col4 ul.img-headline li.launchBtn img{
			float:none;
		}
		
	#mostActive {
		margin-bottom:15px;
		background: url(http://i.livescience.com/common/community/template_images/bg_activeusers_661x227.png) no-repeat bottom right;
	}
	#mostActive h3 {
		margin-bottom:0;
	}
	#mostActive ul.img-headline li {
		height:82px;
		padding:10px 6px 0 6px;
	}
	#mostActive ul.img-headline li img {
		padding:1px;
		border:1px solid #CCC;
	}
	#mostActive ul.img-headline li.first {
		border-top:none;
	}
	#mostActive ul.img-headline p {
		margin:0 0 8px;
	}
	#mostActive ul.img-headline p a {
		color:#039;
	}
	#mostActive span.right {
		font-family:Georgia, Times, serif;
		font-size:1.2em;
		margin:51px 85px 15px 0;
		padding:0 0 0 20px;
		background: url(http://i.livescience.com/common/community/template_images/icon_search_small.gif) no-repeat top left;
		
	}
		#mostActive div.right a {
			font-family:verdana, Arial, sans-serif;
			font-size:.9em;
		}
		
/* Most Recent Post and Most Recent Comment*/

#mostRecent {
	padding:10px 0 0 0;
	color:#484848;
	background: url(http://i.livescience.com/common/community/template_images/bg_grad_mostrecent_1x225.gif) repeat-x top left;
}

#mostRecent h3 {
	margin-bottom:10px;
}
#mostRecent img {
	padding:1px;
	border:1px solid #CCC;
}
#mostRecent p {
	font-size:1.1em;
}
#mostRecent p a {
	color:#039;
}
#mostRecent h4 {
	margin-bottom:10px;
	font-weight: normal;
	font-size:1.2em;
	font-family:Georgia, Times, serif;
}
.recentPost, .recentComment {
	margin-bottom:15px;
}
.recentPost h3, .recentPost p,
.recentPost h4, .recentPost .byLine,
.recentComment h3, .recentComment h4,
.recentComment p,
.recentComment .byLine {
	margin-left:6px;
} 

.recentComment a img {
	margin:0 10px 0 4px;
	float:left;
}

.byLine dt img {
	margin:0 3px 0 0;
	float:left;
}
.byLine dd {
	line-height:11px;
	padding-top:5px;
}

.communitySpotlight {
	clear:both;
	margin:0 0 15px 0;
	padding:10px 8px 18px 8px !important;
	background: url(http://i.livescience.com/common/community/template_images/bg_grad_rtcol_blue_1x105.gif) repeat-x top left;
	
}
	.communitySpotlight ul {
		list-style:none;
	}
	.communitySpotlight li img {
		padding:1px;
		border:1px solid #CCC;
		float:left;
		margin:0 6px 20px 0;
	}
	.communitySpotlight li p {
		padding-left:0;
	}
	.communitySpotlight h1 {
		padding:0 0 0 30px;
		background: url(http://i.livescience.com/common/community/template_images/icon_quotes_discussion.gif) no-repeat top left;
	}
	.communitySpotlight p {
		padding-left:30px;
	}


#communityHub #com_forum_mod {
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
}
#communityHub #com_forum_mod ul li {
	border-bottom:1px solid #E6E6E6;
}

/* ------- // Welcome Promo Page //------------------------------------------------------------------------ */

.subhead {
	height:54px;
	background:url(http://i.livescience.com/template_images/welcome/promo_bg_grad_hdr_1x56.gif) repeat-x top left;
}
	.subhead h1 { padding:14px 0 0 20px; }
	
.promo_left {
	float:left;
	width:493px;
}
	.promo_left div.inner {
		padding:12px 20px 100px 20px;
		background:url(http://i.livescience.com/template_images/welcome/promo_bg_grad_left_1x495.gif) repeat-x bottom left;
	} 
	.promo_left p {
		margin:12px 0;
		font-size:1.2em;
		line-height:20px;
	}
	
.promo_thumbs { float:left; }

	.promo_thumbs img {
		padding:0 3px;
		float:left;
	}
    
.promo_right, {float:right; }a.forumtitle { font-family: Georgia, Times, serif; }
a.topictitle { font-family: Georgia, Times, serif; }

#hot_topics td .view_all {
	margin:15px 0 5px;
}


#hot_topics ol li a,
#hot_topics td a{ color: #333; }
#hot_topics ol li a h5,
#hot_topics td a h5{ color: #039; }


*{
	margin: 0;
	outline:none;
	border-collapse:collapse;
}
html{
	font-size: 0.635em;
}
body {
	padding:0;
	text-align: left;
	font-family: verdana, Arial, sans-serif;
	color: #484848;
	background: url(http://i.livescience.com/template_images/ls_watermark.gif) top no-repeat #e9e8e4;
}

img { border:0; }

p{ margin:11px 0; }

a {
	color: #039;
	font-size: 1em;
	text-decoration: none;
}

a:hover {
	color: #39F;
	text-decoration: none;
}

h1, h2, h3 {
	color: #333;
	font-family:Georgia, Times, serif;
}
h1 small, h2 small, h3 small{
	font-family: verdana, Arial, sans-serif;
	font-weight:normal;
}

h1 {
	color: #333;
	font-size:2.2em;
	font-weight:normal;
	margin: 0px 0px 2px 0px;
}

/* CMS - Make it so */
h1.mis{ 
	margin:30px auto 0;
	width: 50%;
	background: #FFF;
	border: 2px solid #CCC;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
h2 {
	font-size:2.8em;
	font-weight:normal;
	margin: 0px 0px 15px 0px;
}
h3 {
	color: #333;
	font-size:1.5em;
	line-height:1em;
	margin: 0px 0px 15px 0px;}

h4{ font-size:1em; }
h5{ font-size:1em; }
h6{ font-size:1em; }


ol, ul, li{
	padding:0;
}
td ol, td ul{
	padding-left:40px;
}

#main {
	width: 997px;
	margin: 0 auto;
	padding: 24px 20px 0;
	background-color:#FFFFFF;
	border-right:6px solid #dbdbd7;
	border-left:6px solid #dbdbd7;
}

img[width="70"], div.row img{ border:1px solid #CBCBCB; padding:1px; }

/* ------ VISITED LINKS  - Article and Archive Visited Link -------- */

.article a:visited { color: #597abd; }




/* -----// Sampler [article lists] //------------------------------------------------------------------------ */
/* Site specific - rest can be found in libaray/docs/styles/nova.php */

.sampler li { margin: 0 0 8px; }

.sampler .link {
	float: right;
	padding: 3px 5px 3px 3px;
	background: url(http://i.livescience.com/template_images/link_bg.gif) no-repeat;
	width: 43px;
}

.sampler .link a {
	color: #3399FF;
	font-weight: normal;
}

.listgroup ul{ padding:0 0 30px;}


div.row {}


/* ----------------------// Widgets -- SCIBLOG AND BLOG //-------------------------------------------------------------- */
#rss_feeds ol{
	list-style:none;
	margin:0;
}
#rss_feeds li{ margin:11px 0; }
#rss_feeds dd{ padding:10px; }

.col6 dt.sciblog{
	background: url(http://i.livescience.com/template_images/discovery_mods/tab_bg_sciblog.gif) repeat-x bottom left;
}

dt.sciblog{ height:30px; }
dt.active{ background-position: top; }

dt.sciblog img{ padding-top:7px; }
.sciblog_lnk{
	float:right;
	width:186px;
	height:21px;
	padding-top:10px;
	background: url(http://i.livescience.com/template_images/discovery_mods/btn_sciblogging_active.gif) no-repeat;
}
dd.sciblog{
	background: #DEEFFF url(http://i.livescience.com/template_images/discovery_mods/bg_grad_sciblogs_1x371.gif)  repeat-x top;
}
dd.sciblog li{
	border-bottom: 1px solid #9CF;
	padding-bottom:11px;
}


/* ----------------------// Headlines & Top List [lists module] //------------------------------------------------------ */

.headline{
	padding:0 10px;
}

.headline h1{
	font-size: 2.8em;
}
.headline h2{
	margin: 10px 0 0;
	font-weight:bold;
	font-size: 2.2em;
	color:#333;
}
.headline h3{
	color:#333;
}

.headline span {
	float: right;
	padding:13px 0px 0 10px;
}
#headline span a img {
	float:right;
	
}
.share_grp span{ padding: 0; }

.img-headline img{
	float:left;
	margin:0 10px 10px 0;
}

.img-headline p{ margin-top: 0; }
.img-headline p a{ color:#333 }

.tn163x110 h4, .tn163x110 p, .tn163x110 h5 { margin-left: 173px; }
.tn110x62 h4, .tn110x62 p, .tn110x62 h5 { margin-left: 124px; }
.tn100x67 h4, .tn100x67 p, .tn100x67 h5 { margin-left: 110px; }

.tn163x110 img, .tn110x62 img, .tn100x67 img { border:1px solid #CCC; padding: 1px; }

.img-headline li{
	list-style:none;
	margin-bottom:25px;
}
.img-headline .divider{ padding-bottom:15px; }

	ul.img-headline li{
		border-top: 1px solid #CCC;
		padding: 15px 0 5px;
		margin: 0;
		clear:both;
	}
	ul.img-headline li.first{  border: none; }

.img-headline-list{
	border: 1px solid #CCC;
	padding: 10px;
	background: #FFF url(http://i.livescience.com/template_images/module_elements/headline_grey_bg.gif) bottom repeat-x;
	height:300px;
}
.img-headline-list img{ float: left; }
.img-headline-list h4, .img-headline-list h5, .img-headline-list p{ margin-left: 110px; }
.img-headline-list h4 { font-family: verdana, Arial, sans-serif; }
.img-headline-list p{ margin-top: 0; }
.img-headline-list p a,
.img-headline-list h5 a{ color:#333 }
.img-headline-list a:hover{ color:#39F; }

ul.bullets { margin:10px 0; clear:both; }
	.bullets li{
		list-style-image:url(http://i.livescience.com/template_images/red_arrow.gif);
		padding:0 0 15px;
		margin:0 10px 0 20px;
	}
	.bullets li a{ font-weight:bold; }
	.bullets li p { margin:0; }
	.bullets li p a{
		font-weight:normal;
		color: #333;
	}



#top-list{
	border: 1px solid #CCC;
	background: #FFF url(http://i.livescience.com/template_images/module_elements/toplist_bg_a.gif) bottom repeat-x;
	margin-bottom:11px;
}
	#top-list h3{
		border-bottom: 1px solid #CCC;
		color: #FFF;
		font-size: 1.7em;
		line-height: 26px;
		margin :0;
		padding-left: 10px;
		background: url(http://i.livescience.com/template_images/module_elements/toplist_tab_bg.gif) top repeat-x;
	}
	#top-list dl{ margin: 15px 10px; }
		#top-list dt {
			display:block;
			margin: 15px 0;
			padding-left: 26px;
			height:16px;
			font: bold 10px/16px verdana, Arial, sans-serif;
			color: #039;
			background: url(http://i.livescience.com/template_images//buttons/btn_plus_minus.gif)  left -14px no-repeat;
			cursor: pointer;
		}
		#top-list dt.active{
			font: bold 16px/16px Georgia, Times, serif;
			background-position: left 2px;
		}

		#top-list dd {
			margin-bottom:10px;
			padding-top: 10px;
			display: none;
		}
		#top-list dd p, #top-list dd h5{ margin: 0 0 10px 112px; }
		#top-list dd p a{ color:#333 }

	#top-list dd img{
		float: left;
		padding: 1px;
		border: 1px solid #CCC;
	}

.tn110x163 p { margin-left:123px; }




/* ----------------------// PAGINATION //------------------------------------------------------ */
#pagination{
	margin:10px 0;
	border-top: 1px solid #CCC;
	padding: 5px 0;
}
#pagination table{
	float:right;
}
#pagination table td{
	line-height: 20px;
	padding:0 6px;
}
#pagination table ol{
	float:left;
	list-style:none;
}
#pagination td ol { 
	padding:0;
}

#pagination table li{
	float: left;
	display:block;
	padding:0 6px; 
 	text-align:center;
	font-weight:bold;
}

#pagination table li.last{ border:none; }

#pagination table li.sel {
	border:1px solid #CCC;
	font-size:1.1em;
	background: #EEE;
	margin-top:-1px;
	*margin-top:0;
}






/* ----------------------// REGISTRATION COMPLETE //-------------------------------------------------------------- */
/* Site specific - rest can be found in libaray/docs/styles/nova.php */

dl.reg_option { background:#ccc url(http://i.livescience.com/template_images/bg_grad_col_1x334.gif) repeat-x top left; }
dl.reg_option dt { background: url(http://i.livescience.com/template_images/bg_grad_sbhdr_1x82.gif) repeat-x top left; }


/* ----------------------// Welcome Promo Page //----------------------------------------------------------------- */
/* Site specific - rest can be found in libaray/docs/styles/community.php */

/* -------- // Marketplace //------------------------------------------------------------------------ */
	.marketplace, .redirect{
		background: url(http://i.livescience.com/template_images/grey_vert_gradient.gif) repeat-x top;
	}

	.marketplace h3{
		color:#333;
		margin: 0 10px;
		padding-top:10px
	}
	.marketplace h4 { margin: 0 10px; }

	.marketplace dl{ padding:10px; }
	.marketplace dt, .marketplace .row{
		font-size:1.1em;
		font-weight:bold;
	 }
	.marketplace dd{ margin-bottom: 10px; }
	.marketplace dd a, .marketplace .text a{ color:#333;	}

	.marketplace .row { margin: 10px; }
	.marketplace .row p{ margin: 0 }
	.marketplace .text{ font-weight:normal; }

	.redirect{ padding:0 20px; }
	.redirect img{padding: 28px 0; }
	.redirect h2{ padding-bottom:28px; }
	.redirect a{
		font-size:1.2em;
		font-weight:bold;
	}

/* -------- // Interstitals //------------------------------------------------------------------------ */
#inter-advertisement{
	z-index:999; 
	background:#FFF; 
	position:absolute;
	top:0; 
	width:100%;
	height:100%;
	font-size: 12px;
	font-family: verdana, Arial, sans-serif;
}

#inter-logo {
	text-align:left;
	background: url("http://images.livescience.com/template_images/promo/interstitial/ls_topban_tile_iad_8x57.gif") repeat-x;
}

.inter-continue{
	padding: 5px 5px 5px 200px;
}
#inter-advert{
	font-size: 1px;
	color:#606A72;
	margin:auto;
	text-align:center;
}
#inter-content{
	text-align: center;
	background: #ddd;
	padding: 10px;
}

.inter-bn1 a{
	font-size: 8pt;
	font-weight: bold;
	color: #1140cb;
}
.inter-bn2{ color:#000; }
.inter-bn2 a{
	color:#000;
	font-weight:normal
}

.inter-bn1, .inter-bn2 {
	margin-left: 15px;
	line-height: 2;
	font-size: 8pt;
	font-weight: bold;
	color: #1140cb;
	text-decoration:none;
}
.inter-bn1 a, .inter-bn2 a{
	font-size: 8pt;
	font-weight: bold;
	color: #1140cb;
	text-decoration:none;
}

.inter-legal {
	margin-left: 15px;
	font-size: 8pt;
	color: #000;
}

