/*
---------------------------------------------------------------------------------
Talk Science - 01/08/08
---------------------------------------------------------------------------------*/

/*
GENERIC
---------------------------------------------------------------------------------*/

body {
	background: #fff;
	background: #D2D3D5;
	}
	
/*layout*/

.wrap {
	max-width: 1020px;
	min-width: 990px;
	margin: 0 auto;
	}
	
#content {
	background: #fff;
	padding: 20px 0 20px 0;
	line-height: 175%;
	min-height: 300px;
	}
	
/*links*/

a {
	color: #0094DA;
	text-decoration: underline;
	}

a:hover {
	color: #ED141C;
	text-decoration: underline;
	}
	
/*typography*/
	
abbr {
	border-bottom: 1px dashed #666;
	cursor: help;
	}
	
a abbr {
	border-bottom: 0;
	}
	
strong, .highlight {
	font-weight: bold;
	}
	
.note {
	color: #ED141C;
	font-weight: bold;
	text-decoration: none;
	}
	
#main .form div.note {
	margin: 2em 0 0 0;
	}
	
/*
LOGOS
---------------------------------------------------------------------------------*/	

/*sml logo*/
	
#smllogo a {
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: none;
	width: 356px;
	height: 31px;
	margin: 16px 0 79px 0;
	}
	
/*talk science*/
	
#logo {
	background: #0094DA url(/themes/talkscience/images/graphics/bg_header_new.gif) top center repeat-x;
	clear: both;
	padding: 0 20px 4px 0;
	}
	
h1 a {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: none;
	margin: 10px 0 0px 20px;
	width: 213px;
	height: 187px;
	}
	
/*tagline*/
	
#logo p {
	display: none;
	}

/*
MAIN NAV
---------------------------------------------------------------------------------*/

#navcontainer {
	background: #ED141C url(/themes/talkscience/images/graphics/bg_logo.gif) top center repeat-x;
	border-bottom: 5px solid #EBEBEB;
	padding-top: 8px;
	}
	
#mainnav {
	float: left;
	}

#mainnav ul {
	margin-left: 15px;
	}	
	
#mainnav li {
	float:left;
	margin: 0 3px 0 0;
	background: #EF3239 url(/themes/talkscience/images/graphics/menu_off_left.gif) top left no-repeat;
	}
	
#mainnav li.active {
	background: #EBEBEB url(/themes/talkscience/images/graphics/menu_on_left.gif) top left no-repeat;;
	}
	
#mainnav li.account {
	background: #D01219 url(/themes/talkscience/images/graphics/menu_account_left.gif) top left no-repeat;;
	}
	
#mainnav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
	padding: 6px 7px 4px 7px;
	background: url(/themes/talkscience/images/graphics/menu_off_right.gif) top right no-repeat;
	float:left;
	border-bottom: 2px solid #ED141C;
	}
	
#mainnav li.active a {
	background: url(/themes/talkscience/images/graphics/menu_on_right.gif) top right no-repeat;
	border-bottom: 2px solid #EBEBEB;
	}
	
#mainnav li.account a {
	background: url(/themes/talkscience/images/graphics/menu_account_right.gif) top right no-repeat;
	border-bottom: 2px solid #D01219;
	}
	
#mainnav li.active a, #mainnav li.active a:hover {
	color: #000;
	}
	
#mainnav a:hover {
	text-decoration: underline;
	}
	
/*
SEARCH
---------------------------------------------------------------------------------*/

#searchquery {
	padding: 1px 2px;
	border: 1px solid #7F7F7F;
	width: 8em;
	margin: 3px 5px 0 0;
	font-size: 90%;
	}

#search {
	float: right;
	background: #EF3239 url(/themes/talkscience/images/graphics/menu_off_left.gif) top left no-repeat;
	padding-left: 7px;
	margin-right: 10px;
	position: relative;
	z-index: 10;
	}
	
