@charset "utf-8";

html {
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 1.4;
	background: url(https://15d91d.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/bg.jpg) no-repeat center top fixed;
}





/* ---------- START SEEING IS BELIEVING PAGE SETUP ---------- */

#seeing {
	background: url(https://5b2d67.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/seeing_bg.jpg) no-repeat center top fixed;
}

#seeing #banner {
	background: url(https://19b2d1.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/seeing_banner.png) no-repeat;
}

#seeing #main {
	margin-left: 195px;
}


/* Start curve borders */
#seeing .dialog {
	position: relative;
	margin: 0 auto;
	min-width: 8em;
	max-width: 1000px; /* based on image dimensions - not quite consistent with drip styles yet */
	/*color: #fff;*/
	z-index: 1;
	margin-left: 12px; /* default, width of left corner */
	margin-bottom: 0.5em; /* spacing under dialog */
}

#seeing .dialog .content,
#seeing .dialog .t,
#seeing .dialog .b,
#seeing .dialog .b div {
	background: transparent url(https://d45d27.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/seeing_main_bg.png) no-repeat top right;
	_background-image: url(https://d45d27.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/seeing_main_bg.png);
}

#seeing .dialog .content {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	/*padding: 0px 12px 0px 0px;*/
	padding: 0px 15px 0px 0px;
	min-height: 220px;
	
}

#seeing .dialog .content a.newsLink {
 	color:#FFF;
} 

#seeing .dialog .t {
	/* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px; /* top slice width */
	margin-left: -12px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
}
#seeing .dialog .b {
	/* bottom */
	position: relative;
	width: 100%;
}
#seeing .dialog .b,
#seeing .dialog .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
#seeing .dialog .b {
	background-position: bottom right;
}
#seeing .dialog .b div {
	position: relative;
	width: 12px; /* bottom corner width */
	margin-left: -12px;
	background-position: bottom left;
}
#seeing .dialog .hd,
#seeing .dialog .bd,
#seeing .dialog .ft {
	position: relative;
}
#seeing .dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position: static;
	max-height: 1000px;
	overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
#seeing .dialog h1,
#seeing .dialog h2,
#seeing .dialog h3,
#seeing .dialog h4,
#seeing .dialog h5,
#seeing .dialog h6,
#seeing .dialog p {
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 0.4em 0px 0.1em 0px;
}
#seeing .dialog h1 {
	padding-bottom: 0px;
}

#seeing .dialog h5 {
	color:#9dcb3c;	
	font-size:14px;
	line-height:1.2;

}


/* End curve borders */

/* Start Side bar curve borders */
#seeing .dialog.side .content,
#seeing .dialog.side .t,
#seeing .dialog.side .b,
#seeing .dialog.side .b div {
	background-image:url(https://8aff7a.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/seeing_side_bg.png);
	_background-image:url(https://8aff7a.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/seeing_side_bg.png);
}

#seeing .dialog.side .content {
	min-height: 150px;
	padding-top:2px;
}

#seeing .dialog.side h1 {
	color: #ffffff;
	padding-bottom: 15px;
}

#seeing .dialog.side .b,
#seeing .dialog.side .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
/* End Side bar curve borders */

/* Start Bottom curve borders */
#seeing .dialog.bottom .content,
#seeing .dialog.bottom .t,
#seeing .dialog.bottom .b,
#seeing .dialog.bottom .b div {
	background-image:url(https://488c21.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/play_main_bg.png);
	_background-image:url(https://488c21.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/play_main_bg.png);
}

#seeing .dialog.bottom .content {
	min-height: 390px;
}

#seeing .dialog.bottom h1 {
	color: #ffffff;
	padding-bottom: 15px;
	font-size: 22px;
}

#seeing .dialog.bottom .b,
#seeing .dialog.bottom .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}




/* End Bottom curve borders */

/* Start Video curve borders */
#seeing .dialog.video .content,
#seeing .dialog.video .t,
#seeing .dialog.video .b,
#seeing .dialog.video .b div {
	background-image:url(https://e3838a.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/video_bg.png);
	_background-image:url(https://e3838a.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/video_bg.png);
}

#seeing .dialog.video .content {
	/*min-height: 300px;*/
	padding-left:12px;
	padding-top:10px;
}

#seeing .dialog.video .b,
#seeing .dialog.video .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
/* End Video curve borders */

/* Start Video Controls curve borders */
#seeing .dialog.controls {
	margin-top: -75px;
}

#seeing .dialog.controls .content,
#seeing .dialog.controls .t,
#seeing .dialog.controls .b,
#seeing .dialog.controls .b div {
	background-image:url(https://ab7721.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/controls_bg.png);
	_background-image:url(https://ab7721.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/controls_bg.png);
}

#seeing .dialog.controls .content {
	min-height: 70px;
}

#seeing .dialog.controls .b,
#seeing .dialog.controls .b div {
	height: 5px; /* height of bottom cap/shade */
	font-size: 1px;
}




.control_btn {
	display: block;
	margin: 0 auto;
}
/* End Video Controls curve borders */

/* Start Comment Box curve borders */

.commentBox {
	width: 430px; /*471px*/
	height: 140px; /*150px*/
	padding: 5px 10px;
	background: url(https://d20999.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/comment_box.png) no-repeat center;
	border: 0;
}

.commentBox textarea {
	height: 135px;
}

#seeing .dialog.comments {
	color: #58595b;
}

#seeing .dialog.comments .content,
#seeing .dialog.comments .t,
#seeing .dialog.comments .b,
#seeing .dialog.comments .b div {
	background-image:url(https://d01d96.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/comment_bg.png);
	_background-image:url(https://d01d96.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/comment_bg.png);
}

#seeing .dialog.comments .content {
	min-height: 200px;
	padding-left:12px;
	padding-right:24px;
}

#seeing .dialog.comments .b,
#seeing .dialog.comments .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
/* End Comments Box curve borders */

/* Start Comment Name curve borders */
#seeing .dialog.commentName {
	padding-top: 10px;
	color: #ffffff;
	
	
}

#seeing .dialog.commentName a {
	color: #ffffff;
}

#seeing .dialog.commentName .content,
#seeing .dialog.commentName .t,
#seeing .dialog.commentName .b,
#seeing .dialog.commentName .b div {
	background-image:url(https://d45d27.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/seeing_main_bg.png);
	_background-image:url(https://d45d27.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/seeing_main_bg.png);
}

#seeing .dialog.commentName .content {
	min-height: 20px;
	height: 30px;
	line-height: 25px;
	padding-left:12px;
	
}

#seeing .dialog.commentName .b,
#seeing .dialog.commentName .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}

/* End Comment Name curve borders */



/* ---------- END SEEING IS BELIEVING PAGE SETUP ---------- */





/* ---------- START REAL HEROES PAGE SETUP ---------- */

#heroes {
	background: url(https://730e90.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/heroes_bg.jpg) no-repeat right top fixed;
}

#heroes #banner {
	background: url(https://0900bc.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/heroes_banner.png) no-repeat;
}

#heroes #main {
	margin-left: 195px;
}


/* Start curve borders */
#heroes .dialog {
	position: relative;
	margin: 0 auto;
	min-width: 8em;
	max-width: 1000px; /* based on image dimensions - not quite consistent with drip styles yet */
	/*color: #fff;*/
	z-index: 1;
	margin-left: 12px; /* default, width of left corner */
	margin-bottom: 0.5em; /* spacing under dialog */
}

