
/* ---------- // 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; }/* ---------- // Comments //------------------------------------------------------------------------ */

pre {
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family:verdana,Arial,sans-serif;
	text-align:left;
	font-size:1.1em;
	color:#333333;
}

#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_title.gif) 10px 6px  no-repeat;
}
#pk_commentForm h3{
	background:url(http://i.livescience.com/common/community/template_images/icon_add_comments_title.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; 
}

a.pk_recommend {
	padding:1px 5px 2px 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_recommend_01_lt.gif) no-repeat;
}
a.pk_comments {
	padding:1px 3px 2px 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_comments_lt.gif) no-repeat;
}
/* VIDEO COMMENTS */

#bcVideo a.pk_recommend {
	padding:1px 5px 2px 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_recommend_01_dk.gif) no-repeat;
}
#bcVideo a.pk_comments {
	padding:1px 10px 2px 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_comments_dk.gif) no-repeat;
}

#bcVideo #pk_com_rec span.pk_recommend{
	float:none;
	padding:0 10px 2px 20px;
	color:#999;
	background:url(http://i.livescience.com/common/community/template_images/icon_recommend_02_dk.gif) no-repeat;
}
	

#pk_comments #sortby {
	*padding:5px 0;
	float:right;
}
#pk_comments #sortby label {
	margin-left:5px;
	padding:3px 15px;
	border:1px solid #999;
	background:#FFF;

}
	
	#pk_comments #sortby label.selected {
		margin:0 0 0 5px;
		border:1px solid #FFF;
		background:#CCC;
	}
	
.commentFooter{ 
	margin: 8px 0 10px 0;
	padding:6px 4px;
	clear:both;
	display:block;
	/*height:20px;*/
	background:#F0F0F0;
	
}
	.commentFooter .comTools {
		text-align:right;
	}
	
.commentFooter .left { color:#CCC; }
.commentFooter a{ text-decoration:none; }


.commentFooter a.pk_abuse {
	padding:1px 0 1px 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_report_abuse_red.gif) no-repeat;
}

.commentFooter span.pk_recommend{
	padding:0 10px 0 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_recommend_02_lt.gif) no-repeat;
}
#pk_com_rec span.pk_recommend{
	float:none;
	padding:0 10px 2px 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_recommend_02_lt.gif) no-repeat;
}
/* ETC HUB PAGE RECOMNEND */
.microToolz span.pk_recommend{
	float:none;
	padding:0 10px 2px 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_recommend_02_lt.gif) no-repeat;
}

.commentFooter a.pk_recommend {
	padding:2px 5px 2px 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_recommend_01_dk.gif) no-repeat 0 2px;
}
.commentFooter a.pk_comments {
	padding:2px 10px 2px 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_comments_lt.gif) no-repeat;
}

.commentFooter a.pk_reply {
	padding:0 2px 2px 20px;
	background:url(http://i.livescience.com/common/community/template_images/icon_comments_lt.gif) no-repeat;
}



.replyToggle {
	height:10px;
}

.replyToggle a{
	padding:0 2px 0 17px;
	background:url(http://i.livescience.com/common/community/template_images/xpand_toggle.gif) no-repeat;
}

.pk_pagination{ 
	margin:10px;
	font-weight: bold; 
}
.pk_pagination span{ font-weight: normal;  }

#SiteLife_Logout, #SiteLife_Login{ font-weight: bold; }

.commentReply .comment {
	margin-left:56px;
}



/* --------- VISITED FORUM LINK  ---------- */


a.topictitle:visited {
	color:#597abd; 
}

a.forumtitle:visited {
	color:#597abd; 
}






/*  -------- New Account Styles ---------- */

#pk_accnt{ clear:both; 	}

#pk_accnt.col18 {
	border-top:1px solid #CCC;
}
#pk_accnt.col18 h1 {
	margin:12px 0;
}
#pk_accnt.col18 .welcomeMsg {
	margin:10px 20px 15px 20px;
	padding:12px;
	color:#333;
	border:1px solid #CCC;
	background:#F2F2F2;
}
	#pk_accnt.col18 .welcomeMsg p {
		font-size:1.2em;
	}

	#pk_accnt_window p { line-height: 1.5em; }
	
	#pk_accnt_window, 
	.PersonaHeader_Table{
		width:100%;
		postion: relative;
		border: 1px solid #CCC;
		border-top:none;
	}
		#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 {
		border-left:2px solid #6e6e6e;
		float:left;
	}
	#pk_accnt_nav {
		list-style:none;
	}
	
	#pk_accnt_nav li {
		float:left;
	}
	#pk_accnt_nav li a {
		float:left;
		list-style: none;
		font: bold 15px/34px  Georgia, Times, serif;
		background:url(http://i.livescience.com/common/community/template_images/tab_acct_bg_states.gif) center left repeat-x;
		border-left:1px solid #999;
		width:123px;
		text-align:center;
		cursor:pointer; 
	}
		#pk_accnt_nav li a:hover {
			background-position:bottom left repeat-x;
			
		}
	#pk_accnt_nav li.first {
		color:#FFF;
		border:none;
		width:127px;
		font: bold 15px/34px  Georgia, Times, serif;
		background:#6E6E6E;
		text-align:center;
	}
	#pk_accnt_nav li.active a{ background-position: 0 -1px; }
	#pk_accnt_nav li.active a{ 
		cursor:default; 
		color: #333333; 
	}
	
	#pk_accnt_view{ 
		padding:15px 10px 10px !important;
		clear:both;
		background:#e6e6e6;
	}
		#pk_accnt_view ul {
			list-style:none;
		}
		#pk_accnt_view li{
			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; }
		

/* INBOX Styles */

#inbox {
	margin:0;
	padding:0;
}

#pk_accnt_view #inbox #inboxNav {
	font-weight:bold;
}
#pk_accnt_view #inbox #inboxNav li {
	float:left;
	margin:0 0 10px 8px;
	padding:3px 10px;
	display:block;
	border:1px solid #999;
	background:#FFF;
}
#pk_accnt_view #inbox #inboxNav li.active {
	border:1px solid #FFF;
	background:#999;
}
	#pk_accnt_view #inbox #inboxNav li.active a {
		color:#333;
		cursor:default;
	}

	
#pk_accnt_view #inboxTabs {
	clear:both;
}
#pk_accnt_view #inboxTabs li {
	display:none;
}
#pk_accnt_view #inboxTabs li.active {
	display:block;
}

#pk_accnt_view #inboxTabs li.active blockquote {
	padding:5px 15px 15px 15px;
	border:none;
	background:#FFF;
}
	#pk_accnt_view #inboxTabs li.active blockquote h3 {
		margin-bottom:15px;
	}

/* View Messages Tab */

.accountCenter {
	border-top:1px solid #ccc;
	background:#f2f2f2;
}
	.accountCenter p {
		margin:5px 5px;
	}
/* button states NEW MESSAGE - SEND REPLY - FORWARD -*/	
	.accountCenter .newPM {
		width:84px;
		height:25px;
		display:block;
		*display:list-item;
		overflow:hidden;
		margin-left:8px;
	}
		.accountCenter a.newPM img {
			position:relative;
			*position:static;
			
		}
		.accountCenter a.newPM:hover img {
			bottom:25px;
			*position:static;
			
		}
	.accountCenter .replyForward {
		width:96px;
		height:25px;
		display:block;
		*display:list-item;
		overflow:hidden;
		margin-left:8px;
	}
		.accountCenter a.replyForward img {
			position:relative;
			*position:static;
			
		}
		.accountCenter a.replyForward:hover img {
			bottom:25px;
			*position:static;
			
		}
	.accountCenter .xBtn {
		width:20px;
		height:20px;
		display:block;
		*display:list-item;
		overflow:hidden;
		margin-left:8px;
	}
		.accountCenter a.xBtn img {
			position:relative;
			*position:static;
			
		}
		.accountCenter a.xBtn:hover img {
			bottom:20px;
			*position:static;
			
		}
	.accountCenter .quoteBtn {
		width:54px;
		height:20px;
		display:block;
		*display:list-item;
		overflow:hidden;
		margin-left:8px;
	}
		.accountCenter a.quoteBtn img {
			position:relative;
			*position:static;
			
		}
		.accountCenter a.quoteBtn:hover img {
			bottom:20px;
			*position:static;
			
		}
	.accountCenter .smallPM {
		width:28px;
		height:20px;
		display:block;
		*display:list-item;
		overflow:hidden;
		margin-right:5px;
	}
		.accountCenter a.smallPM img {
			position:relative;
			*position:static;
			
		}
		.accountCenter a.smallPM:hover img {
			bottom:20px;
			*position:static;
			
		}
	.accountCenter .emailIcon {
		width:20px;
		height:20px;
		display:block;
		*display:list-item;
		overflow:hidden;
		margin-right:5px;
	}
		.accountCenter a.emailIcon img {
			position:relative;
			*position:static;
			
		}
		.accountCenter a.emailIcon:hover img {
			bottom:20px;
			*position:static;
			
		}
	
	#msgKey {
		margin:0 10px 0 0;
		padding:4px;
		color:#333;
		background:#fff;
		border:1px solid #ccc;
	}
		#msgKey dt, #msgKey dd {
			margin-left:4px;
			font-weight:normal;
			display:inline;
		}
			#msgKey dd.colorBlock {
				padding:0px 3px;
				border-left-width:10px;
				border-left-style:solid;
			}
				dd.colorBlock.red {
					border-left-color:#cc0000;
				}
				dd.colorBlock.ltgray {
					border-left-color:#999;
				}
				dd.colorBlock.blue {
					border-left-color:#39f;
				}
				dd.colorBlock.dkgray {
					border-left-color:#333;
				}
				
.accountCenter table#msgList {
	margin-top:20px;
	width:948px;
	clear:both;
	border-collapse:collapse;
}
	table#msgList thead { 
		color:#FFF;
		background:#C2C2C2 url(http://i.livescience.com/common/community/template_images/bg_grad_hdr_ftr_dkgray.gif) repeat-x top left;
		margin:0;
	}

		#msgList tbody tr {
			border-top:1px solid #FFF;
			border-bottom:1px solid #CCC;
			background:#e6e6e6;
			/*height:40px; */
		}
		
		#msgList td.colorBorder {
			width:2px;
		}
			#msgList td.colorBorder.ltgray  {
				background-color:#999;
			}
			#msgList td.colorBorder.red {
				background-color:#cc0000;
			}
			#msgList td.colorBorder.blue {
				background-color:#39f;
			}
			#msgList td.colorBorder.dkgray {
				background-color:#333;
			}
			
		#msgList td.read {
			background:url(http://i.livescience.com/common/template_images/ima_topic_read.gif) no-repeat 4px 5px;
		}
		#msgList td.unread {
			background:url(http://i.livescience.com/common/template_images/ima_topic_unread.gif) no-repeat 4px 5px;
		}
		#msgList td.read p.msgIcon, #msgList td.unread p.msgIcon {
			margin:0;
			padding:0;
			height:30px;
			background-position: 0 10px;
			background-repeat:no-repeat;
		}
		
		#msgList td.msgItem {
			padding:2px 0 2px 6px;
			width:845px;
		}
		#pk_accnt_view #msgList td.msgItem blockquote {
			margin:3px 0;
			padding:0;
			border-top:none;
			border-right:1px solid #FFF;
			background:none ;
		}
			#pk_accnt_view #msgList td.msgItem.outBox blockquote {
				float:left;
				width:420px;
				height:35px;
			}
				#pk_accnt_view #msgList td.msgItem.outBox blockquote span  {
					float:left;
					padding:10px;
					height:35px;
				}
		#msgList td.msgItem p{
			margin:2px 0;
		}
		#msgList td.msgItem h3 {
			font-size:1.4em;
			margin:2px 0 2px 0 !important;
		}
		#msgList td.msgCheck {
			width:54px;
			text-align:center;
		}
		
		#msgList tr.msgOptions {
			background:none;
			width:948px;
		}
		#msgList tr.msgOptions td {
			padding:5px;
		}
			#msgList tr.msgOptions td span.right input,
			#msgList tr.msgOptions td span.right input {
				margin-bottom:5px;
			}
			#msgList tr.msgOptions td span.right label {
				
				text-align:right;
				padding:10px 0 0 106px;
			}
		#msgList tr.msgSort {
			color:#FFF;
			background:#C2C2C2 url(http://i.livescience.com/common/community/template_images/bg_grad_hdr_ftr_dkgray.gif) repeat-x top left;
		}
			#msgList tr.msgSort td {
				padding:5px;
			}
		/* PAGINATION FOR INBOX */
		#pk_accnt_view #msgList #pagination {
			border-top:none;
			margin:0;
			padding:0;
		}
		#pk_accnt_view #msgList #pagination table tr {
			background:none;
			border:none;
		}
		
		#pk_accnt_view #msgList #pagination table li {
			display:list-item;
		}
		
.accountCenter #msgView {
	margin-top:25px;
	padding-bottom:8px;
	/*float:left;*/
	
	border-top:1px solid #c8c8c8;
	background:#e6e6e6;
	width:auto;
}

