
/* Reset */
* { margin:0;padding:0; }
a { text-decoration:none; }
:focus { outline:none; }

/* Layout */
html {background-color:#B7E6E4;}
body { width:897px;margin:0 auto;background-color:#fff;-moz-box-shadow: 0px 0px 20px #000;-webkit-box-shadow: 0px 0px 20px #000;font-family:Arial;}
#header {
	background:transparent url(images/header-bg.png) no-repeat 0 0;
	height:110px;
}
#content {
	padding:10px;
	overflow:hidden;
}
#footer{
	
}

/* Specifics */
.twitter > h1 {
	font:30px/55px 'Impact', 'Charcoal';
}
.twitter > h1 > a {
	background:transparent url(images/twitter-logo.png) no-repeat 0 0;
	height:41px;
	text-indent:-9999px;
	display:inline-block;
	width:202px;
	margin-left:5px;
}
.twitter h2 {
	font-size:20px;
	border-bottom:1px solid #ccc;
	color:#006699;
}
.twitter h2 small {
	font-size:14px;
	font-weight: normal
	color:#006699;
	float: right;
}
.twitter h2 small a, #content.twitter h2 small a:visited {
 	color:#006699;
 	text-decoration: underline;
 }
.twitter h2 small a:hover {
	text-decoration: none;
	color: #992200;
}
.twitter .container {
	text-align:center;
	float: left;
	width: 32.25%;
	margin-left:1.5%; 
	background-color:#e5eff5;
	color:#006699;
	overflow:hidden;
	float:left;
	margin-top:10px;
	height:215px;
	position:relative;
}	
.twitter .container.first {
	margin-left:0;
}
.twitter .container h3 {
	font-weight:normal;
	margin: 5px 5px 5px 0;
	height: 40px;
}
.twitter .container h3 small{
	font-size: 12px;
	font-weight: normal;
}
.twitter .container .follow {
	position:absolute;
	text-align: center;
	bottom:10px;
	width: 100%;
}
.twitter .container .follow span {
	margin:auto;
}
div#subways {
	margin-top: 10px;
	float: left;}
div#subways .container {
	height: 80px;
		width: 32.25%;
}
#content.twitter > #pathandsharing > div {
	width: 49%;
	float: left;
	margin-top: 10px;
}
#content.twitter > #pathandsharing > div > div {
	margin-top: 7.5px;
	background-color:#e5eff5;
	height: 85px;
}
#content.twitter > #pathandsharing > div > div > div {
	width: 37%;
	text-align: center;
	float: left;
	margin-left: 5%;
}
#content.twitter > #pathandsharing span {
	float: left;
	margin-top: 30px;
	
}
#content.twitter > #pathandsharing > div#sharing {
	margin-left: 1.5%;
}
#subways div.first {
	margin-left: 0px;
}
#content.twitter > #pathandsharing > div#sharing > div > a {
	width: 60px;
	background-position: center top;
	padding-top: 47px;
	font-size: 45%;
	text-transform: uppercase;
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	color: #7c90a2;
	float: left;
	margin: 10px 5px 0;}
#content.twitter > #pathandsharing > div#sharing > div > a:hover {
	color: #0b5a8c;
}
a#digg {
	background:transparent url(images/digg.png)	
}
a#twitter {
	background:transparent url(images/twitter.png)	
}
a#stumbleupon {
	background:transparent url(images/stumbleupon.png);
}
a#delicious {
	background:transparent url(images/delicious.png)	
}
a#facebook {
	background:transparent url(images/facebook.png)	
}
a#myspace {
	background:transparent url(images/myspace.png)	
}
p#disclaim {
	font-size: 66%;
	color: #666;
	margin: 5px 100px 0px;
	float: left;
	text-align: center;
	padding: 5px 5px 0px;
}
#disclaim a {
	color: #555;
	text-decoration: underline;
}
#disclaim a:hover {
	color: #111;
	text-decoration: none;
}
small#footer {
	display: block;
	text-align: right;
	font-size: 9px;
	position: relative;
	top: 25px;
	padding-bottom: 10px;
	margin: 0px;
	color: #8AA;}
small#footer a, small#footer a:visited {
	color: #9BB;
	text-decoration: underline;
}