@import url('global.css');

/* Header */
	header{ margin:48px 0 56px; width: 964px; position:relative; -webkit-animation-name:header_in; -webkit-animation-duration: .9s; }
	header div { background:url('../img/heading.png') no-repeat left top;  }
	header span { height:100%; background:url('../img/heading_left.png') no-repeat right top; width:9999px; position:absolute; top:0; right:100%;}

/* Footer */
	footer ul span { left:100%; }
	footer ul { padding: 6px 0 6px 10px; border-left:1px solid #444; }

/* Heading */
	header h1 { background:url('../img/logo.png') no-repeat 0 37px; height:122px; width:849px; text-indent:-999999px; padding: 37px 0 41px; }
	header a { position: absolute; right:-23px; top:24px; background:rgba(255,255,255,.05); font-weight:normal; color:#777; text-transform:uppercase; padding:4px 7px; font-size:11px;}
		header a em { color:rgba(255,255,255,.6); padding:0 2px 0 14px; }
	header a:hover { text-decoration:none; color:#ccc;}

	body.home div#content { float:left;}

/* Archives */
	body.home section#archives { width:338px; float:left; margin-right:47px; }