/* return to sentbox, inbox, outbox & nextPM prevPM styles */

	.accountCenter span.right a.left_arrow,
	.accountCenter span.right a.right_arrow {
		float:right;
	}
	.accountCenter span.left a.left_arrow {
		float:left;
	}
	.accountCenter a.left_arrow {
		float:inherit;
		line-height:16px;
		padding-left:20px;
		background: url(http://i.livescience.com/common/template_images/btn_pm_arrows.gif) no-repeat 0 -48px;
	}
	
		.accountCenter a.left_arrow:hover {
			background-position:0 -32px;
		}
	.accountCenter a.right_arrow {
		float:inherit;
		line-height:16px;
		padding-right:20px;
		*margin-right:8px;
		background: url(http://i.livescience.com/common/template_images/btn_pm_arrows.gif) no-repeat 48px -16px;
	}
		.accountCenter a.right_arrow:hover {
			background-position:48px 0;
		}
	
	
	.accountCenter #msgView blockquote {
		margin:10px;
		padding:0 !important;
	}
		#msgView blockquote dl {
			float:left;
		}
		#msgView dl.msgBody {
			margin:8px 5px 8px 0;
			padding:8px 10px 8px 15px;
			width:640px;
			border-right:1px solid #CCC;
		}
			#msgView dl.msgBody dt  {
				font-family: Georgia, Times, serif;
				font-size:1.5em;
				color:#039 !important;
				margin:0 !important;
			}
			#msgView dl.msgBody dd.msgText {
				margin:10px 0;
				font-size:1.2em;
				color:#333;
			}
			#pk_accnt_view li #msgView dl.msgBody dd.msgText ul   {
				list-style-type:disc !important;
				list-style-position:inside;
			}
			#msgView dl.msgBody dd.msgText ol {
				list-style-type:decimal; 
				list-style-position:inside;
			}
			#pk_accnt_view li #msgView dl.msgBody dd.msgText ol li {
			
			}
			
			
			#msgView dl.msgBody dd.msgText ol li,
			#msgView dl.msgBody dd.msgText ul li {
				display:list-item !important;
				
			}
			
		#msgView dl.userInfo {
			padding-left:10px;
			width:246px;
		}
			#msgView dl.userInfo dd {
				margin:10px 0;
			}
			
			#msgView dl.userInfo dd span.left {
				margin:10px 0;
			}
		#msgView p {
			margin:10px 10px 0 10px;
		}


/* ------------ COMPOSE MESSAGE STYLES ------------ */

.accountCenter .composeMsg {
	padding:10px 0;
}

.composeMsg textarea {
	overflow:auto;
	
}
.composeMsg table {
	width:948px;
}
.composeMsg table tr {
	
}

	
.composeMsg table td {
	padding:4px;
	vertical-align:top;
}
	.composeMsg table td p {
		margin-left:0;
	}
.composeMsg td.address {
	width:88px;
	font-weight: bold;
}

	.composeMsg label {
		padding-left:10px;
	}

.composeMsg td.addUsers textarea {
	margin-right:10px;
	float:left;
	width:300px;
	height:100px;
	overflow:auto;
	word-wrap:break-word;
	
}
.composeMsg td.addUsers p {
	clear:both;
	float:left;
}
.composeMsg td.addUsers address {
	margin-bottom:5px;
	font-style:normal;
}
	.composeMsg td.addUsers address.mine a {
		padding:1px 0 2px 20px;
		line-height:17px;
		background:url(http://i.livescience.com/common/community/template_images/icon_my_contacts.gif) no-repeat 0 0;
		
	}
		.composeMsg td.addUsers address.mine a:hover {
			background-position:0 -17px;
		}
	.composeMsg td.addUsers address.find a {
		padding-left:20px;
		line-height:15px;
		background:url(http://i.livescience.com/common/community/template_images/btn_icon_search_members.gif) no-repeat;
	}

.composeMsg .myUserList {
		margin-bottom:5px;
		padding:5px 8px;
		/*width:240px;*/
		border:1px solid #CCC;
		background:#FFF;
		height:150px;
		overflow:auto;
	}
	.composeMsg .myUserList h4 {
		line-height:1.7em !important;
		margin:0 0 5px 0 !important;
		padding-left:20px;
		font-family:Georgia, Times, serif;
		font-size:1.4em;
		background:url(http://i.livescience.com/common/community/template_images/icon_my_contacts_on.gif) no-repeat ;
	}

#pk_accnt_view .composeMsg .myUserList li {
	clear:left;
	display:list-item !important;
	line-height:1.8em;
	margin-left:20px;
	
}
	.composeMsg .myUserList li input {
		margin-right:4px;
		float:left;
	}
	.composeMsg .myUserList li.markAll {
		margin-top:10px;
	}
		.composeMsg .myUserList li.markAll input {
			padding: 0 4px 4px 0;
			margin-bottom:5px;
		}

	
.composeMsg table tr.composeTools {
	height:20px;
	background:#C2C2C2 url(http://i.livescience.com/common/community/template_images/bg_grad_hdr_ftr_dkgray.gif) repeat-x top left;
}
.composeMsg .msgBox {
	margin:10px;
}
.composeMsg .composeTools span {margin-left:100px;}

#inbox #smiley-box {
	margin-top:22px;
	width:56%;
}
	#inbox #smiley-box h6 {
		margin-bottom:6px;
	}
	 #inbox #smiley-box p {
		margin:0 0 6px;
		padding-bottom:8px;
		border-bottom:1px solid #fff;
	}
	 #inbox #smiley-box img {
		margin:3px;
	}
	

/* ------ MANAGE PM DRAFTS ------- */

	#msgList th.first { padding-left:4px; }

	#msgList th {height:20px;}
	#msgList th.center { padding-right:6px; }
	
	#pk_accnt_view  #msgList td.draftItem blockquote,
	#pk_accnt_view  #msgList td.draftInfo blockquote {
		margin:3px 0;
		padding:0;
		height:30px;
		border-top:none;
		border-right:1px solid #FFF;
		background:none ;
	}
		td.draftItem {
			width:480px;
		}
		
	#pk_accnt_view #msgList td.draftItem blockquote h3 {
		margin:0;
		font-size:1.3em;
		vertical-align:middle;
		padding:8px 0 0 8px;
	}
	

/* ---------- ACCOUNT FORUM SETTINGS ------- */

/* Edit Global Settings */

.profileSettings {
	color:#000;
}

.profileSettings dl {
	border-top:2px solid #FFF;
	clear:both;
	display:block;
	padding:8px 0;
}
	.profileSettings dl.grayBG {
		width:100%;
		background:#E9E9E9;
	}

.profileSettings dt {
	margin:0;
	padding:4px 5px;
	float:left;
	width:320px;
	text-align:left;
}
	.profileSettings dt span {
		display:inline;
		font-weight:normal;
	}
	
.profileSettings dd {
	margin:0;
	display:inline;
}
	.profileSettings dd label {
		padding:0;
		margin:0 7px 0 3px;
		*margin:0;
	}

	form .profileSettings dd input  {
		width:auto;
	}
	
.profileSettings dl.sigEdit {
	display:block;
}
	.profileSettings dl.sigEdit dt {
		float:none;
	}
	.profileSettings dl.sigEdit dd {
		padding:4px 5px;
	}
	.profileSettings dl.sigEdit dd.sigPreview {
		margin:0 0 5px 10px;
		padding:5px;
		clear:both;
		display:block;
		width:600px;
		border:1px solid #666666;
		background:#FFF;
	}
	dl.sigEdit ul  {
		list-style-type:disc !important ;
	}
	dl.sigEdit ul li,
	dl.sigEdit ol li {
		display: list-item !important;
		list-style-position:inside;
	}
	
	dl.sigEdit p {
		margin-top:15px;
	}
	#sigBox {
		float:left;
		margin:0 5px 8px 7px;
	}
		
	
	.profileSettings.accountCenter hr {
		border-top:2px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;
		height:4px;
		background:#CCCCCC;
		float:none;
		clear:both;
		border-left:none;
	}

	
/* ---------- SUBSCRIPTIONS, UPDATE ACCOUNT, PROFILE DISPLAY------- */
	
#subscriptions, #updateAccount, #profileDisplay {
	color:#333;
	margin:0;
	padding:0;
}
	#subscriptions blockquote,
	#updateAccount blockquote,
	#profileDisplay blockquote {
		background: #FFF;
		border:none;
		padding:5px 15px 15px;
		margin-top: 10px;
	}
	
	#subscriptions blockquote h3,
	#updateAccount blockquote h3,
	#profileDisplay blockquote h3 {
		margin-bottom:10px;
		padding-bottom:15px;
		border-bottom:1px solid #CCC;
	}
	#subscriptions blockquote p,
	#updateAccount blockquote p {
		margin-top:1px;
		width:560px;
		font-size:1.1em;
		line-height:1.2em;
		color:#333;
	}
	#updateAccount dt {
		font-weight:bold;
		margin:15px 0 0;
	}
	
	#updateAccount dl.successMsg {
		margin:20px 0;
	}
	#updateAccount dl.successMsg dt input  {
		vertical-align:middle;

	}
	#updateAccount dl.successMsg dt label {
		margin-left:15px;
		padding:10px;
		color:#cc0000;
		border:1px solid #CCC;
		background:#F2F2F2;
	}
	
	#updateAccount .updateBtn {
		display:block;
		margin:20px 0 10px;
	}
		#updateAccount .updateBtn dd {
			height:40px;
			display:inline;
		}
		#updateAccount .updateBtn dd input {
			width:auto;
			margin:0;
			
		}
		#updateAccount .updateBtn dd label {
			vertical-align:;
			margin-left:10px;
			padding:5px;
			border:1px solid #CCC;
			background:#F2F2F2;
			color:#CC0000;
		}
	#optin table td label {
		display:block;
		text-align:right;
	}
	
	#updateAccount .saveChanges,
	#profileDisplay .saveChanges {
		margin:20px 0;
	}
	#updateAccount fieldset,
	#profileDisplay fieldset {
		margin:0px 30px 0 0;
		padding:6px;
		display:inline;
		color:#333;
		width:170px;
		border-color:#CCC;
		background:#FFF;
	}
	
	#profileDisplay dl.dob input.date {
		width:24px;
	}
	#profileDisplay dl.dob input.year {
		width:40px;
	}
	#subscriptions .opt_grp {
		margin-bottom:16px;
	}
	#subscriptions .opt_grp div.label {
		font-size:inherit;
	}
	#subscriptions .opt_grp div.label h4 {
		font-size:1.1em;
	}
	#subscriptions span label {
		margin:0 5px;
	}
	#subscriptions .saveChanges {
		margin:20px 0 0;
	}
	#subscriptions fieldset {
		margin:20px 30px 0 0;
		padding:6px;
		display:inline;
		color:#333;
		width:170px;
		border-color:#CCC;
		background:#FFF;
	}
	
#updateAccount h4,
#profileDisplay h4 {
	font-family: Georgia, Times, serif;
	font-size:1.4em;
}

/* PROFILE DISPLAY OPTIONS */

#profileDisplay dl {
	margin:12px 0;
	color:#333;
}
	#profileDisplay dt,
	#profileDisplay dd {
		clear:both;
		margin:4px 0;
	}
	#profileDisplay dl dt {
		font-size:1.1em;
	}
	#profileDisplay dl dd p {
		margin:2px 0 8px;
		width:500px;
	}
	#profileDisplay dd label {
		vertical-align:top;
		*vertical-align:text-top;
		padding:0 7px 0 3px;
	}
	#profileDisplay dd input {
		width:auto;
	}

/* AVATAR GRID */

#profileDisplay ol{
	margin:5px 0;
	padding:0;
	clear:both;
	float:left;
	*float:none;
	display:block;
}
#pk_accnt_view li #profileDisplay ol li {
	margin-right:30px;
	float:left;
	text-align:center;
	display:list-item;
}
	#pk_accnt_view li #profileDisplay ol li img {
		padding:1px;
		height:60px;
		width:60px;
		border:1px solid #CCC;
	}
	#pk_accnt_view li #profileDisplay ol li p {
		width:auto;
	}
	
/* -------------CONTACTS TAB--------------------- */

#pk_accnt_view .contacts h3 {
	margin-bottom:5px !important;
}
.contacts form dd input {width:auto;}
.contacts p {
	margin:3px 0;
	font-size:1.1em;
}
	.contacts {
		display:block;
	}
	
	.contacts .contactList {
		float:right;
		width:188px;
		padding:5px 10px;
		border:1px solid #CCC;
		background:#e6e6e6 url(http://i.livescience.com/common/community/template_images/bg_grad_contact_list.gif) repeat-x top left;
	}
	#pk_accnt_view .contacts .contactList h4 {
		font-family:Georgia, Times, serif ;
		font-size:1.4em;
		margin:0 0 8px 0;
	}
	
	#pk_accnt_view .contacts .contactList li {
		display:list-item !important;
	}
	.contacts .contactList li {
		line-height:1.7em;
		list-style-type:disc !important;
		list-style-position:inside !important;
	}
	
	.contacts .accountCenter {
		width:730px;
	}
	.contacts hr {
		margin:0;
		width:730px;
		border-left:none;
		border-top:1px solid #CCC;
	}
	.contacts dl {
		padding:4px;
		float:left;
		border-bottom:2px solid #FFF;
	}
	.contacts dl.alt_bg {
		display:block;
		background: #E9E9E9;
	}
	.contacts dl dd {
		float:left;
		width:360px;
	}
	.contacts dl dd select {
		width:150px;
		height:120px;
		overflow:auto;
	}
	.contacts dd textarea {
		margin:12px 0 8px 0;
		line-height:7px;
		overflow:auto;
	}
	.contacts dd address {
		font-style:normal;
	}
	.contacts dd address.find a {
		padding-left:20px;
		line-height:15px;
		background:url(http://i.livescience.com/common/community/template_images/btn_icon_search_members.gif) no-repeat;
	}
	.contacts dl.contactSubmit {
		
	}
	.contacts dl.contactSubmit dd {
		clear:both;
		padding:0 3px;
		width:auto;
	} 
	.contacts dd input.button2 {
		margin-left:357px;
	}
	

/* MEMBER DIRECTORY */

#pk_accnt_view .members .letterNav li {
	display:inline !important;
}


