

/* ---------- // 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 #ECECEC;
	padding: 6px 0 0;
}
.divider {
	height: 5px;
	border-top: 1px solid #ECECEC;
	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 {
		margin: 0 0 20px 10px;
		padding:10px;
		border: 1px solid #c1c7d5;
		background:#edf2f4;
		text-align: center;
	}
		#ri_imgHolder{ 
			cursor:pointer; 
			margin-bottom:10px; 
			text-align:center;
		}
		
		#ri_caption{ 
			clear:both;
			font-size:0.9em;
			margin:10px auto;
			padding:5px;
			border:1px solid #CCC;
			background-color:#FFF;
			text-align:left;
		}
		#related_images_module dl{ display:none; }
		
		#ri_enlarge {
			padding-left:20px;
			background:url(http://i.livescience.com/common/template_images/btn_enlargephoto.gif) no-repeat left;
		}
		#ri_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;	
	}
    
    	
    	
		.disc_mod dt.first{ margin:0; }
   		.disc_mod dt.active{ background-position: top; }
		.disc_mod dt.active a{ #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; }
	
	.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 #ECECEC;
		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;
	}
	.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;
	}

	/* --------- // FORMS // --------- */
	form .error{ 
		border:2px solid #C00 !important; 
		padding: 2px; 
	}
	form .error_msg{
		color:#C00;
		border: 1px solid #C00;
		padding:10px;
		margin:10px 0 !important;
	}
	form .okdokay{ 
		border:2px solid #093; 
		padding: 2px; 
	}
	
	/* 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 - used in communities/optional_info form */
		#optin h3{ margin:0 0 2px; }
		#optin p{ font-size:1.2em; }

		#optin .note{ color:#F60 }
		
		#optin td{ padding: 10px 10px 10px 0; }
		
		#optin input { padding:2px; }
		#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; }
	
	
/* ---------- // REGISTRATION COMPLETE //------------------------------------------------------------------------ */
#post_reg {
	margin:0 0 42px 50px;
}
dl.reg_option {
	float:left;
	margin:28px 10px 0 0;
    text-align:center;
  	width:214px;
}
dl.reg_option dt {
	padding:10px 10px 28px 10px;
    height:34px;
    text-align:left;
}
dd.reg_optbtn { padding:20px 0 44px 0; }



/* -------- // 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 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;
		line-height:15px;
		margin:0 0 6px;
	}
	#pk_header h4{ 
		font-size:11px;
		font-weight:normal; 
		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-size:11px;
		font-weight:bold; 
	}
	
/* ---------- // Login Register Windows //------------------------------------------------------------------------ */

#pk_cover{
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	background:#000;
}

#pk_window{	
	z-index:110;
	position: absolute;
	border: 1px solid #000;
	padding:5px 10px;
	background:#FFF;
}

	#pk_window_hd img{ float:left; }
	#pk_window_hd a{ float:right; }

#pk_window_cnt{ 
	padding: 5px 0; 
}
	#pk_window_cnt h2{
		font-size:2.0em;
		background:#DDD;
		border: 1px solid #CCC;
		padding:2px;
		margin:0;
		text-align:center;
	}
	#pk_window_cnt h3{
		font-size:1.2em;
		margin:0 0 3px;
		border-bottom:1px solid #999;		
	}
	
	#pk_window_cnt h4{ color:#C00; }	
	
	#pk_window_cnt form{ 
		display:inline;
	}
	#pk_window_cnt fieldset{
		float:left;
		border:none;
		color: #333;
	}
	
	#pk_window_cnt fieldset input{ 
		padding:2px;
		width:200px;
	}
    
    #pk_window_cnt fieldset input#checkname {
    	padding:2px;
    	width:200px;
    }
	
	#pk_window_cnt label{ 
		display:block;
		margin: 0 0 3px 
	}
	
	#pk_window_cnt span.l_col, 
	#pk_window_cnt span.r_col{ 
		display:block;
		float:left;
		width:209px; 
	}
	#pk_window_cnt span.l_col{ 
		text-align: left; 
		margin-right:10px;
	} 
	#pk_window_cnt span.r_col{ text-align: right; }
	#pk_window_cnt span.note{
		line-height:30px;
		text-align: center; 
		font-weight:bold;
		border: 1px solid #CCC;
	}
	
	#pk_login h4{ padding:6px 0 0; }
	#pk_login fieldset{ padding:10px 0; }
	#pk_login div{ margin:15px 0; }
	
	#pk_register h4{ padding:6px 0 5px; }
	#pk_register fieldset{ padding:5px 0; }
	
	#pk_window_cnt div.success { text-align:left; }
	#pk_window_cnt div.success div { margin:15px 0; }
	
	.grey_box #pk_window_cnt .success{
		padding: 5px; 
		background:#FFF;	
	}
	.grey_box .submit_grp{display:none; }
	#pk_note{ 
		margin:11px 0 0;
	}
	#pk_note ul{ 
		margin-left:20px; 
		font-weight:bold;
	}
	
#pk_window_ft{
	border-top:1px solid #CCC; 
}
	#pk_window_ft img{ 
		float:right;
		padding: 8px 0 6px; 
	}
	
#pk_window iframe{ 	border: none;  }




/* ----------------------// Account //------------------------------------------------------------------------ */
	#pk_accnt{ clear:both; 	}
	#pk_accnt_window p { line-height: 1.5em; }
	
	#pk_accnt_window, 
	.PersonaHeader_Table{
		width:100%;
		postion:relative;
		border: 1px solid #CCC;
		background:url(http://i.livescience.com/common/community/template_images/spr_account_elements.gif) 0px -70px repeat-x;
	}
		#pk_accnt_window h1{ 
			margin:0;
			padding:0px 9px;
			font: 22px/35px Georgia, Times, serif;
			color:#333;
		}
		#pk_accnt_window blockquote{ border-top:1px solid #999; }
		
	#pk_accnt_nav li{
		float:left;
		list-style: none;
		font: bold 15px/34px  Georgia, Times, serif;
		background:url(http://i.livescience.com/common/community/template_images/spr_account_elements.gif) 0px -35px repeat-x;
		border-left:1px solid #999;
		width:219px;
		text-align:center;
		cursor:pointer; 
	}
	#pk_accnt_nav li.first{ border:none; }
	#pk_accnt_nav li.active{  background-position: top; }
	#pk_accnt_nav li.active a{ 
		cursor:default; 
		color:#333; 
	}
	
	#pk_accnt_view{ 
		padding:30px 20px 20px !important;
		clear:both;
	}
		#pk_accnt_view li{
			list-style: none;
			display:none;
		}
		#pk_accnt_view li.active{ display:block; }
		#pk_accnt_view h3{ margin:0 0 2px; }
		#pk_accnt_view div h3{ margin:15px 0 2px; }
		#pk_accnt_view div h4{ margin:6px 0 2px; }
		
/* ---------- // Profile Pages //------------------------------------------------------------------------ */

	
.pk_profile_lnks{ text-align:right; }

/* ------- // Persona widget // ---------*/
.Persona_LoginStatus,
.NoDisplay{ display:none; }