#heroes .dialog .content,
#heroes .dialog .t,
#heroes .dialog .b,
#heroes .dialog .b div {
	background: transparent url(https://1bd4e1.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/heroes_main_bg.png) no-repeat top right;
	_background-image: url(https://a0f381.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_main_bg.png);
}

#heroes .dialog .content {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	/*padding: 0px 12px 0px 0px;*/
	padding: 0px 20px 0px 0px;
	
}
#heroes .dialog .t {
	/* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px; /* top slice width */
	margin-left: -12px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
}
#heroes .dialog .b {
	/* bottom */
	position: relative;
	width: 100%;
}
#heroes .dialog .b,
#heroes .dialog .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
#heroes .dialog .b {
	background-position: bottom right;
}
#heroes .dialog .b div {
	position: relative;
	width: 12px; /* bottom corner width */
	margin-left: -12px;
	background-position: bottom left;
}
#heroes .dialog .hd,
#heroes .dialog .bd,
#heroes .dialog .ft {
	position: relative;
}
#heroes .dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position: static;
	max-height: 1000px;
	overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
#heroes .dialog h1,
#heroes .dialog h2,
#heroes .dialog h3,
#heroes .dialog h4,
#heroes .dialog h5,
#heroes .dialog h6,
#heroes .dialog p {
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 0.4em 0px 0.1em 0px;
}
#heroes .dialog h1 {
	padding-bottom: 0px;
}
#heroes .dialog h2, #heroes .dialog p {
	color: #58595b;
}


/* End curve borders */

/* Start Side bar curve borders */
#heroes .dialog.side .content,
#heroes .dialog.side .t,
#heroes .dialog.side .b,
#heroes .dialog.side .b div {
	background-image:url(https://787f33.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/heroes_side_bg.png);
	_background-image:url(https://787f33.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/heroes_side_bg.png);
}

#heroes .dialog.side .content {
	min-height: 200px;
}

#heroes .dialog.side h1 {
	color: #ffffff;
	padding-bottom: 15px;
}

#heroes .dialog.side .b,
#heroes .dialog.side .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
/* End Side bar curve borders */
#heroes .dialog.side h3 {
	color:#13a097;	
}

#heroes .dialog .news {
	margin-top: 10px;
	border-collapse: collapse;
}

#heroes .dialog .news td {
	padding: 5px;
}

#heroes .dialog .news h1 {
	color: #58595b;
	font-size: 18px;
	padding-top: 0;
}

#heroes .dialog .news .tag {
	color: #ffffff;
	font-weight: bold;
}

#heroes .dialog .heroesSide {
	border-collapse: collapse;
}

#heroes .dialog .heroesSide td {
	padding: 5px 2px;
}

#heroes .dialog .heroesSide h5 {
	padding-top: 0;
}

#heroes .dialog .heroesSide a {
	color: #51B848;
}

#heroes .dialog .heroesSide p {
	padding-top: 0;
}




/* Start Video curve borders */
#heroes .dialog.video .content,
#heroes .dialog.video .t,
#heroes .dialog.video .b,
#heroes .dialog.video .b div {
	background-image:url(https://1bd4e1.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/heroes_main_bg.png);
	_background-image:url(https://1bd4e1.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/heroes_main_bg.png);
}

#heroes .dialog.video .content {
	/*min-height: 300px;*/
	padding-left:12px;
	padding-top:10px;
}

#heroes .dialog.video .content h2 {
	/*min-height: 300px;*/
	color:#FFF;
}

#heroes .dialog.video .b,
#heroes .dialog.video .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
/* End Video curve borders */


/* Start Comment Box curve borders */


#heroes .dialog.comments {
	color: #58595b;
}

#heroes .dialog.comments .content,
#heroes .dialog.comments .t,
#heroes .dialog.comments .b,
#heroes .dialog.comments .b div {
	background-image:url(https://5665cd.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/heroes_content_bg.png);
	_background-image:url(https://5665cd.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/heroes_content_bg.png);
}

#heroes .dialog.comments .content {
	min-height: 200px;
	padding-left:12px;
	padding-right:24px;
	
	
}

#heroes .dialog.comments .b,
#heroes .dialog.comments .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
	
}
/* End Comments Box curve borders */


/* Start Comment Name curve borders */
#heroes .dialog.commentArea {
	
	height:245px;
}
#heroes .dialog.commentArea .content {
position: relative;
zoom: 1;
_overflow-y: hidden;
padding: 0px 20px 0px 0px;
min-height: 220px;


}
#heroes .dialog.commentArea h2 {
	color:#FFF;
}

#heroes .commentBox {
	
	height: 140px; /*150px*/
	padding: 5px 10px;
	background: none;
	border: 0;
	background-color:#FFF;
	
}




/* End Comment Name curve borders */

/* Start Comment Name curve borders */
#heroes .dialog.commentName {
	padding-top: 10px;
	color:#000;
	
	
}

#heroes .dialog.commentName a {
	color:#000;
}

#heroes .dialog.commentName .content,
#heroes .dialog.commentName .t,
#heroes .dialog.commentName .b,
#heroes .dialog.commentName .b div {
	background-image:url(https://1bd4e1.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/heroes_main_bg.png);
	_background-image:url(https://1bd4e1.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/heroes_main_bg.png);
}

#heroes .dialog.commentName .content {
	min-height: 20px;
	height: 30px;
	line-height: 25px;
	padding-left:12px;
}

#heroes .dialog.commentName .b,
#heroes .dialog.commentName .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}

#heroes .dialog.commentName h2 {
	color:#FFF;
}

/* End Comment Name curve borders */



/* ---------- END REAL HEROES PAGE SETUP ---------- */





/* ---------- START VOICE OF THE FUTURE PAGE SETUP ---------- */

#voice {
	background: url(https://271103.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/voice_bg.jpg) no-repeat right bottom fixed;
}

#voice #banner {
	background: url(https://150f96.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/voice_banner.png) no-repeat;
}

/* Start curve borders */
#voice .dialog {
	position: relative;
	margin: 0 auto;
	min-width: 8em;
	max-width: 1000px; /* based on image dimensions - not quite consistent with drip styles yet */
	/*color: #fff;*/
	z-index: 1;
	margin-left: 12px; /* default, width of left corner */
	margin-bottom: 0.5em; /* spacing under dialog */
	
	
}

#voice .dialog .content,
#voice .dialog .t,
#voice .dialog .b,
#voice .dialog .b div {
	background: transparent url(https://10172c.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/voice_content_bg.png) no-repeat top right;
	_background-image: url(https://10172c.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/voice_content_bg.png);
}

#voice .dialog .content {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	/*padding: 0px 12px 0px 0px;*/
	padding: 0px 20px 0px 0px;
	min-height:480px;
	color: #58595b;
	
}

#voice .dialog h3 {
	font-size:16px;
	line-height:1.2;
}


#voice .dialog .content a.newsLink {
 	color: #58595B;
} 


#voice .dialog .t {
	/* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px; /* top slice width */
	margin-left: -12px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
}
#voice .dialog .b {
	/* bottom */
	position: relative;
	width: 100%;
}
#voice .dialog .b,
#voice .dialog .b div {
	height: 30px; /* height of bottom cap/shade */
	font-size: 1px;
}
#voice .dialog .b {
	background-position: bottom right;
}
#voice .dialog .b div {
	position: relative;
	width: 12px; /* bottom corner width */

	margin-left: -12px;
	background-position: bottom left;
}
#voice .dialog .hd,
#voice .dialog .bd,
#voice .dialog .ft {
	position: relative;
}
#voice .dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position: static;
	max-height: 1000px;
	overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
