/* HTML5 RESET Stylesheet */
@import url('reset.css');
@import url('clearfix.css');

body {
	font-size: 62.5%;
	color: #545454;
	font-family: helvetica, "myriad pro", sans-serif;
	background: white url(../images/background_body.png) top left repeat-x;
}

a:link, a:visited {
	color: #9AA4AC;
	text-decoration: none;
}

/* Layout
=============================================== */
div#wrapper {
	margin: 70px auto 0;
	width: 705px;
}

div.links {
	height: 166px;
	width: 342px;
	background: transparent url(../images/background_mininav.png) top left no-repeat;
	float: right;
}

aside {
	border-top: 1px solid #C9CFD9;
	border-bottom: 1px solid #C9CFD9;
	padding: 20px 0 15px 10px;
	margin: 15px 0;
}

section.tweet {
	background: transparent url(../images/background_twitter.png) bottom left no-repeat;
    padding: 0 0 44px 100px;
    position: relative;
}

section.tweet img {
	position: absolute;
	left: -18px;
	bottom: 3px;
}

section.tweet p {
	font-style: italic;
	font-size: 2.0em;
	line-height: 1.33em;
	text-shadow:#EDF3FF 0px 1px 0;
}

section.tweet span {
	font-size: 1.2em;
	color: #A1AAB2;
	display: block;
	margin-top: 5px;
}

footer {
	position: relative;
	top: -10px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #A1AAB2;
}

div.links ul {
}

/* Headlines
=============================================== */
header h1 {
	height: 191px;
	width: 342px;
	background: transparent url(../images/headline_title.png) top left no-repeat;
	float: left;
}

aside h2 {
	background: transparent url(../images/slogan.png) top left no-repeat;
	height: 24px;
	width: 683px;
}

/* Lists
=============================================== */
div.social_links ul li {
	position: relative;
	display: block;
	float: left;
	width: 169px;
	height: 80px;
	
}

div.social_links ul li img.a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

div.social_links ul li img.b {
	position: absolute;
	top: 0;
	left: 0;
  display: none;
}

div.social_links ul li a.twitter_button {
	position: relative;
	top: 34px;
	left: 30px;
}

div.social_links ul li a.facebook_button {
	position: relative;
	top: 34px;
	left: 26px;
}

div.social_links ul li a.flickr_button {
	position: relative;
	top: 32px;
	left: 44px;
}

div.social_links ul li a.zila_button {
	position: relative;
	top: 20px;
	left: 77px;
}

/* General
=============================================== */
header h1,
aside h2 {
	display: block;
	text-indent: -5000px;
}