.Persona_TopPluckLink{ 
	padding:10px 9px;
	float:right; 
}
.Pluck_FooterLink{
	margin:6px 0;
	padding:6px 0;
	text-align:right;
	border-bottom: 1px solid #999;
	clear:both;
	
}
#Paginator{ padding-top:10px; }

	/* --- // Header - main info // --- */
	#PersonaHeader_RecommendUserProfile{ 
		padding-left:20px;
		display:inline;
		vertical-align:top;
		line-height:35px;
	}
	
	.PersonaHeader_Title{
		display:inline;
		padding:0px 9px;
		font: 22px/35px Georgia, Times, serif;
	}
	.PersonaHeader_PublicContent a{display:block; margin:11px 0; }
	
	.PersonaHeader_Table td{
		font-size:1.2em;
		vertical-align:top;
		border-top:1px solid #999;
		background:#FFF url(http://i.livescience.com/common/community/template_images/bg_grad_persona_top_1x308.gif) bottom repeat-x;
	}
	
	.PersonaHeader_TableLeft{ padding:30px 15px 30px 20px; }
	.PersonaHeader_TableMiddle{ padding:30px 15px 30px 0px; }
	.PersonaHeader_TableRight{
		width:213px;
		padding:30px 15px 30px 0px; 
	}
	
	.PersonaHeader_Info{ margin-bottom:11px; }
	.PersonaHeader_InfoHeading{ font-weight:bold; }
	
	#rpt_persona_abuse, .PersonaHeader_RecommendUserProfile{ visibility:hidden; }

	/* --- // Content Tabs // --- */
	
	.PersonaTabs_Container{	
		float: left;
		border-right: 1px solid #999;
		border-top: 1px solid #999;
		width: 437px;
		position:absolute;
	}
		.PersonaTabs_Container a{
			float:left;
			font: bold 15px/34px Georgia, Times, serif;
			background:url(http://i.livescience.com/common/community/template_images/spr_grad_persona_select.gif) repeat-x;
			border-left:1px solid #999;
			text-align:center;
			width:108px;
		}
		.PersonaTabs_On{
			padding-left:1px;
			background-position: top !important;
			color: #333;
		}
		.PersonaTabs_Off{ background-position: bottom !important; }
		
	#PersonaMessagesPageDest,
	#PersonaUserCommentsDest,
	.Persona_2ColumnTableLeft{
		border-right: 1px solid #999;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		padding:45px 10px 10px;
		width: 416px;
		background:#E6E6E6;
	
	}
	.PersonaStyle_SectionHead{
		font-weight:bold;
		padding: 6px 0;
		color: #333;
	}
	
	.Messages_MustConnectMessage,
	.UserComments_Table,
	.Reactions_Table, .WatchList_List{ 
		background:#FFF; 
		border:1px solid #CCC; 
		width:100%;
		margin-top:10px;
	}
		
	.Reactions_TableContent{
		vertical-align:top;
		padding:0 10px;
	}
	.Reactions_DateTime, .UserComments_DateTime{ 
		font-size:.8em;
		color:#999;
	}
	
	.Reactions_TableContent div{ margin:10px 0; }
	.Reactions_TableImg{ 
		text-align:right;
		padding:0 10px 0 0;
	}
	
	.WatchList_Title{ display: none; }	
	.WatchList_ListLeft, .WatchList_ListRight{
	 	padding:10px;
		border-bottom: 1px solid #CCC;
	 }
	.WatchList_ListRight{ text-align:right; }
	
	.Profile_Iframe{
		margin-top:4px !important;
		width:661px !important;
		height:1500px;
	}
	
	.Messages_MustConnectMessage{  
		width:393px;
		padding:10px 
	}
	
	.UserComments_Table td{
		vertical-align:top;
		padding:0 10px;
	}
	.UserComments_Table td div{ margin:10px 0; }
	.UserComments_Table td a{ font-weight: bold; }
	
	.PersonaStyle_ItemContainer{ font-size:1.2em; }
	
	/* --- // left table column // --- */
	
	.Persona_2ColumnTableLeft{ 
		float:left; 
		vertical-align:top; 
	}
		.Persona_2ColumnTableLeft .PersonaStyle_SectionHead{ color: #333; }
		.Persona_2ColumnTableLeft .PersonaStyle_ItemContainer{ margin:10px 0; }
	
	
	
		
	/* --- // right table column // --- */
	
	.Persona_2ColumnTableRight{
		vertical-align:top;
		padding-left:11px;
		text-align:center;
		width: 213px;
	}
		.Persona_2ColumnTableRight .Persona_NullContent{ margin:10px; }
		.Persona_2ColumnTableRight a{ font-weight:bold; }
		.Persona_2ColumnTableRight div.PersonaStyle_ItemContainer{
			postion:relative;
			border: 1px solid #CCC;
		}
		.MyLatestDiscussions_Item, .MyLatestDiscussions_GoForumsLink{ padding:6px 0px; }
		.Persona_2ColumnTableRight .PersonaStyle_SectionHead{
			font: bold 15px/22px Georgia, Times, serif;
			text-align:left;
			padding:6px 10px;
			background:url(http://i.livescience.com/common/community/template_images/spr_grad_persona_select.gif) bottom repeat-x;
		}
		.Friends_List, .RecentPhotoSlideShow_Table, .RecentPhotoSlideShow_ViewAll{ 
			width:100%;
			margin:10px; 
		}
		.Friends_ListLeft{ 
			text-align:left;
			margin:10px 0; 
		}
		.RecentPhotoSlideShow_TableLeft{ text-align:left; }
		.RecentPhotoSlideShow_TableRight{ text-align:right; }
	
	.Messages_MustConnectMessage div{ margin:10px 0; }
	.Messages_Iframe{ background:#E6E6E6; }
	input.ProfileEdit_BigInput { width:350px; }
	
/* ---------- // Pluck Comments //------------------------------------------------------------------------ */

#pk_comments{ margin-top:20px; }
#pk_comments, #pk_commentForm{
	postion:relative;
	border: 1px solid #CCC;
	background:url(http://i.livescience.com/common/community/template_images/spr_account_elements.gif) 0px -70px repeat-x #E6E6E6;
}
#pk_comments h3, #pk_commentForm h3{
	margin:0;
	padding:0px 9px 0 45px;
	font:bold 15px/35px Georgia, Times, serif;
}
#pk_comments h3{
	background:url(http://i.livescience.com/common/community/template_images/icon_comments_orange.gif) 10px 6px  no-repeat;
}
#pk_commentForm h3{
	background:url(http://i.livescience.com/common/community/template_images/icon_add_comments_orange.gif) 10px 6px  no-repeat;
}

#pk_comments p{
	display:block;
	font-weight:bold;
	margin:11px 10px;
}
#commentText{
	padding:5px 8px;
	margin:0 0 5px;
	height:100px;
	font-family:verdana, Arial, sans-serif;
}

#pk_commentForm {
	margin:20px 0;
}
#pk_commentForm input{	
	padding:10px 0;
	border:0;
 }

.comment{ 
	padding:10px;
	margin:0 10px 10px;
	border: 1px solid #CCC; 
	background:#FFF;
}

.commentImg{ float:left; }
.commentByLine{ margin-bottom:5px; }

#pk_comment{ padding:0 10px 10px; }
#pk_comments .commentBody{ margin-left: 70px; }
#pk_comments .commentBody p{ 
	font-weight: normal;
	margin:11px 0px; 
}
.commentFooter{ 
	clear:both;
	margin: 10px 0;
}
.commentFooter .left{ color:#CCC; }
.commentFooter a{ text-decoration:underline; }
.commentFooter a.pk_abuse{
	padding:1px 0 1px 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_report_abuse.gif) no-repeat;
}

.commentFooter span.pk_recommend{
	padding:0 10px 0 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_recommended_02.gif) no-repeat;
}
#pk_com_rec span.pk_recommend{
	float:none;
	padding:0 10px 0 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_recommended_02.gif) no-repeat;
}
a.pk_recommend{
	padding:0 10px 0 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_recommend_01.gif) no-repeat;
}
a.pk_comments{
	padding:0 10px 0 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_comments.gif) no-repeat;
}

.pk_pagination{ 
	margin:10px;
	font-weight: bold; 
}
.pk_pagination span{ font-weight: normal;  }

#SiteLife_Logout, #SiteLife_Login{ font-weight: bold; }


/* ---------- // Pluck Forums //------------------------------------------------------------------------ */

#forumDest a { color: #039 }
#forumDest a:hover { color: #39F; }
#forumDest a:visited { color: #5574b9 }

.Sitelife_PluckLogo, .Forums_LoginStatus{ display:none; }
.Forums_Breadcrumbs, .Forums_BottomBreadcrumbs{
	font-size: 1.2em;
	margin:10px 0;
}
.Forums_Breadcrumbs a, .Forums_BottomBreadcrumbs a{ font-weight:bold; }