.members fieldset {
	padding:0 15px 15px 20px;
	color:#333;
	border:1px solid #CCC;
	background:#F2F2F2;
}
.memberSearch p {
	font-size:1.1em;
}
.memberSearch form {
	float:left;
	line-height:20px;
}
.memberSearch form label,
.memberSearch form select,
.memberSearch form input {
	float:left;
	margin-right:10px;
}
.members .letterBar {
	*width:948px;
	border-top:none;
	background:url(http://i.livescience.com/common/community/template_images/bg_alpha_directory_states.gif) repeat-x center left;
	
}
.members .letterNav {
	margin-left:14px;
	font-family:Georgia, Times, serif;

}
	.members .letterNav li.all a {
		width:104px;
		/*background:url(http://i.livescience.com/common/community/template_images/bg_alpha_directory_states.gif) repeat-x top left; */
	}
	
	.members .letterNav li a {
		width:29px;
		background:url(http://i.livescience.com/common/community/template_images/bg_alpha_directory_states.gif) repeat-x bottom left;
	}
	.members .letterNav li a:hover {
		color:#39F;
		background-position:top left;
	}
	.members .letterNav li a.selected,
	.members .letterNav li.all a.selected {
		color:#333;
		background-position:top left;
		cursor:default;
		height:15px;
	}
	.members .letterNav li a.selected:hover ,
	.members .letterNav li.all a.selected:hover {
		color:#333;
		cursor:default;
	}
.members table {
	border-collapse:collapse !important;
}

table#memberList {
	width:948px;
	border-collapse:collapse !important;
}
	#memberList p {
		margin:0;
	}
	#memberList thead {
		color:#FFF;
		background:#C2C2C2 url(http://i.livescience.com/common/community/template_images/bg_grad_hdr_ftr_dkgray.gif) repeat-x top left;
	}
	#memberList .userName{
		width:40%;
	}
	#memberList .badge{
		width:25%;
	}
	#memberList .posts {
		width:15%;
	}
	#memberList .joined {
		width:20%;
	}
	#memberList th {
		height:30px;
		padding-left:6px;
	}
	#memberList tr {
		border-bottom:1px solid #CCC;
		border-top:1px solid #FFF;
	}
	#memberList td.userName,
	#memberList td.posts,
	#memberList td.joined {
		padding:6px;
		*border-bottom:1px solid #CCC;
	}
		#memberList td.userName p,
		#memberList td.posts p {
			display:block;
			border-right:1px solid #FFF;
			line-height:30px;
		}
		#pk_accnt_view #memberList td p strong {
			margin:0;
		}
		
		#memberList td.userName input {
			float:left;
			margin:7px 7px 7px 0;
		}
		#memberList td.userName a {
			float:left;
		}
		#memberList td.userName span  {
			padding:5px 0px 5px 8px;
			float:left;
		}
		.accountCenter #memberList a.smallPM img {
			position:relative;
			*position:static;
			bottom:20px;
		}
		.accountCenter #memberList a.smallPM:hover img {
			opacity:1;
			filter:alpha(opacity=100);
			top:0;
			*position:static;
			
		}
		
		#memberList tr.memberSelect {
			text-align:right;
			color:#FFF;
			background:#C2C2C2 url(http://i.livescience.com/common/community/template_images/bg_grad_hdr_ftr_dkgray.gif) repeat-x top left;
		}
			#memberList tr.memberSelect td {
				padding:5px 10px;
			}
		#memberList tr.markAll {
			text-align:right;
			border-bottom:none !important;
		}
			#memberList tr.markAll td {
				padding:10px;
				*border-bottom:none;
			}
			

.members #pagination {
	clear:both;
	margin:5px 0;
}

	.members #pagination span {
		padding:0 10px;
	}
		
#pk_accnt_view .members #pagination table li {
	display:list-item;
}




/* -------- ACTIVITY TAB ------- */

.view_profile {
	margin-right:20px;
}

.myForums #pagination h3,
.myComments #pagination h3,
.myRecommend #pagination h3 {
	margin:5px 0 !important;
	display:inline;
}

.myForums #pagination,
.myComments #pagination,
.myRecommend #pagination {
		margin:5px 0;
	}
	
	#pk_accnt_view .myForums #pagination table li,
	#pk_accnt_view .myComments #pagination table li,
	#pk_accnt_view .myRecommend #pagination table li{
		display:list-item;
	}

fieldset.noPostMsg {
	margin:20px auto;
	padding:10px;
	width:884px;
	border:1px solid #CCC;
	background:#FFF;
}
	fieldset.noPostMsg h4 {
		margin-bottom:10px !important;
		font-family:verdana, Arial, sans-serif;
		color:#333;
		font-size:1.3em;
		
	}

/* Common li blockquote and Table Elements */

table#forumPosts,
table#recentComments,
table#recommendList {
	width:948px;
	border-collapse:collapse !important;
	background:#f2f2f2;
}

	#forumPosts thead,
	#recentComments thead,
	#recommendList thead {
		color:#FFF;
		background:#C2C2C2 url(http://i.livescience.com/common/community/template_images/bg_grad_hdr_ftr_dkgray.gif) repeat-x top left;
	}
		#forumPosts thead th,
		#recentComments thead th,
		#recommendList thead th {
			padding:6px;
			*padding:3px;
		}
		
	#forumPosts td,
	#recentComments td,
	#recommendList td {
		border-bottom:1px solid #fff;
		border-top:1px solid #ccc;
	}
	#forumPosts td p,
	#recentComments td p,
	#recommendList td p {
		font-size:1em;
		padding:6px 5px 3px;
		height:20px;
	}
	
	#forumPosts td p strong,
	#recentComments td p strong,
	#recommendList td p strong {
		margin:0;	
	}
	
	
	
/*  END Common Table Elements */

/* Forums Activity */


		#forumPosts .activeStatus {
			width:5%;
		}
		#forumPosts .userPost { width:25%;}
		#forumPosts .threadTitle { width:20%; }
		#forumPosts .postDate { width:8%; text-align:center; }
		#forumPosts .postCount { width:8%; text-align:center; }
		#forumPosts .latestPost { width:12%; }
	
		#forumPosts td p {
			
		}
		
		
		#forumPosts td.userPost p,
		#forumPosts td.postDate p,
		#forumPosts td.threadTitle p,
		#forumPosts td.postCount p {
			border-right:1px solid #fff;
		}
		#forumPosts td.postCount p {
			text-align:center;
		}
		
		#forumPosts td.activeStatus {
			text-align:center;
			background:#ccc;
		}
		#forumPosts td.activeStatus span  {
			margin:0 auto;
			display:block;
			width:20px;
			height:27px;
			overflow:hidden;
		}
			#forumPosts td.activeStatus span img {
				
			}


/* My Comments */

	#recentComments td.userComment p,
	#recentComments td.commentDate p,
	#recentComments td.featureTitle p,
	#recentComments td.commentCount p {
		border-right:1px solid #fff;
	}
	
	#recentComments .commentDate,
	#recentComments .commentCount {
		text-align:center;
	}
	
	
/* My Recommendations */

	#recommendList .featureTitle { width:50%; }
	#recommendList .pubDate {width:15%; text-align:center;}
	#recommendList .commentCount { width:15%; text-align:center; }
	#recommendList .section { width:70px; }

	
	#recommendList td.featureTitle p,
	#recommendList td.pubDate p,
	#recommendList td.commentCount p {
		border-right:1px solid #fff;
	}
	





	
/* ---------- REGISTRATION PAGES ----------- */

#communityReg #headline h2, #communityLog #headline h2  {
	color:#333 !important;
}
#communityReg .userInfo h4,
#communityLog .userInfo h4 {
	margin:10px 0;
	font-size:1.2em;
	font-weight:normal;
	color:#333;
}

#communityReg hr, #communityLog hr {
	margin:15px 0;
	padding:0;
	border-left:none;
	background:none;
	border-top:1px solid #CCC;
}

.userInfo {
	width:608px;
	color:#333;
}

.redTxt {
	color:#CC0000 !important;
}
	.userInfo #note p {
		font-size:1.3em;
		line-height:1.4em;
	}
	#communityReg .userInfo blockquote {
		border-top:1px solid #CCC;
		padding:10px 0;
		background:url(http://i.livescience.com/common/community/template_images/bg_grad_register.gif) repeat-x top left;
	}
	
	.userInfo p {
		font-size:1.1em;
	}
	#communityLog .userInfo blockquote {
		border-top:1px solid #CCC;
		padding:10px 0;
		background:url(http://i.livescience.com/common/community/template_images/bg_grad_login.gif) repeat-x top left;
	}
	.userInfo blockquote h3 {
		margin:0 0 10px 4px;
		padding:0;
	}
	#communityReg .userInfo blockquote h4 {
		margin:0 0 15px 4px;
		padding:0;
		font-weight:bold;
		color:#cc0000;
	}
	.userInfo dl {
		margin:0 0 15px 10px;
		color:#333;
	}
		.userInfo dl dt {
			font-weight:normal;
			margin:10px 0 3px;
		}
		.userInfo dl dd {
			margin:2px 0 0;
		}
		.userInfo dd input {
			width:auto;
		}
		.userInfo dd input.checkName {
			width:auto;
		}
		.userInfo dd label {
			padding:0 12px 0 3px;
			vertical-align:top;
			*vertical-align:text-top;
		}
	.userInfo fieldset {
		margin:20px 30px 0 10px;
		padding:6px;
		display:inline;
		color:#333;
		width:170px;
		border-color:#CCC;
		background:#FFF;
	}
		.userInfo  fieldset.memberMisc {
			border:none;
			width:210px;
			background:none;
			margin-left:10px;
			padding-left:0;
		}
		
	.userInfo ul {
		margin:20px 0 15px 10px;
		padding:0 0 4px 0;
		color:#999;
		display:block;
		list-style:none;
		border-bottom:1px solid #CCC;
	}
	
		.userInfo li {
			margin:0 10px 0 0;
			display:inline;
		}
	
	.memberBenefits h3 {
		margin-top:4px;
	}	
	.memberBenefits ul {
		list-style-type:disc;
		list-style-position:outside;
		color: #039;
	}
		.memberBenefits li {
			font-size:1.1em;
			line-height:1.3em;
			margin:0 0 15px 15px;
		}
		.memberBenefits li span {
			color:#333;
		}

/* Welcome, Optional Info, Registration End pages */

.userInfo.options ul,
.userInfo.options fieldset {
	margin-left:0;
}
.userInfo.options input {
	width:auto;
}
.userInfo.options #subscriptions .opt_grp input {
	float:left;
}
.userInfo.options #subscriptions .opt_grp .label {
	margin-left:25px;
}
.userInfo.options #subscriptions .opt_grp .label h4 {
	margin:1px 0;
}
.userInfo.options #subscriptions .opt_grp .label p {
	margin-top:1px;
}


#optin fieldset {
		margin:0 30px 0 0;
		padding:6px;
		display:inline;
		color:#333;
		width:170px;
		border-color:#CCC;
		background:#FFF;
	}
	
#optin ul {
		margin:20px 0 15px 0;
		padding:0 0 4px 0;
		color:#999;
		display:block;
		list-style:none;
		border-bottom:1px solid #CCC;
	}
	
		#optin li {
			font-size:1.1em;
			margin:0 10px 0 0;
			display:inline;
		}

/* ---------- // REGISTRATION COMPLETE //------------------------------------------------------------------------ */
#post_reg {
	margin:20px 0 42px 50px;
}
dl.reg_option {
	float:left;
	margin:0 10px 0 0;
    text-align:center;
  	width:214px;
}
dl.reg_option dt {
	padding:10px 10px 28px 10px;
    height:34px;
    text-align:left;
}
dl.reg_option dt h3 {
	font-size:1.7em;
}
dd.reg_optbtn { padding:20px 0 44px 0; }


/* ---------------------- // 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;
}


	
	
/* --------------// Top 10 Module //----------------------------------------- */


/*	NEW */ 
#topten{
	border:1px solid #CCC;
	margin-bottom:15px; 
	background: #FFF url(http://i.livescience.com/template_images/module_elements/bg_grd_mainintro.gif) bottom repeat-x; 
}
	#topten h1{
		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;
	}
	
	#topten dl.intro {
		margin:10px;
		padding:5px 5px 0 0;
		background: #f1f9ff url(http://i.livescience.com/template_images/module_elements/bg_grd_mainintro_b.gif) top repeat-x;
	}
		#topten dl.intro dt{ 
			float: right; 
			margin:0 0 0 10px;
		}
		#topten dl.intro dt img {
			padding:1px;
			border:1px solid #CCC;
		}
		#topten dl.intro dd{
			padding: 10px;
		}
			#topten dl.intro dd p {
				margin-top:10px;
				font-size:1.1em;
			}
	
	#topten dl.entry {
		float:left;
		padding:10px;
	}
		#topten dl.entry dt , #topten dl.entry dd{ display: none; }
		
		#topten dl.entry dt {
			font-size: 0.9em;
			color: #333;
			float: left; 
			border:1px solid #CCC;
			background: #f1f9ff url(http://i.livescience.com/template_images/module_elements/bg_grd_mainintro_b.gif) top repeat-x;
		}
		#topten dl.entry dt p {
        	margin:5px;
            width:240px;
        }
		#topten dl.entry dd{ 
			margin-left:262px;
		}
		#topten dl.entry dd p {
			font-size:1.1em;
		}
		#topten dl.entry dd h3 {
			margin-top:15px; 
			color:#333; 
			text-align: center;
		}
	#topten .tennav{
		margin-left:10px;
		float: right; 
		width: 370px;
	}
	#topten #countdown {
		float:none;
		text-align:center;
		padding: 10px 0;
		margin:0;
		clear:both;
		width: 100%;
	}
	#topten #countdown ul {
		height:80px;
		display:inline;
		
	}
		#topten #countdown li{		
			list-style: none;
			display:inline;
			color: #039;
			height:80px;
			margin:0 3px;
			*margin:0 1px;
			font-size:2.8em;
			font-weight:normal;
			font-family:Georgia, Times, serif;
		}
		
		#topten #countdown li.selected {
			font-size:100px;
			color:#999;
		}
	#topten .buttons {display:block;}		
	#topten #prev {	float: left; }
	#topten #next {	float: right; }
	#topten #prev, #topten #next, #topten #countdown li{ cursor:pointer; }
	#topten #items{ display: none; }
	#topten .back2{ margin-left:244px; }
	
	#moretop10 {
		display:block;
		width:100%;
		height:420px;
		border:none;
		
	}
	#moretop10 #pagination {
		clear:both;
	}


