/*

Theme Name: Superheroes Inc.
Theme URI: http://www.superheroes.com.au/
Description: Blue Tights. Red Boots.
Author: Adam Schilling
Author URI: http://www.designstorm.com.au/
Version: 1.0

	Superheroes Inc. v1.0
		Creative Commons Attribution-NonCommercial-ShareAlike 2.1 Australia License.
		http://creativecommons.org/licenses/by-nc-sa/2.1/au/
	
*/


/* ---------------{ Global White Space Reset  }--- */

* {
	margin: 0;
	padding: 0;
	}

/* ------------------{ HTML is an element too }--- */

html {
	height: 100%;
	}

/* -------------------------{ Body Definition }--- */

body {
	background: #002142 url('/images/body-bg.gif'); /* dark navy */
	color: #fff; /* white */
	min-width: 770px;
	height: 100%;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Helvetica, sans-serif;
	line-height: 1.0em;
	}
	
#wrap {
	background: #0067c6 url('/images/content-bg.gif') repeat-x 0px 241px; /* bright blue */
	color: #fff; /* white */
	margin: 0 auto;
	padding: 0;
	width: 770px;
	overflow: hidden;
	position: relative;
	}

h1 {
	height: 179px;
	margin: 0;
	padding: 0;
	line-height: 1.25em;
	}

#header {
	margin: 0;
	padding: 0;
	width: 770px;
	height: 179px;
	position: relative;
	}
	
#header span {
	margin: 0;
	padding: 0;
	background: url('/images/logo.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

/* ------------------------------{ Navigation }--- */

ul#nav {
	/*background: #002d5a url('/images/nav.orig.gif') no-repeat 0px 0px; */ /* navy */
	background: #002d5a url('/images/nav.gif') no-repeat 0px 0px; /* navy */
	color: #fff; /* white */
	width: 770px;
	height: 62px;
	margin: 0;
	padding: 0;
	}

ul#nav li {
	position: relative;
	float: left;
	height: 29px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

ul#nav li a {
	background-color: #002d5a; /* navy */
	color: #fff799; /* light yellow */
	position: relative;
	display: block;
	height: 29px;
	margin-top: 12px;
	margin-right: 9px;
	margin-bottom: 21px;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
 	overflow: hidden;
 	cursor: pointer;
	}

ul#nav li a span {
	/*background: transparent url('/images/nav.orig.gif') no-repeat;*/
	background: transparent url('/images/nav.gif') no-repeat;
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	margin: 0;
 	padding: 0;
  }

ul#nav li a:hover {
	background-color: #003b74; /* dark blue */
	color: #fff; /* white */
  }

/* ---------------{ Navigation › "Dimensions" }--- */

li#home a       { width: 53px; margin-left: 170px; }
li#characters a { width: 78px; margin-left: 0; }
li#functions a  { width: 74px; margin-left: 0; }
li#references a { width: 79px; margin-left: 0; }
li#videos a    { width: 63px; margin-left: 0; }
li#contact a    { width: 63px; margin-left: 0; }
li#faq a    { width: 38px; margin-left: 0; }

/* ---------{ Navigation › "Link and Visited" }--- */

li#home a:link span, li#home a:visited span             { background-position: -170px -12px; }
li#characters a:link span, li#characters a:visited span { background-position: -232px -12px; }
li#functions a:link span, li#functions a:visited span   { background-position: -319px -12px; }
li#references a:link span, li#references a:visited span { background-position: -402px -12px; }
li#videos a:link span, li#videos a:visited span       { background-position: -490px -12px; }
li#contact a:link span, li#contact a:visited span       { background-position: -562px -12px; }
li#faq a:link span, li#faq a:visited span       { background-position: -634px -12px; }

/* ----------{ Navigation › "Hover and Focus" }--- */

