/*LICENCE --------------------------------------
Base structure courtesy Darren Wood (darren@dontcom.com) 2007
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 New Zealand License
http://creativecommons.org/licenses/by-sa/3.0/nz/
*/

/* -- =1: RESET ALL ELEMENTS ----------------------------------------------------------------------- */
body {color:#000;background:#FFF;}
body,div,ul,ol,li,h1,h2,h3,h4,form,input,textarea,p {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
img, table {border:0;}
ul li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}



/* -- =2: DEFAULT CLASSES -------------------------------------------------------------------------- */
.big { font-size: 1.2em; }
.bold { font-weight: bold; }
.center { text-align: center; }
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
.clearleft { clear:left; }
.floatLeft { float: left;}
.floatRight { float: right; }
.indent1 { padding-left: 2em; }
.indent2 { padding-left: 4em; }
.indent3 { padding-left: 6em; }
.ital { font-style: italic; }
.last { border:0; margin:0;}
.left { text-align: left; }
.leftmarg { margin: 0 0 0 1em; }
.ltText { color:#666; }
.med { font-size: 1.1em; }
.right { text-align: right; }
.rightmarg { margin: 0 1em 0 0; }
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em; }
.textLeft { text-align: left;}
.textRight { text-align: right; }
.uppercase { text-transform: uppercase; }

/* -- =4: DEFAULT STYLES --------------------------------------------------------------------------- */
html { height: 100%; }

body {
	background: #eee url('/img/nav-bg.png') repeat-y;
	color:#333;
	font: 62.5%/1.45 arial, helvetica, sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}


a:link, a:visited, .linkColor {color:#4759AA;}

a:hover, a:active {color:#d61;}

h1 { 
	color:#223D91; 
	font-family: MuseoSans-500;
	font-size: 2.3em;
	line-height: 1.3em;
}

h2 { 
	color:#576AA3; 
	font-family: MuseoSans-500;
	font-size: 1.2em;
	line-height: 1.3em;
	margin:0;
	text-transform:uppercase; 
}

h3, h3.cathead { font-size: 1.5em;font-weight: normal; margin: 0 0 .2em 0;}
h3.museo { font-family: MuseoSans-500; }

h4 { font-size: 1.1em; margin: .4em 0 0 0;}

.ltText {color:#888888;}
.ltrText {color:#B5A8A0;}

ol.list {margin: 0 0 1em 0;}

ol.list li {
	list-style-position: inside;
	list-style-type: decimal;
	margin: 0;
	padding: .2em 0 .3em 1.9em;
	text-indent: -0.9em;
}

p, .quotes .seqItem p.last { line-height: 1.3em; margin: 0 0 1.2em 0; }

p.imageCaption { 
	color: #666;
	font-size: 1em;
	line-height:1.2em;
	margin: .5em 0 0 0;
}

pre { font-family: Consolas, monospace; }

.imageData { 
	color: #888; 
	font-size: .9em;
}

.dataDiv { color: #ccc; padding: 0 .5em;}

select { padding:.1em;}

strong {font-weight: bold;}

ul.list li, ul.linked li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0;
	padding: .2em 0 .3em 1.2em;
	text-indent: -1em;
}

li p { margin: 0;}

/* =5: LAYOUT STYLES ---------------------------------------------------------------------------- */

#content {
	font-size: 1.4em;
	float:right;
	margin:25px 0 0 0;
	width:800px;
}

#contentLeft {
	float:left;
	width:500px;
}

#contentRight {
	float:right;
	width:250px;
}

.dataSep { padding: 0 .7em;}
.fifty { width: 49%; }

#footer {
	height:20px;
	line-height:20px;
	margin:50px 0 0 275px;
}

#innernav {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	left: -2px;
	margin:auto;
	padding: 0 0 3em 0;
	position: relative;
	width: 89%;
}

#left60 {
	float: left;
	width: 60%;
}

#logo {
	background: url('/img/slammo-text.png') no-repeat;
	height:80px;
	text-indent:-9999px;
	width:225px;
}
#logo a {
	display:block;
	height:100%;
	width:100%;
}


#main { 
	float:left;
	width:850px;
}

#nav {
	float: left;
	font-size: 1.2em;
	left:0;
	padding:10px 0 0 0;
	top:0;
	width: 225px;
}

#navburst {
	left:81px;
	position:relative;
	top:-18px;
}

#right30 {
	float: right;
	width:30%;
}

#right30 img { margin: 0 0 1em 0; }

.sep { padding: 0 .5em; }

.thumbnails { margin: 0 0 2em 0; }

