* {
	margin: 0;
	padding: 0;
}

/*

IMPORTANT
You must replicate the styles from the default skin within the body tag for those browsers
that don't have Javascript enabled for the theme changer

*/

body {
	font: 67.5% Verdana, Arial, Helvetica, sans-serif;
	background: #00AEF0 url(../images/bg-talk.png) no-repeat center 0;
}

#airlock {
	margin: 0 auto;
	width: 948px;
	position: relative;
}

/*

HTML ELEMENTS

*/

hr {
	display: none;
}

a {
	color: #00AEEF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #369;
	text-decoration: underline;
}

img { 
	border: 0;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*

HEADER

*/

#skip-to-content {
	display: none;
}

#header h1, #header h2, #header h3 {
	text-indent: -9999em;
}

/*

NAVIGATION

*/

#navigation h4 { 
	display: none;
}

/* 

CONTENT

*/
#core {
	float: left;
	width: 100%;
	position: relative;
	font-size: 1.2em;
}

#inner-core {
	float: left;
	width: 948px;
	background: #FFF url(../images/bg-content-dot.png) 630px 0 repeat-y;
	min-height: 393px;
	clear: both;
}

/* 

ALL 1 COLUMN STYLE DEFINITIONS HERE

*/
#core div.home, #core div.forum {
	background-image: none;
}

#content {
	float: left;
	width: 630px;
	display: inline;
}

#content div.hr {
	float: left;
	width: 580px;
	height: 10px;
	display: block;
	background: transparent url(../images/bg-content-dot.png) repeat-x;
	clear: both;
	margin: 10px 0;
}

#content ul li a:hover {
	text-decoration: none;
}

#core h1, #themes h1 {
	color: #00AEF0;
	font-size: 2.1em;
	margin: 0 0 0.2em;
}

#core h2 {
	color: #333;
	font-size: 1.4em;
	margin: 0 0 0.4em;
}

#core h2 a {
	color: #00AEF0;
}

#core h2 a:hover {
	color: #3CF;
	text-decoration: none;
}

#core h3 {
	color: #333;
	font-size: 1.1em;
	margin: 0 0 0.6em;
}

#core h4 {
	color: #333;
	font-size: 1em;
	margin: 0 0 0.8em;
}

#content p {
	margin: 0 0 1.2em 0;
	clear: both;
	display: block;
}

#content p.submit input {
	float: right;
}

#content p.last {
	margin: 0;
}

#content ul  {
	float: left;
	display: block;
	list-style-type: none;
	clear: both;
	width: 560px;
}

#content ul li {
	float: left;
	padding: 3px 20px;
	background: url(../images/bg-li.png) no-repeat 0 8px;
	clear: both;
	width: 90%;
}

#content ul li ul {
	clear: both;
}

#content p img.wrap-left {
	float: left;
	margin: 0 1em 1em 0;
}


#content p img.wrap-right {
	float: right;
	margin: 0 0 1em 1em;
}

#content fieldset {
	border: 0;
	clear: both;
}

#content fieldset label {
	font-weight: bold;
}

#content fieldset label em {
	font-weight: bold;
	font-style: normal;
	color: #ed1c24;
}

#content fieldset input, #content fieldset textarea, #content fieldset select, #content fieldset textarea {
	display: block;
	clear: both;
	font-size: 1.2em;
	font-weight: normal;
	padding: 3px;
	margin: 0.2em 0;
}

#content fieldset input.checkbox {
	display: inline;
	clear: none;
	margin: 2px 4px 0 0;
}

#content fieldset_no_workies p.checkbox_no_workies_bookmark input {
	float: left;
	clear: none;
	margin: 2px 4px 0 0;
}

#content fieldset_no_workies p.checkbox_no_workies_bookmark label {
	float: left;
	clear: none;
	font-weight: normal;
}

input.default-value {
	color: #999;
}

#content ul.breadcrumb {
	float: left;
	clear: both;
	width: 100%;
}

#content ul.breadcrumb li {
	float: left;
	padding: 0!important;
	background: none!important;
	clear: none;
	margin: 0 5px 1em 0;
}


#content ul.breadcrumb li:after {
	content: " >";
}


#content ul.breadcrumb li.last:after {
	content: "";
}
/* 

SHORTCUTS 

*/

#shortcuts div {
	float: left;
	display: block;
	width: 275px;
	min-height: 60px;
	margin: 0 10px 20px 0;
}

#shortcuts div.last {
	margin: 0 10px 0 0;
}

#shortcuts h3, #shortcuts p {
	margin: 0 0 0.2em 80px;
}