#voice .dialog h1,
#voice .dialog h2,
#voice .dialog h3,
#voice .dialog h4,
#voice .dialog h5,
#voice .dialog h6
{
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 0.4em 0px 0.1em 0px;
	color:#FCB800;
}
#voice .dialog p {
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 0.4em 0px 0.1em 0px;
}

#voice .dialog h1 {
	padding-bottom: 0px;
}
/* End curve borders */

/* Start Side bar curve borders */
#voice .dialog.side .content,
#voice .dialog.side .t,
#voice .dialog.side .b,
#voice .dialog.side .b div {
	background-image:url(https://7c9c02.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/voice_side_bg.png);
	_background-image:url(https://7c9c02.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/voice_side_bg.png);
}

#voice .dialog.side .content {
	min-height: 300px;
}

#voice .dialog.side h1 {
	color: #000;
	padding-bottom: 15px;
	padding-top:10px;
}

#voice .dialog.side .b,
#voice .dialog.side .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
/* End Side bar curve borders */




/* Start Comment Box curve borders */

#voice .commentBox {
	width: 430px; /*471px*/
	height: 140px; /*150px*/
	padding: 5px 10px;
	background: url(https://d20999.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/comment_box.png) no-repeat center;
	border: 0;
}

#voice .commentBox textarea {
	height: 135px;
}

#voice .dialog.comments p {
	color: #58595b;
}

#voice .dialog.comments .content,
#voice .dialog.comments .t,
#voice .dialog.comments .b,
#voice .dialog.comments .b div {
	background-image:url(https://10172c.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/voice_content_bg.png);
	_background-image:url(https://10172c.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/voice_content_bg.png);
}

#voice .dialog.comments .content {
	min-height: 200px;
	padding-left:12px;
	padding-right:24px;
}

#voice .dialog.comments .b,
#voice .dialog.comments .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
/* End Comments Box curve borders */


/* ---------- END VOICE OF THE FUTURE PAGE SETUP ---------- */





/* ---------- START WALL OF SCIENCE PAGE SETUP ---------- */

#science {
	background: url(https://1a968b.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_bg.jpg) no-repeat center top fixed;
}

#science #banner {
	background: url(https://3afe1b.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_banner.png) no-repeat;
}

#science #main {
	margin-left: 195px;
}

/* Start curve borders */
#science .dialog {
	position: relative;
	margin: 0 auto;
	min-width: 8em;
	max-width: 1000px; /* based on image dimensions - not quite consistent with drip styles yet */
	/*color: #fff;*/
	z-index: 1;
	margin-left: 12px; /* default, width of left corner */
	margin-bottom: 0.5em; /* spacing under dialog */
}

#science .dialog .content,
#science .dialog .t,
#science .dialog .b,
#science .dialog .b div {
	background: transparent url(https://a0f381.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_main_bg.png) no-repeat top right;
	_background-image: url(https://a0f381.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_main_bg.png);
}


#science .dialog .content a.newsLink {
 	color:#FFF;
} 


#science .dialog .content {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	/*padding: 0px 12px 0px 0px;*/
	padding: 0px 15px 0px 0px;
	min-height: 220px;
	
}

#science .dialog .t {
	/* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px; /* top slice width */
	margin-left: -12px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
}
#science .dialog .b {
	/* bottom */
	position: relative;
	width: 100%;
}
#science .dialog .b,
#science .dialog .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
#science .dialog .b {
	background-position: bottom right;
}
#science .dialog .b div {
	position: relative;
	width: 12px; /* bottom corner width */
	margin-left: -12px;
	background-position: bottom left;
}
#science .dialog .hd,
#science .dialog .bd,
#science .dialog .ft {
	position: relative;
}
#science .dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position: static;
	max-height: 1000px;
	overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
#science .dialog h1,
#science .dialog h2,
#science .dialog h3,
#science .dialog h4,
#science .dialog h5,
#science .dialog h6,
#science .dialog p {
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 0.4em 0px 0.1em 0px;
}
#science .dialog h1 {
	padding-bottom: 0px;
}

#science .dialog h5 {
	color:#9DCB3C;
	font-size:14px;
	line-height:1.2;
}

#science .dialog h3 {
	font-size:16px;
	line-height:1.2;
}

#science .dialog h2, #science .dialog p {
	/*color: #58595b;*/
	color:#FFF;
}
/* End curve borders */

/* Start Side bar curve borders */
#science .dialog.side .content,
#science .dialog.side .t,

#science .dialog.side .b,
#science .dialog.side .b div {
	background-image:url(https://1d67f5.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_side_bg.png);
	_background-image:url(https://1d67f5.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_side_bg.png);
}

#science .dialog.side .content {
	min-height: 150px;
	padding-top:2px;
}

#science .dialog.side h1 {
	color: #ffffff;
	padding-bottom: 15px;
}

#science .dialog.side .b,
#science .dialog.side .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
	}
/* End Side bar curve borders */

/* Start curve borders for article views */
#science .articleView {
	position: relative;
	margin: 0 auto;
	min-width: 8em;
	max-width: 1000px; /* based on image dimensions - not quite consistent with drip styles yet */
	/*color: #fff;*/
	z-index: 1;
	margin-left: 12px; /* default, width of left corner */
	margin-bottom: 0.5em; /* spacing under dialog */
	color:#58595b;
}

#science .articleView .content,
#science .articleView .t,
#science .articleView .b,
#science .articleView .b div {
	background: transparent url(https://b9a328.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_content_bg.png) no-repeat top right;
	_background-image: url(https://b9a328.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_content_bg.png);
}


#science .articleView .content {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	/*padding: 0px 12px 0px 0px;*/
	padding: 0px 20px 0px 0px;
	min-height: 602px;
}
#science .articleView .t {
	/* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px; /* top slice width */
	margin-left: -12px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
}
#science .articleView .b {
	/* bottom */
	position: relative;
	width: 100%;
}
#science .articleView .b,
#science .articleView .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
#science .articleView .b {
	background-position: bottom right;
}
#science .articleView .b div {
	position: relative;
	width: 12px; /* bottom corner width */
	margin-left: -12px;
	background-position: bottom left;
}
#science .articleView .hd,
#science .articleView .bd,
#science .articleView .ft {
	position: relative;
}
#science .articleView .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position: static;
	max-height: 1000px;
	overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
#science .articleView h1,
#science .articleView h2,
#science .articleView h3,
#science .articleView h4,
#science .articleView h5,
#science .articleView h6,
#science .articleView p {
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 0.4em 0px 0.1em 0px;
}
#science .articleView h1 {
	padding-bottom: 0px;
}
#science .articleView h2, #science .dialog p {
	color: #49ae1c;
	/*color:#FFF;*/
}
/* End curve borders */

/* Start Side bar curve borders */
#science .dialog.side .content,
#science .dialog.side .t,

#science .dialog.side .b,
#science .dialog.side .b div {
	background-image:url(https://1d67f5.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_side_bg.png);
	_background-image:url(https://1d67f5.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_side_bg.png);
}

#science .dialog.side .content {
	padding-left:0px;
	
}

#science .dialog.side h1 {
	color: #ffffff;
	padding-bottom: 15px;
}

#science .dialog.side .b,
#science .dialog.side .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
/* End Side bar curve borders */



#science .dialog .news h1 {
	color: #58595b;
	font-size: 18px;
	padding-top: 0;
}