#search .form {
	background: transparent url(/themes/talkscience/images/graphics/menu_off_right.gif) no-repeat scroll 100% 0;
	float: left;
	padding-right: 7px;
	}
	
#search .searchsubmit { background: transparent; border: 0 none; color: #fff; font-weight: bold; margin: 0; }
	
/*search options dropdown*/
#searchmenu {
	float: left;
	background: url(/themes/talkscience/images/graphics/menu_off_right.gif) top right no-repeat;
	}

#searchmenu ul {
	list-style: none;
	float: left;
	}
	
#searchmenu h2 {
	padding: 6px 0px 6px 0px;
	}
	
#searchmenu h2 a {
	float: left;
	color: #fff;
	text-decoration: none;
	}
	
#searchbutton {
	padding-right: 5px;
	line-height: 1em;
	color: #000;
	float: left;
	}
	
#searchoptions {
	text-indent: -9999px;
	overflow: hidden;
	background: url(/themes/talkscience/images/graphics/search_options2.gif) center center no-repeat;
	margin: 2px 5px 0 0;
	width: 10px;
	height: 11px;
	}
	
/*
PROCESS GRAPHIC
---------------------------------------------------------------------------------*/
	
#process {
	background: #fff;
	border-bottom: 1px solid #D9D9D9;
	margin: 0 20px 20px 20px;
	position: relative;
	}
	
#question {
	float: right;
	margin-bottom: 20px;
	z-index: 1;
	}
	
#intro {	
	color: #333;
	font-size: 125%;
	font-weight: bold;
	}

#processlist {
	margin-bottom: 20px;
	}
	
#processlist li {
	clear: left;
	line-height: 1.2em;
	padding-top: 5px;
	}
	
#processlist span {
	float: left;
	color: #0094DA;
	font-size: 350%;
	font-weight: bold;
	padding-top: 8px;
	line-height: 1em;
	}
	
#processlist div {
	float: left;
	text-transform: lowercase;
	padding-left: 10px;
	padding-top: 15px;
	}	
	
#processlist h3 {
	margin-bottom: 5px;
	}
	
#processlist h3 a {
	text-decoration: none;
	font-size: 160%;
	}
	
#processlist p a {	
	color: #59595B;
	font-size: 110%;
	font-weight: bold;
	}
	
/*
MAIN
---------------------------------------------------------------------------------*/

#main {
	width: 100%;
	margin-right: -275px;
	float: left;
	}
	
#main2 {
	margin-right: 275px;
	padding: 20px 20px 0 20px;
	background: #fff
	}

/*spacing*/
	
#main p, #main dl, #main ul, #main ol, .header {
	margin-bottom: 1em;
	}
	
#main ul.nav, #main .header ul {
	margin-bottom: 0;
	}
	
/*typography*/

#main h2 {
	color: #ED141C;
	font-size: 145%;
	float: left;
	}
	
#main h2.alternate {
	color: #68686A;
	}
	
#main h2 span {
	font-size: 70%;
	color: #000;
	font-weight: normal;
	}
	
/*sections*/

#main .section {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	clear: both;
	}
	
#main .section.first {	
	border: 0;
	padding-top: 0;
	margin: 0;
	}
	
#main .divider, #main .listing li {	
	clear: both;
	border-top: 1px dashed #D9D9D9;
	padding-top: 20px;
	padding-bottom: 10px;
	}
	
#main .related .listing li {
	border: 0;
	}
	
#main .divider2 {	
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
/*header*/
	
.titlelink a {
	float: right;
	background: url(/themes/talkscience/images/graphics/arrow_blue.gif) right center no-repeat;
	padding-right: 15px;
	font-weight: bold;
	}
	
.titlelink.alternate a {
	background: url(/themes/talkscience/images/graphics/arrow_red.gif) right center no-repeat;
	}
	
.titlelink.alternate a {
	color: #ED141C;
	}
	
.titlelink.alternate a:hover {
	color: #000;
	}
	