.thumbnails img, .thumbnails .titleBox, .story img, img.thumb {
	-moz-border-radius:3px;
	-moz-box-shadow: 0 2px 3px #999;
	-webkit-border-radius:2px;
	-webkit-box-shadow: 0 2px 3px #999;
	border-radius: 3px;
	box-shadow: 0 2px 3px #999;
	float: left;
}

.thumbnails img, .thumbnails .titleBox, .story img {
	margin: 0 12px 12px 0;
}

.thumbnails .titleBox {
	border: 1px solid #ccc;
	color: #333;
	height: 108px;
	width: 108px;
}

.thumbnails .titleBox .titleText {
	color: #333;
	font-size: 1.2em;
	margin: 33% auto 0 auto;
	line-height:1.3em;
	text-align: center;
}

ul.bullet {
	margin: 0 0 1.5em 1em; 
	padding: 0;
}

ul.bullet li {
	list-style-type: square; 
}


#navlist {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	text-align: center;
}

#navlist li {
	font-size: 16px;
	padding: .5em 0;
	text-transform: uppercase;
}

#navlist li.on {
	background:#89D031;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #89D031;
	border-radius:5px;
}
#navlist li.on a {
	color:#416A0F;
	text-decoration: none;
}
#navlist li.on a:hover {
	color:#416A0F;
	text-decoration: underline;
}

#navlist li a {
	color:#203704;
	text-decoration: none;
}
#navlist li a:hover {
	color:#89D031;
	text-decoration: underline;
}

#subnav {
	list-style-type: none; 
	margin: 0 auto; 
	padding: 0;
	text-align:left;
}

#subnav { width: 99%; }

#subnav li {
	font-size: 12px;
	padding: .1em 0 .1em 5em;
}
#subnav li.on {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background: #cf8;
	border-radius: 0;
}

#subnav li:before {
	content: "\00BB \0020";
}

#subnav2 {
	font-size: 12px;
	margin: 0.5em 0 1.5em 0;
}

#subnav2 li {
	border-left:1px solid #ccc;
	color: #888;
	display:inline;
	font-size: 12px;
	margin: 0;
	padding: .1em .8em;
}
#subnav2 li.on {
}
#subnav2 li.first {
	border: 0;
	padding: .1em .8em .1em 0;
}

#subnav2 li a {
	color:#9E4A35;
}
#subnav2 li a:hover {
	color:#603;
}

#wrap {
	height:100%;
	min-width:1100px;
	width:1100px;
}



/* =7: PAGE-RELATED STYLES ------------------------------------------------------------------------- */

/* HOME PAGE */

#homeThumbs {
	overflow: hidden;
}
.thumb {
	margin: 0 0 22px 22px;
}


/* =7a: QUOTE DISPLAY */

h2.quoteTitle { 
	display:inline; 
	margin:0 10px 0 0;
}

.quotes #anotherBlock, .quotes #backBlock {
	margin: 10px 0 0 0;
}

.soup-shack #seqList,
.quotes .data p { margin: 0 0 .2em 0; }

.quotes .seqItem .text {
	font-size: 1.2em;
	line-height: 1.6em;
}

.quotes .data .date, 
.quotes .data .notes, 
#seqCount { color:#999; }

.quotes .data .permalink { font-size:.9em; margin: 1em 0 0 0; }

.quotes .source { padding: 0 .4em 0 0; font-size: 1.2em; }

.quoteSep { padding: 0 .7em;}

#quoteSelects { margin: 1em 0 0 0;}

#quoteSelects select { 
	display: block;
	margin: 0 0 .5em .5em;
	width: 370px;
}

#seqHead h3 {
	display: inline;
	margin: 0 .5em .2em 0;
}

#seqBlocks {
	margin: 0 auto;
	width:95%;
}

#seqBlock {
	float:left;
/*	text-align:center; */
	width:75%;
}

#seqBlocks #anotherBlock {
	float:right;
	text-align: right;
	width: 12%;
}

#seqBlocks #backBlock {
	float:left;
	text-align: left;
	width:12%;
}

.hoverBlock { cursor:pointer; }

#seqHead {
	margin: 2em 0 0 0;
}

.seqItem img, .home .featImg {
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
}



/* =7b: PLACES DISPLAY */

.linedHead {
	font-size: 1.1em;
	margin: 0;
	text-transform: capitalize;
}

#map {
	background: url("/img/world-map.png") no-repeat;
	height:400px;
	position:relative;
	width:650px;	
}

.mapdot {
	height:8px;
	position:absolute;
	width:8px;
	z-index:4;
}
.mapdot img {
	padding: 2px;
}
.mapdotblip {
	height:19px;
	position:absolute;
	width:28px;
	z-index:4;
}