table.ForumList_TitleSearchTable,.ForumList_ForumSpecificTitleSearchTable{ width:100%;}
.ForumList_SearchTable, .ForumList_ForumSpecificSearchTable{
	border: 1px solid #CCC;
	background: url(http://i.livescience.com/common/community/template_images/bg_grad_srchfield_1x60.gif) repeat-x top left;
	width: 100%;
}

td.ForumList_TitleTD,
div.Forums_TitleText{
	width:975px;
	display:block;
	border: 1px solid #CCC;
	border-bottom:none;
	background:url(http://i.livescience.com/common/community/template_images/spr_account_elements.gif) 0px -70px repeat-x #E6E6E6;
	font:bold 15px/34px Georgia, Times, serif;
	padding:0 10px;
}

.ForumList_ForumSpecificTitleTD{ display:none; }
.ForumList_ForumSearchTD, .ForumList_ForumSpecificForumSearchTD{
	display:block;
	width:975px;
	padding:10px;
	border: 1px solid #CCC;
	border-top:none;
	background:#E6E6E6;
}



	.ForumList_SearchTable td, .ForumList_ForumSpecificSearchTable td{
		font-weight:bold;
		padding:10px 0;
		overflow:hidden;
	}
	.ForumList_SearchTable input, .ForumList_SearchTable select,
	.ForumList_ForumSpecificSearchTable input, .ForumList_ForumSpecificSearchTable select{ margin:0 5px; }
	
	td.ForumList_SearchTxtTD,
	td.ForumList_ForumSpecificSearchTxtTD{ 
		padding-left:10px !important; 
		font-size: 1.2em; 
		width:30%; 
		text-align: right;
	}
	
	td.ForumList_SearchFieldTD,
	td.ForumList_ForumSpecificSearchFieldTD{ width:30%; }
	
	td.ForumList_SearchCatagoryTD{ width:267px; }
	
	td.ForumList_SearchButtonTD{ padding-right:5px !important; }

/*  PageTable */
.ReportAbuse_SectionHead{
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px;
}
.ReportAbuse_Comment, .ReportAbuse_Interior{ margin:0 0 10px; }
.ReportAbuse_Comment textarea, .ReportAbuse_Interior select{ width:250px; }

.ReportAbuse_Comment input{
	background: url(http://i.livescience.com/common/community/template_images/btn_report_abuse.gif) no-repeat;
	font-size:0px;
	border:none;
	width:69px;
	height:19px;
	clear:both;
	display:block;
	margin:10px 0;
}
.Discussion_ReportAbuse a{
	padding:3px 5px 3px 20px;
	background: url(http://i.livescience.com/common/community/template_images/icon_report_abuse.gif) left no-repeat;	
}

div.Forums_BlockContainer, table.Forums_PageTable, .ReportAbuse_Container {
	background:#e6e6e6;
	padding:15px 10px;
	border:1px solid #ccc; 
	clear:both;
	margin:10px 0;
}
.Discussion_VisibilityContainer{ 
	border:1px solid #ccc; 
	border-top: none; 
	clear: both; 
}



table.Forums_PageTable { width:100%; }

table.Forums_PageTable td, 
td.Discussions_PageTableStart{ padding:10px; }


div.Forums_MainContainer{ 
	position:relative;
}

div.Forums_DescriptionText{
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background:#E6E6E6;
	padding:20px 10px 10px;
	font-size:1.2em;
}

a.Forums_StartDiscussion{
	display:block;
	float:left;
	background: url(http://i.livescience.com/common/community/template_images/btn_start_new_discussion.gif) no-repeat;
	width:180px;
	height:30px;
}
a.Forums_RegisterToJoinForums{
	display:block;
	float:left;
	background: url(http://i.livescience.com/common/community/template_images/btn_register_join_forums.gif) no-repeat;
	margin-left:10px;
	width:180px;
	height:30px;
}
a.Forums_RSS{
	background: url(http://i.livescience.com/template_images/rss_icon.gif) no-repeat;
	float:left;	
	display:block;
	font-size:0px;
	width:16px;
	height:16px;
	margin:5px;
}
a.Forums_AddPost{
	background: url(http://i.livescience.com/common/community/template_images/btn_add_new_post.gif) no-repeat;
	margin-left:10px;
	width:132px;
	height:27px;
	float:left;
}
#Paginator{ padding:0 }
#Paginator b{
	border:1px solid #999;
	padding:4px;
	font-size:1.2em;
	background:#FFF;
}
div.Forums_Paginator{ margin:0; }
div.Forums_BottomPaginator { text-align:right; }
div.Forums_Paginator a ,div.Forums_BottomPaginator a{
	font-weight: bold;
	text-decoration:none;
}

table.ForumList_GroupTable, table.DiscussionList_ListTable {
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	width:100%;
}



div.ForumList_GroupHeading, div.Forums_ContainerHead {
	background: url(http://i.livescience.com/common/community/template_images/bg_grad_subhd_1x35.gif) repeat-x top left;
	color:#333;
	border:1px solid #ccc;
	font:bold 13px/34px Georgia, Times, serif;
	
	padding:0 10px;
}

div.Forums_ContainerHead, div.Forums_ContainerHead a{
	color:#333;
	
}
.Forums_HeadFeedContainer{ overflow: hidden; }
#WatchDiv{ line-height:auto; }
#WatchDiv a{
	background: url(http://i.livescience.com/common/community/template_images/bttn_watch_discussion.gif) right no-repeat;
	width: 150px;
	height: 27px;
	margin-left: -1000px;
	padding:10px 1000px 10px 0;
	font-size:0px;
	display: block;
}


div.ForumList_GroupHeading a{ float:right; }
div.ForumList_GroupHeading a img{ padding-top: 10px; }

table.DiscussionList_ListTable td, table.ForumList_GroupTable td{
	padding:10px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
tr.ForumsTable_HeadTR td{
	background-color:#ebebeb;
	font:bold 11px verdana, Arial, sans-serif;
	text-align:center;
}

td.ForumList_GroupTableLatest,
td.DiscussionList_ListTableLatest{
	border-right:none !important;
}

td.DiscussionList_ListTableStarted,
td.DiscussionList_ListTablePosts,
td.ForumList_GroupTableFolder,
td.ForumList_GroupTableName, 
td.ForumList_GroupTableDiscussions,
td.ForumList_GroupTablePosts {
	text-align:center;
}

td.ForumList_GroupTableFolder{ width: 32px; }
td.ForumList_GroupTableName{ width: 364px; }
td.ForumList_GroupTableDiscussions{ width: 82px; }
td.ForumList_GroupTablePosts{ width: 39px; }
td.ForumList_GroupTableLatest{ width: 354px; }

.DiscussionList_NewContent {
	background: url(http://sitelife.livescience.com/ver1.0/Content/images/forums/newplus.gif) no-repeat;
	font-weight:bold;
	padding-left:15px;
}


td.ForumList_GroupTableFolder {
	padding:10px 24px;
	text-align:center;
}
td.ForumList_GroupTableLatest {
	vertical-align:top;
}

a.DiscussionList_Sticky, a.DiscussionList_Popular{ font-weight:bold; }
td.ForumList_GroupTableLatest a { color:#039; }

tr.ForumsTable_TRcolor { background-color:#f6f9fb; }

div.ForumList_ForumName {
	font: bold 11px verdana, Arial, sans-serif;
	color:#333333;
	padding-bottom:5px;
	padding-left:8px;
	text-align:left;
}

div.ForumList_ForumName a { color:#003399; }
div.ForumList_ForumDescription {
	font-size:11px;
	font-weight:normal;
	overflow:hidden;
	width:auto;
	padding-left:8px;
	text-align:left;
}

tr.ForumsTable_AltTRcolor { background-color:#e4e8ea }
div.Discussion_PostContainer, 
div.Discussion_AltPostContainer{ 
	background:#FFF;
	overflow:auto;
}

table.Discussion_PostTable{ 
	width:100%;
	border-top:1px solid #CCC; 
	border-bottom:1px solid #CCC; 
}
table.Discussion_PostTitleTable{ 
	background:#EBEBEB;
	width:100%;
}
table.Discussion_PostTitleTable td, table.Discussion_PostTable td{ padding:10px; }
td.Discussion_PostTableUser { 
	padding-top:0;
	width:130px;
	border-right:1px solid #CCC;
	vertical-align:top;
	text-align:center; 
}
td.Discussion_PostTitleTableTitle{
	font-size:12px; 
	font-weight:bold; 
	vertical-align:top; 
	padding-top:3px; 
}
td.Discussion_PostTitleTableIcon{
	width:32px; 
	vertical-align:top; 
}
td.Discussion_PostTablePost{
	padding-top:0;
	vertical-align:top;
	overflow:hidden;
	font-size:1.2em;
	width:80%;
}
td.Discussion_PostTablePost font.small{ font-size:.9em; }
td.Discussion_PostTablePost font[color=yellow]{ color: #F90; }
td.Discussion_PostTablePost a{
	 word-wrap: break-word;      
}
td.Discussion_PostTablePost ul,td.Discussion_PostTablePost ol{
	padding-left:40px;
}
div.Discussion_PostTitleTablePosted{
	font-size:9px;
	font-weight:normal; 
	color:#666;
}

.Discussion_UserName{
	margin: 5px 0;
	font-size: 1.2em;
	font-weight:bold;
}



div.Discussion_PostOptions{padding:5px; line-height:20px;}
	a.Discussion_PostNew{padding:3px 5px 3px 20px; background:url(http://sitelife.livescience.com/ver1.0/Content/images/forums/newPost.gif) left no-repeat;}
	a.Discussion_PostReply{padding:3px 5px 3px 20px; background:url(http://sitelife.livescience.com/ver1.0/Content/images/forums/reply.gif) left no-repeat;}
	a.Discussion_PostEdit{padding:3px 5px 3px 20px; background:url(http://sitelife.livescience.com/ver1.0/Content/images/forums/edit.gif) left no-repeat;}
	a.Discussion_PostContact{padding:3px 5px 3px 20px; background:url(http://sitelife.livescience.com/ver1.0/Content/images/forums/contact.gif) left no-repeat;}
	a.Discussion_PostBlock{padding:3px 5px 3px 20px; background:url(http://sitelife.livescience.com/ver1.0/Content/images/forums/blockUser.gif) left no-repeat;}
	a.Discussion_PostDelete{padding:3px 5px 3px 20px; background:url(http://sitelife.livescience.com/ver1.0/Content/images/forums/deletePost.gif) left no-repeat;}


div.Discussion_PostQuote {
	font-size: 10px;
	font-weight: normal;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	padding: 5px;
}


.Forums_Moderator{
	font-size: 1.2em;
	font-weight: bold;
	color: #F30;
}

iframe.CreateItem_Iframe{
	width:973px;
	height:490px;
	border:1px solid #CCC; 
}

a.Discussion_PostAddEnemy, a.Discussion_PostAddEnemy:visited{ color::#039; }
a.Discussion_PostAddEnemy{
	padding:3px 5px 3px 20px; 
	background:url(http://sitelife.livescience.com/ver1.0/Content/images/forums/blockUser.gif) left no-repeat;
}

table.Discussion_UserBlockedMessage{
	width:100%;
	background: #EBEBEB url(http://i.livescience.com/common/community/template_images/bg_hiddenPost.gif);
	border: 5px solid #EBEBEB;
}
table.Discussion_UserBlockedMessage td{ padding:2px; }
td.Discussion_UserBlockedMessageText{}
td.Discussion_UserUnblockLink{ text-align: right; }
td.Discussion_UserUnblockLink a, td.Discussion_UserUnblockLink a:visited{ color::#039; font-weight: bold; }


/* ------- // 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; }
/* ---------------------- // HEADER // -------------------------------------------------------------------------------- */

#header { margin: 0px 0px 20px 0px; }

	#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;
		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;
	}

	/* ---------// TOP NAV BAR //----------- */
	
	#topnav, #navigation{
		border-top: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
	}
	#topnav ul, #topnav li, #topnav a, 
	#navigation ul, #navigation li, #navigation a{ height:33px; }
	#topnav ul, #navigation ul {
		background:url(http://i.livescience.com/template_images/topnav_bg.gif) top repeat-x;
		list-style: none;
		padding:0 0 0 16px;
	}
	* html #navigation ul { padding:0 0 0 32px; }
	#navigation li {
		float:left;
		font-family: Georgia, Times, serif;
		font-size:17px;
		line-height:33px;
		margin-left:-16px;
		position:relative;
		background:url(http://i.livescience.com/template_images/topnav_spacer.gif) no-repeat;
	}
	
	#navigation li.firstitem { background:none; }
	#navigation a{
		display:block;
		float:left;
		color: #333;
		padding: 0px 25px;
		background:url(http://i.livescience.com/template_images/topnav_tab.gif) bottom left;
	}
	#navigation a.selected { background:url(http://i.livescience.com/template_images/topnav_tab.gif) left; }
	#navigation a:hover{ background:url(http://i.livescience.com/template_images/topnav_tab.gif) top left; }
	
	#navigation a.cart{	
		width:75px;	
		background:url(http://i.livescience.com/template_images/topnav_tab_cart.gif) bottom left;
	}
	#navigation a.cart:hover{  background-position: top left; }

	
/* ----------------------- // FOOTER // --------------------------------------------------------------------------------- */
#footer {
	clear: both;
	margin: 0 0 2px 0;
	padding: 20px 0;
	position: relative;	
	text-align: center;
}

	#footer ul {
		padding: 0 0 7px 7px;
		border-bottom: 1px solid #E0DFDF;
	}
	
	#footer ul li {	
		list-style: none;
		padding: 0 3px;
		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;
	}
/* ---------------------- // Image Gallery Module //------------------------------------------------------------------ */
/* Site specific - rest can be found in libaray/docs/styles/nova.php */

.image_gallery .inner{
	padding: 8px 0 0;
	background:#383838 url(http://i.livescience.com/template_images/img_gallery_bg.jpg) no-repeat;
	overflow:hidden;
	clear:both;
}

.image_gallery #t_container{
	color: #FFF;
	padding: 0 8px 0 0; 
}
	.image_gallery #t_container h3{
		color: #FFF;
		font:bold 1.5em Georgia;
		margin: 15px 0 0;	
	}
	

.image_gallery #enlarge{
	float : left;
	padding: 4px 38px;
	cursor:pointer;
	color: #FBCA52;
}

.status #curImage { 
	color: #FFF;
	padding: 3px 0 0; 
}
.bar {
	width:142px;
	height:6px;
	background-color:#667083;
}

/* ----------// Video //------------------------------------------------------------------------------------------- */
/* Site specific - rest can be found in libaray/docs/styles/nova.php */

	#video{ border:4px solid #CCC; }
	.player{  background: #CCC url(http://i.livescience.com/template_images/module_elements/bg_video.gif) top repeat-x; }
	
	
/* ----------------------// Top 10 Module //-------------------------------------------------------------------------------- */
/* Site specific - rest can be found in libaray/docs/styles/nova.php */

.topten{ background: #FFF url(http://i.livescience.com/template_images/module_elements/bg_grd_mainintro.gif) bottom repeat-x; }
	.topten h1{ background: url(http://i.livescience.com/template_images/module_elements/bg_topten_title.gif) repeat-x; }
	
	.topten div.side{ background: #f1f9ff url(http://i.livescience.com/template_images/module_elements/bg_grd_mainintro_b.gif) top repeat-x; }
	
	.topten #i_container { background: #f1f9ff url(http://i.livescience.com/template_images/module_elements/bg_grd_mainintro_b.gif) top repeat-x; }
	.topten #countdown li{ color: #039; }
	.topten #countdown li.selected{ color: #999; }
	
	
/* ---------- // Image of Day IOD // -------------------------------------------------------------------------------------- */

.iod{
	border: 1px solid #CCC;
	margin:0 11px 15px 0;
	float: left;
	overflow: hidden;
	
}
	.iod h3, .iod_more h3{ 
		font-size:18px; 
		color: #333;
		line-height:41px;
		height:41px;
		padding-left:10px;
		margin:0px;
		overflow:hidden;
		border-bottom: 1px solid #CCC;
		background: url(http://i.livescience.com/template_images/module_elements/bg_topten_title.gif) repeat-x; 
	}
	.iod h3 img{
		float:left;
		padding-right:10px;
	}
	
.iod_more { 
	margin:0 0 15px;
	float:left;
	width:255px;
}

.iod_more blockquote{
	border:1px solid #CCC;
	border-bottom:none; 
}
.iod_more ul{ list-style:none; }
.iod_more li{
	padding:15px;
	border-bottom:1px solid #CCC; 
	text-align:center; 
}
.iod_txt{
	border-top:1px solid #CCC; 
	border-bottom:1px solid #CCC; 
	padding:10px 0;
	margin-bottom:15px;
}
.iod_txt h1{ font-size:2.3em }
.iod_txt p { 
	font-size:1.1em;
	line-height:1.5em;
	margin:15px 0 0;
}
.iod_txt ul{  margin:0 0 0 13px; }
.iod_txt li { 
	margin: 15px 0px 10px 0px; 
	line-height:1.5em;
}


/* --------------------- // Album Viewer //----------------------------------------------------------------------- */
table.album {
	background: #000 url(http://i.livescience.com/template_images/module_elements/album_right-col_bg.gif) top repeat-x;
}
table.album a {color: #a7c8e0; }
table.album td.left-col{
	border: 1px solid #CCC;
	width:600px;
}
table.album td.right-col{ 
	padding:10px;
	color: #CCC;
	font-size: 1.2em 
}

div.album h2{ 
	font-size:2.2em;
	font-weight: bold;
	margin: 20px 0;
}
div.album p{ font-size: 1.2em }

body.album{ background: #243E51; }
body.album .main{
	width: auto;
	margin: 0px 10px;
	padding: 0px;
	background-color:#243E51;
	border:none;
}

/* --- Nav changes --- */

	body.album #header{ 
		border-top: 1px solid #3F7798; 
		margin:0;
	}

	body.album #topnav ul, body.album #topnav li, body.album #topnav a,
	body.album #navigation ul, body.album #navigation li, body.album #navigation a{ height:37px; }
	
	body.album #topnav ul, body.album #navigation ul, body.album #navigation a{
		background:url(http://i.livescience.com/template_images/bg_navigation_album.gif) bottom repeat-x;
	}
	body.album #navigation a.selected { background-position: top; }
	body.album #navigation a:hover{ background-position: center -37px; }
	
	body.album #navigation .pipe{ background:url(http://i.livescience.com/template_images/bg_navigation_album.gif) center -74px repeat-x; }
	

	
	body.album #art_toolbar{ margin:12px 0 0 10px; }
	body.album a#tb_back{
		background:url(http://i.livescience.com/template_images/buttons/btn_alb_back.gif) top no-repeat;
		width:104px;
		height:24px;
		margin-top:12px;
	}
	body.album a#tb_back:hover{
		background-position: bottom;
	}
/* --- Footer Changes --- */
	body.album #footer a { color: ; }
	body.album #footer ul{ border-bottom: 1px solid #3F7798; }
	body.album #footer div.links ul{ border:none; }
	body.album #footer ul li, body.album #footer div.links p{ color: #3F7798; }
	


	body.album .headline{
		background:none;
		border-top: 1px solid #3F7798;
		border-bottom: 1px solid #3F7798;
		padding:0 20px;
		height:48px;
	}
	body.album .headline p {
		font: bold 22px/48px Georgia, Times, serif;
		color: ;
		margin:0;
	}
	body.album .headline strong{
		color: #FFF;
		font-size:28px;
	}
	
	body.album .toolbar{
		background:url(http://i.livescience.com/template_images/module_elements/album_toobar.gif) top repeat-x; 
		border-bottom: 1px solid #3F7798;
	}
		body.album .toolbar blockquote{
			margin:0 auto;
			width:600px;
		}
		body.album .toolbar h4{
			font: bold 1.2em/38px Georgia, Times, serif;
			color: #FFF;
			margin:0 154px;
			text-align:center;
		}
		body.album .toolbar img{ padding:5px 0; }
		
	body.album .album-img{ 
		text-align:center;
		background-color: #000;
		border-bottom: 1px solid #3F7798;
	}
	<br />
<b>Warning</b>:  include(/storage/web/www.livescience.com/docs/styles/archive.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/storage/web/www.livescience.com/docs/styles/master.php</b> on line <b>36</b><br />
<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/storage/web/www.livescience.com/docs/styles/archive.php' for inclusion (include_path='.:/usr/share/pear') in <b>/storage/web/www.livescience.com/docs/styles/master.php</b> on line <b>36</b><br />



* -------- // SEARCH PAGE //---------- */
#bottom_search{
	background: url(http://i.livescience.com/template_images/LS_searchbar_bg.gif) repeat-x top;
	border:1px solid #cccccc;
	height:76px;
}
#bottom_search label{
	display:block;
	float:left;
	font-size:1em;
	font-weight:bold;
	line-height:22px;
}
#bottom_search h2{ 
	font-size:1.8em;
	line-height:76px;
	margin:0;
}
#bottom_search div.logo{
	float: left;
	padding: 1px 10px 0px 130px;
	font-size: 0px;
}

#bottom_search div.search{	padding: 27px 0 0 20px; }
#header div.search_options, #bottom_search div.search_options{
	height: 81px;
	padding:1px 0;
}
	/* -------- // Advanced SEARCH //---------- */
	#adv_search div.selectbox{
		width: 290px; 
		padding: 0px 0px 0px 20px;
	}
	#adv_search option{ padding-right:10px; }
	#adv_search div.button input{ border:none; }
	
	#adv_search li label{ float: left; }
	#adv_search .fixright input,#adv_search .fixright select{ float:right; width:200px; }
	#adv_search li {
		list-style: none;
		clear:right;
		height:30px;
	}
	
	#adv_search{
		background:url(http://i.livescience.com/template_images/grey_vert_gradient.gif) top repeat-x;
		padding:10px 0;
		font-size:1.2em;
	}


	/* -------- // SEARCH results//---------- */
	#search_results div{ margin:20px 0; }
	#search_results p{ margin:3px 0; }
	#search_results blockquote{	margin-left:40px; }
	#search_results {
		font-size:1.1em; 
		line-height:1.2em;
		color:#484848;
	}
	#search_results a { 
		font-size:1.1em;
		font-weight:bold;
		text-decoration:underline;
	}
	#search_results .s { color:#3399FF; }	
	#search_results .s a{
		font-size: 1em;
		font-weight:normal;
		text-decoration:none;
	}
	
	/* -------- // SEARCH Navigation//---------- */
	div.search_navigation td{ font-size:1.5em }
	
	div.search_navigation .prev_on a, div.search_navigation .prev_off,
	div.search_navigation .next_on a, div.search_navigation .next_off{
		width:78px;
		height:22px;
		font-size:.0em;
		display:block;
		overflow:hidden;
	}
	div.search_navigation .prev_on{	background: url(http://i.livescience.com/template_images/buttons/btn_previous.gif) no-repeat top; }
	div.search_navigation .prev_off{ background: url(http://i.livescience.com/template_images/buttons/btn_previous.gif) no-repeat bottom; }
	div.search_navigation .next_on{	background: url(http://i.livescience.com/template_images/buttons/btn_next.gif) no-repeat top; }
	div.search_navigation .next_off{ background: url(http://i.livescience.com/template_images/buttons/btn_next.gif) no-repeat bottom; }/* ---------- // Featured Module // ---------- */
#featured_module {	position:relative; }

div.home #featured_module{
	border: 1px solid #D7D7D7;
	background: url(http://i.livescience.com/template_images/rotator_bg.gif) top repeat-x;	
}

div.section #featured_module {
	border: 1px solid #CCCCCC;
	background:#E6E6E6 url(http://i.livescience.com/template_images/section_rotator_bg.gif) top repeat-x;
}

#featured_module li{ 
	list-style: none;
	float:left;
}
div.home #featured_module h1, 
div.home #featured_module h2,
div.home #featured_slides a{
	color: #FBCA52;
}
div.section #featured_module h1, 
div.section #featured_module h2,
div.section #featured_slides a{
	color: #003399;
}

#featured_module h1 {
	font: normal 2em Georgia;
	padding: 0 0 10px 10px;
	width: 348px;
	float:left;
	cursor:pointer;
}

#featured_module h2 {
	font: bold 1.8em Georgia;
}
div.home #featured_module p { color:#FFFFFF; }
#featured_module p { margin:0px; }

	/* -----// Feature Slide //-------- */
	#featured_slides{ 
		height:237px; 
		font-size: 1em;
	}
	
	#featured_slides div.slide{ 
		width:435px;
		height:237px;
		position:absolute;
		visibility:hidden;
	}
	#featured_slides .selected{ visibility:visible !important; }
	
	#featured_slides img{ 
		float:left;
		border: 1px solid #848484;
		cursor:pointer;
	}
	#featured_slides .top_article{ margin:10px;	}
	#featured_slides .top_article blockquote {
		float:left;
		width:240px;
		padding-left:10px;
	}
	#featured_slides .sub_article {
		font-weight: bold;
		font-size: 1em;
		line-height:1.1em;
	}
	#featured_slides .sub_article li { 
		width: 200px;
		margin: 0 0 10px 10px;
	}
	#featured_slides .sub_article img{
		margin-right:10px;
		width: 46px;
		height:31px;
		padding: 1px;
	}
	
	/* -----// Featured Article (image rotater) //-------- */
	#featured_articles ul { 
		float: right; 
		padding: 4px 5px 0px 0px;
	}
	#featured_articles li img{ border:none; }
	#featured_items { display:none; }

	div.section #overlay h1 {
		background: url(http://i.livescience.com/template_images/section_image_text_bg.gif) repeat-x top;
		width: 346px !important;
		height: 56px !important;
		padding-bottom:0;
	}
	div.home #overlay h1 {
		background: url(http://i.livescience.com/template_images/image_gallery_text_bg.gif) repeat-x top;
		width: 346px !important;
		height: 56px !important;
		padding-bottom:0;
	}
	
	#featured_prev, #featured_next, #featured_pause{
		float:left;
		display:block;
		width:21px;
		height:20px;
		padding:0 1px;
		cursor:pointer;
	}
	#featured_prev span, #featured_next span{ visibility:hidden; }
	div.home #featured_prev{ background:url(http://i.livescience.com/template_images/buttons/btn_previmage.gif) top no-repeat; }
	div.home #featured_next{ background:url(http://i.livescience.com/template_images/buttons/btn_nextimage.gif) top no-repeat; }
	div.home #featured_pause{ background:url(http://i.livescience.com/template_images/buttons/btn_pause.gif) top no-repeat; }

	div.section #featured_prev{ background:url(http://i.livescience.com/template_images/buttons/btn_previmage_blue.gif) top no-repeat; }
	div.section #featured_next{ background:url(http://i.livescience.com/template_images/buttons/btn_nextimage_blue.gif) top no-repeat; }
	div.section #featured_pause{ background:url(http://i.livescience.com/template_images/buttons/btn_pause_blue_active.gif) top no-repeat; }
	
	/* -----// Feature Tabs //-------- */
	#featured_tabs li{
		font: bold 1.2em/29px Georgia;
		color: #333333;
		background: #ffffff;
		text-align:center;
		width:109px;
		cursor:pointer;
	}
	div.home #featured_tabs li.selected{
		background: url(http://i.livescience.com/template_images/rotator_tabselected_bg.gif) repeat-x;
		width:108px;
		color: #ffffff; 
	}
	div.section #featured_tabs li.selected{
		background:#E6E6E6; 
		width:108px;
		color: #000000; 
	}

/* ---------- // Most Recent Module // ---------- */
#most_recent_module {
	border-top: 1px solid #E1E1E1;
	padding: 6px 0 0;
	overflow: hidden;
	font-size: 1em;
	height:260px;
	background: url(http://i.livescience.com/template_images/most_recent_gdt_bg.gif) repeat-x 0px 25px;
}
#most_recent_module h3{	
	float: left;
	padding:0;
}
#most_recent_module .mostrecent_outer{
	position:relative;
	height:235px;
	overflow:hidden;
}
#most_recent_module ul li{
	list-style: none;
	margin: 0 7px;
	font-weight:bold;
	border-bottom:1px solid #d0cee3;
}

#most_recent_module ol{
	float: right;	
	padding: 0 0 8px 8px;
}
#most_recent_module ol li{ 
	float:left;
	list-style: none;
	padding:0 2px;
}

#mra_up, #mra_down{	cursor:pointer;	}

	


/* ---------- // Carousel Module // ---------- */
#carousel {
	border-top: 1px solid #E1E1E1;
	padding: 6px 0 0;
	position: relative;
	overflow: hidden;
	width: 660px;
	height: 165px;
}
#carousel h3{ float: left; }
#carousel_prev{ padding-right:5px; }
#carousel_prev, #carousel_next{ float: right; }

#carousel .carousel_content{
	position: absolute;
	width: 667px;
	top: 33px;
	left: 0;
}
#carousel .carousel_content li {  
	list-style: none;
	display: block;  
	float: left;
	padding: 0 7px 0 0;
	height: 124px;
} 
#carousel .carousel_content p {
	width:102px;
	line-height:1.3em;
	font-size: 0.9em;
}
#carousel .carousel_content img{border:1px solid #CBCBCB; padding:1px; }

/* ---------- // Spotlight Section // ---------- */
#spotlight {
	width:997px;
	float: left;
	margin: 0px 0px 12px 0px;
	padding: 6px 0px 20px 0px;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	overflow:hidden;
}
#spotlight h3 { font-size: 1.2em; }

#spotlight p { 
	margin:0;
	font:bold 0.9em/1.2em verdana,Arial,sans-serif;
}
#spotlight img {
	float: left;
	padding-right:8px;
}