#science .dialog .news .tag {
	color: #ffffff;
	font-weight: bold;
}


/* Start Comment Box curve borders */

#science .commentBox {
	width: 430px; /*471px*/
	height: 140px; /*150px*/
	padding: 5px 10px;
	background: url(https://d20999.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/comment_box.png) no-repeat center;
	border: 0;
}

#science .commentBox textarea {
	height: 135px;
}

#science .dialog.comments p {
	color: #58595b;
}

#science .dialog.comments .content,
#science .dialog.comments .t,
#science .dialog.comments .b,
#science .dialog.comments .b div {
	background-image:url(https://b9a328.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_content_bg.png);
	_background-image:url(https://b9a328.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_content_bg.png);
}

#science .dialog.comments .content {
	min-height: 200px;
	padding-left:12px;
	padding-right:24px;
}

#science .dialog.comments .b,
#science .dialog.comments .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
/* End Comments Box curve borders */

/* Start Comment Name curve borders */
#science .dialog.commentName {
	padding-top: 10px;
	color: #ffffff;
	
}

#science .dialog.commentName a {
	color: #ffffff;
}

#science .dialog.commentName .content,
#science .dialog.commentName .t,
#science .dialog.commentName .b,
#science .dialog.commentName .b div {
	background-image:url(https://a0f381.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_main_bg.png);
	_background-image:url(https://a0f381.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/science_main_bg.png);
}

#science .dialog.commentName .content {
	min-height: 20px;
	height: 30px;
	line-height: 25px;
	padding-left:12px;
}

#science .dialog.commentName .b,
#seeing .dialog.commentName .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}


/* ---------- END WALL OF SCIENCE PAGE SETUP ---------- */




/* Start Comment Box curve borders */

.commentBox {
	width: 430px; /*471px*/
	height: 140px; /*150px*/
	padding: 5px 10px;
	background: url(https://d20999.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/comment_box.png) no-repeat center;
	border: 0;
}

.commentBox textarea {
	height: 135px;
}

#seeing .dialog.comments {
	color: #58595b;
}

#seeing .dialog.comments .content,
#seeing .dialog.comments .t,
#seeing .dialog.comments .b,
#seeing .dialog.comments .b div {
	background-image:url(https://d01d96.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/comment_bg.png);
	_background-image:url(https://d01d96.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/comment_bg.png);
}

#seeing .dialog.comments .content {
	min-height: 200px;
	padding-left:12px;
	padding-right:24px;
}

#seeing .dialog.comments .b,
#seeing .dialog.comments .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
/* End Comments Box curve borders */

/* Start Comment Name curve borders */
#seeing .dialog.commentName {
	padding-top: 10px;
	color: #ffffff;
	
}

#seeing .dialog.commentName a {
	color: #ffffff;
}

#seeing .dialog.commentName .content,
#seeing .dialog.commentName .t,
#seeing .dialog.commentName .b,
#seeing .dialog.commentName .b div {
	background-image:url(https://d45d27.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/seeing_main_bg.png);
	_background-image:url(https://d45d27.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/seeing_main_bg.png);
}

#seeing .dialog.commentName .content {
	min-height: 20px;
	height: 30px;
	line-height: 25px;
	padding-left:12px;
}

#seeing .dialog.commentName .b,
#seeing .dialog.commentName .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}

#seeing .dialog h5 {
	color:#58595b;	
	font-size:14px;
	line-height:1.2;
}


#seeing .dialog h3 {
	font-size:16px;
	line-height:1.2;
}

/* ---------- END WALL OF SCIENCE PAGE SETUP ---------- */







/* ---------- START EXPERIMENT IT PAGE SETUP ---------- */

#experiment {
	background: url(https://8b7455.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/experiment_bg.jpg) no-repeat right top fixed;
}

#experiment #banner {
	background: url(https://df4f35.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/experiment_banner.png) no-repeat;
}

#experiment #main {
	margin-right: 0;
	width:695px;
}

/* Start curve borders */
#experiment .dialog {
	position: relative;
	margin: 0 auto;
	min-width: 8em;
	max-width: 1000px; /* based on image dimensions - not quite consistent with drip styles yet */
	/*color: #fff;*/
	z-index: 1;
	margin-left: 12px; /* default, width of left corner */
	margin-bottom: 0.5em; /* spacing under dialog */
}

#experiment .dialog .content,
#experiment .dialog .t,
#experiment .dialog .b,
#experiment .dialog .b div {
	background: transparent url(https://1b48a2.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/experiment_main_bg.png) no-repeat top right;
	_background-image: url(https://1b48a2.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/experiment_main_bg.png);
}

#experiment .dialog .content {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	/*padding: 0px 12px 0px 0px;*/
	padding: 0px 20px 0px 0px;
	min-height: 398px;
}
#experiment .dialog .t {
	/* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px; /* top slice width */
	margin-left: -12px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
}
#experiment .dialog .b {
	/* bottom */
	position: relative;
	width: 100%;
}
#experiment .dialog .b,
#experiment .dialog .b div {
	height: 30px; /* height of bottom cap/shade */
	font-size: 1px;
}
#experiment .dialog .b {
	background-position: bottom right;
}
#experiment .dialog .b div {
	position: relative;
	width: 12px; /* bottom corner width */
	margin-left: -12px;
	background-position: bottom left;
}
#experiment .dialog .hd,
#experiment .dialog .bd,
#experiment .dialog .ft {
	position: relative;
}
#experiment .dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position: static;
	max-height: 1000px;
	overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
#experiment .dialog h1,
#experiment .dialog h2,
#experiment .dialog h3,
#experiment .dialog h4,
#experiment .dialog h5,
#experiment .dialog h6,
#experiment .dialog p {
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 0.4em 0px 0.1em 0px;
}
#experiment .dialog h1 {
	padding-bottom: 0px;

}
/* End curve borders */


/* Start Side bar curve borders */
#experiment .dialog.side .content,
#experiment .dialog.side .t,
#experiment .dialog.side .b,
#experiment .dialog.side .b div {
	background-image:url(https://3d3928.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/experiment_side_bg.png);
	_background-image:url(https://3d3928.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/experiment_side_bg.png);
}

#experiment .dialog.side .content {
	min-height: 150px;
	padding-top:2px;
}

#experiment .dialog.side h1 {
	color: #ffffff;
	padding-bottom: 15px;
}

#experiment .dialog.side .b,
#experiment .dialog.side .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
/* End Side bar curve borders */


/* Start Bottom curve borders */
#experiment .dialog.bottom .content,
#experiment .dialog.bottom .t,
#experiment .dialog.bottom .b,
#experiment .dialog.bottom .b div {
	background-image:url(https://488c21.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/play_main_bg.png);
	_background-image:url(https://488c21.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/play_main_bg.png);
}

#experiment .dialog.bottom .content {
	min-height: 390px;
}

#experiment .dialog.bottom h1 {
	color: #000;
	padding-bottom: 15px;
	font-size: 22px;
}

#experiment .dialog.bottom .b,
#experiment .dialog.bottom .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}


/* Start Video curve borders */

#experiment .dialog.video {
	max-width: 650px;
}
#experiment .dialog.video .content,
#experiment .dialog.video .t,
#experiment .dialog.video .b,
#experiment .dialog.video .b div {
	background-image:url(https://1b48a2.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/experiment_main_bg.png);
	_background-image:url(https://1b48a2.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/experiment_main_bg.png);
}

#experiment .dialog.video .content {
	min-height: 30px;
	padding-left:12px;
	padding-top:10px;
	width:650px;
	 
}

