/**
 * @author carrie bickner
 * @author ryan fait
 * @author tales ebner
 * @description layout style sheet, call this way:
 * <link type="text/css" rel="stylesheet" rev="stylesheet" media="screen" href="base.css" />
 */
/** general 
 * ========================================================================================================
 */
/** steal these style sheets! | http://www.nypl.org/styleguide/css/opensource.html 
 * ========================================================================================================
 */
/** reset margin and padding 
 * ========================================================================================================
 */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
	text-align: left;
	font-size: 100%;
	background: #eee;
}
html { overflow: auto; }


/** reset font attributes 
 * ========================================================================================================
 */
h1,h2,h3,h4,h5,h6,
address,th,
caption,cite,code,dfn,var {
	font-style: normal;
	font-weight: normal;
}

/** basic | redundant font selector to help ns4 not forget 
 * ========================================================================================================
 */
html,body { text-align: justify; }

div,p,
th,td,
li,dd,dl,dt { font-family: verdana, helvetica, arial, sans-serif; }

/** content 
 * ========================================================================================================
 */
h1,h2,h3,h4,h5,h6,
p,pre,code,kbd {
	line-height: 1.7em;
	font-size: 1em;
}

/** anchors 
 * ========================================================================================================
 */
a { font-weight: normal; }
a:link {
	color: #960000;
	background: transparent;
}
a:visited {
	color: #960000;
	background: transparent;
}
a:focus {
	color: #222;
	background: transparent;
}
a:hover {
	color: #222;
	background: transparent;
}
a:active {
	color: #222;
	background: transparent;
}


/** specific 
 * ========================================================================================================
 */
/** sticky footer | http://www.ryanfait.com/sticky-footer/ 
 * ========================================================================================================
 */
/** wrapper 
 * ========================================================================================================
 */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -3.125em; /* the bottom margin is the negative value of the footer's height */
	text-align: center;
}

.push { height: 3.125em; } /* .push must be the same height as .footer */

/** wrapper 
 * ========================================================================================================
 */
.splash {}
	.splash h1 {
		width: 222px;
		height: 222px;
		margin: 0 auto;
		text-indent: -9000em;
		letter-spacing: -9000em;
		color: inherit;
		background: transparent url('./images/img_logo.png') left top no-repeat;
	}
	/* \*/
	* html .splash h1 {
		width: 126px;
		height: 114px;
		margin-top: 54px;
		color: inherit;
		background: transparent url('./images/img_logo.gif') left top no-repeat;
	}
	/* */
	.splash h2 {
		margin: -2em 0 1em;
		font: normal normal normal 1.5em verdana, helvetica, arial, sans-serif;
		color: #939598;
		background: transparent;
	}
	/* \*/
	* html .splash h2 {
		margin-top: .25em;
	}
	/* */
	.splash h3 {
		margin: 2em 0;
		font: normal normal bold .75em verdana, helvetica, arial, sans-serif;
		color: #960000;
		background: transparent;
	}
	.splash p {
		margin: 1em 0;
		font: normal normal normal .75em verdana, helvetica, arial, sans-serif;
		color: #960000;
		background: transparent;
	}

/** footer 
 * ========================================================================================================
 */
.footer {
	position: relative;
	width: 100%;
	height: 3.125em; /* .footer must be the same height as .push */
	margin: 0 auto;
	text-align: center;
	color: inherit;
	background: #960000;
}
/** copyright 
 * ===================================================================================================== */
	.footer cite {
		line-height: 3em;
		text-align: center;
	}
		.footer cite a,
		.footer cite a:link,
		.footer cite a:visited {
			margin: 0;
			padding: 0;
			font-weight: normal;
			font-size: .625em;
			text-decoration: none;
			color: #fff;
			background: transparent;
		}
		.footer cite a:focus,
		.footer cite a:hover,
		.footer cite a:active {
			text-decoration: underline;
		}

/** others 
 * ========================================================================================================
 */
.structurelabel {
	position: absolute;
	width: 4000px;
	left: -9000px;
	text-indent: -9000px;
	letter-spacing: -9000px;
	text-decoration: none;
}