#spotlight li{
	width: 223px;
	padding-right:10px;
	margin-right:20px;
	border-right:1px solid #ECECEC;
	float: left;
	list-style: none;
}
#spotlight li.last{
	border:none;
	margin:0;
}

/* ---------- // Topics Section // ---------- */


.topic .headline{
	background: url(http://i.livescience.com/template_images/module_elements/bg_tpc_header_1x88.gif) top repeat-x; 
	border-top:none;
}

.topic .headline h1{
	color: #039;
	font-size:2.2em;
	font-weight:normal;
	line-height:48px;
    margin:5px 0 15px 0;
}

.topic .headline img {
	margin-top:5px;
    margin-bottom:15px;
}

.topic .col6 .headline {
	padding:0;
	
}

.topic .headline p{ margin:0 0 10px; }

.topic p{ margin:0 0 5px; }
.topic .headline h2{
	font-size:2.4em;
	font-weight: normal;
	margin-bottom:15px;
}
.topic blockquote div{
	width:300px;
	margin:0 0 12px 28px;
	float:left;
}
.topic blockquote div.firstcol{
    margin:0 0 12px 0;
	padding-right:20px;
    border-right:1px solid #ccc;
}
.topic .sm-list h3{ font-weight:normal; }


.topic .img-headline { margin-bottom:15px; }

.topic .img-headline p a {
	color:#039;
}

.topic .img-headline p a:hover {
	color:#39F;
}

.topic .divider {
	border-top:1px solid #CCC;
    padding:0;
}

.tpc1-3 {
	margin-bottom:15px;
	background: url(http://i.livescience.com/template_images/module_elements/bg_tpc1-3.gif) bottom right no-repeat;
}
	

.tpc1 {
	padding-bottom:15px;
}

.tpc1 p, .tpc1 h2, .tpc1 h3 {
	padding:0 10px;

}

.tpc1 h3 {
	font-weight:normal;
    line-height:22px;
}


.tpc1 img {
	padding:1px;
	border:1px solid #CCC;
	margin-bottom:20px;
}

.topic .col4 {
    background: #F6FBFF;
}

.tpc2-3 {
	padding:10px;
}

.tpc2-3 img {
	border:1px solid #CCC;
	margin-bottom:10px;
}

.tpc2-3 h3 {
	font-weight:normal;
    margin-bottom:10px;
 }
 
 .tpc2-3 .divider {
 	padding:0;
 }
 
.tpc4-6 img {
 	border:1px solid #CCC;
}

.tpc10-19, .tpc7-9 {
	margin-top:10px;
}
 
.tpc10-19 {
    padding:20px 10px;
    border:1px solid #CCC;
}

.tpc10-19 ol {
	margin:0;
	padding:0;
    list-style:none;
}

.tpc10-19 ol li {
	font-weight:bold;
    line-height:28px;
}

.tpc7-9 {
    padding:20px 10px;
    border:1px solid #CCC;
}

.tpc7 img {
	float:left;
    margin:0 10px 10px 0;
    border:1px solid #CCC;
}

.tpc7-9 h3 {
	clear:both;
    display:block;
}

/* temporary fixes, remove later */

#footer div.credit img{ width:109px; height:15px; }

/* -----// Standard HTML Tags //-------- */



h2.history { margin: 0px; }
h3.imageofday {	margin: 10px 0px 0px 0px;	}

#headline {
	margin: 0px 5px 10px 0px;
	position:relative;
}
#headline h1{ 
	font-size:2.8em;
	margin: 5px 0px 10px 0px;
	float:left; 
	clear:both;
}
#headline h2{
	font-size:2.2em;
	margin: 0px;
	color:#333;
}