#experiment .dialog.video .b,
#experiment .dialog.video .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
	width:682px;
}

/* End Video curve borders */

/* End Bottom curve borders */



/* Start Comment Box curve borders */


#experiment .dialog.comments {
	color: #58595b;
}

#experiment .dialog.comments .content,
#experiment .dialog.comments .t,
#experiment .dialog.comments .b,
#experiment .dialog.comments .b div {
	background-image:url(https://5c4634.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/experiment_main_bg_new.png);
	_background-image:url(https://5c4634.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/experiment_main_bg_new.png);
}

#experiment .dialog.comments .content {
	min-height: 200px;
	padding-left:12px;
	padding-right:24px;
	width:645px;
}

#experiment .dialog.comments .b,
#experiment .dialog.comments .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
	width:681px;
}
/* End Comments Box curve borders */


/* Start Comment Name curve borders */
#experiment .dialog.commentArea {
	width:680px;
}
#experiment .dialog.commentArea .content {
position: relative;
zoom: 1;
_overflow-y: hidden;
padding: 0px 20px 0px 0px;
min-height: 210px;
}


#experiment .commentBox {
	width: 430px; /*471px*/
	height: 140px; /*150px*/
	padding: 5px 10px;
	background: none;
	border: 0;
	background-color:#FFF;
	width:625px;
}


/* End Comment Name curve borders */


/* Start Comment Name curve borders */
#experiment .dialog.commentName {
	padding-top: 10px;
	color:#000;
	
	
}

#experiment .dialog.commentName a {
	color:#000;
}

#experiment .dialog.commentName .content,
#experiment .dialog.commentName .t,
#experiment .dialog.commentName .b,
#experiment .dialog.commentName .b div {
	background-image:url(https://1b48a2.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/experiment_main_bg.png);
	_background-image:url(https://eefb2b.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/heroes_main_bg);
}

#experiment .dialog.commentName .content {
	min-height: 20px;
	height: 30px;
	line-height: 25px;
	padding-left:12px;
	width:600px;
}

#experiment .dialog.commentName .b,
#experiment .dialog.commentName .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
	width:636px;
}

#experiment .dialog.commentName h2 {
	color:#FFF;
}

/* End Comment Name curve borders */


#experiment .dialog h5 {
	color:#58595b;;	
	font-size:14px;
	line-height:1.2;

}
#experiment .dialog .content a.newsLink {
 	color:#FFF;
} 


/* ---------- END EXPERIMENT IT PAGE SETUP ---------- */





/* ---------- START AMAZING GAS PAGE SETUP ---------- */

#gas {
	background: url(https://4f0c0a.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/gas_bg.jpg) no-repeat center bottom fixed;
}

#gas .side {
	

}


#gas #main {
	
}


#gas #banner {
	background: url(https://a82e66.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/gas_banner.png) no-repeat;
}

/* Start curve borders */
#gas .dialog {
	position: relative;
	margin: 0 auto;
	min-width: 8em;
	max-width: 1000px; /* based on image dimensions - not quite consistent with drip styles yet */
	/*color: #fff;*/
	z-index: 1;
	margin-left: 12px; /* default, width of left corner */
	margin-bottom: 0.5em; /* spacing under dialog */
}



#gas .dialog .content,
#gas .dialog .t,
#gas .dialog .b,
#gas .dialog .b div {
	background: transparent url(https://2933d2.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/gas_main_bg.png) no-repeat top right;
	_background-image: url(https://2933d2.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/gas_main_bg.png);
}

#gas .dialog .content {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	/*padding: 0px 12px 0px 0px;*/
	padding: 0px 15px 0px 0px;
	min-height: 310px;
	color:#FFF;
	
}
#gas .dialog .t {
	/* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px; /* top slice width */
	margin-left: -12px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
	
}
#gas .dialog .b {
	/* bottom */
	position: relative;
	width: 100%;
	
}
#gas .dialog .b,
#gas .dialog .b div {
	height: 15px; /* height of bottom cap/shade */
	font-size: 1px;
	
}
#gas .dialog .b {
	background-position: bottom right;
}
#gas .dialog .b div {
	position: relative;
	width: 12px; /* bottom corner width */
	margin-left: -12px;
	background-position: bottom left;
}
#gas .dialog .hd,
#gas .dialog .bd,
#gas .dialog .ft {
	position: relative;
}
#gas .dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position: static;
	max-height: 1000px;
	overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
#gas .dialog h1,
#gas .dialog h2,
#gas .dialog h3,
#gas .dialog h4,
#gas .dialog h5,
#gas .dialog h6,
#gas .dialog p {
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 0.4em 0px 0.1em 0px;
}
#gas .dialog h1 {
	padding-bottom: 0px;
}
#gas .dialog h2 {
	color:#991f23;
}



/* End curve borders */

/* Start Side bar curve borders */
#gas .dialog.side .content,
#gas .dialog.side .t,
#gas .dialog.side .b,
#gas .dialog.side .b div {
	background-image:url(https://bf499e.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/wgc_side_bg.png);
	_background-image:url(https://bf499e.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/wgc_side_bg.png);
}

#gas .dialog.side .content {
	min-height: 150px;
	padding-top:2px;
	
}

#gas .dialog.side h1 {
	color: #ffffff;
	padding-bottom: 15px;
}

#gas .dialog.side .b,
#gas .dialog.side .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;

	
}
/* End Side bar curve borders */

/* Start Bottom curve borders */

#gas .dialog.bottom {
	float: left;
	width: 484px;
	margin-right: 8px;
}

#gas .dialog.bottom1 .content,
#gas .dialog.bottom1 .t,
#gas .dialog.bottom1 .b,
#gas .dialog.bottom1 .b div {
	background-image:url(https://e6e8bb.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/gas_bottom_bg1.png);
	_background-image:url(https://e6e8bb.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/gas_bottom_bg1.png);
}

#gas .dialog.bottom2 .content,
#gas .dialog.bottom2 .t,
#gas .dialog.bottom2 .b,
#gas .dialog.bottom2 .b div {
	background-image:url(https://8beeba.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/gas_bottom_bg2.png);
	_background-image:url(https://8beeba.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/gas_bottom_bg2.png);
}

#gas .dialog.bottom .content {
	min-height:200px;	
	width:454px;
}

#gas .dialog.bottom h1 {
	color: #ffffff;
	padding-bottom: 15px;
	font-size: 22px;
}

#gas .dialog.bottom .b,
#gas .dialog.bottom .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
	width:479px;
	
}


/* Start Video curve borders */
#gas .dialog.video .content,
#gas .dialog.video .t,
#gas .dialog.video .b,
#gas .dialog.video .b div {
	background-image:url(https://731c7d.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/wgc_content_bg.png);
	_background-image:url(https://731c7d.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/wgc_content_bg.png);
}

#gas .dialog.video .content {
	/*min-height: 300px;*/
	padding:10px 35px 0 20px;
	color:#58595b;
}

#gas .dialog.video .content h2 {

}
#gas .dialog.video .b,
#gas .dialog.video .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
/* End Video curve borders */



#gas .dialog .content a.newsLink {
 	color:#FFF;
} 

#gas .dialog .content h2 {
	color:#FFF;	
}


/* End Bottom curve borders */



/* Start Comment Box curve borders */


#gas .dialog.comments {
	color: #58595b;
}