/* 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 {
	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 div.image img {
	padding:1px;
	border:1px solid #CCC;
}

div.sidelist div.listitem p { 
	margin: 0;
    padding-right: 60px;
}



	
	
/* ---------- // 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 //----------------------------------- */
body.album{ background: #FFF; }
body.album #main{
	width: auto;
	margin: 0px 10px;
	padding: 0px;
	background-color:#FFF;
	border:none;
}

body.album .hd_advert {
	margin-top:0;
}

body.album #header{
	padding:22px 0 0 0;
	margin-bottom:1px;
}

	body.album .headline{
		background: #E4E2E2;
		padding:0 20px;
		height:48px;
	}
   
    
	body.album .headline p {
		font: normal 22px/48px Georgia, Times, serif;
		color: #039;
		margin:0;
	}
	body.album .headline strong{
		color: #333;
		font-size:24px;
        font-weight:normal;
	}
	
.media-tab{
	height: 40px;
	background: #DDD url(http://i.livescience.com/template_images/module_elements/media_tab_bg.gif) top repeat-x;
    border-left:1px #CCC solid;
    border-right:1px #CCC solid;
}

.media-tab img{ padding:8px 10px; }


.headline h2.alb {
	font-weight:normal;
    color:#039;
    margin-bottom:20px;
    
}


table.album {
	margin-top:1px;
    margin-bottom:1px;
	border-collapse:separate !important;
    
}


table.album a {color: #a7c8e0; }

table.album td.left-col{
	border: 1px solid #CCC;
	width:600px;
}

table.album td.right-col{ 
	padding:10px;
	color: #333;
	font-size: 1.2em;
    border:1px solid #CCC;
    background: #eee url(http://i.livescience.com/template_images/module_elements/album_right-col_bg.gif) bottom repeat-x;
}

table.album td.right-col img {
	padding-top:6px;
    display:block;
}


div.album  h2{ 
	font-size:2.2em;
	font-weight: normal;
	margin: 20px 0;
}

div.album p{ font-size: 1.2em }

div.album#LS_store{
	margin:0;
}


	body.album .toolbar{
    	padding:0;
       	background:url(http://i.livescience.com/template_images/module_elements/album_toolbar.gif) top 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;
	}
    
    
		body.album .toolbar blockquote{
			margin:0 auto;
			width:600px;
		}
		body.album .toolbar h4{
			font: bold 1.2em/38px verdana, Arial, sans-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: #444;
	}
	body.album .album-img-caption {
		margin: 4px auto 0;
		padding:0 0 8px;
		color:#fff;
		text-align:left;
		font-size:1.2em;
	}
		body.album .album-img-caption a {
			color:#fbca52;
		}
			body.album .album-img-caption a:hover {
			color:#39F;
		}



/* ------------- LUMOSITY GAMES PAGES ---------------- */

#lumosity dl {
	padding:12px 6px;
	border-top:1px solid #CCC;
	display:block;
	clear:both
}
#lumosity h3 {
	margin-bottom:10px;
}
#lumosity h2 {
	font-size:1.8em;
	margin-bottom:5px;
}

#lumosity dd img.logo {
	margin:0 10px 10px 0;
	padding:1px;
	float:left;
	border:1px solid #CCC;
}

#lumosity dl.lmHead {
	background:url(http://i.livescience.com/template_images/module_elements/bg_grad_lm_tophdr2_661.png) no-repeat top left;
}
#lumosity dl.lmHead dd img {
	border:none;
	padding:0;
}
#lumosity dl.lmHead p {
	padding-top:10px;
}
#lumosity dd {
	font-size:1.3em;
	font-family:verdana, Arial, sans-serif;
}
#lumosity dl.matrix {
	border-top-color:#d6ebff;
	background:url(http://i.livescience.com/template_images/module_elements/bg_grad_lm_games_h2_1x155.gif) repeat-x top left;
}
#lumosity dl.last {
	background:url(http://i.livescience.com/template_images/module_elements/bg_grad_1x171_btm_mod.gif) repeat-x top left;
}
#lumosity #com_hot_topics {
	margin-bottom:10px;
}

/* Game Player Page */

#lumosity h1 {
	margin-bottom:15px;
}

#lumosity .col12 blockquote {
	margin:15px 0 0 0;
	background: url(http://i.livescience.com/template_images/module_elements/bg_grad_lm_game_module.gif) repeat-x bottom left;
}
.lm_GameMod {
	margin:0 auto;
	width:494px;
}
	.lm_GameMod fieldset {
		margin:20px 0;
		padding:12px 14px 20px;
		border:2px solid #ccc;
		background:#FFF;
	}
#lumosity .lm_GameMod dl {
		border-top:none;
	}
	#lumosity .lm_GameMod dd {
		font-size:1.1em;
		color:#484848;
	}
	#lumosity .lm_GameMod dd h3 {
		margin-bottom:1px;
		font-size:1.5em;
	}
	




/* ----------// 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; }
	
	
	
/* ------------- // HealthiNation Video Player Page  //--------------- */

.hnation #header { margin:0; }
.hnation .hd_advert{ display:none; }

/* ----------------------// BC3 Player Page //---------------------------------------------- */    

#playerModule .col12{ margin:0; }
#playerModule .col6{ margin:4px 4px 0px 6px; }

#vContentWrapper .rightCol{
	float:left;
	width:336px;
	margin:0;
	padding:0;
}

#bcVideo .mkt_unit{
	border: none;
	padding: 0;
}

/* --- / Backgrounds for Video page's / ---- */
	#bcVideo.vPlayer{
		border-top: 1px solid #CCC;
		background: url(http://i.livescience.com/template_images/module_elements/bg_rt_col_video.gif) top left repeat-x; 
	}
	#bcVideo .showpage{
		border-top: 1px solid #CCC;
		background: url(http://i.livescience.com/template_images/module_elements/bg_show_rt_col_video.gif) 0 120px repeat-x;
	}
	#bcVideo.showpage #playerModule{
		background: url(http://i.livescience.com/template_images/module_elements/bg_section_h1_1x85.gif) top repeat-x;
	}
	
/* --- / Titles for Video page's / ---- */
	#bcVideo.vPlayer #bcTitle h1{ 
		float: left;
		width:460px;
		color: #FFF;
		margin:0;
		padding: 10px; 
	}
	#bcVideo.showpage #bcTitle h1{ 
		float: left;
		width:460px;
		margin:0;
		padding: 10px; 
	}
	
#bcTitle{
	position: relative;
}
	#bcTitle span.yBuzz{
		float:right;
		margin:10px 5px;
	}
	#bcTitle #toolz{
		margin:10px 5px;
	}
	#bcTitle #share_items{ 
		top:35px;
	}
	
/* --- / Player Module / --- */
#bcPlayer { 
	border: 1px solid #666;
	border-bottom:none;
	padding: 10px;
	text-align:center;
}
	#bcPlayer blockquote{ 
		border: 1px solid #666;
		padding:5px;
		background: #000;
		width:550px;
		margin: 0 auto;
	}
	
#bcVideo #expandedBanner{ 
	width:300px;
	height:250px;
	margin: 43px auto 0;
	border: 1px solid #666;
	padding:5px;
	background: #000;
}

#bcVideo .sponsor div img { margin-bottom:12px; }
#bcVideo .sponsor #expandedBanner{ margin: 0 auto !important; }

/* ---/ DESCRIPTION / SEARCH & COMMENT COUNT BOX /--- */

#bcVideo div.description{ border: 1px solid #666; }
	#bcVideo div.description blockquote{ 
		margin: 5px;
		padding: 5px;
		background: #1B1B1B;
	}
	#bcVideo div.description p{
		color: #999;
		font-size: 1.1em;
		line-height: 1.4;
		margin: 0px 5px 5px;
	}
	#bcVideo div.cobrand{ float: right; }
	#bcVideo div.cobrand img{ 
		border: 1px solid #666;
	}

/* -------- / Video Search Module / ---------------- */
#bcVideo .search_mod {
	padding: 2px;
	border-right:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
}

	#bcVideo .search_mod form {
		float:right;
		padding:6px;
		background:#484848;
		width: 355px;
	}
	/* #bcVideo.vPlayer .search_mod form {
		float:left;
	} */
			
	.search_mod .textbox, 
	.search_mod .button { float:right; }
	.search_mod .button { padding-left:5px; }
	.search_mod a img { padding:8px; }
			
	.search_mod .textbox input {
		padding:4px;
		width:280px;
		color:#FFFFFF;
		border:1px solid #999999;
		background: #666666;
	}
	
/* --------- Comunity overwrite ---------- */

#bcVideo #pk_com_rec a{ color: #fBCA52; }
#bcVideo #pk_com_rec a:hover{ color: #3399FF; }

/* --------- Channels -------- */
#bcVideo .vChannels{
	background: #FFF;
	border-right:1px solid #666;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
}

/* ----------- SPOTLIGHT PLAYER MODULE AND SPOTLIGHT FOUR STORY MODULE ---------- */
			
#bcVideo .spotlight {
	margin-bottom:12px;
	border-bottom:1px solid #666;
	background: #CDD4D6;
}
	#bcVideo .spotlight h3 {
		margin:0;
		padding-left:16px;
		color: #FFFFFF;
		line-height:35px;
		background: #666666 url(http://i.livescience.com/template_images/module_elements/bg_rtmod_spotvideo_h3.gif) top left repeat-x;
	}
	
	#bcVideo .spotlight .img-headline li {
		border-top:1px solid #999999;
		border-bottom:1px solid #FFFFFF;
		padding: 10px;
	}
	
	#bcVideo .spotlight .img-headline li.slot1 {
		background:#D4DCDE url(http://i.livescience.com/template_images/module_elements/bg_rtmod_spotvideo_slot01.gif) top left repeat-x;
	}
	
	#bcVideo .spotlight .img-headline li.slot1 p {
		clear:both; 
		padding:4px 10px 0 0; 
		margin-bottom:0
	}
	
	#bcVideo .spotlight .img-headline img.icon {
		margin:0;
		padding:0 4px 0 0 !important;
	}
		
	#bcVideo .spotlight .img-headline li.slot2, 
	#bcVideo .spotlight div.slot2 {
		height:60px;
		background:#112437 url(http://i.livescience.com/template_images/module_elements/bg_rtmod_spotvideo_slot02.gif) top left repeat-x;
	}
		
	#bcVideo .spotlight .img-headline li h3 {
		padding:0 0 8px 0;
		font-size:1.6em;
		line-height:19px;
		border:none;
		background: none;
	}

	#bcVideo .spotlight .img-headline img {
		margin:0 10px 0 0;
		padding:1px;
		border:1px solid #999;
	}
	#bcVideo .spotlight .img-headline p{ margin:0; }
	#bcVideo .spotlight .img-headline a {color:;}
	#bcVideo .spotlight p img {padding:0 18px 0 16px;}
	


	
/* ---------- // Modules Specific to the Video Section and Show Pages  // ----------------------- */

.vid_section .col12.topborder {
	background: url(http://i.livescience.com/template_images/module_elements/bg_section_video_hdr_1x50.gif) repeat-x top left;
}

.vid_section h1 {
	margin:0;
	padding-left:10px;
}

.vid_section #featured_module{
	border:1px solid #999;
	background: #333333 url(http://i.livescience.com/template_images/module_elements/bg_featured_main_1x282.gif) top repeat-x;
}

	.vid_section #featured_module dd img{ border:1px solid #999999; }
	.vid_section #featured_module dd a{ color:#FBCA52; }
	
	.vid_section #featured_module dd p{
		background: url(http://i.livescience.com/template_images/module_elements/bg_featured_tab_1x92.gif) top repeat-x;
		margin: 4px 0 5px;
		padding:5px;
		height:84px;
		font:2.2em Georgia, Times, serif;
	}
		
	.vid_section #featured_module dd p span.right {
		margin-top:20px;
		padding:4px 2px 4px 0;
	}
	.vid_section #featured_module span.right img {border:none; padding:0;}
			
	.vid_section #featured_module blockquote{
		float:left;
		padding:3px;
		width:435px;
	}
	
	.vid_section #featured_module ol{
		float:left;
		padding:3px 0 0 0;
	}
	
	.vid_section #featured_module ol li{
		width:215px;
		clear:both;  
		list-style: none;
		font: bold 10px verdana, Arial, sans-serif;
	}
	
	.vid_section #featured_module ol li a{
		display:block;
		border-top:1px solid #999999;
		height:84px; 
		background: url(http://i.livescience.com/template_images/module_elements/bg_featured_tab_1x200.gif) top repeat-x;
		padding:8px 8px 0;
	}
		
	.vid_section #featured_module ol li a:hover{
		background-position: 0 -100px;
		background-color: #474747;
	}
	.vid_section #featured_module ol li a img.icon {
		padding:1px 0; 
		border:none; 
		vertical-align:top;
	}
				
	.vid_section #featured_module ol li img{
		float:left;
		margin-right:8px;
	}
	.vid_section #featured_module dt{
		float:left;
		text-align:center;
		background: url(http://i.livescience.com/template_images/module_elements/featured_tabs.gif) bottom no-repeat;
		font-family: bold 13px/28px Georgia, Times, serif;
		color:#039;
		cursor: pointer;
		padding-right:1px;
	}
	.vid_section #featured_module dt.active{
		background-position:top;
		padding:0;
		color:#333;
	}