.register_now {
	float: right;
	}
	
.register_now a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/themes/talkscience/images/graphics/register_button.gif) 0 0 no-repeat;
	margin: 10px 0 10px 10px;
	width: 118px;
	height: 34px;
	}
	
#main .list li {
	background: url(/themes/talkscience/images/graphics/arrow_blue.gif) left center no-repeat;
	padding-left: 15px;
	font-weight: bold;
	clear: both;
	}
	
#main h3 {
	margin-bottom: 5px;
	font-size: 110%;
	}

#main .meta {
	float: left;
	clear: left;
	font-size: 85%;
	}
	
#main .meta span {	
	font-weight: bold;
	}
	
#main .news .meta {
	float: none;
	margin-bottom: 1em;
	}

#main .time {
	float: right;
	margin: 0;
	font-weight: bold;
	font-size: 85%;
	}
	
#main .rating {
	clear: left;
	}
	
#main .video {
	float: right;
	margin: 0 0 10px 20px;
	}
	
#main .description {	
	clear: left;
	margin-top: 10px;
	}
	
#main .description ol {
  list-style-type: decimal;
  list-style-position: inside;
	}
	
#main .description ul {
  list-style-type: disc;
  list-style-position: inside;
	}	
	
#main .more {
	float: left;
	}
	
#main .more a {
	background: url(/themes/talkscience/images/graphics/arrow_blue.gif) left center no-repeat;
	padding-left: 15px;
	padding-right: 20px;
	font-weight: bold;
	}
	
#main .commentlink {
	float: left;
	}
	
#main .commentlink a {
	color: #ED141C;
	padding-left: 22px;
	background: url(/themes/talkscience/images/graphics/bubble.gif) left center no-repeat;
	float: left;
	padding-bottom: 3px;
	}
	
#main .commentlink a:hover {
	color: #000;
	}
	
/*welcome*/
	
#main .actionnav li {
	padding-right: 20px;
	}
	
/*title*/
#main .title {
	padding-bottom: 1em;
	}

.title .commentlink {
	margin-left: 15px;
	}
	
#main .title h2 {
	margin-bottom: .25em;
	}
	
#main .title .rating {
	float: left;
	clear: none;
	margin-left: 10px;
	margin-top: 3px;
	}
	
/*download*/

#main .download {
	text-align: center;
	font-weight: bold;
	padding: 25px 0;
	}
	
#main .download a {
	color: #ED141C;
	padding: 10px 0;
	}
	
#main .download a.pdf {
	background: url(/themes/talkscience/images/graphics/pdf.gif) left center no-repeat;
	padding-left: 40px;
	}
	
#main .download a.url {
	background: url(/themes/talkscience/images/graphics/url.gif) left center no-repeat;
	padding-left: 40px;
	}
	
/*list options*/
	
.listoptions {
	margin-bottom: 1em;
	}
	
/*pages*/

.pages {
	float: right;
	font-weight: bold;
	font-size: 95%;
	}
	
#main .pages h3 {
	font-size: 100%;
	}
	
.pages li {
	float: left;
	padding: 0 3px;
	}
	
.pages span {
	font-weight: normal;
	}
	
.pages a {
	color: #ED141C;
	}
	
.pages a:hover {
	color: #000;
	}
	
/*sortby*/
	
#main .sortby {
	clear: both;
	line-height: 1em;
	font-size: 90%;
	}
	
#main .sortby h3 {
	font-size: 100%;
	}
	
#main .sortby li {
	float: left;
	}
	
#main .sortby h3, #main .sortby label, #main .sortby input {
	float: left;
	margin-right: 10px;
	}
	
#main .sortby h3, #main .sortby label {
	margin-top: 2px;
	line-height: 1.4em;
	}

#main #sort_submit {
	/*display: none;*/
	}
	
#main .sortby label {	
	margin-right: 5px;
	}
	
#main .sortby .radio:lang(en) {
	margin-top: 4px;
	}
	
