/* @override http://notcoming.com/2011/inc/css/styles.css */
/*
	R E S E T
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	font-size: 62.5%;
	line-height: 1;
	color: white;
	background: #fff;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
	Fonts?

@font-face {
    font-family: 'CaslonFSBlack';
    src: url('http://notcoming.com/includes/fonts/Caslon-Black-webfont.eot');
    src: url('http://notcoming.com/includes/fonts/Caslon-Black-webfont.eot?iefix') format('eot'),
         url('http://notcoming.com/includes/fonts/Caslon-Black-webfont.woff') format('woff'),
         url('http://notcoming.com/includes/fonts/Caslon-Black-webfont.ttf') format('truetype'),
         url('http://notcoming.com/includes/fonts/Caslon-Black-webfont.svg#webfontukqcxpyY') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'CaslonFSBold';
    src: url('http://notcoming.com/includes/fonts/Caslon-Bold-webfont.eot');
    src: url('http://notcoming.com/includes/fonts/Caslon-Bold-webfont.eot?iefix') format('eot'),
         url('http://notcoming.com/includes/fonts/Caslon-Bold-webfont.woff') format('woff'),
         url('http://notcoming.com/includes/fonts/Caslon-Bold-webfont.ttf') format('truetype'),
         url('http://notcoming.com/includes/fonts/Caslon-Bold-webfont.svg#webfontKSc4AWhd') format('svg');
    font-weight: normal;
    font-style: normal;
	}
*/

/*
	Global
*/

html,
body {
	height: 100%;
	}
body {
	background: #fbfbfb url(../img/grid.png) center top repeat-y;
	background: #fbfbfb url(../img/bkg.png) 40% 30%;
	position: relative;
	color: #333;
	font-family: 'Palatino', 'Palatino Linotype', 'Palatino MS', Georgia, serif;
	}
div.wrap {
	width: 772px;
	margin: 46px auto 0 auto;
	background: url(../img/fleuron.png) top center no-repeat;
	padding-top: 28px;
	}

/*
	Header, Footer
*/

h1,
h5 {
	width: 100%;
	text-align: center;
	padding: 18px 0;
	background: #444 url(../img/header.png) repeat-x;
	}
h1 span,
h5 a {
	text-align: left;
	display: block;
	margin: 0 auto;
	width: 772px;
	}
h1 a,
h5 a {
	color: #f2f2f2;
	text-decoration: none;
	margin-right: 8px;
	opacity: 0.6;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	-ms-transition: opacity .5s linear;	
	transition: opacity .5s linear;
	}
h5 {
	clear: both;
	background: #444 url(../img/footer.png) repeat-x;
	}
h5 a {
	color: #999;
	text-align: right;
	margin: -20px auto -20px auto;
	background: url(../img/flourish.png) right bottom no-repeat;
	width: 726px;
	padding: 20px 46px 20px 0;
	}
h1 a:hover,
h5 a:hover {
	opacity: 1;
	}

/*
	Type
*/

h1,
h5 {
	font-family: Optima, 'Palatino', 'Palatino Linotype', 'Palatino MS', Georgia, serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
h1 strong {
	font-family: Optima, 'Palatino', 'Palatino Linotype', 'Palatino MS', Georgia, serif;
	font-weight: bold;
	}
h2 {
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -1px;
	color: #4d4d4d;
	margin: 0 0 23px 0;
	padding-bottom: 8px;
	padding-bottom: 31px;
	background: url(../img/rule.png) left bottom repeat-x;
	text-shadow: #fff 1px 2px 2px;	

	font-size: 48px;
	line-height: 56px;
	letter-spacing: 0px;

	font-size: 36px;
	line-height: 46px;
	font-family: Optima, 'Palatino', 'Palatino Linotype', 'Palatino MS', Georgia, serif;
	}
h2 em {
	display: block;
	color: #666;
	}
#body p {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #595959;

	font-size: 16px;
	line-height: 24px;
	}
#body p+p {
	text-indent: 2em;
	}
#body p strong {
	font-weight: bold;
	font-style: italic;
	}
#body p strong:after {
	content: " \2022";
	}
body.mar-04 #body p strong:after {
	content: "";
	}
#body p em {
	font-style: italic;
	}
#body blockquote {
	font-style: italic;
	margin: 12px 0 12px 3.2em;
	}
#body cite {
	margin-left: 2em;
	font-size: 16px;
	line-height: 24px;
	display: block;
	margin-bottom: 12px;
	color: #999;
	font-style: italic;
	}
#body cite:before {
	content: "\2014";
	}
#body cite em {
	font-style: normal;
	}
#sidebar {
	text-align: center;
	}
#sidebar,
#nav li a {
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	color: #595959;

	font-size: 16px;
	line-height: 24px;
	}
#nav li a span {
	font-size: 13px;
	}
#sidebar li em,
#nav li a em {
	display: block;
	color: #333;
	font-weight: bold;
	font-style: italic;
	}
#sidebar li em span,
#nav li a em span {
	font-style: normal;
	font-weight: normal;
	color: #595959;
	}
div.timeline ul li,
#sidebar li ul li {
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	color: #999;
	text-shadow: #fff 1px 2px 2px;	
	text-transform: uppercase;
	}
#sidebar li ul li {
	color: #666;
	font-size: 12px;
	text-transform: none;
	line-height: 19px;
	text-shadow: none;
	letter-spacing: 0;
	font-style: normal;
	}
#sidebar li ul li em {
	font-weight: normal;
	color: #999;
	}

/*
	Navigation
*/