#all_channels { margin:10px 0; }

.channel_hdr {
	padding:6px 0 6px 5px;
	display:block;
	border-bottom:1px solid #C5C5C5;
	background:#343434 url(http://i.livescience.com/template_images/module_elements/bg_channel_hdr_1x37.gif) top left repeat-x;
}
    
	.channel_hdr img, 
	.channel_hdr h3, 

	.channel_hdr .textbox, 
	.channel_hdr .button { float:left; }
	
	.channel_hdr img { padding-right:7px; }
	.channel_hdr h3 { 
		margin:0; 
		padding:4px 156px 0 0; 
		color:#FFF;
	}
	.channel_hdr .textbox { padding:1px 10px 0 0;}
	.channel_hdr .textbox input { width:280px;}
			
.channel_btns {
	margin:0;
	padding-bottom:2px;
	float:left;
	list-style-type:none;
	background:#9C9C9C url(http://i.livescience.com/template_images/module_elements/bg_channels_1x175.gif) top left repeat-x;
}
	.channel_btns li {float:left;}
	.channel_btns li a {
		margin:1px;
		padding:3px 2px;
		float:left;
		width:214px;
		height:55px;
		background: #C1C7CD url(http://i.livescience.com/template_images/module_elements/bg_channels_slot_1x55.gif) top left repeat-x;
	}
		
	
	.channel_btns li a img {
		float:left; 
		margin-right:10px; 
		border-color:#a3a3a3; 
	}
	.channel_btns li h4 {
		padding-top:15px; 
		color:#039; 
	}
		
	.channel_btns li.launchvid a {
		background:none;
	}
	.channel_btns li.launchvid img { margin-right:0; }
	.channel_btns span.right {
		margin-top:20px; 
		padding:13px 6px 6px;
	}
	
	/*----- HOVER STATE ------ */
	.channel_btns li a:hover  {
			background: url(http://i.livescience.com/template_images//module_elements/bg_featured_tab_1x200.gif) repeat-x top left; 
		}
		.channel_btns li a:hover h4 {color:#FBCA52;}
    
    
#feature_slots {
	margin:10px 0; 
	float:left; 
	clear:both;
}
	
	#feature_slots .col4 {
		background: url(http://i.livescience.com/template_images/module_elements/bg_midshelf_3up_1x330.gif) top left repeat-x;
	}
	#feature_slots .col4 div{ padding:10px 8px }
	#feature_slots .col4 img {
		margin:0 13px 10px;
		border:1px solid #999999;
		padding:1px;
	}
	
	#feature_slots .col4 h5 { color:#333; }
	#feature_slots .col4 ol {
		margin:0 0 0 7px;
		list-style-type:disc;
	}
		
.vid_section #belt_mod { background: url(http://i.livescience.com/template_images/module_elements/bg_vid_beltmod_hdr_1x38.gif) top left repeat-x; }
	
	.vid_section #belt_mod h3 {
		margin:10px 0 15px 0; 
		padding:0 6px;
	}
		
	.vid_section #belt_mod ul {
		margin:0; 
		padding:0;
	}
	
	.vid_section #belt_mod ul li {
		margin-right:18px;
		float:left;
		width:230px;
		height:175px;
		border-right:1px solid #CCC;
		list-style-type:none;
	}
	.vid_section #belt_mod ul li.last { border-right:none; }
	
	.vid_section #belt_mod ul li img { 
		float:left; 
		border:1px solid #A3A3A3; 
		padding:1px; 
		margin: 0 10px 10px 0;
	}
	.vid_section #belt_mod ul li img.icon { 
		padding:1px 4px 1px 0; 
		border-style:none;
	}
	.vid_section #belt_mod h5, 
	.vid_section #belt_mod p {
		padding-right:6px; 
	}

/* -------- / Discovery Module Specific to Video Section / ---------------- */
.vid_section .disc_mod{ 
		border-top:1px solid #CCC;
		margin-top:0;
		padding:0;
		background: url(http://i.livescience.com/template_images/module_elements/bg_section_video_hdr_1x50.gif) repeat-x top left;
		/*background:#343434 url(http://i.livescience.com/template_images/module_elements/bg_channel_hdr_1x37.gif) top left repeat-x; */
		/*background:#EDF2F4;*/
	}
	.vid_section .disc_mod h3 {
		/*color:#fff; */
		padding:12px 0 12px 6px;
	}
	
	.vid_section .disc_mod dl {
		margin:0;
		padding:0;
		float:left;
	}
	.vid_section .disc_mod dt {
		/*background:url(http://i.livescience.com/template_images/module_elements/bg_channel_hdr_1x37.gif) repeat-x top left ;*/
		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;
		color:#FBCA52;
		color:#039; 
		margin-left:5px;
		padding:0;
	}
	
	.vid_section .disc_mod dt.first{ margin:0; }
   	.vid_section .disc_mod dt.active{
		color:#333;
		background-position: top;
		/*background:#9C9C9C url(http://i.livescience.com/template_images/module_elements/bg_channels_1x175.gif) top left repeat-x; */
		
	}
	.vid_section .disc_mod dt.active a{ color:#333; }

.vid_section .disc_mod dd {
		float:left;
		padding:10px 6px 8px 10px;
		* width:643px;
		/* background: #fafafa; */
		/*background:#9C9C9C url(http://i.livescience.com/template_images/module_elements/bg_channels_1x175.gif) top left repeat-x; */
	}
	
	.vid_section .disc_mod .img-headline {
		float:left;
		margin:0;
		padding:0;
		display:block;
	}
	
	.vid_section .disc_mod .img-headline li {
		padding:0;
		margin:0;
		float:left;
		clear:none;
		border:none;
	}
	.vid_section .disc_mod .img-headline li a {
		float:left;
		width:300px;
		border:1px solid #CCCCCC;
		margin:0 3px 3px 0;
		padding:8px;
		background: #FFFFFF url(http://i.livescience.com/template_images//module_elements/bg_channels_slot_1x55.gif) repeat-x bottom left;
	}
		.vid_section .disc_mod .img-headline li a:hover {
			color:#FBCA52;
			background: url(http://i.livescience.com/template_images//module_elements/bg_featured_tab_1x200.gif) repeat-x top left; 
		}
	.vid_section .disc_mod .img-headline li img {
		padding:1px;
		border:1px solid #CCCCCC;
	}
	.vid_section .disc_mod .img-headline li p {
		margin:0;
		vertical-align:middle;
		padding-top:15px;
		padding-right:4px;
	}
	.vid_section .disc_mod p.right {
		text-align:right;
		margin:10px 0 0;
		padding:0 10px 0 0;
	} 



/* ---------- // Video ShowPage Archive // ----------------------- */

#bcVideo .show_archive {
	margin:0;
	padding:0;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	background:#bbc2c4 url(http://i.livescience.com/template_images/module_elements/bg_show_allepi_main.gif) repeat-x top left;
}
	
	#bcVideo .show_archive h3 {
		margin:0;
		padding-left:10px;
		color: #FFFFFF;
		line-height:33px;
		background: url(http://i.livescience.com/template_images/module_elements/bg_show_allepisodes_h3.gif) repeat-x top left;
	}
		
	#bcVideo .show_archive dl {
		background:url(http://i.livescience.com/template_images/module_elements/bg_allepi_text_1x80.gif) repeat-x top left;
	}
	#bcVideo .show_archive dt, 
	#bcVideo .show_archive dd {
		margin:0; 
		padding-left:10px;
	}
	#bcVideo .show_archive dt {
		font-size:1.5em; 
		padding-top:10px; 
		margin-bottom:10px;
	}
	#bcVideo .show_archive dd {
		font-size:1.1em; 
		padding-bottom:10px;
	}
		
	#bcVideo .show_archive ul {
		padding:10px 0;
		list-style:none;
	}

	#bcVideo .show_archive li {
		padding:0 0 10px 10px;
		float:left;
	} 
	
	#bcVideo .show_archive li a {
		float:left;
		margin:0;
		padding:0;
		width: 312px;
		height: 139px;
	}

	#bcVideo .show_archive li a .img-headline {
		margin:0;
		padding:8px 8px 0;
		height:127px;
		border:1px solid #CCC;
		background: #FFF;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-khtml-border-radius-bottomleft: 5px;
		-khtml-border-radius-bottomright: 5px;
		-webkit-border-radius-bottomleft: 5px;
		-webkit-border-radius-bottomright: 5px;
		border-radius-bottomleft: 5px;
		border-radius-bottomright: 5px;
	}
	#bcVideo .show_archive li a.select .img-headline {
		border:1px solid #333;
		background: #b5d1e5 url(http://i.livescience.com/template_images/module_elements/bg_show_active.gif) repeat-x bottom left;
	}
		#bcVideo .show_archive li a:hover div{
			border:1px solid #FFFFFF;
			background: url(http://i.livescience.com/template_images/module_elements/bg_show_rollover.gif) repeat-x top left;
		}
		
		#bcVideo .show_archive li a:hover .img-headline img { border:1px solid #FFFFFF; }
		#bcVideo .show_archive li a:hover .img-headline h5 { color:#039;}
		#bcVideo .show_archive li a:hover .img-headline p { color:#333333; }
	
	
	#bcVideo .show_archive .img-headline img { margin-bottom:3px; }
	#bcVideo .show_archive .img-headline h5 { padding-bottom:10px; }
	#bcVideo .show_archive .img-headline p { color:#333; }
						
	#bcVideo .show_archive .img-headline .credit {
		margin-bottom:35px;
		padding-left:2px;
		clear:both;
		float:left;
	}
	



#bcVideo .show_archive a.select .img-headline h5 { color:#333; }
#bcVideo .show_archive a.select .img-headline img { border:1px solid #FFFFFF; }
#bcVideo .show_archive a.select .img-headline .credit { color:#039; }


#bcVideo .show_archive #pagination {
	clear:both;
	border-top:none;
	margin: 0 12px 20px;
	padding:0;
}

#bcVideo .show_archive #pagination table li {
    float: left;
	padding:0 6px;
    text-align:center;
	font-weight:bold;
}

#bcVideo .show_archive #pagination table li a {
	float:none !important;
	background:none;
	width:0;
	height:0;
}

/* -------------// EMBEDDED VIDEO PLAYER STYLES // ---------------- */

#inlineVideo {
	margin:0;
	padding:10px 0 15px 0;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	clear:both;
	text-align:center;
}
	#inlineVideo blockquote {
		padding:5px;
		margin:0 auto;
		border:1px solid #CCCCCC;
		background:#999999;
		width:550px;
	}

	#inlineVideo h4 {
		font-family:Georgia, Times, serif;
		font-size:1.5em;
		margin:7px 0;
		padding:0 0 0 22px;
		text-align:left;
	}
	#inlineVideo p {
		margin:0;
		padding:0 0 0 22px;
		text-align:left;
		font-size:0.9em;
	}











/* ----------------------// Archive page //------------------------------------------------------------------ */
.archive .headline h1{
	font-weight:normal;
	line-height:40px;
}
.archive .headline p{
	margin:0 0 10px;
    font-size:0.92em;
}

.archive .headline span {
	padding:11px 0 0 0;
}

.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 h3, .sm-list h3{
	margin:6px 0 4px;
}

.archive .col11 .topborder{ padding: 15px 0 10px; }

.archive .img-headline { margin-bottom:15px; }

.archive .img-headline img {
	border:1px solid #CBCBCB;
	padding:1px;
}

.archive .img-headline p a {
	color:#039;
}

/* Archive Top Pagination - pagination styles are in master.php - alex  */

.headline #pagination {
 	border-top: none;
    margin:10px 0 3px;
}



/* Archive Callout Buttons */


#headline h2 {
	color:#039 !important;
}


span.more {
    float:right;
    padding:13px 10px;
}
    



/* ----------------------// SITE MAP //------------------------------------------------------ */

.map h1 {
	margin-bottom:25px;
}	

.listgroup {
	margin-bottom:20px;
}

/* ----------------------// ERROR PAGE //------------------------------------------------------ */

.section p.error {
	margin:0 0 20px;
    padding:15px 15px 0 10px;
	font-family:Verdana, Arial, sans-serif;
    font-size:1.2em;
	border-top: 1px solid #CCC;
	line-height:1.3;
   
}




/* ----------------------// RSS PAGE //------------------------------------------------------ */

.rss .article p {
	margin-left:11px;
    padding-right:18px;
}

.rss table {
	margin:20px 0 20px 11px;
}

.rss td {
    border:1px solid #ECECEC;
    color:#333333;
    padding:5px;
}


/* ----------------------// MAILTO FRIEND and CONTACT AUTHOR//------------------------------------------------------ */