/*listing*/

#main .listing h3 {	
	float: left;
	margin-right: 20px;
	}
	
#main .listing .commentlink {
	float: left;
	}
	
#main .listing .rating {
	float: right;
	clear: none;
	}

#main .listing .meta {
	clear: both;
	}
	
#main .listing .description {
	clear: both;
	}
	
#main .listing .tags {
	font-size: 85%;
	}
	
#main .listing .tags span {
	font-weight: bold;
	}
	
/*comments*/

#main .comments h3 {
	font-size: 100%;
	}

#main .report {
	margin-bottom: .5em;
	}
	
#main .report a {
	color: #ED141C;
	font-weight: bold;
	font-size: 85%;
	}
	
/*add a comment*/

#addacomment {
	margin-top: 20px;
	padding-top: 20px;
	clear: both;
	}

#addacomment textarea {
	width: 99%;
	margin: 10px 0;
	overflow: auto;
	}
	
.commentsubmit {
	float: right;
	font-weight: bold;
	}
	
/*commentrating*/
#commentrating {
	margin-top: 5px;
	}

#commentrating h3, #commentrating li {
	float: left;
	margin-right: 5px;
	line-height: 1em;
	}
	
#commentrating h3 {
	margin-right: 10px;
	}
	
/*turn off radio buttons and add rating images*/
#commentrating input {
	display: none;
	}
	
#commentrating ul {
	position: relative;
	float: left;
	width: 132px;
	height: 20px;
	background: url(/themes/talkscience/images/graphics/commentrate.gif) 0 0 no-repeat;
	margin-top: -3px;
	}
	
#commentrating ul.onestar {	background-position: -110px 0;}
#commentrating ul.twostar {	background-position: -88px 0;}
#commentrating ul.threestar {	background-position: -66px 0;}
#commentrating ul.fourstar { background-position: -44px 0;}
#commentrating ul.fivestar { background-position: -22px 0;}
#commentrating ul.sixstar { background-position: 0 0;}
	
#commentrating label {
	position: absolute;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: none;
	width: 21px;
	height: 20px;
	margin-right: 1px;
	z-index: 200;
	}
	
#commentrating label.one {left: 0;}
#commentrating label.two {left: 22px;}
#commentrating label.three {left: 44px;}
#commentrating label.four {left: 66px;}
#commentrating label.five {left: 88px;}
#commentrating label.six {left: 110px;}
	
#commentrating label:hover {
	z-index:2;
	left: 0;
	width: 132px;
	background: url(/themes/talkscience/images/graphics/commentrate.gif) 0 0 no-repeat;
	cursor: pointer;
	}
	
#commentrating label.one:hover {background-position: -110px 0;}
#commentrating label.two:hover {background-position: -88px 0;}
#commentrating label.three:hover {background-position: -66px 0;}
#commentrating label.four:hover {background-position: -44px 0;}
#commentrating label.five:hover {background-position: -22px 0;}
#commentrating label.six:hover {background-position: 0 0;}
	
/*search*/

.searchtitle {
	border: 1px solid #eee;
	border-width: 0 1px 1px 0;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 66%;
	color: #fff;
	line-height: 1.5em;
	margin: 2px 0 0 10px;
	padding: 1px 3px 2px 4px;
	background: #999;
	}
	
/*notice*/

.notice {
	background: #FFFFD6;
	padding: 10px 10px 12px 10px;
	margin-bottom: 2em;
	border: 1px solid #E5E5C1;
	}
	
.section .notice {
	margin-bottom: 1em;
	}
	
.notice span {
	font-weight: bold;
	}
	
.notice a {
	color: #ED141C;
	}
	
.notice a:hover {
	color: #000;
	}
	
#main .notice h2 {
	font-size: 100%;
	color: #000;
	}
	
#main .notice p {
	clear: both;
	margin: 0;
	}
	
#main .notice .nav {
	padding: 3px 0;
	}
	