#shortcuts p {
	font-size: 0.85em;
}

/*

ACROBAT READER 

*/

div.adobe-acrobat a.adobe-acrobat-button {
	float: left;
	margin: 0 10px 0 0
}

div.adobe-acrobat p {
	float: left;
	clear: none!important;
	font-size: 0.85em;
	padding: 4px 0 0;
}


/* 

RIGHT COLUMN/SUB NAV 

*/

#subnavigation {
	float: right;
	width: 318px;
	display: block;
}

#subnavigation h3 {
	position: absolute;
	float: left;
	width: 290px;
	height: 111px;
	text-indent: -9999em;
}

#subnavigation ul {
	float: left;
	display: inline;
	margin: 115px 0 0 43px;
	list-style-type: none;
}

#subnavigation ul li {
	float: left;
	display: block;
}

#subnavigation ul li a {
	float: left;
	display: inline;
	width: 243px;
	color: #00AEEF;
	padding: 5px 10px 5px 20px;
	text-decoration: none;
	clear: both;
	font-size: 1em;
}

#subnavigation ul li a:hover {
	text-decoration: underline;
}

#subnavigation ul li a:visited {
	color: #369;
}

#subnavigation ul li a.selected {
	color: #FFF;
	font-weight: bold;
	background: url(../images/bg-subnav-selected.png) no-repeat;
}

#subnavigation ul li a.has-children {
	background: none;
	color: #00AEEF;
	font-weight: bold;
}

#subnavigation ul li ul {
	margin: 0 0 0 20px;
}

#subnavigation ul li ul li a {
	width: 223px;
}

#subnavigation ul li ul li a.selected {
	color: #FFF!important;
}


#subnavigation ul li ul li ul li a {
	width: 203px;
}

#subnavigation ul li ul li ul li ul li a {
	width: 183px;
}

#subnavigation a.promo {
	float: left;
	display: inline;
	text-indent: -9999em;
	clear: both;
	margin: 40px 0 15px 26px;
}

#subnavigation a.tell-your-story {
	width: 266px;
	height: 190px;
	background: url(../images/promo-tell-your-story.jpg) no-repeat;
}

#subnavigation a.forum-speak-out {
	width: 266px;
	height: 190px;
	background: url(../images/teens/promo-forum-speak-out.jpg) no-repeat;
}
/* mara added 04/08/09 */
#subnavigation a.have-your-say {
	width: 266px;
	height: 190px;
	background: url(../images/teens/promo-have-your-say.png) no-repeat;
}
/* end mara added 04/08/09 */

#subnavigation a.forum-open-times {
	width: 270px;
	height: 120px;
	background: url(../images/promo-forum-open-times.png) no-repeat;
}

#subnavigation img.corner-image {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* mara added 30/07/09 */
#subnavigation img.have-your-say {
	margin: 10px 0 10px 26px;
}
/* end mara added 30/07/09 */

/* mara added 30/07/09 */
#subnavigation img.subnav-promo {
	margin: 40px 0 10px 26px;
}
/* end mara added 30/07/09 */

/*

FOOTER

*/

#footer {
	float: left;
	display: block;
	background: url(../images/bg-rounded-bottom.png) no-repeat 0 bottom;
	padding: 0 0 7px;
	margin: 9px 0 10px;
}

#sitemap {
	float: left;
	display: block;
	width: 948px;
	height: 142px;
	background: url(../images/bg-sitemap.png) no-repeat;
	color: #FFF;
}

#sitemap ul {
	float: left;
	list-style-type: none;
	margin: 20px 0 0 30px;
	display: inline;
}

#sitemap ul li {
	float: left;
}

#sitemap ul li a {
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

#sitemap ul li ul li a {
	float: left;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

#sitemap ul li a:hover {
	float: left;
	color: #FFF;
	text-decoration: underline;
}

#sitemap ul li ul {
	float: left;
	margin: 0!important;
}

#sitemap ul li.get-help, #sitemap ul li.get-help ul li {
	width: 220px;
}

#sitemap ul li.your-space, #sitemap ul li.your-space ul li, #sitemap ul li.news-media, #sitemap ul li.news-media ul li {
	width: 180px;
}

#sitemap ul li.get-info, #sitemap ul li.get-info ul li, #sitemap ul li.research-publications, #sitemap ul li.research-publications ul li {
	width: 180px;
}

#sitemap ul li.research-publications, #sitemap ul li.research-publications ul li {
	width: 230px;
}

#sitemap ul li.about-us, #sitemap ul li.about-us ul li {
	width: 150px;
}

