/* ======= DEMO LAYOUT ======= */
body{font-size:16px;font-family:\5fae\8f6f\96c5\9ed1; color:#333; margin:0;padding:0; background: url(../images/concrete_seamless.png) repeat;}




h3 {
	margin:20px 0 10px 10px;
}



a img {
	border:none;
}

p {
	margin:0 0 10px 8px;
	font-size:1.5em;
	font-weight:400;
	line-height:1.6em;
}

.lead {
	font-size:2em;
	margin-bottom:40px;
}

.clear { margin:0; height:0;
	clear:both;
	line-height:0;
	font-size:0;
}

/* ============ TIMELINE ============= */

.timelineContainer {
	margin:0px auto; padding:0;
	width:1000px;
}
.timelineContainer h1{ 
    font-size:24px;
    margin:0 0 ; 
	font-weight:normal;
	padding:0 0 0 20px; 
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
	border-radius:3px;
	width:120px; border:0px solid #F00;
}
div.timelineToggle { 
	float:right;
	margin-right:20px;
	white-space:nowrap;
}

a.expandAll {
	color:#999;
	cursor:pointer;
	background:#fff;
	border:1px solid #ccc;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:12px;
	padding:3px 5px;
}

	a.expandAll:hover {
		color:#e60033;
		cursor:pointer;
	}

div.timelineMajor {
	clear:left;
	float:left;
	margin:0 0 ;
	width:100%;
}



dl.timelineMinor {
	clear:left;
	float:right;
	margin:0 12px 0 0;
	padding:4px 4px 4px 0;
	position:relative;
	width:100%;
}

	.timelineMinor dt {
		background:url(../images/timeline_decade_tick.gif) left center no-repeat;
		clear:left;
		list-style-type:none;
		margin:0 0 12px;
		padding:0 0 0 24px;
		white-space:nowrap;
		font-size:20px; 
		font-weight:normal;
	}

		.timelineMinor dt a {
			color:#999;
			cursor:pointer;
		}

		.timelineMinor dt a.closed {
			color:#999;
			margin-left:0;
		}

		.timelineMinor dt a.open {
			color:#e60033;
		}

		.timelineMinor dt a:hover {
			color:#e60033;
		}

    .timelineMinor dd h2 {
       font-size:18px;
	   font-weight:700;
	   margin:20px 0 10px 10px;
    }
	.timelineMinor dd h3 {
       font-size:14px;
    }

    .timelineMinor dd  { 
	    margin:0; padding:0 17px;
    }

    .timelineEvent p { 
	   font-size:14px;
       float:none;
       width:100%;
    }

    .timelineEvent blockquote {
       float:none;
       width:200px;
       font-size:1em;
    }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

    * {
        max-width: 300px;
    }

}