li#home a:hover span, li#home a:focus span              { background-position: -170px -62px; }
li#characters a:hover span, li#characters a:focus span  { background-position: -232px -62px; }
li#functions a:hover span, li#functions a:focus span    { background-position: -319px -62px; }
li#references a:hover span, li#references a:focus span  { background-position: -402px -62px; }
li#videos a:hover span, li#videos a:focus span        { background-position: -490px -62px; }
li#contact a:hover span, li#contact a:focus span        { background-position: -562px -62px; }
li#faq a:hover span, li#faq a:focus span        { background-position: -634px -62px; }

/* -------------{ Navigation › "Current Page" }--- */

body#home-page ul#nav li#home a span                    { background-position: -170px -91px; }
body#home-page-2 ul#nav li#home a span                    { background-position: -170px -91px; }
body#characters-page ul#nav li#characters a span        { background-position: -232px -91px; }
body#functions-page ul#nav li#functions a span          { background-position: -319px -91px; }
body#references-page ul#nav li#references a span        { background-position: -402px -91px; }
body#videos-page ul#nav li#videos a span              { background-position: -490px -91px; }
body#contact-page ul#nav li#contact a span              { background-position: -562px -91px; }
body#faq-page ul#nav li#faq a span              { background-position: -634px -91px; }

#main {
	float: left;
	width: 470px;
	padding: 20px;
	font-size: 1.4em;
	line-height: 1.4em;
	}

#gallery, #http-error {
	width: 730px;
	padding: 20px;
	font-size: 1.4em;
	line-height: 1.5em;
	}

#main h2, #main h3, #main p, #main li,
#gallery h2, #gallery h3, #gallery p, #gallery li,
#http-error h2, #http-error h3, #http-error p, #http-error li {
	padding: 5px 20px;
	}

#main li p,
#gallery li p,
#http-error li p {
	margin-top: 1em;
	padding: 0;
	}

#sidebar p {
	padding: 5px 20px 5px 0;
	}
* html #sidebar p {
	padding: 5px 15px 5px 0;
 }

#main p, #main li, #main ol li ul li,
#gallery p, #http-error p {
	text-align: justify;
	}

#http-error h3 em {
	font-weight: bolder;
	font-style: normal;
	color: #f90;
	background-color: transparent;
	}

#sidebar {
	font-size: 1.4em !important;
}
#sidebar {
	float: right;
	width: 240px;
	padding: 20px 20px 20px 0;
	/*font-size: 1.2em;*/
	line-height: 1.4em;
	}
#home-page-2 #sidebar {
	width: 338px !important;
}
#home-page-2 #main {
	width: 372px; 
}
* html #sidebar {
	float: left;
	padding: 20px 10px 20px 0;
	width: 230px;
}
	
#main ul, #main ol, #sidebar ul, #sidebar ol {
	margin: 1em 0 2em 3em;
	}

#main ol li ul, #main ol li ul li, #main ul.vcard, #main ul.vcard li {
	margin-bottom: -0.2em;
	padding-bottom: 0;
	}

#main ul.short-list li {
	margin: 0 0 0.5em 0.5em;
	padding: 0;
	}

p#valid {
	clear: left;
	margin-left: 10px;
	}

#valid a img {
	margin: 40px 5px 0 0;
	border: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar ul ol, #sidebar ol ul {
	margin: 0.5em 0 0.5em 1.5em;
	}

#sidebar img {
	background-color: #fff; /* white */
	color: #002d5a; /* navy */
	margin: 0;
	padding: 4px;
	border: 1px solid #600; /* maroon */	
	}

div.help {
	margin-top: 5em;
	}

strong {
	font-weight: bolder;
	}

em {
	font-style: italic;
	}

blockquote {
	margin: 20px;
	padding: 10px;
	border: 0;
	}

blockquote p {
	margin: 0;
	padding: 0;
	color: #002d5a; /* navy */
	background-color: inherit;
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
#main p.returntothetop,
#gallery p.returntothetop,
#http-error p.returntothetop {
	text-align: right;
	}