#sitemap ul li.get-involved, #sitemap ul li.get-involved ul li {
	width: 160px;
}

#sitemap ul li.support-us, #sitemap ul li.support-us ul li {
	width: 110px;
}

#sitemap ul li ul li {
	clear: both;
}

#base {
	float: left;
	display: block;
	width: 948px;
	font-size: 0.9em;
	background: #FFF;
}

#base a.boystown {
	float: left;
	display: inline;
	width: 200px;
	height: 19px;
	background: url(../images/boystown.png) no-repeat;
	text-indent: -9999em;
}

#base ul {
	list-style-type: none;
}

#themes {
	float: left;
	display: block;
	width: 895px;
}

#shadowbox #themes {
	visibility: visible;
}


#themes div  {
	float: left;
	display: block;
	margin: 0 20px 0 0;
}

#themes div.last  {
	margin: 0;
}

#themes div p {
	float: left;
	display: block;
	clear: both;
	margin: 9px 0 0;
	width: 205px;
}

#themes div a {
	float: left;
	display: block;
	width: 205px;
	height: 146px;
	text-indent: -9999em;
	clear: both;
}

#themes div.theme-talk a {
	background: url(../images/theme-thumb_1.png) no-repeat;
}

#themes div.theme-animals a {
	background: url(../images/theme-thumb_2.png) no-repeat;
}

#themes div.theme-dogs a {
	background: url(../images/theme-thumb_3.png) no-repeat;
}

#themes div.theme-purple a {
	background: url(../images/theme-thumb_4.png) no-repeat;
}

#base ul li.last {
	padding-right: 0;
}

/* 

Donation form - mara

*/
.formbox
{
	margin-top:0px;
	border:none;
}
.formbox h2
{
 padding:0;
}
.formbox label
{
	padding-left:8px;
	float:left;
	margin-top:10px;
	display:block;
	margin-left:0;
}
.formbox select
{
	float:left;
	margin-top:10px;
	margin-left:4px;
	border: 1px solid #dbdbd8;
	color:#4c4d4f;
	font-size:11px;
}
.formbox select.choice
{
	width:85px;
	font-weight: bold;
}
.formbox select.hear
{
	width:146px; 
	clear:left; 
	font-size:11px;
}
.formbox input 
{
	border:solid 1px #dbdbd8;
}
.formbox .radiobutton
{
	clear:left;
	float:left;
	margin-left:8px;
	width:100%;
}
.radiobutton .radios
{
	display:block;
	float:left;
	margin-right:5px;
	border: 0;
}
.step2 label
{
	margin-right:20px;
	display:block;
	float:left;
}
.step2 input 
{
	border:solid 1px #dbdbd8;
	margin-right:20px;
}
.radiobutton div
{
	display:block;
	width:25%;
	float:left;
}
.radiobutton .othervalue
{
	float:left;
	border:solid 1px #999;
	width:88px;
}
.notes
{
	width:70%;
	float:left;
	text-align:left;
	font-size: 0.9em;
	padding-left: 55px;
}
.clear
{
	clear:both;
}

/* mara removed 15/07/09 
.divider
{
	background:url(../../images/line-divider.gif) bottom left repeat-x;
	width:100%;
	clear:left;
	height:10px;
	float:left;
}*/
.btnContinue
{
	float:right;
	margin-right:20px;
}
p.bluetxt
{
	color:#00aeef;
	clear:both;
	float:left;
	font-weight:bold;
}
.Submit
{
	float:right;
	margin:20px 0 0 0;
	padding;0;
}

/* ecard  */
#content fieldset.e-card-form p {
	float: left;
	width: 206px;
	clear: none;
}

#content fieldset.e-card-form p.first {
	padding-right: 55px;
}

#content fieldset.e-card-form p.double {
	width: 443px;
}

#content fieldset.e-card-form p label {
	clear: both;
	display: block;
}

#content fieldset.e-card-form p label span.required {
	color: #ed1c24;
}

#content fieldset.e-card-form p input {
	float: left;
	display: block;
	width: 194px;
}

#content fieldset.e-card-form p select {
	float: left;
	display: block;
	width: 443px;
}

#content fieldset.e-card-form input.send-e-card {
	padding-left: 0;
}

/* reference citations mara added to teens 24/06/09 
   moved to global 9/12/09 */

ol.ref{
	font-size: 0.85em;
	list-style-type:decimal;
	margin-left: 30px;
}

ol.numbered {
	font-size: 1em;
	list-style-type:decimal;
	margin-left: 25px;
}

.imagefloat {
	position: absolute; 
	margin-left:400px;
	float:right;
}