#main .notice .nav li {
	padding-left: 7px;
	border-left: 1px solid #E5E5C1;
	margin-left: 7px;
	}
	
#main .notice .nav li.first {
	padding-left: 0;
	border-left: 0;
	margin-left: 0;
	}
	
#main .notice .nav a {
	font-weight: bold;
	}
	
#main .error {
  color: Red;
	background: #fff;
	border: 1px solid #ED141C;
	}
	
#main .form .error p a {
	color: #ED141C; 
	}
	
#main .form .error p a:hover {
	color: #000; 
	}
	
.current a {
	color: #0094DA;
	text-decoration: none;
	}	
	
#main .current {
	background: #fff;
	border: 1px solid #0094DA;
	}
	
#main .form .current p a {
	color: #0094DA;
	}
	
#main .form .current p a:hover {
	color: #000; 
	}	
	
.delete {
	text-align: right;
	font-size: 80%;
	padding-top: .5em;
	}
	
.delete a {
	padding: 3px 22px 5px 0;
	background: url(/themes/talkscience/images/graphics/delete.gif) right center no-repeat;
	}
	
/*profile listing*/

.profile dt {
	float: left;
	clear: left;
	width: 24%;
	font-weight: bold;
	padding: 6px 0 0 0;
	border-top: 1px dashed #D9D9D9;
	}
	
.profile dd {
	float: left;
	width: 75%;
	padding: 5px 0 5px 0px;
	border-top: 1px dashed #D9D9D9;
	}
	
.summarylist h3 {
	float: left;
	}
	
.summarylist li {
	background: url(/themes/talkscience/images/graphics/arrow_blue.gif) left center no-repeat;
	padding: 5px 0 5px 15px;
	line-height: 1.2em;
	clear: both;
	}
	
.summarylist li.all {
	background: url(/themes/talkscience/images/graphics/arrow_red.gif) left center no-repeat;
	}
	
.summarylist li.all a {
	color: #ED141C;
	}
	
.summarylist li.all a:hover {
	color: #000;
	}
	
.summarylist a.title {
	font-weight: bold;
	}
	
.summarylist a.comment {
	color: #ED141C;
	background: url(/themes/talkscience/images/graphics/bubble.gif) left center no-repeat;
	padding: 0 0 3px 22px;
	margin: 0 5px;
	}
	
.summarylist a.comment:hover {
	color: #000;
	}
	
.summarylist span {
	font-weight: bold;
	}
	
/*forum*/
	
#main .forum .pages {
	width: 100%;
	padding-bottom: 20px;
	}

#main .forum table {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
	}
	
#main .forum td, #main .forum th {
	border-bottom: 1px dashed #ccc;
	max-width: 250px;
	}
	
#main .forum td, #main .forum th {
	padding: 5px 10px 5px 0;
	}
	
#main .forum td.latest {
	font-size: 85%;
	}
	
#main .fullforum {
	border-top: 1px dashed #ccc;
	}
	
#main .fullforum td {
	vertical-align: top;
	padding-top: 1em;
	}
	
#main .fullforum p {
	line-height: 1.5em;
	margin-bottom: 1em;
	}
	
#main .fullforum .date, #main .fullforum .forummeta a {
	font-weight: bold;
	}
	
#main .fullforum .forummeta {
	padding-right: 1em;
	/*border-right: 1px dashed #ccc;*/
	width: 150px;
	}
	
#main .fullforum .post {
	padding-left: 1em;
	font-size: 95%;
	}
	
/*your content*/

#main .yourcontent .pages {
	float: left;
	width: 100%;
	}
	
#main .yourcontent .pages li {
	padding: 0 6px 0 0;
	}
	
/*bold submit buttons*/

input.highlight  {
	font-weight: bold;
	}
	
/*colleague list*/

.colleaguelist {
	border-top: 1px dashed #ccc;
	}

.colleaguelist li {
	border-bottom: 1px dashed #ccc;
	padding: 5px 0;
	text-align: right;
	}