#main p.returntothetop a,
#gallery p.returntothetop a,
#http-error p.returntothetop a {
	font-size: 0.8em;
	text-decoration: none;
	}

/* --------------------------------{ Headings }--- */

h2 {
	font-size: 1.5em;
	color: #0cf; /* powder blue */
	background-color: inherit;
	}

h2#error {
	clear: both;
	color: #f66; /*  pale red  */
	background-color: inherit;
	}

h2#success {
	clear: both;
	color: #6c6; /*  forest green  */
	background-color: inherit;
	}

h3 {
	clear: both;
	font-size: 1.2em;
	color: #ff9; /* pale yellow */
	background-color: inherit;
	}

h4 {
	font-size: 1.2em;
	color: #83d3ec; /* light powder blue */
	background-color: inherit;
	}

h5, #sidebar p, p.action-msg {
	color: #ffc; /* light pale yellow */
	background-color: inherit;
	}

h6 {
	font-size: 1.2em;
	}

/* -----------------------------------{ Links }--- */

a:link    { color: #f66; /*  pale red  */ background-color: inherit; }
a:visited { color: #ccc; /*  lite grey */ background-color: inherit; }
a:hover   { color: #f33; /*  ruby red  */ background-color: inherit; }
a:active  { color: #f99; /*  lite red  */ background-color: inherit; }

/* -----------------------------------{ vCard }--- */

ul.vcard {
	clear: both;
	list-style-type: none;
	}

ul.vcard li {
	margin: 0 0 0 -1.5em;
	padding: 0;
	}

ul.vcard a.url-logo {
	margin: 0 0 4em -1.5em;
	padding: 0 40px 0 0;
	float: left;
	}

* html ul.vcard li.url-org {
	position: relative;
	margin-top: -2em;
	}

li.email-org {
	font-size: 0.9em;
	}

li.title, li.tel {
	margin-left: 20px;
	}

img.logo {
	padding: 6px 20px 0 0;
	float: left;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #cff; /* aqua */
	}

li.ref img.logo {
	background-color: #fff; /* white */
	color: #002d5a; /* navy */
	margin: 6px 0 0 10px;
	padding: 4px;
	border: 1px solid #600; /* maroon */	
	}

#contact-form {
	clear: both;
	}
	
#contact-page .message {
	width: 356px;
	height: 74px;
	overflow: hidden;
	margin-left: 1.5em;
}

#contact-page .message span {
	display: block;
	width: 356px;
	height: 74px;
	background: url("/images/help-us-fight-spam.gif") top left no-repeat;
}

#main form {
	clear: both;
	margin-left: 1.5em;
	padding: 15px 0;
	color: #ffc; /* light pale yellow */
	background-color: #036; /* navy */
	border: 1px solid #ddd; /* light grey */
	}

.wideinput {
	font-size: 15px;
	width: 390px; 
	padding: 5px 5px 5px 5px;
}
#humanTest {
	font-size: 15px;
	padding: 5px;
}
input.wideinput { 
}
textarea.wideinput { 
}
#contact-page {

}

/* ----------------------{ Cast of Characters }--- */

#pic {
	width: 740px;
	height: 197px;
	position: relative; /* The key to this technique */
	}

#pic ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#pic a {
	position: absolute;
	width: 32px;
	height: 32px;
	color: #000;
	text-decoration: none;
	border: 1px solid transparent;
	}

#pic a .outer {
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	}

#pic a .inner {
	display: block;
	width: 28px;
	height: 28px;
	border: none;
	}

#pic .mrincredible a {
	top: 42px;
	left: 18px;
	}

#pic .spiderman a {
	top: 104px;
	left: 115px;
	}

#pic .jasmine a {
	top: 44px;
	left: 83px;
	}

#pic .batman a {
	top: 24px;
	left: 52px;
	}

#pic .snowwhite a {
	top: 41px;
	left: 163px;
	}

#pic .mermaid a {
	top: 35px;
	left: 132px;
	}

#pic .wonderwoman a {
	top: 39px;
	left: 227px;
	}