#headline h3{ clear:both; }
#headline h3, .context p{ 
	font: normal 1.2em/1.3 verdana, Arial, sans-serif; 
}

.context h3{ margin:15px 0 0; }

#headline p {
	font: bold 1.5em/1.2 Georgia, Times, serif;
	margin: 0px;
	clear: both;
}

#headline img{ padding: 0px 0px 0px 10px; }



#headline div.title { float:left; }
#headline div.title .article { color: #333333; }
#headline div.title a{
	font: normal 2.1em Georgia, Times, serif;
}
#headline div.rss{ line-height:34px;}

#headline div.title div.subtitle p {
	padding: 0px 0px 7px 0px;
}




.required {	color: #F3061C; }
.errmsg { 
	font-size:1.8em;
	text-align:center;
	background:#E1E1E1;
	margin:0 0 10px;
	padding:15px;
 }
div.space {
	height: 5px;
	clear: both;
}


/* -----// CObranding //-------- */
h1.cobrand, h2.cobrand{
	float:left;
	width:400px;
}
div.cobrand { text-align:right; }
span.patent {
	display:block;
	font: normal 18px Georgia;
	color: #999999;
	margin:0 0 14px;
}
div.pagebranding{
	text-align:center;
	margin:0 0 16px;
}

/**********************/
/* MODULE SPECIFIC STYLES */
/**********************/

/* Article Module */
#headline div.credit {
	float:left;
	padding: 0 0 0 5px;
	font: 1.4em/110px Georgia;
	color:#333333;
}