.contact ul{
	padding:10px;
	height:434px;
    border:1px solid #ccc;
	background: url(http://sandbox4.newsarama.com/template_images/bg_grad_blue_1x432.gif) repeat-x top;

}

.mailto ul {
	margin:20px 0;
	padding:10px;
    border:1px solid #ccc;
	height:214px;
	background: url(http://sandbox4.newsarama.com/template_images/bg_grad_blue_1x212.gif) repeat-x top;

}

.na_form li{ list-style:none; }

.na_form li input, .na_form li textarea { 

	border: 1px inset;
	padding:3px 4px;
	width:295px;

}

.na_form input{ padding:10px 0; }

.na_form label {

	display:block;
	font:bold 1.1em Verdana, Arial;
	margin:17px 0 5px;

}

.na_form .label { padding-left:20px; }

.na_form .option { 

	float:left;
	padding:5px 20px 5px 0;

}

.sendmail {
	padding-left:10px;
}

.required {
	color:#ff0000;
	
}


/* QUIZ and VOTING HEADLINE LISTS */

.quiz-list {
	margin-top:30px;
}

.quiz-list .img-headline, .sm-list .img-headline {
	clear:both;
	float:left;
	margin:10px 0;

}

.quiz-list .img-headline h3, .sm-list .img-headline h3 {
	display:block;
    margin:0 0 5px;
}



/* ----------------------// WELCOME //------------------------------------------------------ */

#welhead {
	height:50px;
	background: url(/template_images/welcome/bg_grad_blue.gif) repeat-x top;
}

.welcome .message {
	padding:0 100px 0 30px;
}

.welcome h2 {
	color: #1C3754;
    
}

.welcome h2 span {
	font-size:.8em;
}

.welcome h3 {
	font-size:1.9em;
	font-weight:normal;
    line-height:1.2em;
	color: #1C3754;
    
}

.welcome h4 {
	margin:20px 0;
	font-size:1.6em;
    font-weight:normal;
    line-height:1.2em;
    color: #1C3754;
}

.welcome p {
	font-size:1.3em;
    color: #333;
}

.col5 img {
	margin-bottom:17px;
}


    


/* -------- // SEARCH v2 //---------- */

/* headlines */
#searchResults div.headline{ 
	padding: 0; 
}

	#searchResults div.headline h1{
		border-top: 1px solid #CCC;
		margin: 0 0 25px;                        
		padding-top: 20px;
	}
	#searchResults div.headline p{
		color:#CC0000;
	}

#searchResults div.results h3{
	margin-bottom:10px;
    padding: 10px;
    clear: both;
    display: block;
    background: #E6E6E6;
}
	#searchResults div.results h3 img {
    	float:right;
        padding-right:10px;
    }

#searchResults div.results ul{
	margin: 3px 0 0 0;
    padding:0;
	float:left;
    list-style-type:none;
	font-size: 1.1em;
}
	#searchResults div.results ul li{
		float:left;
		padding-right:5px;
		font-weight:bold;
	}
	#searchResults div.results ul li a{ text-decoration: underline; }
	
#searchResults div.sortResults{
	margin: 20px 0;
}	
#searchResults div.sortResults ul{
	float:left;
	list-style-type:none;
	padding:0;
}
	#searchResults div.sortResults ul li{
		float:left;
		padding-right:5px;
	}
	#searchResults div.sortResults ul li a{ text-decoration: underline; }

#searchResults ul.img-headline li {border-top:none;}
	#searchResults ul.img-headline li h3 {
		margin-bottom: 3px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#searchResults ul.img-headline li p {margin-bottom:3px;}

/* IMAGE PANEL */
#searchResults dl.assetPanel {
	border: 1px solid #CCC;
    margin-bottom:15px;
    padding: 6px 10px 10px;
}
	#searchResults  dl.assetPanel dt {
		color: #333;
		font: bold 1.5em/1em Georgia, Times, serif;
		margin:0 0 15px;
	}
	#searchResults  dl.assetPanel dd {padding:0 0 25px 0;}
	#searchResults  dl.assetPanel dd img {
		border:1px solid #CCC; 
		padding:1px;
	} 
	#searchResults  dl.assetPanel dd.viewButton { 
		text-align: right;
		padding:0;
	}
	#searchResults  dl.assetPanel dd.viewButton img {
		padding:0;
		border:none;
	}

/* IMAGES OUTPUT */
#searchResults .all_imgs img {border:1px solid #CCCCCC; padding:1px;}
#searchResults .all_imgs ul {list-style-type:none; float:left;}

	#searchResults .all_imgs ul li {
		float:left;
		display:block; 
		width:104px;
		padding:0 28px 28px 0;
	}
	#searchResults .all_imgs li h4 {width:104px; clear:both;}

/* MORE RESULTS */

#searchResults .net_imgs img {
	border:1px solid #CCCCCC; 
	padding:1px;
}
#searchResults .net_imgs .net_btn img {border:none;}
#searchResults .net_imgs ul {list-style-type:none; float:left;} 

	#searchResults .net_imgs ul li {
		float:left;
		margin:0 28px 28px 0;
	} 
	
	#searchResults .net_imgs ul li h4 {width:120px;}
	#searchResults .net_imgs .net_btn {
		float:right;
		margin-top:64px;
		padding:0;
	}

#searchResults .netlinks h3 {margin-bottom:10px;}
    
#searchResults .netlinks ul.img-headline li {padding:5px 0px 10px 0;}

#searchResults .netlinks ul.img-headline li p {}

#searchResults .netlinks ul.img-headline li span {
	float:right;
	margin:0 0 10px 100px;
 }


/* pagination alter */
#searchResults #pagination {
	border-top:none;
	margin:0;
	padding:0;
}
	#searchResults #pagination a{ font-weight: bold; }
	
	
/* keyword suggest box */	
#searchResults .keywordLinks {
	border:1px solid #CCC;
	margin:10px 0 25px;
	padding:10px;
} 
	#searchResults .keywordLinks blockquote{
		float:left;
		margin:0;
		padding: 0 0 0 10px;
		width:30%;
		text-transform:capitalize;
	}
	#searchResults .keywordLinks blockquote h4 {margin-bottom:5px;}
	#searchResults .col6 .keywordLinks blockquote{margin-left:11px;}
	#searchResults .col6 .keywordLinks blockquote h4 {font-size:1.1em; line-height:20px;}	
	
	
/* --- // SEARCH FORM // --- */
#searchResults .searchform{
	margin:0 0 15px;
	border:1px solid #CCCCCC;
	background: url(http://i.livescience.com/template_images/module_elements/bg-search-app.gif) top left repeat-x; 
	padding: 10px 0 20px;
}
	#searchResults .searchform h2 {
		margin: 0 0 0 20px;
		
		font-size: 2.3em;
		float:left;
	}
	#searchResults .searchform td.col3,
	#searchResults .searchform td.col6 { 
		float: none;
		margin: 0;
		padding: 0 0 0 10px;
	}
	#searchResults .searchform td.firstcol { padding: 0; }

	#searchResults .searchform div.text-wrapper{
		padding: 1px;
		border: 1px solid #999;
		background-color: #B9B9B9;
		-moz-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomright: 3px;
		-khtml-border-radius-bottomleft: 3px;
		-khtml-border-radius-bottomright: 3px;
		-webkit-border-radius-bottomleft: 3px;
		-webkit-border-radius-bottomright: 3px;
		border-radius-bottomleft: 3px;
		border-radius-bottomright: 3px;
		text-align: right;
	}
	#searchResults .searchform input.text{
		width: 306px;
		padding:2px;
		border: 1px solid #999;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	#searchResults .searchform input.button {
		margin: 2px 0;
	}  
	#searchResults .searchform ul.tab-wrapper{
		list-style: none;
		padding: 0;
		border-top: 1px solid #999;
		border-left: 1px solid #999;
	}
	#searchResults .searchform ul.tab-wrapper li{
		float: left;
		width: 80px;
		border-right: 1px solid #999;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
		background: url(http://i.livescience.com/template_images/module_elements/bg_search_tabs.png) top left repeat-x; 
	}
	#searchResults .searchform ul.tab-wrapper li.active{
		background: url(http://i.livescience.com/template_images/module_elements/bg_search_tabs.png) bottom left repeat-x; 
	}
	#searchResults .searchform ul.tab-wrapper li a{ display:block; }
	#searchResults .searchform ul.tab-wrapper li.active a{ color: #333; }
	
/* NO SEARCH RESULTS */
#searchResults .no-results p {
	width:437px;
    margin:40px 0;
    font-size:1.3em;
    font-weight:normal;
    font-style:italic;
    line-height:20px;
}

	#searchResults  .no-results p span {
		font-weight:bold;
	}	


.mkt_unit {
	padding-top:1px;
	border-top:1px solid #CCCCCC;
}
	.mkt_unit h3 {
		margin:0;
		padding:5px 0 10px 8px;
		background: url(http://i.livescience.com/template_images/module_elements/bg_srch_mcchdr_img_1x37.gif) repeat-x bottom left;
	}
 
	.mkt_unit ul {
		list-style-type:none;
		border-left:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
	}
		.mkt_unit ul li {
			padding:8px 0;
			text-align:left;
			border-top:1px solid #CCCCCC;
			background: #FFFFFF url(http://i.livescience.com/template_images/module_elements/bg_srch_generic_1x51.gif) repeat-x bottom left;
		}
		.mkt_unit ul li img {
			padding:0 6px 0 4px;
			display:inline;
			vertical-align:middle;
		}
			
			
/* SIDE UNITS */
#searchResults div.side_keywordLinks{
	border-top: 1px solid #CCC;
	margin:10px 0;
	padding:8px 0;
}
	#searchResults div.side_keywordLinks ul{
		margin: 0 10px;
		list-style-type:none;
		float:left;
		width: 40%; 
	}
	#searchResults div.side_keywordLinks ul li{ 
		font-weight: bold;
		margin: 5px 0; 
	}

#searchResults .tpc-other ul li{
	margin: 5px 0; 
	font-weight: bold;
}
#searchResults .tpc-other ul li h4{
	
}

/* --- //  old stuff starts, remove after search 2 is done // --- */
/* -------- // 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: 150px;
}
#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 {
	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 p { 
	margin:0;
	font:bold 0.9em/1.2em verdana,Arial,sans-serif;
}



#spotlight img {
	marigin-bottom:10px;
	padding:1px;
	border:1px solid #CCCCCC;
	
}

#spotlight li{
	width: 190px;
	padding-right:10px;
	margin-right:28px;
	border-right:1px solid #ECECEC;
	float: left;
	list-style: none;
}

#spotlight li.last{
	border:none;
	margin:0;
}
#spotlight li h4 {clear:both;}


/* ---------- // Topic-Pages - Standard // ---------- */

#topic ul.img-headline img, 
.tpc-std0 img, 
.tpc-std1-3 img {
    border:1px solid #CCCCCC;
    padding:1px;
}

#topic.std .col12 {
    background: url(http://i.livescience.com/template_images/module_elements/bg_tpc_hdr_1x51.gif) top left repeat-x; 
    border-top:none;
}

    #topic.std .headline {
        border-top: 1px solid #CCC;
        padding:0;
    }
	#topic.std .headline span {
		padding-right:6px;
	}

	#topic.std h1 {
		margin:0 0 24px;
		padding:24px 0 0 6px;
		font-size: 2.6em;
	}
        
#topic.std .tpc-std0 div img  {
    float: left;
    margin:0 11px 6px 0;
}
	.tpc-std0 {
    	padding-left:6px;
    }

	.tpc-std0 p {
		margin: 0;
		font-size:1.2em;
	}