#pic .superman a {
	top: 36px;
	left: 203px;
	}

#pic .piratepete a {
	top: 19px;
	left: 261px;
	}

#pic .barbie a {
	top: 39px;
	left: 346px;
	}

#pic .actionman a {
	top: 119px;
	left: 375px;
	}

#pic .belle a {
	top: 54px;
	left: 471px;
	}

#pic .bobthebuilder a {
	top: 40px;
	left: 423px;
	}

#pic .feathersword a {
	top: 17px;
	left: 406px;
	}
	
#pic .ninjaturtle a {
	top: 13px;
	left: 436px;
	}

#pic .fairy a {
	top: 1px;
	left: 375px;
	}

#pic .santaclaus a {
	top: 12px;
	left: 314px;
	}

#pic .bratz a {
	top: 55px;
	left: 543px;
	}

#pic .hulk a {
	top: 43px;
	left: 512px;
	}

#pic .jess a {
	top: 72px;
	left: 669px;
	}

#pic .woody a {
	top: 52px;
	left: 645px;
	}

#pic .buzzlightyear a {
	top: 43px;
	left: 593px;
	}

#pic .jedi a {
	top: 53px;
	left: 692px;
	}

#pic a:hover {
	border: 1px solid #d4d82d;
	}

#pic a .note {
	position: absolute;
	bottom: -2.5em;
	width: 8em;
	padding: 0 0.2em;
	background-color: #ffc;
	font-size: 0.8em;
	text-align: center;
	left: -30000px;
	margin-left: -4em;
	}

#pic a:hover .note {
	left: 16px;
	}

#pic:hover a .outer, #pic a:hover .outer {
	border: 1px solid #000;
	}

#pic:hover a .inner, #pic a:hover .inner {
	border: 1px solid #fff;
	}

#cast-of-characters {
	margin: 0 0 10px 15px;
	padding: 0;
	}

#cast-of-characters a {
	clear: both;
	display: block;
	width: 770px;
	height: 201px;
	background: url('/images/characters-apr-10.png') no-repeat 0px 0px;
	cursor: pointer;
	position: relative;
	left: -20px;
	}
* html #cast-of-characters a {
	/*background: url('/images/characters-apr-10.png') no-repeat 0px 0px;*/
	background: none !important;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/characters-apr-10.png');
}

#cast-of-characters a span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

/* ----------------------------------{ Footer }--- */

ul#footer {
	clear: both;
	background: #7d0000 url('/images/footer.gif') no-repeat 0px 0px; /* maroon */
	color: #fff; /* white */
	position: relative;
	width: 770px;
	height: 60px;
	margin: 0;
	padding: 0;
	}

ul#footer li {
	position: relative;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

ul#footer li a {
	background-color: #7d0000; /* maroon */
	color: #fff799; /* light yellow */
	position: relative;
	display: block;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.7em;
	letter-spacing: -0.1em;
	text-decoration: none;
 	overflow: hidden;
 	cursor: pointer;
	}

ul#footer li a span {
	background: transparent url('/images/footer.gif') no-repeat;
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	margin: 0;
 	padding: 0;
  }

ul#footer li a:hover {
	background-color: #980000; /* light maroon */
	color: #fff; /* white */
  }

/* -------------------{ Footer › "Dimensions" }--- */

li#email a     { width: 65px; height: 43px; margin: 11px 0 0  230px; }
li#abn a       { width: 90px; height: 15px; margin: 21px 0 0  293px; }
li#copyright a { width: 53px; height: 15px; margin: 36px 0 0 -113px; }
li#legal a     { width: 24px; height: 15px; margin: 36px 0 0  -58px; }
li#credits a   { width: 32px; height: 15px; margin: 36px 0 0  -32px; }

/* -------------{ Footer › "Link and Visited" }--- */