#gas .dialog.comments .content,
#gas .dialog.comments .t,
#gas .dialog.comments .b,
#gas .dialog.comments .b div {
	background-image:url(https://731c7d.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/wgc_content_bg.png);
	_background-image:url(https://731c7d.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/wgc_content_bg.png);
}

#gas .dialog.comments .content {
	min-height: 200px;
	padding-left:12px;
	padding-right:24px;
	width:645px;
}

#gas .dialog.comments .b,
#gas .dialog.comments .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
	width:681px;
}
/* End Comments Box curve borders */


/* Start Comment Name curve borders */
#gas .dialog.commentArea {
	width:680px;
	height:245px;
}
#gas .dialog.commentArea .content {
position: relative;
zoom: 1;
_overflow-y: hidden;
padding: 0px 20px 0px 0px;
min-height: 220px;
}


#gas .commentBox {
	width: 430px; /*471px*/
	height: 140px; /*150px*/
	padding: 5px 10px;
	background: none;
	border: 0;
	background-color:#FFF;
	width:625px;
}


/* End Comment Name curve borders */


/* Start Comment Name curve borders */
#gas .dialog.commentName {
	padding-top: 10px;
	color:#000;
	
	
}

#gas .dialog.commentName a {
	color:#000;
}

#gas .dialog.commentName .content,
#gas .dialog.commentName .t,
#gas .dialog.commentName .b,
#gas .dialog.commentName .b div {
	background-image:url(https://2933d2.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/gas_main_bg.png);
	_background-image:url(https://2933d2.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/gas_main_bg.png);
}

#gas .dialog.commentName .content {
	min-height: 20px;
	height: 30px;
	line-height: 25px;
	padding-left:12px;
	width:600px;
}

#gas .dialog.commentName .b,
#gas .dialog.commentName .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
	width:636px;
}

#gas .dialog.commentName h2 {
	color:#FFF;
}

/* End Comment Name curve borders */




/* ---------- END AMAZING GAS PAGE SETUP ---------- */




/* ---------- START Master Mind Game ---------- */


#play {
	background: url(https://301c28.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/play_bg.jpg) no-repeat right bottom fixed;
}

#play #banner {
	background: url(https://150f96.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/voice_banner.png) no-repeat;
}

/* Start curve borders */
#play .dialog {
	position: relative;
	margin: 0 auto;
	min-width: 8em;
	max-width: 1000px; /* based on image dimensions - not quite consistent with drip styles yet */
	/*color: #fff;*/
	z-index: 1;
	margin-left: 12px; /* default, width of left corner */
	margin-bottom: 0.5em; /* spacing under dialog */
	
	
}

#play .dialog .content,
#play .dialog .t,
#play .dialog .b,
#play .dialog .b div {
	background: transparent url(https://488c21.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/play_main_bg.png) no-repeat top right;
	_background-image: url(https://488c21.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/play_main_bg.png);
}

#play .dialog .content {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	/*padding: 0px 12px 0px 0px;*/
	padding: 0px 20px 0px 0px;
	min-height:480px;
	color: #000;
	
}

#play .dialog h3 {
	font-size:16px;
	line-height:1.2;
}


#play .dialog .content a.newsLink {
 	color: #000;
} 


#play .dialog .t {
	/* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px; /* top slice width */
	margin-left: -12px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
}

#play .dialog .f {
	/* top+left vertical slice */
	position: absolute;
	left: 600px;
	top: 0px;
	width: 12px; /* top slice width */
	margin-left: -12px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
	z-index:9999;
}

#play .dialog .b {
	/* bottom */
	position: relative;
	width: 100%;
}
#play .dialog .b,
#play .dialog .b div {
	height: 30px; /* height of bottom cap/shade */
	font-size: 1px;
}
#play .dialog .b {
	background-position: bottom right;
}
#play .dialog .b div {
	position: relative;
	width: 12px; /* bottom corner width */

	margin-left: -12px;
	background-position: bottom left;
}
#play .dialog .hd,
#play .dialog .bd,
#play .dialog .ft {
	position: relative;
}
#play .dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position: static;
	max-height: 1000px;
	overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
#play .dialog h1,
#play .dialog h2,
#play .dialog h3,
#play .dialog h4,
#play .dialog h5,
#play .dialog h6,
#play .dialog p {
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 0.4em 0px 0.1em 0px;
}
#play .dialog h1 {
	padding-bottom: 0px;
}
/* End curve borders */

/* Start Side bar curve borders */
#play .dialog.side .content,
#play .dialog.side .t,
#play .dialog.side .b,
#play .dialog.side .b div {
	background-image:url(https://17e917.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/play_side_bg.png);
	_background-image:url(https://17e917.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/play_side_bg.png);
}

#play .dialog.side .content {
	min-height: 300px;
}

#play .dialog.side h1 {
	color: #000;
	padding-bottom: 15px;
	padding-top:10px;
}

#play .dialog.side .b,
#play .dialog.side .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
/* End Side bar curve borders */




/* Start Comment Box curve borders */

#play .commentBox {
	width: 430px; /*471px*/
	height: 140px; /*150px*/
	padding: 5px 10px;
	background: url(https://d20999.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/comment_box.png) no-repeat center;
	border: 0;
}

#play .commentBox textarea {
	height: 135px;
}

#play .dialog.comments p {
	color: #58595b;
}

#play .dialog.comments .content,
#play .dialog.comments .t,
#play .dialog.comments .b,
#play .dialog.comments .b div {
	background-image:url(https://de198c.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/play_content_bg.png);
	_background-image:url(https://de198c.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/play_content_bg.png);
}

#play .dialog.comments .content {
	min-height: 200px;
	padding-left:12px;
	padding-right:24px;
}

#play .dialog.comments .b,
#play .dialog.comments .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
/* End Comments Box curve borders */




/* ---------- END VOICE OF Master Mind Game ---------- */





/* ---------- START REGISTRATION PAGE SETUP ---------- */

#registration {
	background: url(https://15d91d.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/bg.jpg) no-repeat center top;
}

#registration #banner {
	background: url(https://150f96.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/voice_banner.png) no-repeat;
}

#registration #main {
	margin-right: 0;
}

/* Start curve borders */
#registration .dialog {
	position: relative;
	margin: 0 auto;
	min-width: 8em;
	max-width: 1000px; /* based on image dimensions - not quite consistent with drip styles yet */
	/*color: #fff;*/
	z-index: 1;
	margin-left: 12px; /* default, width of left corner */
	margin-bottom: 0.5em; /* spacing under dialog */
}

#registration .dialog .content,
#registration .dialog .t,
#registration .dialog .b,
#registration .dialog .b div {
	background: transparent url(https://d45d27.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/seeing_main_bg.png) no-repeat top right;
	_background-image: url(https://d45d27.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/seeing_main_bg.png);
}

#registration .dialog .content {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	/*padding: 0px 12px 0px 0px;*/
	padding: 0px 20px 0px 20px;
	min-height: 440px;
}
#registration .dialog .t {
	/* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px; /* top slice width */
	margin-left: -12px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
}
#registration .dialog .b {
	/* bottom */
	position: relative;
	width: 100%;
}
#registration .dialog .b,
#registration .dialog .b div {
	height: 30px; /* height of bottom cap/shade */
	font-size: 1px;
}
#registration .dialog .b {
	background-position: bottom right;
}
#registration .dialog .b div {
	position: relative;
	width: 12px; /* bottom corner width */
	margin-left: -12px;
	background-position: bottom left;
}
#registration .dialog .hd,
#registration .dialog .bd,
#registration .dialog .ft {
	position: relative;
}
#registration .dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position: static;
	max-height: 1000px;
	overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