.tpc-std1-3 {
    margin:25px 0;
    border-top:1px solid #CBE3FB;
}

    .tpc-std1-3 h3, 
	.tpc-std4 h3,
	.tpc-std8 h3, 
	.tpc-other h3 { font-size: 1.6em; }

    .tpc-std1-3 h3 {
        margin-bottom:5px;
        padding:8px 0 15px 6px;
        background: url(http://i.livescience.com/template_images/module_elements/bg_tpc1-3_hdr_1x50.gif) top left repeat-x;
    }

        .tpc-std1-3 ul {
            margin:15px 0 20px;
            padding:0;
            float:left;
            display:block;
            list-style-type:none;
        }
		.tpc-std1-3 ul li {
			float:left;
			display:block;
		}

		.tpc-std1-3 li.border {
			border-left:1px solid #ccc;
			height:306px;
		}

		.tpc-std1-3 ul li dl {
			width:165px;
			padding:0 26px;
		}

		.tpc-std1-3 dl dt img {
			margin-bottom:11px;
			display:block;
		}
		
		.tpc-std1-3 dt {
			margin-bottom:9px;
			background:none;
			font-family: Georgia, Times, serif;
			font-weight:normal;
			font-size:1.6em;
		}
		.tpc-std1-3 dl dd {
			font-size:1.1em;
			display:block;
		}
                    
                    

.tpc-std4 {
    border:1px solid #CBD2D4;
    margin-bottom: 20px;
}

	.tpc-std4 h3 {
		padding:8px 0 10px 6px;
		margin:0; 
		background: url(http://i.livescience.com/template_images/module_elements/bg_tpc4_hdr_1x33.gif) top left repeat-x; 
	}

	.tpc-std4 div.shdw {
		margin:0;
		padding:0;
		height:6px;
		background: url(http://i.livescience.com/template_images/module_elements/mm_mod_shadow_1x6.gif) bottom left repeat-x;
	}

	.tpc-std4 ul.img-headline {
		padding-bottom:6px;
		background: url(http://i.livescience.com/template_images/module_elements/mm_mod_shadow_1x6.gif) bottom left repeat-x;
	}

	.tpc-std4 ul.img-headline li {
		border-top:none;
		padding:6px;
		background: url(http://i.livescience.com/template_images/module_elements/bg_tpc4_list_1x95.gif) bottom left repeat-x;
	}

.tpc-std8 { border-top: 1px solid #CCC; }

	.tpc-std8 h3 {
		padding:8px 0 15px 6px;
		margin:0 0 5px;  
		background: url(http://i.livescience.com/template_images/module_elements/bg_tpc8_hdr_1x50.gif) top left repeat-x; 
	}

	.tpc-std8 ul.img-headline li { padding-left:6px; }

	.tpc-std8 li.noborder, 
	.tpc-std4 li.noborder { border-top:none; }

	.tpc-std8 li h2 { font-size:2.4em; }
	.tpc-std8 li h2, 
	.tpc-std8 li h4 {  margin-bottom:5px; }

	.tpc-std8 li.video {
		background:#E1E8EA;
		display:block;
	}

	.tpc-std8 li.photo { background:#EFF8FB; }

	.tpc-std8 li.photo h3, .tpc-std8 li.video h3, .tpc-std8 li h3  {
		font-size:2.2em;
		font-weight:normal;
		background:none;
		padding:0;
	}

	.tpc-std8 li.photo h4, 
	.tpc-std8 li.video h4, 
	.tpc-std8 li h4  {
		font-family: Georgia, Times, serif;
		font-weight:normal;
		font-size:1.6em;
		background:none;
		padding:0;
	}

	.tpc-std8 li.photo p,
	.tpc-std8 li.video p { display:block; }

/*--------(((((( Re Use for Sponsored Topic )))))))) ---------- */

.tpc-other {
    margin:10px 0;
    padding:8px 0;
    border-top: 1px solid #CCC;
}

	.tpc-other h3 {
		background:none;
	}

	.tpc-other ul {
		list-style-type:none;
		margin:0;
		padding:0 11px 15px;
		background: url(http://i.livescience.com/template_images/module_elements/bg_tpc_other_1x639.gif) top left repeat-x;
	}

	.tpc-other li {
		margin:11px 0;
		padding:0;
	}

	.tpc-other li h4 {
		font-family:Georgia, Times, serif;
		font-size:1.4em;
		font-weight:normal;
	}

	.tpc-other li p {
		margin:6px 0 0 0;
	}

	.tpc-other li a img {
		margin:5px 0 0 194px;
	}

	.img-headline img.icon {
		border-style:none !important;
		float:none;
		margin:0;
		padding:0 0 0px 6px !important;
	}




/* ---------- // NEW!! Topic-Pages (((( SPONSORED PAGE STYLES )))) // ---------- */

#topic.spsr .col12 {
	background: url(http://i.livescience.com/template_images/module_elements/bg_tpc_hdr_1x51.gif) top left repeat-x; 
	border-top: 1px solid #CCC;
}

	#topic.spsr .headline {padding:0;}

	#topic.spsr .headline p {
		font-size:1.3em;
		color:#333;
	}

	#topic.spsr .headline span {
		padding-right:6px;
	}

	#topic.spsr h1 {
		margin:0 0 24px;
		padding:24px 0 0 6px;
		font-size: 2.6em;
	}


.tpc-spsr1-5 {
	margin:0;
    padding:0;
	background: url(http://i.livescience.com/template_images/module_elements/bg_tpc_spsr1_5.gif) bottom right no-repeat;
}

	.tpc-spsr1-5 h2 a, 
	.tpc-spsr1-5 h3 a, 
	.tpc-spsr1-5 h4 a {color:#FBCA52;}
	
	.tpc-spsr1-5 img {
			padding:1px;
			border:1px solid #999;
	}

	.tpc-spsr1-5 p,
	.tpc-spsr1-5 dd {color:#FFF;}

	.tpc-spsr1-3 h2, 
	.tpc-spsr1-3 dd,
	.tpc-spsr1-3 ul { padding:0 8px; }
                
	.tpc-spsr1-3 dl {
		margin-bottom:12px;
	}
	.tpc-spsr1-3 h2 {margin:6px 0 10px;}
	.tpc-spsr1-3 dd {font-size:1.3em;}

	.tpc-spsr1-3 .img-headline h3 {
		margin-bottom:10px;
		font-size:1.4em;
	}

	.tpc-spsr1-3 .img-headline p {font-size:1.1em;}
                
	.tpc-spsr4 { padding:8px 6px 0 6px;}
	
	.tpc-spsr4 h3 {
		color: #FFFFFF;
		margin-bottom:10px;
	}
	
	.tpc-spsr4 dl {
		padding:5px 0 20px 15px;
		width:167px;
	}
	.tpc-spsr4 dt {margin:6px 0 4px}


.brand {
	border-top: 1px solid #CCC;
	padding:6px 5px;
    margin-bottom:15px;
	background: url(http://i.livescience.com/template_images/module_elements/bg_tpc_hdr_1x51.gif) top left repeat-x;
    
}


.tpc-spsr6 {
    border-top: 1px solid #CCC;
    padding-top:8px;
}

	.tpc-spsr6 h3 {margin:0 0 4px;}
	
	.tpc-spsr6 ul.img-headline li {padding:10px 0 0 0;}
	
	.tpc-spsr6 li.noborder {border-top:none;}
	
	.tpc-spsr6 li h3  {
		font-family:verdana, Arial, sans-serif;
		font-size:1em;
		font-weight:bold;
		line-height:1.2em;
		background:none;
		padding:0 15px 0 0;
	}
	
	.tpc-spsr6 li p {padding-left:84px;}
        
       
.tpc-spsr10 {
    margin:25px 0;
    padding-bottom:10px;
    background: url(http://i.livescience.com/template_images/module_elements/bg_tpc_spsr10_1x221.gif) top left repeat-x;
}
	.tpc-spsr10 h3 { padding:8px 0 0 6px;}
	
	.tpc-spsr10 ul {
		margin:0;
		padding:0;
		float:left;
		display:block;
		list-style-type:none;
	}
	.tpc-spsr10 ul li {
		float:left;
		display:block;
	}
	.tpc-spsr10 li.border {
		border-left:1px solid #ccc;
		height:180px;
	}
	.tpc-spsr10 ul li dl {
		width:165px;
		padding:0 26px;
	}
	.tpc-spsr10 dl img {
		margin-bottom:6px;
		padding:1px;
		display:block;
		border: 1px solid #CCC;
	}
	.tpc-spsr10 dl dd {
		font-size:1.1em;
		display:block;
	}   
                
.tpc-spsr13 { border-top: 1px solid #CCC; }
	.tpc-spsr13 h3, .tpc-spsr20 h3 {
		padding:8px 0 7px 6px;
		margin:0 0 0 0;  
		background: url(http://i.livescience.com/template_images/module_elements/bg_tpc8_hdr_1x50.gif) top left repeat-x; 
	}
	.tpc-spsr13 ul.img-headline {
		padding-bottom: 10px; 
		background: url(http://i.livescience.com/template_images/module_elements/bg_tpc_spsr13_1x700.gif) bottom left repeat-x;			
	}
        
	.tpc-spsr13 ul.img-headline li {padding:10px 0 0 6px;}
	
	.tpc-spsr13 li.noborder {border-top:none;}
	
	.tpc-spsr13 li.video {display:block;}
	
	.tpc-spsr13 li.photo {display:block;}
	
	.tpc-spsr13 li.photo h3, .tpc-spsr13 li.video h3, .tpc-spsr13 li h3  {
		font-size:1.5em;
		font-weight:normal;
		line-height:1.2em;
		background:none;
		padding:0;
	}
	
	.tpc-spsr13 li.photo p, .tpc-spsr13 li.video p  {display:block;}
        
.tpc-spsr20 {border-top: 1px solid #CCC; }

	.tpc-spsr20 ul.img-headline li {padding:10px 0 0 0;}
	
	.tpc-spsr20 li.noborder {border-top:none;}
        
	.tpc-spsr20 li h3  {
		margin-bottom:5px;
		padding:0;
		font-family:verdana, Arial, sans-serif;
		font-size:1.1em;
		font-weight:bold;
		line-height:1.2em;
		background:none;
	}
	
	.tpc-spsr20 li p {padding-left:114px;}

.tpc-spsr-more {
    margin-top:10px;
    padding:8px 10px;
    border-top:1px solid #CCC;
    background: url(http://i.livescience.com/template_images/module_elements/bg_tpc_more1x387.gif) bottom left repeat-x;
}
	.tpc-spsr-more ol {
		margin:0;
		padding:0;
		color: #333333;
		list-style-type:disc;
	}
	.tpc-spsr-more ol li {
			margin:0 0 0 14px;
			font-weight:bold;
			line-height:28px;
	}
	
	.spsr .tpc-other ul {
		list-style-type:none;
		margin:0;
		padding:0 11px 15px;
		background: url(http://i.livescience.com/template_images/module_elements/bg_tpc_more1x387.gif) bottom left repeat-x;
	}


/* ---------- // TOPIC HUB PAGES // ---------- */

#topic.hub .col12 {
	background:url(http://i.livescience.com/template_images/module_elements/bg_tpc_hdr_1x51.gif) repeat-x scroll left top;
}

#topic.hub h1 {
	font-size: 2.3em;
	margin:0 0 24px;
	padding:11px 0 0 0px;
}
#topic.hub .headline p {
	font-size:1.3em;
	line-height:20px;
	padding-right:120px;
}
#browseAllTopics {
	margin: 24px 0;
	padding: 10px 0;
	border-top: 1px solid #CCCCCC;
}
	#browseAllTopics h3 {
		margin-left: 4px;
	}
	
	.letterBar {
		background: url(http://i.livescience.com/template_images/module_elements/bg_alpha_nav_states.gif) repeat-x scroll center;
		margin:0 0 15px 0;
		border:1px solid #999999;
		height:29px;
		width:100%;
		*width:659px;
		float:left;
	}

	.letterNav {
		margin:0 0 0 12px;
		padding:0;
		list-style:none;
		float:left;
		*float:none;
		font-family: Georgia, Times, serif;
		font-weight:bold;
		border-left:1px solid #999999;
	}
	.letterNav li {
		float:left;
		font-size:1.2em;
	}
	.letterNav li a {
		float:left;
		background: url(/template_images/module_elements/bg_alpha_nav_states.gif) repeat-x scroll bottom;
		border-right:1px solid #999999;
		padding:7px 0;
		text-align:center;
		width:23px;
		height:15px;
	}
		.letterNav li a:hover {
			background-position: center;
		}
		.letterNav li a.selected {
			background-position: top;
			height:15px;
			cursor:default;
		}
	

.featuredTopic {
	margin:0 0 24px;
	padding-top:7px;
	float:left;
	border-top:1px solid #DCEAFB;
	background: url(http://i.livescience.com/template_images/module_elements/bg_h1_2_topic_1x156.gif) repeat-x scroll left top;
}
	.featuredTopic h3 {
		padding:7px 0 16px 4px;
		margin:0;
	}
	.featuredTopic h2 {
		font-size: 1.8em;
		margin-bottom: 12px;
	}
	.featuredTopic p {
		margin:0;
		font-size: 1.1em;
	}

	.featuredTopic a img {
		padding:1px;
		margin-right:11px;
		float:left;
		border:1px solid #CCCCCC;
	}


	.subTopics {
	margin-bottom: 24px;
	float:left;
	border-top:1px solid #CCCCCC;
}
	.subTopics h3 {
		display:block;
		background: url(http://i.livescience.com/template_images/module_elements/bg_tpc8_hdr_1x50.gif) repeat-x scroll left top;
		margin:0 0 5px;
		padding:7px 0 10px 4px;
	}
	
	.subTopics ul {
		margin: 0 0 11px;
		float: left;
		list-style: none;
		
	}
		.subTopics ul li {
			float: left;
			width: 157px;
			margin:0 8px 0 0;
		}
		.subTopics li img {
			border:1px solid #CCCCCC;
			padding:1px;
		}
		.subTopics li p {
			margin: 3px 0;
			padding-right: 11px;
			color: #333;
		}
		.subTopics .more { padding: 0 10px; }
		
#topic.hub .tpc-other ul {
	background: none;
}
	#topic.hub .tpc-other ul li {
		margin:0 0 20px; 
	}

	#topic.hub .tpc-other ul li h4 {
		font-family: Verdana, Arial, sans-serif;
		font-size:1em;
		font-weight:bold;
	}

	
/* --------------// ALL TOPICS INDEX //--------------*/

#topic.hub #allTopics {
	border-top:1px solid #CCCCCC;
	padding-top:15px;
	clear:both;
}

#topic hr {
	margin:0;
	border:none;
	background:#CCCCCC;
	height:1px;
}
	
#topic.hub #allTopics ul {
	list-style:none;
	margin:0;
	padding:0;
	
}
	#topic.hub #allTopics ul li {
		margin:4px 0;
		padding:0;
		font-weight:bold;
	}
	#topic.hub #allTopics ul li.capLetter {
		margin:15px 0;
		border:1px solid #CCC;
		width:28px;
		height:28px;
	}
	#topic.hub #allTopics ul li h6 {
		font-family: Georgia, Times, serif ;
		font-size:1.8em;
		text-align:center;
		background: #D8E2EC;
		padding-top:2px;
		margin:1px;
		height:24px;
	}
	
	
#topic.hub #allLetter blockquote {
	margin:12px 0;
	padding:0;
	border:1px solid #CCCCCC;
	width:52px;
	height:52px;
}
	#topic.hub #allLetter blockquote h2 {
		text-align:center;
		font-family: Georgia, Times, serif;
		font-size:4em;
		background: #D8E2EC;
		margin: 1px;
		padding:0;
		height:50px;
	}
	#topic.hub #allLetter h4 {
		margin:4px 0;
	}
	
#topic.hub #allLetter ul {
	padding:5px 0 5px 0;
	float:left;
	list-style:none;
}

	#topic.hub #allLetter ul li {
		float:left;
		font-weight:bold;
		width:209px;
		margin:2px 11px 2px 0;
	}
	
#topic.hub #allLetter .subTopics {
	float:none; 
}

#topic.hub #allLetter .img-headline {
	float:none;
}