div.marketplace div.row { clear:both; }




/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html div.article div.text p{ width:98%; height: 1%; }
/* End hide from IE5/mac */



/* --------// Newsletter Module //-------------- */
/* Look in FORM's section below */

/* Do we need? */
	div.additional_options {
		padding: 10px 0px 0px 10px;
		background: url(http://i.livescience.com/template_images/additional_options_bg.gif) repeat-x;
	}



/* -----// RSS Module //-------- */
.rss { padding: 5px;}
.rss td {
	border: 1px solid #ECECEC;
	padding: 5px;
	color: #333333;
}

/* -----// Tabbed List Module //-------- */
div.tabbed_list { color: #484848; }

div.tabbed_list div#thumbs {
	padding: 0;
	margin: 0px 0px 6px 0px;
	border-bottom: 1px solid #C7C5C5;
	height: 25px;
}

div.tabbed_list div#thumbs div.thumb {
	float: left;
	background-color: #F5F5F5;
	padding: 5px 18px 5px 18px;
	margin: 0px 2px 0px 0px;
	height: 15px;
}

div.tabbed_list div#thumbs div.thumb a {
	font-family: Georgia;
	font-size: 1.1em;
	color: #003399;	
	padding: 0px;
}

div.tabbed_list div#thumbs div.selected {
	background-color: #FFFFFF;
	float: left;
	padding: 5px 18px 5px 18px;
	margin: 0px 2px 0px 0px;
	border-top: 1px solid #C7C5C5;
	border-left: 1px solid #C7C5C5;
	border-right: 1px solid #C7C5C5;
}