li#email a:link span, li#email a:visited span         { background-position: -230px -11px; }
li#abn a:link span, li#abn a:visited span             { background-position: -588px -21px; }
li#copyright a:link span, li#copyright a:visited span { background-position: -565px -36px; }
li#legal a:link span, li#legal a:visited span         { background-position: -620px -36px; }
li#credits a:link span, li#credits a:visited span     { background-position: -646px -36px; }

/* --------------{ Footer › "Hover and Focus" }--- */

li#email a:hover span, li#email a:focus span          { background-position: -230px -60px; }
li#abn a:hover span, li#abn a:focus span              { background-position: -680px -60px; }
li#copyright a:hover span, li#copyright a:focus span  { background-position: -565px -60px; }
li#legal a:hover span, li#legal a:focus span          { background-position: -620px -60px; }
li#credits a:hover span, li#credits a:focus span      { background-position: -646px -60px; }

/* -----------------{ Footer › "Current Page" }--- */

body#copyright-page ul#footer li#copyright a span     { background-position: -565px -75px; }
body#legal-page ul#footer li#legal a span             { background-position: -620px -75px; }
body#credits-page ul#footer li#credits a span         { background-position: -646px -75px; }

body#faq-page ul {
	list-style-type: none;
	margin-left: 0px;
	margin: 0px;
}
body#faq-page ul li a {
	color: #ff9;
	text-align: left;
	text-decoration: none;
}
body#faq-page ul li a:hover {
	text-decoration: underline;
}
body#faq-page ul li.title {
	text-align: left;
	font-size: 110%;
	margin-left: 0px !important;
	margin-top: 1em;
	text-transform: uppercase;
	font-weight: bold;
}
body#faq-page ul#answers li {
	margin-top: 30px;
}
body#faq-page ul li h3 {
	margin-left: 0px;
	padding-left: 0px;
}
body#faq-page ul#table-of-contents {
	margin-top: 30px;
}
body#faq-page #main {
	width: 720px;
}


body#characters-page ul.gallery-categories {
	width: 680px;
	height: 150px;
	list-style-type: none;
	margin: 0 auto;
}
body#characters-page ul.gallery-categories li {
	padding: 0px; margin: 0px;
	margin: 0px 0px 0px 25px;
	list-style-type: none;
	display: inline;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	height: 150px;
}
body#characters-page ul.gallery-categories li.first {
	margin: 0px 0px 0px 0px !important;
}
body#characters-page ul.gallery-categories li a {
	padding: 0px; margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
}
body#characters-page a .character-logo {
	position: relative;
}
body#characters-page #characters-superheroes { width: 128px; }
body#characters-page #characters-superheroes .character-logo {
	width: 128px;
	height: 144px;
	background: url('/images/characters-superheroes.png') no-repeat bottom left;
	cursor: pointer;
}
body#characters-page #characters-pirates { width: 70px;}
body#characters-page #characters-pirates .character-logo {
	width: 70px;
	height: 133px;
	background: url('/images/characters-pirates.png') no-repeat bottom left;
	cursor: pointer;
}
body#characters-page #characters-princesses { width: 102px;}
body#characters-page #characters-princesses .character-logo {
	width: 102px;
	height: 120px;
	background: url('/images/characters-princesses.png') no-repeat bottom left;
	cursor: pointer;
}
body#characters-page #characters-fairies { width: 68px;}
body#characters-page #characters-fairies .character-logo {
	width: 68px;
	height: 130px;
	background: url('/images/characters-fairies.png') no-repeat bottom left;
	cursor: pointer;
}
body#characters-page #characters-cowboys { width: 101px;}
body#characters-page #characters-cowboys .character-logo {
	width: 101px;
	height: 133px;
	background: url('/images/characters-cowboys.png') no-repeat bottom left;
	cursor: pointer;
}
body#characters-page #characters-all-other { width: 94px; margin-left: 0px !important;}
body#characters-page #characters-all-other .character-logo {
	width: 94px;
	height: 150px;
	background: url('/images/characters-all-other.png') no-repeat bottom left;
	cursor: pointer;
}
body#characters-page .h_divider {
	height: 25px;
	width: 712px;
	background: url('/images/divider.gif') repeat-x bottom left;
	position: relative;
	left: 15px;
}