#topic.hub #allLetter .img-headline li {
	margin:5px 0;
	padding:5px 0;
	border-top:none;
	border-bottom:1px solid #CCCCCC;
	width:auto;
	height:75px;
	float:none;
} 
#topic.hub #allLetter .img-headline li a{
	width:auto;
	float:none;
	border-top:none;
}

#topic.hub #allLetter .img-headline li.last {
	border-bottom:none;
}
/* ---------- ETC HUB PAGE --------- */

#etcHome {
	border-top:1px solid #85c2ff;
}

#etcHome hr {
	border-left:none;
	border-top:1px solid #CCC;
	clear:both;
	margin:0;
	padding:0;
	background:none;
}


#etcHome .headline {
	padding:5px 0 0 0;
	background: url(http://i.livescience.com/template_images/module_elements/etc_hdr_bg_grad.gif) repeat-x top left;
}
	#etcHome .headline span {
		padding:0 10px 0;
	}
	#etcHome .headline img.left {
		margin:0 10px;
	}
	#etcHome .headline p {
		margin:17px 0 0 170px;
		padding-right:150px; 
		font-size:1.3em;
	}
	
.etcTabs {
	text-align:center;
	padding:0 10px 10px 10px;
	background:#DBEEFE 
}
	.etcTabs #etcMainNav {
		padding:0;
		height:39px;
		padding:0 0 0 158px;
		list-style:none;
		border-bottom:1px solid #85c2ff;
	}
	#etcMainNav li {
		float:left;
	} 
	
		.etcTabs #etcMainNav li a {
			float:left;
			width:213px;
			margin-right:10px;
			padding:12px 0;
			border-bottom:1px solid #85c2ff;
			background: url(http://i.livescience.com/template_images/module_elements/etc_main_app_tabs.png) no-repeat 0 -40px;
			
		}
		
		.etcTabs #etcMainNav li.selected a {
			top:1px;
			border-bottom:1px solid #f6e7ad;
			background-position: 0 0;
		}
		.etcTabs #etcMainNav li a:hover {
			background-position: 0 0;
			border-bottom:1px solid #f6e7ad;
		}
		.etcTabs #etcMainNav h3 {
			margin:0;
			padding:0;
		}
		
#etcTabView {
	clear:both;
	text-align:left;
	list-style:none;
}
#etcTabView li.active {
	display:block;
}
#etcTabView li .tabContent {
	padding:8px 0;
	clear:both;
	float:left;
	display:block;
	border-right:1px solid #85c2ff;
	border-left:1px solid #85c2ff;
	border-bottom:1px solid #85c2ff;
	background:#FFFFFF url(http://i.livescience.com/template_images/module_elements/etc_top_sort_bg_grad.gif) repeat-x top left;
}

.sortNav {
	margin:0 5px 5px;
	float:none;
	list-style:none;
	display:inline;
}
	.sortNav li {
		display:inline;
		line-height:12px;
	}
		.sortNav li label {
			font-family:Georgia, Times, serif;
			font-size:1.2em;
		}
	.sortNav li  {
		padding:0 6px;
		border-right:1px solid #999;
	}
	.sortNav li a {
		font-family:verdana, Arial, sans-serif;
		font-size:1.1em;
		padding:0 4px 1px;
	}
	.sortNav li a.selected {
		color:#333;
		font-weight:bold;
		cursor:default;
		border:1px solid #fbca52;
		background:#fbca52 url(http://i.livescience.com/template_images/buttons/btn_bg_sort_selected.gif) repeat-x top left;
	}
	.sortNav li.last, .sortNav li.first {
		border-right:none;
	}
	
.etcArticles {
	clear:both;
	width:975px;
	padding:20px 0;
	
}
	.etcArticles .col10, .etcArticles .col16 {
		margin-left:37px;
		*margin-left:31px;
	}
	.etcArticles ul {
		list-style:none;
	}
	.etcArticles ul li {
		padding:10px;
		display:block;
		clear:both;
	}
	
	.etcArticles a img {
		margin:0 8px 8px 0;
		padding:1px;
		float:left;
		border:1px solid #CCC;
	}
		
		.etcArticles li a:hover,
		.etcArticles li a:hover {
			color:#39F !important;
		}
		
	.etcArticles ul li div.microTitle {
			margin:0;
			*float:left;
	}
	.etcArticles .microTitle .replyToggle {
		margin-top:5px;
		padding:0 5px 0 0;
	}
		.etcArticles .replyToggle a {
			display:block;
			line-height:12px;
		}
		#microList .microTitle .replyToggle {
			*margin-right:56px;
		}
		
	.etcArticles li h3 {
		padding:0;
		margin-top:0;
		margin-bottom:5px;
		line-height:1.2em;
		/*float:left;*/
	}
		.etcArticles li#microList_item_0 h3 {
			font-size:1.8em;
		}
	.etcArticles li small {
		font-size:1em;
	}
	.etcArticles li small img,
	.etcArticles li cite img {
		padding:0;
		margin:0;
		float:none;
		border:none;
	}
	
	.etcArticles p {
		/*margin-top:5px;*/
		font-size:1.2em;
		line-height:1.5em;
		color:#333;
	}
	.etcArticles li cite {
		font-style:normal;
		font-size:.9em;
	}
		.etcArticles li cite a:hover {
				text-decoration:underline;
		}
	

.microToolz {
	margin:12px 0;
}
	.microToolz .email {
		padding:0px 5px 0px 20px;
		background:url(http://i.livescience.com/common/community/template_images/icon_email.gif) no-repeat 0 1px;
	}
	.microToolz .getLink {
		margin-left:4px;
		padding:1px 5px 2px 20px;
		line-height:14px;
		background:url(http://i.livescience.com/common/community/template_images/icon_permalink.gif) no-repeat 0 0;	
	}
	.microToolz .linkBox {
		
		padding:1px 5px 2px 20px;
		
	}
		.microToolz .linkBox input{
			padding:4px 0 4px 20px;
			width:350px;
			background:#FFF url(http://i.livescience.com/common/community/template_images/icon_permalink.gif) no-repeat 3px 3px;	
			margin-left:4px;
			border:2px solid #85c2ff;
			
		}

.microComment {
	margin-bottom:10px;
	clear:both;
}	
.microComment dt {
	margin:0 0 5px;
	display:block;
	font-family:Georgia, Times, serif ;
	font-size:1.3em;
	font-weight:bold;
	color:#333 ;
}
.microComment dd {
	line-height:14px;
}
.microComment dd.citation {
	margin:0 25px 10px 0;
	float:left;
}

.storySubmit {
	padding:12px 8px 0;
	height:100px;
	background: url(http://i.livescience.com/template_images/module_elements/etc_bg_suggest_default.png) no-repeat top left;
}
.storySent {
	padding:12px 8px 0;
	height:100px;
	background: url(http://i.livescience.com/template_images/module_elements/etc_bg_suggest_activated.png) no-repeat top left;
}
.storySubmit h3, .storySent h3 {
	margin-bottom:8px;
}
.storySubmit h4, .storySent h4 {
	margin-bottom:8px;
}
#linkTxt {
	height:16px;
	width:238px;
	float:left;
}

#linkBtn {
	margin-left:5px;
	float:left;
	display:list-item;
	width:58px;
	height:24px;
	cursor:pointer;
	overflow:hidden;
}
	#linkBtn:hover img {
		margin-top:-24px;
	}
.etcPopular {
	padding:12px 8px 8px 8px;
	background:#eee url(http://i.livescience.com/template_images/module_elements/etc_bg_grad_mostpopular.gif) repeat-x top left;
	
}
	.etcPopular h3 {
		margin-bottom:8px;
	}
	.etcPopular ol {
		margin-left:10px;
		list-style-position:inside;
		list-style-type:decimal;
	}
		.etcPopular ol li {
			line-height:1.8em;
		}

#microList ul li {
	padding-right:56px;
	padding-left:10px;
	clear:both;
	border-top:1px solid #CCC;
}

/* ETC - Pagination  */
.etcArticles #pagination table {
	margin-top:5px;
}
.etcArticles #pagination td ol {margin-left:10px;} 
.etcArticles #pagination table td { padding:0; }
.etcArticles #pagination table li,
.etcArticles #pagination table td.previous a,
.etcArticles #pagination table td.next a,
.etcArticles #pagination table td.last a {
	margin:0 2px;
	border:1px solid #ccc;
	background: url(http://i.livescience.com/template_images/module_elements/etc_bg_paginate_default.png) repeat-x top left;
}
.etcArticles #pagination table li.sel {
	margin-top:0;
	color:#FFF;
	border:1px solid #fbca52;
	background: url(http://i.livescience.com/template_images/module_elements/etc_bg_paginate_selected.gif) repeat-x top left;
}

.etcArticles #pagination table td.previous a,
.etcArticles #pagination table td.next a,
.etcArticles #pagination table td.last a {
	padding:3px 6px;
}
	
/* ---------- ETC ARTICLE ---------- */


#etc #headline h1 {
	clear:none;
	float:none;
}

#etc #headline p {
	clear:none;
}

/* ETC LOGO PLACEMENT */
#etc #headline img.right {
	padding:5px 0 0 0;
}

#etc h3 {
	margin-left:7px;
}
#etc p cite {
	font-size:1.1em;
	font-style:normal;
}
	#etc cite a:hover {
		text-decoration:underline;
	}
#etc fieldset {
	border:none;
	padding:0;
	display:inline;
}
#etc fieldset a {
	width:274px;
	height:48px;
	float:left;
	padding:6px 8px 10px;
	margin:0 0 15px;
	border:1px solid #E6E6E6;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: url(http://i.livescience.com/template_images/buttons/btn_etc_bg_onoff.gif) repeat-x 0 0;
	
}
	#etc fieldset a:hover {
		background: url(http://i.livescience.com/template_images/buttons/btn_etc_bg_onoff.gif) repeat-x 0 -78px;
		
	}
	
#etc fieldset.next  {
	margin-left:10px;
	text-align:right;
}

	#etc fieldset div {
		height:48px;
		text-align:center;
	}
	#etc fieldset.previous a div { 
		display:block;
		padding:9px 0;
		background: url(http://i.livescience.com/template_images/buttons/etc_big_arrows.gif) no-repeat 0 9px;
	}
		#etc fieldset.previous a:hover div {
			background: url(http://i.livescience.com/template_images/buttons/etc_big_arrows.gif) no-repeat 0 -72px;
		}
		
	#etc fieldset.next a div {
		display:block;
		padding:9px 0;
		background: url(http://i.livescience.com/template_images/buttons/etc_big_arrows.gif) no-repeat 244px -151px;
	}
		#etc fieldset.next a:hover div {
			background: url(http://i.livescience.com/template_images/buttons/etc_big_arrows.gif) no-repeat 244px -231px;
		}
	#etc fieldset div span {
	margin:0;
	padding:0;
	/*display:block;*/
	line-height:16px;
	font-family:Georgia, Times, serif;
	font-size:1.4em;
	font-weight:bold;
}
	#etc fieldset div h4 {
		padding:0 40px;
	}
	


#etc blockquote.etcCommunity {
	padding-bottom:4px;
	background:url(http://i.livescience.com/common/community/template_images/bg_community_ppl_cta.png) no-repeat 440px 0;

}
#etc blockquote p {
	margin-left:7px;
	font-size:1.3em;
}
#etc ul li {
	margin-left:7px;
	list-style-position:inside;
}
#etc ul li h4 {
	line-height:22px;
	display:inline;
}

/* ETC SPOTLIGHT MOD */
.etcVideoMod {
	border:1px solid #CCC;
	background:#e6e6e6;
}
.etcVideoMod h3 {
	margin:0;
	padding:8px 8px;
	border-bottom:1px solid #CCC;
	background: #E6E6E6 url(http://i.livescience.com/common/community/template_images/spr_account_elements.gif) repeat-x scroll 0 -70px;
}
.etcVideoMod .img-headline {
	padding:0  0 15px 10px;
	background:url(http://i.livescience.com/template_images/module_elements/bg_etc_spotlight_1x192.gif) repeat-x top left;
}
.etcVideoMod .img-headline li {
	border-top:none;
}
	.etcVideoMod .img-headline li a img {
		padding:1px;
		border:1px solid #CCC;
		margin-bottom:3px;
	}	
	.etcVideoMod .img-headline li a h3 {
		padding:0;
		color:#039 ;
		line-height:19px;
		background:none;
		border-bottom:none;
	}
	.etcVideoMod .img-headline li p {
		margin-bottom:0;
		padding:4px 10px 0 0;
		font-size:1.1em;
		color:#333 ;
	}
		.etcVideoMod .img-headline li p a {
			color:#039;
		}
	.etcVideoMod .img-headline img.icon {
		position:relative;
		top:1px;
		margin:0;
		padding:0 4px 0 0 !important;
	}
	



	





/* 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;	
}


/* 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;
}
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;
}