div.tabbed_list div#thumbs div.selected a {
	font-family: Georgia;
	font-size: 1.1em;
	color: #333333;	
}

div.tabbed_list div.slides {
	padding: 5px 0px 0px 0px;
	margin: 0;
}

div.tabbed_list div.slides div.subs {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
}

div.tabbed_list div.slides div.subs div.sub {
	padding: 0;
	margin: 0px 10px 0px 0px;
	float: left;
}

div.tabbed_list div.slides div.subs div.sub a {
	font-family: Georgia;
	font-size: 1.1em;
}

div.tabbed_list div.slides div.subs div.selected {
	border-bottom: 1px solid #C7C5C5;
	padding: 0px 0px 3px 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}

div.tabbed_list div.slides div.subs div.selected a {
	font-family: Georgia;
	font-size: 1.1em;
	color: #333333;
}

div.tabbed_list div.slides div.slide {	
	display: none;
}

div.tabbed_list div.slides div.firstslide {	
	display: block;
}

/* Pagination Module */
div.pagination {
	padding: 15px 20px 0px 0px;
	margin: 0px;	
}

div.pagination a {
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}

div.pagination a.selected {
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	color: #484848;
}

div.pagination div.left {
	float: left;
}

div.pagination div.right {
	float: right;
	text-align: right;
}


 /* Voting Module */
div.voting {
	clear:both;
 	padding: 0px 0px 5px 0px;
	color: #333333;
}
  