.colleaguelist li span {
	display: block;
	float: left;
	font-weight: bold;
	}
	
a.remove {
	color: #ED141C;
	}

a.remove:hover {
	color: #000;
	}
		
.colleaguelist a.remove {
	font-weight: normal;
	}
	
/*inbox*/

.unread {
	font-weight: bold;
	}
	
/*.pagenav*/

.pagenav li {
	padding: 0 7px;
	border-left: 1px solid #999;
	}
	
.pagenav li.first {
	padding-left: 0;
	border-left: 0;
	}
	
.pagenav a {
	font-weight: bold;
	color: #ED141C;
	}
	
.pagenav a:hover {
	color: #000;
	}
	
/*
EXTRAS
---------------------------------------------------------------------------------*/

#extras {
	float: right;
	width: 239px;
	padding: 10px 20px 10px 0;
	line-height: 1.75em;
	}
	
/*find a class resource*/

#find {
	background: #0094DA url(/themes/talkscience/images/graphics/find_bg.gif) top center repeat-y;
	color: #fff;
	margin-bottom: 10px;
	}
	
#findtop {
	background: url(/themes/talkscience/images/graphics/find_top.gif) 50% 0 no-repeat;
	padding-top: 14px;
	}
	
#find h2 {
	margin: 0 20px 0 20px;
	padding-bottom: 11px;
	border-bottom: 1px solid #49AFDF;
	background: url(/themes/talkscience/images/graphics/magnify.gif) top right no-repeat;
	}
	
#find h3 {
	padding-bottom: 10px;
	clear: left;
	}
	
#find .form {
	background: url(/themes/talkscience/images/graphics/find_bottom.gif) bottom center no-repeat;
	}
	
#find #resourceform {
	padding: 10px 20px 15px 20px;
	}
	
#find .resourcequery {
	width: 192px;
	border: 1px solid #007BB5;
	padding: 2px;
	}

#find #keystage {
	padding: 10px 0 10px 0;
	}
	
#find #keystage h3 {
	float: left;
	padding-right: 5px;
	}

#find label {
	padding-right: 5px;
	}
	
#find .resourcesubmit {
	float: right;
	}
	
#find input.checkbox {
	line-height: 1em;
	vertical-align: middle;
	}
	
#find #resourcesubmit {
	float: right;
	text-indent: -9999px;
	background: #000 url(/themes/talkscience/images/graphics/go.gif) top left no-repeat;
	height: 28px;
	width: 49px;
	cursor: pointer;
	overflow: hidden;
	margin-top: 10px;
	}
	
#find #resourcesubmit:hover {
	background-position: 0 -28px; 
	}

/*sections*/

#extras .section {
	padding: 5px 10px 10px 10px;
	
	}
	
#extras .section h2 {
	border-top: 1px solid #ccc;
	padding: 15px 0 5px 0;
	}
	
#extras .section h2.first {
	border-top: 0;
	padding-top: 0;
	}
	
#extras .section li {
	border-top: 1px solid #EAEAEA;
	padding: 5px 0;
	clear: both;
	}
	
#extras .section li li {
	border: 0;
	padding-bottom: 0;
	clear: both;
	}
	
#extras .section li.first {
	border: 0;
	}
	
#extras .section h3 {
	float: left;
	}
	
#extras .section .rating {
	float: right;
	width: 50px;
	line-height : 1em;
	}
	
#extras .section .meta {
	clear: both;
	font-size: 85%;
	}
	
#extras .section .meta li {
	padding-top: 0;
	}
	
#extras .section .date {
	border-right: 1px solid #999;
	padding-right: 5px;
	margin-right: 5px;
	font-weight: bold;
	}
	
#extras .section .tags {
	clear: both;
	font-size: 85%;
	}
	
#extras .section h4 {
	display: inline;
	}
	
#extras .section .title {
	clear: both;
	font-size: 85%;
	font-weight: bold;
	}
	
