/*------------------------------------*\
	RESET
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ 
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}





/*------------------------------------*\
	MAIN
\*------------------------------------*/
html{
	font-family:Cambria, Georgia, serif;
	width:940px;
	margin:0 auto;
	padding:10px;
	color:#666;
	background:url(http://dl.dropbox.com/u/2629908/adaptive/img/css/grid.png) left top repeat-y #fff;
	background:url(../img/css/bg.gif) #fff;
}






/*------------------------------------*\
	TYPE
\*------------------------------------*/
h1{
	font-family:Calibri, sans-serif;
	font-weight:bold;
	font-size:2em;
	margin-bottom:20px;
	text-align:center;
	text-shadow:0 -1px 0 rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,1);
}
a{
	color:#f43059;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
a:active,
a:focus{
	position:relative;
	top:1px;
}






/*------------------------------------*\
	TIMELINE
\*------------------------------------*/
#timeline{
	background:url(http://dummyimage.com/1x1/f43059/f43059.gif) top center repeat-y;
	width:820px;
	padding:50px 0;
	margin:0 auto 50px auto;
	overflow:hidden;
	list-style:none;
	position:relative;
}
#timeline:before,
#timeline:after{
	content:" ";
	width:10px;
	height:10px;
	display:block;
	background:#f43059;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-5px;
	
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#timeline:after{
	margin-left:-7px;
	background:none;
	border:7px solid transparent;
	border-top-color:#f43059;
	width:0;
	height:0;
	top:auto;
	bottom:-7px;
	
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
#timeline li{
	position:relative;
	clear:both;
	float:left;
	width:318px;
	padding:10px;
	background:#fef8c4;
	border:1px solid #d8d566;
	text-align:right;
	margin:0 0 10px 0;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:0 1px #fff inset;
	-webkit-box-shadow:0 1px #fff inset;
	box-shadow:0 1px #fff inset;
}
#timeline li:before,
#timeline li:after{
	content:" ";
	width:70px;
	height:1px;
	background:#f43059;
	position:absolute;
	left:100%;
	top:50%;
	background:-moz-linear-gradient(0,#d8d566,#f43059);
	background:-webkit-gradient(linear,left top,right top,from(#d8d566),to(#f43059));
}
#timeline li:nth-of-type(odd),
#timeline li:nth-of-type(even){
	margin:-10px 0 0 0;
}
#timeline li:nth-of-type(even){
	float:right;
	text-align:left;
}
#timeline li:nth-of-type(even):after{
	background:-moz-linear-gradient(0,#f43059,#d8d566);
	background:-webkit-gradient(linear,left top,right top,from(#f43059),to(#d8d566));
	left:auto;
	right:100%;
}
#timeline time{
	font-weight:bold;
	font-family:Calibri, sans-serif;
}
/* HOVER EFFECTS 
#timeline:hover{
	background:url(http://dummyimage.com/1x1/fccbd5/fccbd5.gif) top center repeat-y;
}
#timeline:hover:before,
#timeline:hover:after{
	background:#fccbd5;
}
#timeline:hover li{
	background:#fccbd5;
}
#timeline li:hover{
	background:#f43059;
}*/