#nav {
	background: url(../img/rule.png) 0 top repeat-x;
	padding: 24px 0 23px 0;
	clear: both;
	}
#nav li {
	display: block;
	float: left;
	width: 136px;
	margin: 0 23px 23px 0;
	padding-bottom: 24px;
	text-align: center;
/*
	text-align: left;
*/
	background: url(../img/rule.png) 0 bottom repeat-x;
	text-shadow: #fff 1px 2px 2px;
	}
#nav li:nth-child(5n) {
	margin-right: 0;
	margin-bottom: 23px;
	}
#nav li:nth-child(5n +1) {
	clear: left;
	}
#nav li:nth-child(16n),
#nav li:nth-child(17n),
#nav li:nth-child(18n),
#nav li:nth-child(19n),
#nav li:nth-child(20n) {
	background: none;
	margin-bottom: 0;
	}
#nav li a {
	text-decoration: none;
	display: block;
	position: relative;
	overflow: hidden;
	}
#nav li a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;	
	transition: opacity .5s ease-out;
	}
#nav li a:hover img {
	opacity: 1;
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	-ms-transition: opacity .2s ease-in;	
	transition: opacity .2s ease-in;
	}
#nav li a em {
	display: block;
	}

/*
	Nav images
*/

body.jan-30 #nav li.jan-30 a img,
body.feb-15 #nav li.feb-15 a img,
body.feb-16 #nav li.feb-16 a img,
body.feb-20 #nav li.feb-20 a img,
body.feb-24 #nav li.feb-24 a img,
body.feb-28 #nav li.feb-28 a img,
body.mar-04 #nav li.mar-04 a img,
body.may-10 #nav li.may-10 a img,
body.apr-28 #nav li.apr-28 a img,
body.jun-04 #nav li.jun-04 a img,
body.jun-25 #nav li.jun-25 a img,
body.jul-03 #nav li.jul-03 a img,
body.aug-30 #nav li.aug-30 a img,
body.sep-07 #nav li.sep-07 a img,
body.oct-07 #nav li.oct-07 a img,
body.oct-20 #nav li.oct-20 a img,
body.nov-21 #nav li.nov-21 a img,
body.nov-23 #nav li.nov-23 a img,
body.nov-30 #nav li.nov-30 a img {
	opacity: 1;
	}

/*
	Links
*/

a {
	text-decoration: none;
	}
a:hover {
	}
#body p a {
	color: #595959;
	padding: 3px 0 2px 0;
	border-bottom: 1px #ccc solid;
	-webkit-transition-property: color, border-color;
	-webkit-transition-duration: .5s;
	-moz-transition-property: color, border-color;
	-moz-transition-duration: .5s;
	-o-transition-property: color, border-color;
	-o-transition-duration: .5s;
	transition-property: color, border-color;
	transition-duration: .5s;
	}
#body p a:hover {
	color: #121212;
	background: none;
	border-bottom: 1px #333 solid;
	-webkit-transition-property: color, border-color;
	-webkit-transition-duration: .2s;
	-moz-transition-property: color, border-color;
	-moz-transition-duration: .2s;
	-o-transition-property: color, border-color;
	-o-transition-duration: .2s;
	transition-property: color, border-color;
	transition-duration: .2s;
	}

/*
	Layout
*/

div.timeline ul {
	padding-left: 2px;
	margin-top: -1px;
	}
div.timeline ul li {
	display: block;
	float: left;
	width: 64px;
	}
div.timeline ul.decades {
	margin-bottom: 31px;
	}
div.timeline ul.decades li {
	text-transform: none;
	}
div.timeline img {
/*
	background: #f00;
	opacity: 0.25;
	margin: 0;
*/
	margin: -15px -37px -15px -37px;
	}
div.page {
	margin-top: -5px;
	background: url(../img/vertrule.png) 477px 0 repeat-y;
	margin-bottom: 20px;
	}
#body {
	width: 454px;
	float: left;
	}
#body hr {
	border: none;
	height: 1px;
	margin: 16px 0 18px 0;
	background: url(../img/rule.png) 0 bottom repeat-x;
	}
hr.wipe {
	width: 100%;
	clear: both;
	border: none;
	height: 17px;
	}
#sidebar {
	width: 272px;
	float: right;
	}
#sidebar li {
	padding-bottom: 17px;
	margin-bottom: 11px;
	background: url(../img/rule.png) 0 bottom repeat-x;
	}
#sidebar li:last-child {
	background-image: none;
	}
#sidebar li p {
	margin-bottom: 16px;
	margin-top: 7px;
	}
#sidebar li:first-child p {
	margin-top: 0;
	}
#sidebar li:last-child p {
	margin-top: 18px;
	margin-bottom: 6px;
	}
#sidebar li div.map {
	position: relative;
	width: 274px;
	height: 274px;
	overflow: hidden;
	background: url(../img/mapbkg.png) center center;
	margin: 0px 0 6px -1px;
	border-radius: 137px;
		}
#sidebar li div.map img {
	position: absolute;
	}

#sidebar li div.map img.marker {
	z-index: 5;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	}
#sidebar li div.map img.mask {
	top: 0;
	left: 0;
	z-index: 4;
	}
#sidebar li div.map img.map {
	z-index: 3;
	}
#sidebar li img.sidebartimeline {
	}
#sidebar li ul li {
	padding-bottom: 0;
	margin-bottom: -10px;
	background-image: none;
	}
#sidebar li ul li.from {
	text-align: left;
	float: left;
	}
#sidebar li ul li.to {
	text-align: right;
	float: right;
	}