#extras .section .title a {
	font-weight: normal;
	}
	
#extras .section p {
	clear: both;
	font-size: 95%;
	}
	
#extras .account h3 {
	font-size: 85%;
	font-weight: normal;
	padding-bottom: 3px;
	}
	
#extras .account h2 {
	padding-bottom: 0;
	}
	
#extras .account li {
	padding: 10px 0;
	line-height: 1.2em;
	}
	
#extras .account li span {
	font-size: 85%;
	}
	
#extras .account ul {
	padding: 0 0 5px 0;
	}
	
#extras .account li li {
	padding: 0;
	line-height: 1.6em;
	}
	
#extras .account ul ul {
	padding: 0;
	}

#extras .account li.active a {
	font-weight: bold;
	color: #ED141C;
	}
	
/*
FORMS
---------------------------------------------------------------------------------*/

#main .form {
	padding-top: 2em;
	}

#main .form input.txt, #main .form textarea, #main .form select {
	border: 1px solid #999;
	padding: 2px;
	}
	
#main .form input.txt:focus, #main .form textarea:focus {
	border: 1px solid #ED141C;
	}
	
#main .form input.txt, #main .form textarea {
	width: 400px;
	}
	
#main .form label {
	font-weight: bold;
	display: block;
	line-height: 1.2em;
	margin-bottom: .5em;
	}
	
#main .form ul {
	padding: .5em 0 1em 0;
	}
	
#main .form ul label {
	float: left;
	margin-right: 5px;
	}
	
#main .form li {
	float: left;
	margin-right: 15px;
	vertical-align: text-top;
	}
	
#main .form ul input.checkbox, #main .form ul input.radio {
	float: left;
	}
	
/*radiolist*/
	
#main .form ul.radiolist li {
	float: none;
	clear: left;
	padding: 3px 0;
	}
	
#main .form ul.radiolist label {
	font-weight: normal;
	padding-left: 10px;
	}
	
/*related list*/

#main div#related {
	border: 1px solid #000;
	padding: 10px 20px 0px 20px;
	}

#main .form ul.relatedlist {
	margin: 0;
	padding: 10px 0;
	line-height: 1.2em;
	}

#main .form ul.relatedlist li {
	float: none;
	border-top: 1px dashed #ccc;
	padding: 10px 0;
	clear: both;
	}
	
#main .form ul.relatedlist li.first {
	border-top: 0;
	padding: 0 0 10px 0;
	}
	
#main .form .relatedlist label {
	width: 180px;
	padding: 0 0 0 10px;
	float: left;
	}
	
#main .form .relatedlist a {
	float: left;
	}
	
#main .form div.moreinfo {
	margin: 0;
	float: left;
	}
	
.moreinfo {
	position: relative;
	float: left;
	}
	
.moreinfo h4 {
	font-weight: normal;
	}
	
.moreinfo a {
	line-height: 1.2em;
	padding-left: 10px;
	}
	
.moreinfo p {
	display: none;
	}
	
.moreinfo:hover p {
	display: block;
	position: absolute;
	top: 0;
	left: 120%;
	border: 1px solid #000;
	padding: 5px;
	background: #fff;
	width: 300px;
	line-height: 1.5em;
	text-decoration: none;
	color: #000;
	font-size: 85%;
	}
	
#main .form h3 {
	font-size: 100%;
	line-height: 1.2em;
	}
	
#main .form  h3.onlyheader {
	padding-bottom: 1em;
	}
	
#main .form div {
	margin-bottom: 2em
	}
	
#main .form p {
	font-size: 85%;
	line-height: 1.5em;
	}
	
#main .form p span {
	color: #ED141C;
	}
	
#main .form p a {
	color: #000;
	}
	
#main .form p a:hover {
	color: #ED141C;
	}
	
#main .form .nohighlight label {
	font-weight: normal;
	padding-bottom: .5em;
	}
	