#registration .dialog h1,
#registration .dialog h2,
#registration .dialog h3,
#registration .dialog h4,
#registration .dialog h5,
#registration .dialog h6,
#registration .dialog p {
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 0.4em 0px 0.1em 0px;
}
#registration .dialog h1 {
	padding-bottom: 0px;

}
/* End curve borders */

#registration .dialog .news {
	margin-top: 10px;
	border-collapse: collapse;
}

#registration .dialog .news td {
	padding: 5px;
}

#registration .dialog .news h1 {
	color: #58595b;
	font-size: 18px;
	padding-top: 0;
}

#registration .dialog .news p {
	color: #58595b;
}

#registration .dialog .news .tag {
	color: #ffffff;
	font-weight: bold;
}

#registration .dialog .regForm td {
	padding: 1px 3px;
	font-size: 12px;
	font-weight: bold;
}

#registration .dialog .regForm input[type="text"],input[type="password"]  {
	width: 500px;
}


#registration .dialog .regForm input.date {
	width: 50px;
}

#registration .dialog .forgotForm td {
	padding: 1px 3px;
	font-size: 14px;
	font-weight: bold;
}

#registration .dialog .forgotForm input[type="text"] {
	width: 550px;
}

/* ---------- END REGISTRATION PAGE SETUP ---------- */


/* ----------- start pages id ---------------*/

#pages {
	background: #f9f9f9 url(https://885d8f.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/pages_bg.jpg) no-repeat right top fixed;
}

#pages #banner {
	background: url(https://721667.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/pages_banner.png) no-repeat;
}

#pages #main {
	margin-left: 0px;
}


/* Start Comment Box curve borders */


#pages .dialog.comments {
	color: #58595b;
}

#pages .dialog.comments .content,
#pages .dialog.comments .t,
#pages .dialog.comments .b,
#pages .dialog.comments .b div {
	background-image:url(https://09a4bc.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/pages_content_bg.png);
	_background-image:url(https://09a4bc.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/pages_content_bg.png);
}

#pages .dialog.comments .content {
	padding-top:30px;
	
	
	
}



#pages .dialog.comments .b {
	/* bottom */
	position: relative;
	width: 100%;
	margin-top:-12px
}
#pages .dialog.comments .b,
#pages .dialog.comments .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
#pages .dialog.comments .b {
	background-position: bottom right;
}
#pages .dialog.comments .b div {
	position: relative;
	width: 12px; /* bottom corner width */
	margin-left: -12px;
	background-position: bottom left;
}



/* End Comments Box curve borders */

/* ---------- end of pages id  ---------- */




/* ---------- START WALL OF SCIENCE PAGE SETUP ---------- */

#searchPage {
	background: url(https://21e31a.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/search_bg.jpg) no-repeat center top fixed;
}

#searchPage #banner {
	background: url(https://a688b2.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/search_banner.png) no-repeat;
}

#searchPage #main {
	width:1000px;
	
}

/* Start curve borders */
#searchPage .dialog {
	position: relative;
	margin: 0 auto;
	min-width: 8em;
	max-width: 1000px; /* based on image dimensions - not quite consistent with drip styles yet */
	/*color: #fff;*/
	z-index: 1;
	margin-left: 12px; /* default, width of left corner */
	margin-bottom: 0.5em; /* spacing under dialog */
}

#searchPage .dialog .content,
#searchPage .dialog .t,
#searchPage .dialog .b,
#searchPage .dialog .b div {
	background: transparent url(https://dd18fa.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/search_main_bg.png) no-repeat top right;
	_background-image: url(https://dd18fa.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/search_main_bg.png);
}


#searchPage .dialog .content a.newsLink {
 	color:#515153;
} 


#searchPage .dialog .content {
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
	/*padding: 0px 12px 0px 0px;*/
	padding: 0px 15px 0px 0px;
	min-height: 220px;
	
}

#searchPage .dialog .t {
	/* top+left vertical slice */
	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px; /* top slice width */
	margin-left: -12px;
	height: 100%;
	_height: 1600px; /* arbitrary long height, IE 6 */
	background-position: top left;
}
#searchPage .dialog .b {
	/* bottom */
	position: relative;
	width: 100%;
}
#searchPage .dialog .b,
#searchPage .dialog .b div {
	height: 10px; /* height of bottom cap/shade */
	font-size: 1px;
}
#searchPage .dialog .b {
	background-position: bottom right;
}
#searchPage .dialog .b div {
	position: relative;
	width: 12px; /* bottom corner width */
	margin-left: -12px;
	background-position: bottom left;
}
#searchPage .dialog .hd,
#searchPage .dialog .bd,
#searchPage .dialog .ft {
	position: relative;
}
#searchPage .dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position: static;
	max-height: 1000px;
	overflow: auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
#searchPage .dialog h1,
#searchPage .dialog h2,
#searchPage .dialog h3,
#searchPage .dialog h4,
#searchPage .dialog h5,
#searchPage .dialog h6,
#searchPage .dialog p {
	margin: 0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding: 0.4em 0px 0.1em 0px;
}
#searchPage .dialog h1 {
	padding-bottom: 0px;
}

#searchPage .dialog h5 {
	color:#9DCB3C;
	font-size:14px;
	line-height:1.2;
}

#searchPage .dialog h3 {
	font-size:16px;
	line-height:1.2;
}

#searchPage .dialog h2, #searchPage .dialog p {
	/*color: #58595b;*/
	color:#FFF;
}
/* End curve borders */


#searchPage .dialog .news h1 {
	color: #58595b;
	font-size: 18px;
	padding-top: 0;
}

#searchPage .dialog .news .tag {
	color: #ffffff;
	font-weight: bold;
}



/* ---------- END WALL OF SCIENCE PAGE SETUP ---------- */




h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

a {
	color: #58595b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

td {
	vertical-align: top;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

textarea {
	width: 100%;
	border: 0;
	background: none;
}

.container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
}

#footer {
	clear: both;

}

#footer .container {
	
	font-size: 11px;
	color: #58595b;
	/*padding-left:400px;*/
	text-align:center;
	margin: 0 auto;
	

	
	/*margin-top: 10px;*/
}

#footer a {
	color: #58595b;
}

.copyright {
	text-align: left;
	
	
}

#nav {
	height: 27px;
	margin-bottom: 10px;
	position: relative;
	z-index: 50;
}