#main .vid_wrap {
	width: 720px;
	margin-top: 78px;
}
#main .vid_wrap .info-box {
	position: relative;
	top: 0px;
	left: 10px;
	width: 250px;
	float: left;
	display: inline;
	margin-left: 20px;
}
#main .vid_wrap .info-box h3 {
	white-space: nowrap;
	font-size: 16px;
	margin-top: 8px;
	padding-top: 0px;
	font-weight: normal;
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
#main .vid_wrap .desc {
	line-height: 1.4em;
	font-size: 14px;
	padding-top: 1em;
	text-align: left;
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
#main .vid_wrap .vid {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 425px;
	height: 344px;
}
#main .vid_wrap.first {
	margin-top: 15px;
}
#page-videos #main {
	width: 720px;
}

#sidebar img.no-style {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#sidebar img.no-style.appreciation {
	margin-top: 30px;
}
#sidebar img.no-style.read-more {
	position: relative;
	top: 9px;
}
.big-fun {
	margin-left: 60px;
	margin-top: 18px;
	margin-bottom: 64px;
}
#wrap-logos {
	width: 770px;
	height: 62px;
	margin: 0;
	padding: 0;
}
#wrap-logos .inner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 770px;
	height: 62px;
}
#facebook-logo {
	position: absolute;
	right: 13px;
	top: 192px;
	background: none !important;
}
#characters-page .character-notice {
	padding-left: 0px !important;
	font-weight: bold;

}

/* references section */
p.quoted:before { content: open-quote; font-weight: bold; font-size: 19px; padding-right: 5px;}
p.quoted:after { content: close-quote; font-weight: bold; font-size: 19px; padding-left: 5px;}

#references_container { margin-top: 10px; margin-left: 20px; position: relative; overflow: hidden; overflow-y: hidden;}
#references_container .item { padding-bottom: 7px;/*border: 1px solid green; */}
#references_container .intro,
#references_container .body
{ padding-bottom: 10px; padding-right: 50px;}
.references_static {
	width: 700px;
}
#references_container .body:before { content: open-quote; font-weight: bold; font-size: 19px; padding-right: 2px;}
#references_container .body:after { content: close-quote; font-weight: bold; font-size: 19px; padding-left: 2px;}
#references_container .item-group .item {  padding-top: 7px; margin-top: 7px;}
#references_container .item-group .item:first-child { border-top: none; margin-top: 14px;}
#references_container .intro,
#references_container .body,
#references_container .date,
#references_container .from { line-height: 1.4em; text-align: justify; }
#references_container .from { font-weight: bold; }
#references_container .body { text-indent: 0px; }

#references_container .arrow-up,
#references_container .arrow-down {
	width: 34px;
	height: 41px;
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	right: 0px;
	cursor: pointer;
}
#references_container .arrow-up {
	top: 0px;
	background-image: url('/images/arrow-up.png');
}
#references_container .arrow-down {
	bottom: 100px;
	background-image: url('/images/arrow-down.png');
}
#references_container .item-group {
	position: absolute; 
	top: 0px;
	left: 0px;
	/*border: 1px solid white;*/
}
.itemcount { 
	position: relative;
	float: left;
	margin-left: 20px;
	width: 300px;
	height: 90px;
	padding-left: 140px;
}
.itemcount .text {
	position: absolute;
	left: 140px;
	bottom: 10px;
	color: #fff794;
}
.bg_ref_ctr {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 131px !important;
	height: 83px;
	background: transparent url('/images/bg_ref_ctr.png') no-repeat top left;
	font-size: 45px !important;
	color: #004896 !important;
	font-weight: normal !important;
	text-align: center;
	line-height: 83px;
}
#main .reference_types {
	position: absolute !important;
	right:45px !important;
	top: 300px !important;
}