.mapdotbox {
	background: #fff;
	border: 1px solid #ccc;
	display:none;
	padding:1px 7px;
	position:absolute;
	z-index: 5;
}

#map #auckland { left:340px; top:300px; }
#map #chicago { left:508px; top:135px; }
#map #ciudad-colon { left:516px; top:205px; }
#map #detroit { left:507px; top:126px; }
#map #san-francisco { left:452px; top:145px; }
#map #sydney { left:285px; top:284px; }
#map #tokyo { left:279px; top:141px; }
#map #wellington { left:338px; top:305px; }

.placeImages .seqItem { text-align: center; }

.placeNotes #anotherBlock, .placeNotes #backBlock {
	margin: 10px 0 0 0;
}

.placeNotes .data {
	border-top: 1px solid #ccc;
	color:#666;
	font-size: .9em;
	margin: 2em 0 0 0;
	padding: .5em 0 0 0;
}

.placeNotes .seqItem h4, .places-carl-sandburg-on h4 {
	font-weight: bold;
	margin: 0 0 .4em 0;
}

.places-good-bad-feo h4 {
	font-weight: bold;
	margin: 1.5em 0 .5em 0;
}

.places-good-things li {
	margin: 0;
	padding: .5em 0;
}

.places-links li {
	font-size: .9em;
	margin: 0 0 0 .5em;
	padding: .2em 0;
}

/* =7c: STORYTIME DISPLAY */

.noelImg {
	float: right;
	padding: 0 0 .5em 1.5em;
}

#doris1, #doris2, #doris3 {
	background-repeat: no-repeat;
	float: left;
	font-size: .8em;
	margin: 0 20px 20px 0;
	padding: 10px;
	width:290px;	
}

#doris1 {
	background-image:url('/img/storytime/doris-letter1.jpg');
}
#doris2 {
	background-image:url('/img/storytime/doris-letter2.jpg');
}
#doris3 {
	background-image:url('/img/storytime/doris-letter3.jpg');
}

#dorisMain {
	float: left;
	padding: 7em 0 0 0;
	text-align: left;
	width: 25%;
}

#noelMain {
	float: left;
	padding: 7em 0 0 0;
	text-align: right;
	width: 25%;
}
#noelMain img, #noelDorisMain img, #dorisMain img { float: none; padding:0; }

#noelDorisMain {
	float: left;
	text-align: center;
	width: 49%;
}

#noelDorisMain p {
	font-size: .9em;
	line-height: 1.2em;
	margin: .8em 1em;
}

.mikoshi .storyTextItem img { 
	float: right;
	margin: 0 0 1em .5em;
}

li.pageIcon { margin: 0 10px 10px 0; }

#pageList {
	margin: 0 0 1.5em 0;
	width: 100%;
}
#pageList li {
	color:#888;
	display:inline;
	float:left;
	font-size: .9em;
	padding: 0 .5em;
}
#pageList li.first { padding: 0 .2em 0 0; }

#pageList li a { color: #9E4A35; text-decoration:underline; cursor:pointer;}
#pageList li a:hover { color:#603; }
#pageList li a.on { color: #888; text-decoration:none;}

a.navIcon { cursor:pointer; }

.story, .subindexItem {
	color:#888;
	margin: 0 0 2em 0;
	width: 48%;
}

.story img, .subindexItem img {
	float: left;
	margin: 0 1em 0 0;
}
.story p, .subindexItem p {
	padding: .2em 0 0 0;
	margin:0;
	font-size: .9em;
}

.subindexItem p {
	padding: 1.2em 0 0 0;
}

.story p.title, .subindexItem p.title { 
	font-size: 1.2em;
}

.street hr {
	background-color:#666;
	border: 0;
	color:#666;
	height:1px;
	margin:2em 0;
	width: 100%;
}

.train-station ul { width:19%; float: left; }
.train-station ul li { float: right; }
.train-station #storyText { 
	float: right;
	width: 75%;
}

/* =7g: TEXTPAGE DISPLAY */


#textpage, #seqList {
	-moz-border-radius:5px;
	-moz-box-shadow: 0 2px 3px #999;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0 2px 3px #999;
	background: #fff;
	border-bottom:1px solid #999;
	border-radius:5px;
	border-top:1px solid #ccc;
	box-shadow: 0 2px 3px #999;
	display:block;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 1.5em 0 ;
	padding: 2em 2.2em 4em 2.2em;
}

h1+div#textpage, h3+div#textpage, #seqHead+#seqList {
	font-size:1em;
	margin:0;
}

#textpage h3 {
	margin: 0 0 1em 0;
	border:0;
}


/* DETAILS */
.details p { font-size: 1.3em; }


/* FINAL OVERRIDES */
.noBord { border-left:0; }

.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}