#main .form textarea.tinymce {
	width: 98%;
	}
	
#main .form2 {
	padding-top: 1em;
	}
	
#main .form2 input.txt {
	width: 300px;
	}

/*LEA DROPDOWN*/

/*turned off by default*/
	
#lea p.leaHeading { font-size: 101%; font-weight: bold; line-height: 1.2em; margin-bottom: .5em; }
#main #leaSelector { margin-bottom: 0; }
#main #leaSelector label { color: #ED141C; float: left; font-size: 85%; font-weight: normal; line-height: 175%; margin-right: 1em; }
#leaSelector select { float: left; }
	
/*
FOOTER
---------------------------------------------------------------------------------*/

#footer {
	padding: 20px 0;
	color: #BFE4F6;
	line-height: 2em;
	background: #0094DA;
	}
	
#footer h2 {
	color: #fff;
	}
	
#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #BFE4F6;
	}

	
#footer h2, #footer p, #footer ul {
	margin-bottom: 1em;
	}
	
#footer p, #footer ul {
	font-size: 95%;
	}
	
#footer a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
	}

#footer .section {
	float: left;
	width: 33%;
	}
	
#footer .section2 {
	padding: 0 20px 0 20px;
	border-left: 1px solid #33A9E1;
	}
	
#footer .first {
	border: 0;
	}

/*bplogo*/

#bplogo a, #bplogo a:hover {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/themes/talkscience/images/graphics/bp_logo.gif) 0 0 no-repeat;
	margin-top: 10px;
	width: 208px;
	height: 103px;
	border: 0;
	}
	
/*arrow list*/

#footer .list li {
	background: url(/themes/talkscience/images/graphics/arrow_white.gif) left .75em no-repeat;
	padding-left: 12px;
	}

/*blog*/

#footer h3 {
	float: left;
	}

#footer .date {
	float: right;
	}
	
#footer .description {
	clear: both;
	}
	
/*newsletter*/

#footer .newsletteremail {	
	float: left;
	margin-right: 10px;
	border: 1px solid #007BB5;
	padding: 2px;
	}

#footer .newslettersubmit {
	float: left;
	text-indent: -9999px;
	background: #000 url(/themes/talkscience/images/graphics/newsletter_go.gif) top left no-repeat;
	height: 23px;
	width: 43px;
	cursor: pointer;
	overflow: hidden;
	}
	
#footer #resourcesubmit:hover {
	background-position: 0 -23px; 
	}
	
/*LEA Index*/
.leaIndex li span { font-size: 85%; font-weight: normal; margin-left: 1em; }
	
/*Alphabetical pagination*/

.alphabeticalPage { font-size: 85%; }
.alphabeticalPageBottom { border-top: 1px dashed #D9D9D9; }
.alphabeticalPage li { display: block; float: left; margin-right: 1.1em; }
.alphabeticalPage li.last { margin-right: 0em; }
.alphabeticalPage a { color: #ED141C; }
.alphabeticalPage a:hover { color: #000; text-decoration: none; }
.alphabeticalPage .active a { color: #000; text-decoration: none; }

/* Tag Selection */
.tagSelect
{
  width: 40%;
}

.tagSelect label
{
  display: inline !important;
  margin-right: 5px !important;
  font-weight: bold;
}

.tagSelect input
{
  display: inline !important;
}

/* Editable Content */
#main .nmsiContent ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 15px;
	font-weight: bold;
	clear: both;
	}
	
#main .nmsiContent ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 15px;
	font-weight: bold;
	clear: both;
	}
	
#main .nmsiContent ul.list, ol.list {
	list-style-type: none !important;
	padding-left: 15px;
	font-weight: bold;
	clear: both;
	}
	
#footer .nmsiContent ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 12px;
	}
	
#footer .nmsiContent ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 12px;
	}
	
#footer .nmsiContent ul.list, ol.list {
  list-style-type: none;
  list-style-position: inside;
	padding-left: 12px;
	}