ul.menu {list-style:none; margin:0; padding:0;}
ul.menu * {margin:0; padding:0;}
ul.menu a {display:block; color:#666666; text-decoration:none; padding-right: 0px; font-weight: normal;}
ul.menu li {position:relative; float:left; margin-right:0; list-style:none;}
ul.menu ul {position:absolute; top:30px; left:-18px; right:18px; /*background:#f26522;*/ display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; min-width:115px; width:100%; margin:0;}
ul.menu ul li a {display:block; padding:8px 7px; /*background-color:#eeeeee;*/ color:#ffffff;}
ul.menu ul li a:hover {background-color:#cccccc;}
ul.menu ul ul {left:100%; top:0;}

ul.menu .menulink {/*border:1px solid #aaa; padding:5px 7px 7px; font-weight:bold; background:url(https://e0eaaf.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/header.gif); width:134px*/}

ul.menu .navSeeing {width:171px; height:30px; background:url(https://b0c443.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/nav_seeing.png) no-repeat;}
ul.menu .navSeeing:hover {background:url(https://b0c443.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/nav_seeing.png) no-repeat;}
ul.menu .navSeeingSub {left:11px; background: #00aeef;}
ul.menu .navSeeingSub li a:hover {right:8px; background: #0079c2;}
ul.menu .navSeeingSub ul li a {background: #00aeef;}

ul.menu .navHeroes {width:146px; height:30px; background:url(https://01bfd6.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/nav_heroes.png) no-repeat;}
ul.menu .navHeroes:hover {background:url(https://01bfd6.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/nav_heroes.png) no-repeat;}
ul.menu .navHeroesSub {background: #13a097;}
ul.menu .navHeroesSub li a:hover {right:8px; background: #096d67;}
ul.menu .navHeroesSub ul li a {background: #13a097;}

ul.menu .navScience{width:142px; height:30px; background:url(https://6cd901.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/nav_science.png) no-repeat;}
ul.menu .navScience:hover {background:url(https://6cd901.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/nav_science.png) no-repeat;}
ul.menu .navScienceSub {background: #9cc93c;}
ul.menu .navScienceSub li a:hover {right:8px; background: #7b9d3a;}
ul.menu .navScienceSub ul li a {background: #9cc93c;}


ul.menu .navVoice {width:128px; height:30px; background:url(https://193ad4.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/nav_competitions.png) no-repeat;}
ul.menu .navVoice:hover {background:url(https://193ad4.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/nav_competitions.png) no-repeat;}
ul.menu .navVoiceSub {background: #f8d003;}
ul.menu .navVoiceSub li a {color:#000;}
ul.menu .navVoiceSub li a:hover {right:8px; background: #ad9100; color:#FFF;}
ul.menu .navVoiceSub ul li a {background: #f8d003; width:167px;}



ul.menu .navPlay {width:141px; height:30px; background:url(https://e9187e.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/nav_play.png) no-repeat;}
ul.menu .navPlay:hover {background:url(https://e9187e.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/nav_play.png) no-repeat;}
ul.menu .navPlaySub {background: #ee8f1d;}
ul.menu .navPlaySub li a:hover {background: #a16109;}
ul.menu .navPlaySub ul li a {background: #ee8f1d;}

ul.menu .navExperiment {width:115px; height:30px; background:url(https://385fda.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/nav_experiment.png) no-repeat;}
ul.menu .navExperiment:hover {background:url(https://385fda.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/nav_experiment.png) no-repeat;}
ul.menu .navExperimentSub {background: #e71b23;}
ul.menu .navExperimentSub li a:hover {background: #99090c;}
ul.menu .navExperimentSub ul li a {background: #e71b23;}

ul.menu .navGas {width:157px; height:30px; background:url(https://e8a6c1.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/nav_gas.png) no-repeat;}
ul.menu .navGas:hover {background:url(https://e8a6c1.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/nav_gas.png) no-repeat;}
ul.menu .navGasSub {right:8px; background: #991f23;}
ul.menu .navGasSub li a:hover {right:8px; background: #580000;}
ul.menu .navGasSub ul li a {background: #991f23;}
ul.menu .navGasSub ul {left:-100%; right:0; width:167px; top:0;}

ul.menu .menulink:hover, ul.menu .menuhover {/*background:url(https://2e8728.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/header_over.gif)*/}
ul.menu .sub {background:#d1d1d1 url(https://636f91.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/arrow.gif) 90% 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}


#banner {
	height: 160px;
	position: relative;
	z-index: 10;
	background: url(https://22ea5f.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/home_banner.png) no-repeat;
}

#banner a {
	width: 100%;
	height: 160px;
	display: block;
}

#userAccount {
	width: 980px;
	height: 30px;
	margin-top: -20px;
	margin-bottom: 10px;
	padding: 0 10px;
	background: url(https://74a269.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/user_bar.png) no-repeat;
	position: relative;
	z-index: 20;
	line-height: 30px;
}

#userAccount input {
	width: 100px;
	height: 12px;
}

#userAccount ul {
	margin: 0;
	padding: 0;
}

#userAccount li {
	float: left;
	list-style: none;
	padding-left: 5px;
}

#userAccount img {
	vertical-align: middle;
}

#userAccount a {
	display: block;
	margin-top: 7px;
}

#userAccount a img {
	margin-top: -2px;

}

#userAccount a.login {
	width: 40px;
	height: 20px;
	background: url(https://af8b58.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/login.png) no-repeat;
}

#userAccount a.login:hover {
	background: url(https://8721d8.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/login_hvr.png) no-repeat;
}

#userAccount a.register {
	width: 50px;
	height: 20px;
	background: url(https://f89771.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/register.png) no-repeat;
}

#userAccount a.register:hover {
	background: url(https://5efb63.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/register_hvr.png) no-repeat;
}

#userAccount a.forgot {
	width: 100px;
	height: 20px;
	background: url(https://5cf239.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/forgot.png) no-repeat;
}

#userAccount a.forgot:hover {
	background: url(https://dbdc02.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/forgot_hvr.png) no-repeat;
}

#userAccount a.newsletter {
	width: 90px;
	height: 20px;
	background: url(https://2b14a5.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/newsletter.png) no-repeat;
}

#userAccount a.newsletter:hover {
	background: url(https://3fdaaf.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/newsletter_hvr.png) no-repeat;
}

#userAccount a.go {
	width: 25px;
	height: 20px;
	background: url(https://edd7ad.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/go.png) no-repeat;
}

#userAccount a.go:hover {
	background: url(https://4e75a4.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/go_hvr.png) no-repeat;
}


#search {
	float: right;
}

.indexColumn {
	float: left;
	margin-right: 13px;
	margin-top: 10px;
}

.indexScience {
	width: 225px;
	height: 125px;
	padding: 30px 15px 10px 253px;
	background: url(https://ae5d0e.claudeassets.com/20150108125055im_/http://itsnotmagicitsscience.com/images/index_science.png) no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #58595b;
	line-height: normal;
}

.indexScience ul {
	margin: 0;
	padding: 0;
}

.indexScience li {
	list-style: none;
	border-top: 1px dotted #fff;
	padding: 5px 0;
}

.indexScience a {
	color: #58595b;
}

.indexScience a:hover {
	color: #222222;
}

.date {
	font-size: 10px;
	color: #ffffff;
}

.more {
	/*float: right;*/
	font-size: 11px;
}

#side {
	width: 300px;
	float: right;
	color: #58595b;
}

#side h1, #side2 h1 {
	font-size: 18px;
}



#side ul {
	margin: 0;
	padding: 0;
	clear: both;
}

#side li {
	list-style: none;
	border-top: 1px dashed #58595b;
	padding: 0 0 25px;
}

#side li a {
	font-weight: bold;
}

#side2 {
	width: 185px;
	float: left;
	font-size: 13px;
	color: #58595b;
}

#main {
	margin-right: 310px;
}



.voices {
	font-size: 10px;
	float: right;
}




.fltRight {
	float: right;
	margin-left: 5px;
}

.fltLeft {
	float: left;
	margin-right: 5px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}





/*
     FILE ARCHIVED ON 08:15:01 Dec 22, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:26:58 Aug 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.687
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.056
  esindex: 0.01
  cdx.remote: 6.959
  LoadShardBlock: 188.019 (3)
  PetaboxLoader3.datanode: 151.784 (4)
  PetaboxLoader3.resolve: 86.186 (2)
  load_resource: 143.29
*/