div.question {
	background: url(http://i.livescience.com/template_images/voting_bg.gif) no-repeat;
	margin: 0px 0px 15px 0px;
	padding:0 15px 0 14px
}

 
div.question h1{
	float: left;
	color: #003399;
	font-size: 3.3em;
	width: 48px;	
	font-family: Georgia;
	margin:0 0 2px;
	text-align: center;
}
div.question h2 {
	font-size: 1.8em;
	margin: 10px 0px;
	line-height: 12px;
}

div.question h3 { margin: 0px; }

div.question div.textbox{
	font-size: 1.2em;
	color: #484848;
	line-height: 20px;
	padding:0 14px;
}
div.question li{
	list-style:none;
	float: left;
	line-height: 20px;
	text-align: center;
	width: 48px;	
}
div.question input {
	color: #484848;
}
*html div.question input {
	margin:0;
	width:48px;
}
div.question div.text {
	clear: both;
	text-align: center;
}

/* Content Box */
div.contentbox {
	background: url(http://i.livescience.com/template_images/highest_ranking_bg.gif) repeat-x;
	padding: 10px 0px 0px 10px;
	margin: 0px;
}

div.contentbox h3 { margin: 0px 0px 10px 0px; }

div.contentbox div.rating {
	font-size: 1.2em;
	font-family: Georgia;
}

div.contentbox div.rating .number {
	font-size: 4.1em;
	color: #CCCCCC;
}

div.contentbox div.rating a {
	font-size: 1em;	
}




/* Side List Module ---- moretop10.php */

div.sidelist div.top {
	border-top: 1px solid #E1E1E1;
	padding: 0px 0px 6px 0px;
	margin: 0;
	font-size: 0px;
}

div.sidelist a {
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
}

div.sidelist div.top {
	border-top: 1px solid #E1E1E1;
	padding: 0px 0px 6px 0px;
	margin: 0;
	font-size: 0px;
}

div.sidelist div.link {
	float: right;	
	padding: 3px 10px 3px 10px;
	margin: 0;
	background: url(http://i.livescience.com/template_images/link_bg.gif) repeat-x;		
}

div.sidelist div.link a { color: #3399FF; }

div.sidelist div.listitem {
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px;	
}

div.sidelist div.listitem div.image {
	float: left;
	font-size: 0px;
	padding: 0px 8px 0px 0px;
	margin: 0;
}

div.sidelist div.listitem p { margin: 0; }



/* Video Player Text and Credit */


#playertext div.credit {
	padding: 0px 0px 10px 0px;
}
/*
div#playertext p.desc {	height:157px; }

*/
/* Toolbar Module */
fieldset.toolbar{ 
	padding: 0 10px;
	margin-top:-6px;
	overflow:visible;
}
div.toolbar { padding: 5px 0px 3px; }

div.image_gallery div.toolbar, div.quiz div.toolbar, div.player div.toolbar{
	border:1px solid #bfbfbf;
	border-top:none;
	background:#FFFFFF;
	margin-top:5px;	
	text-align: center;
}
div.toolbar div.icon {
	display:inline;
	padding: 0 3%;
	margin: 0px;
	font-size: 0.9em;
	vertical-align: middle;
}

div.toolbar div.icons div.icon a,
div.toolbar div.icons_short div.icon a { padding: 3px 0px; }

/* Quiz Module */

div.quiz {
	position:relative;
	width: 651px;
	color: #FFFFFF;
	border:1px solid #e5e5e5;
	padding:4px;
	margin-bottom:20px;
}

div.quiz div.col9 { width:488px; }
div.quiz div.col3 { 
	width:150px; 
}
div.quiz div.col12 { 
	margin:0;
	float:none;
	padding:3px;
	width:645px; 
}

div.quiz div.inner { 
	padding: 8px 0 0;
	background:#000000 url(http://i.livescience.com/template_images/trivia_bg.gif) top repeat-x;
}
div.quiz form{
	padding:20px 0 0;
	margin: 0 0 0 8px;
	height:268px;
	background:#000000 url(http://i.livescience.com/template_images/quiz_bg.gif) top repeat-x;
}
div.quiz h1 {
	font: normal 2.6em Georgia;
	color: #FBCA52;
	margin:0 0 10px;
}
div.quiz h2 {
	font: bold 2.3em Georgia;
	color: #FFFFFF;
}

div.quiz div.inner div.text { padding: 0 0 0 25px; }

div.quiz div.inner div.textbox {
	padding: 0px 4px 10px 0px;
	font: normal 1.5em Georgia;
}

div.quiz div.inner div.submit {	padding: 0px 0px 0px 30px; }

div.quiz #btn_question, 
div.quiz div.inner #answer a{ display:block; padding:10px 0; }

div.quiz div.inner div.image {
	padding: 0 8px 0 0;
	height: 208px;
}

div.quiz div.inner div.image a {
	color: #FBCA52;
	font-weight: bold;
}

div.quiz div.inner div.image div.status { padding: 15px 0px 0px 0px; }
div.quiz div.inner div.nextquiz { padding: 0px 0px 0px 8px; }

div.quiz div.BP{ background:#17673e url(http://i.livescience.com/template_images/BP_trivia_bg.gif) top repeat-x; }
div.quiz form.BP{ background:#17673e url(http://i.livescience.com/template_images/BP_quiz_bg.gif) top repeat-x; }

div.articlebox{
	font-size: 0.9em;
	clear:both;
}

div.articlebox a {
	font-size: 1em;
	font-weight: bold;
}

div.articlebox a.content {
	font-size: 1em;
	font-weight: normal;	
}

div.articlebox h4{
	font-size:1.1em;
	color:#333333;
	margin:0;
	padding:0 0 15px;
}

div.articlebox ul{ margin:0; padding:0 0 30px;}
div.articlebox li{	
	list-style:none;
	line-height:18px;
}


div.articlebox div.top {
	border-top: 1px solid #E1E1E1;
	padding: 0px 0px 6px 0px;
	margin: 0;
	font-size: 0px;
}

div.articlebox h3 {float: left; }

div.articlebox div.link {
	float: right;	
	padding: 3px 5px 3px 3px;
	margin: 0;
	background: url(http://www.livescience.com/template_images/link_bg.gif) no-repeat;
	width: 43px;
}

div.articlebox div.nav {
	float: right;	
	padding: 3px 0px 3px 10px;
}

div.articlebox div.link a {
	color: #3399FF;
	font-weight: normal;
}

div.articlebox div.row { float: left; }
div.articlebox div.row li a{
	font-size:1.1em;
	font-weight:bold;
	color:#0033999;
}

div.articlebox div.row p {
	line-height:1.4em;
	padding: 0px 10px 0px 0px;
	margin: 0;	
}

div.articlebox div.row p.content {
	padding: 0px 10px 0px 0px;
	margin: 0;
	font-size: 1.1em;
}

div.articlebox div.row p.details {
	padding: 0px 10px 0px 0px;
	margin: 0;
	font-size: 1em;
}

div.articlebox div.row div.image {
	float: left;
	padding: 0px 10px 8px 0px;
}


div.articlebox div.row div.text p {
	padding: 0px 12px 8px 0px;
	margin: 0;
}

div.articlebox div.row div.text a {
	color: #484848;
	font-size: 1.1em;
	font-weight: normal;
}


div.articlebox div.row div.text a.excontent {
	font-size: 1em;
}

div.articlebox div.row div.date {
	padding: 0px 5px 0px 0px;
	margin: 0px;
	border-right: 1px solid #898989;
	float: left;
}

div.articlebox div.row div.author {
	padding: 0px 0px 0px 5px;
	float: left;
}

div.articlebox div.row div.author a {
	color: #3399FF;
	text-decoration: none;
	font-weight: normal;
}

*{
	margin: 0;
	outline:none;
	border-collapse:collapse;
}

body {
	padding:0;
	text-align: left;
	font-family: verdana, Arial, sans-serif;
	font-size: 0.635em;
	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;
}
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: 0px auto;
	padding: 0px 20px;
	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; }



/* -----// 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  !important; }

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;
}
.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; }
.tn100x67 h4, .tn100x67 p, .tn100x67 h5 { margin-left: 110px; }

.tn163x110 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; }


/* ----------------------// Archive page //------------------------------------------------------------------ */
.archive .headline h1{
	color: #333;
	font-size:2.2em;
	font-weight:normal;
	line-height:48px;
}
.archive .headline p{ margin:0 0 10px; }

.archive p{ margin:0 0 5px; }
.archive h2{
	font-size:2.4em;
	font-weight: normal;
	margin-bottom:5px;
}
.archive blockquote div{
	width:280px;
	margin:0 0 12px 34px;
	float:left;
}
.archive blockquote div.firstcol{
    margin:0 0 12px 0;
	padding-right:10px;
    border-right:1px solid #ccc;
}
.archive .sm-list h3{ font-weight:normal; }
.archive .col11 .topborder{ padding: 15px 0 10px; }

.archive .img-headline { margin-bottom:15px; }

.archive .img-headline p a {
	color:#039;
}


/* ----------------------// 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;
    /*width:22px;*/
    padding:0 6px; 
 	text-align:center;
	font-weight:bold;
   	/*border-right: 1px solid #CCC;*/
}
#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;
}

#pagination table li a {}



/* ----------------------// 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;
	}















